@charset "UTF-8";
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}







@font-face {
    font-family: inknutAntiqua;
    src: url(fonts/InknutAntiqua-Regular.ttf);
}

@font-face {
    font-family: inknutAntiqua;
    src: url(fonts/InknutAntiqua-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: campton;
    src: url(fonts/Campton-Medium.otf);
}

@font-face {
    font-family: campton;
    src: url(fonts/Campton-Bold.otf);
    font-weight: bold;
}









.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  line-height: 1.24;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #dbc49d;
  text-decoration: none;
}

a:hover, a:focus {
  color: #eeb300;
  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.24;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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: "Lobster";
  font-weight: 400;
  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: 24px;
  margin-bottom: 12px;
}

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: 12px;
  margin-bottom: 12px;
}

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: 52px;
}

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

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

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

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

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

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}

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: #dbc49d;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #ffc308;
}

.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: #dbc49d;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ffc308;
}

.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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

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: 24px;
}

dt,
dd {
  line-height: 1.24;
}

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: 992px) {
  .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: 12px 24px;
  margin: 0 0 24px;
  font-size: 25px;
  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.24;
  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: 24px;
  font-style: normal;
  line-height: 1.24;
}

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: 0px;
}

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: 11.5px;
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.24;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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: 0px;
  padding-right: 0px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.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: 0px;
  padding-right: 0px;
}

.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.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 30px;
  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"] {
  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: 20px;
  line-height: 1.24;
  color: #ffffff;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.24;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: 38px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 56px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  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: 44px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 37px;
  line-height: 37px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 56px;
  line-height: 56px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 49px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  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: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@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: 31px;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.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: 0px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.24;
  border-radius: 0px;
  -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;
  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);
  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: #dbc49d;
  border-color: #dbc49d;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ffc308;
  border-color: #a17a00;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ffc308;
  border-color: #5e544d;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffc308;
  border-color: #5e544d;
}

.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: #5e544d;
  border-color: #a17a00;
}

.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: #dbc49d;
  border-color: #dbc49d;
}

.btn-primary .badge {
  color: #dbc49d;
  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: #dbc49d;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #eeb300;
  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: 25px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.24;
  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: #dbc49d;
}

.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: 17px;
  line-height: 1.24;
  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: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 25px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: 5px 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.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: transparent;
  border-color: #dbc49d;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.24;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.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: #dbc49d;
}

.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: 0px;
}

.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: 0px 0px 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: 24px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  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: 992px) {
  .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: 0px;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .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: 13px 0px;
  font-size: 25px;
  line-height: 24px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px 0px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .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: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: none;
  transition: all .5s;
}

.navbar-default .navbar-brand {
  color: #fff;
  transition: all .5s;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #dbc49d;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #dbc49d;
  background-color: transparent;
}

.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: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dbc49d;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #dbc49d;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #dbc49d;
    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: #dbc49d;
    background-color: transparent;
  }
  .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: #fff;
}

.navbar-default .navbar-link:hover {
  color: #dbc49d;
}

.navbar-default .btn-link {
  color: #fff;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #dbc49d;
}

.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: 991px) {
  .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;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.24;
  text-decoration: none;
  color: #dbc49d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #eeb300;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #dbc49d;
  border-color: #dbc49d;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #dbc49d;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #dbc49d;
  border-color: #dbc49d;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbc49d;
}

.panel-primary > .panel-heading .badge {
  color: #dbc49d;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbc49d;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
    background-color: #fff;
    padding: 15px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.24;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.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;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("./fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

/* 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%);
  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.25;
}

.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: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  max-width: 300px;
  width: 100%;
  color: #000;
  padding: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 25px;
  line-height: 25px;
  width: 25px;
  padding: 5px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 25px;
  line-height: 25px;
  width: 25px;
  padding: 5px;
  font-size: 16px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.1px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*! jQuery UI - v1.12.1 - 2017-05-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*! jQuery UI - v1.12.1 - 2017-05-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: background .3s;
  cursor: pointer;
  top: -5px;
}

.ui-slider .ui-slider-handle:hover {
  transition: background .3s;
  background: #dbc49d;
  border: none !important;
}

.ui-state-focus, .ui-state-active {
  border: none !important;
  background: #dbc49d !important;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #000;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

/* Thumbnail Effects Style */
.tj_container {
  width: 800px;
  height: 400px;
  position: relative;
  margin: 30px auto;
}

.tj_nav {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  width: 39px;
}

.tj_nav span {
  width: 39px;
  height: 25px;
  background: transparent url(../images/prev.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  /*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}

.tj_nav span.tj_next {
  background-image: url(../images/next.png);
  top: auto;
  bottom: 0px;
  left: 0px;
}

.tj_nav span:hover {
  opacity: 1.0;
}

.tj_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px auto;
}

.tj_wrapper ul li {
  float: left;
}

/* Specific style for the examples */
.example10 .tj_container {
  height: 600px;
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 60px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbc49d;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.sk-folding-cube .sk-cube3:before {
  border-top-left-radius: 10px;
}

.sk-folding-cube .sk-cube4:before {
  border-top-left-radius: 10px;
}

.sk-folding-cube .sk-cube2:before {
  border-top-left-radius: 10px;
}

.sk-folding-cube .sk-cube1:before {
  border-top-left-radius: 10px;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@font-face {
  font-family: 'gilroyextrabold';
  src: url("./fonts/gilroy/gilroy-extrabold-webfont.woff2") format("woff2"), url("./fonts/gilroy/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lobster';
  src: url("./fonts/lobster/Lobster-Regular.eot");
  src: url("./fonts/lobster/Lobster-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/lobster/Lobster-Regular.woff") format("woff"), url("./fonts/lobster/Lobster-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cabin';
  src: url("./fonts/cabin/Cabin-Regular.eot");
  src: url("./fonts/cabin/Cabin-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/cabin/Cabin-Regular.woff") format("woff"), url("./fonts/cabin/Cabin-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cabin';
  src: url("./fonts/cabin/Cabin-Bold.eot");
  src: url("./fonts/cabin/Cabin-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/cabin/Cabin-Bold.woff") format("woff"), url("./fonts/cabin/Cabin-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
}

*, *:hover, *:focus, *:active {
  outline: none !important;
}

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

.container {
  min-width: 320px;
}

.container.-landing {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  max-width: 1920px;
}

.modal {
  z-index: 10000;
}

.scroll_top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #dbc49d;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.scroll_top:hover {
  background: #5e544d;
  transition: all .35s;
}

.scroll_top i {
  line-height: 35px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  width: 100%;
  display: block;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  transition: all .35s;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  border: 1px solid #dbc49d;
  background: #dbc49d;
  transition: all .35s;
  color: #000;
}

.pagination li.active a {
  border: 1px solid #dbc49d;
  background: #dbc49d;
}

.half-col-pd-lt {
  padding-left: 4%;
}

.half-col-pd-rt {
  padding-right: 4%;
}

a {
  transition: all .3s;
}

a:hover {
  transition: all .3s;
  text-decoration: none !important;
}

a:focus, a:active {
  text-decoration: none !important;
}

p, ul, ol {
  line-height: 30px;
  margin-bottom: 20px;
}

.content-area ul,
.content-area ol {
	padding-left: 40px;
	list-style: square;
}

.content-area h4,
.content-area h3,
.content-area h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.btn {
  color: #000;
  font-weight: 700;
  transition: all .35s;
}

.btn:hover {
  transition: all .35s;
}

.btn-upper {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
}

.btn-ico span {
  display: inline-block;
  vertical-align: middle;
}

.btn-ico i {
  margin-left: 10px;
  vertical-align: middle;
}

.btn-primary:hover {
  background: #5e544d;
}

.btn-primary:focus {
  border-color: #ffc308;
  background: #ffc308;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.325);
}

.btn-primary:active {
  background: #ffd85f;
  border-color: #ffd85f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.325);
}

.btn-md {
  padding: 7px 20px;
}

.btn-lg {
  padding: 7px 40px;
  font-size: 20px;
  border-radius: 0 !important;
}

.btn-xl {
  min-width: 200px;
  padding: 7px 20px;
}

.btn-grey {
  background: #e3e3e3;
}

.btn-grey:hover {
  color: #fff;
  background: #b0b0b0;
}

.btn-grey:active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.325);
  background: #cacaca;
}

.btn-link.-white {
  color: #fff;
}

.btn-link.-white:hover {
  text-decoration: none;
  color: #dbc49d;
}

.btn-link.-white:focus {
  text-decoration: none;
}

.btn-link i {
  margin-left: 5px;
  font-size: 16px;
}

.btn-link:hover {
  color: #5e544d;
}

.btn-secondary {
  background-color: #e2e2e2;
}

.btn-secondary:hover {
  background: #afafaf;
}

label {
  font-weight: 400;
  margin-bottom: 5px;
}

input {
  font-weight: 400;
}

input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.input-group-addon {
  background: rgba(255, 255, 255, 0.08);
  color: #dbc49d;
}

.bootstrap-select {
  width: 100% !important;
  position: relative;
}

.bootstrap-select .caret {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-radius: 5px;
  color: #dbc49d;
}

.bootstrap-select .btn-default {
  background: rgba(255, 255, 255, 0.08);
  border: transparent !important;
  color: #c2c0c0;
  font-weight: 400;
}

.bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active {
  color: #c2c0c0;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select .caret {
  border-top: 6px dashed;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  background: #dbc49d;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 8px dashed !important;
}

.form-control {
  font-size: 18px;
}

.ico-square {
  width: 10px;
  height: 10px;
}

.-verticalMd {
  vertical-align: middle;
}

.-mgtp0 {
  margin-top: 0 !important;
}

.-fix-menu-pd-lt {
  padding-left: 190px;
}

.-fix-menu-mg-lt {
  margin-left: 190px;
}

.-mgtp100 {
  margin-top: 100px;
}

.fade {
  transition: opacity 0.3s linear !important;
}

.-mg_rt10 {
  margin-right: 10px;
}

.-pdtop0.-pdtop0 {
  padding-top: 0;
}

.breadcrumb {
  background: none;
  padding: 8px 0;
  margin: 25px 0;
}

.breadcrumb li {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #979797;
}

.breadcrumb li.active {
  color: #000;
  font-weight: bold;
}

.breadcrumb a {
  color: #979797;
}

.breadcrumb a:hover {
  color: #dbc49d;
}

.google-map {
  max-width: 100%;
  width: 100%;
  height: 400px;
}

.google-map.-height800 {
  height: 800px;
}

.slider-arrows {
  position: absolute;
}

.slider-arrows.-about {
  bottom: -25px;
  right: 9%;
}

.slider-arrows.-about .arrow {
  background-color: #8f9533;
}

.slider-arrows.-about .arrow:hover {
  background: #6b6f26;
}

.slider-arrows.-gallery {
  right: 7%;
  bottom: -13%;
}

.slider-arrows.-gallery .arrow {
  background-color: #aa4e48;
}

.slider-arrows.-gallery .arrow:hover {
  background: #863e39;
}

.slider-arrows .arrow {
  width: 61px;
  height: 61px;
  font-size: 35px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.24), 0 26px 54px 5px rgba(0, 0, 0, 0.59);
  text-align: center;
  cursor: pointer;
  z-index: 99;
  display: inline-block;
  transition: all .3s;
  margin: 0 10px;
}

.slider-arrows .arrow:hover {
  transition: all .3s;
}

.slider-arrows .arrow i {
  line-height: 61px;
}

.slider-arrows .arrow.-prev {
  right: 145px;
}

.slider-arrows .arrow.-next {
  right: 63px;
}

.resp_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.-static {
  position: static !important;
}

.navbar-collapse.in {
  max-height: 450px;
  overflow-y: auto;
}

@media screen and (max-width: 1250px) and (min-width: 992px) {
  .-media1250_none {
    display: none !important;
  }
  .-media1250_width100 {
    width: 100% !important;
    position: static;
    margin: 0;
    padding: 0;
    padding-right: 10%;
    padding-left: 16%;
  }
  .-media1250.section-about.section-about {
    padding: 50px 0;
  }
  .-media1250.section-about.section-about .about-item {
    padding: 20px 0;
  }
  .-media1250.section-about.section-about .container-fluid > .row:first-child {
    padding-bottom: 20px;
  }
  .-media1250.section-about.section-about .section-overlay-title {
    top: 20px;
  }
  .-media1250.section-reservation.-transparent {
    padding-top: 0;
  }
  .-media1250.section-reservation.-transparent .section-overlay-title {
    top: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .container.-landing {
    max-width: 1300px;
    padding: 0 15px;
    position: relative;
  }
}

@media screen and (max-width: 1200px) {
  .container.-landing {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .bootstrap-select .caret {
    border-top: 8px dashed;
    border-top: 8px dashed;
  }
  .dropup .caret.caret.caret {
    border-bottom: 8px dashed !important;
  }
  .-media991_hide {
    display: none !important;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .slider-arrows .arrow {
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin: 0 5px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.24), 0 3px 7px 2px rgba(0, 0, 0, 0.59);
  }
  .slider-arrows .arrow i {
    line-height: 40px;
  }
  .google-map.-height800 {
    height: 400px;
  }
  .pull-none-sm.pull-none-sm {
    float: none !important;
  }
  .half-col-pd-lt, .half-col-pd-rt {
    padding: 0;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .pd-sm0, .-fix-menu-pd-lt, .-fix-menu-mg-lt {
    padding: 0 !important;
  }
  .-mgtp100 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .-media767_hide {
    display: none !important;
  }
}

.header {
  padding: 12px 0;
  padding-right: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: all .5s;
}

.header.-black .logo_white {
  opacity: 0 !important;
}

.header.-black .logo_black {
  opacity: 1 !important;
}

.header.-black .navbar-nav > li > a {
  color: #000;
}

.header.-black .navbar-nav > li > a span {
  transition: all .35s;
}

.header.-black .navbar-nav > li > a i {
  transition: all .35s;
}

.header.-black .navbar-nav > li > a:hover span {
  color: #dbc49d;
  transition: all .35s;
}

.header.-black .navbar-nav > li > a:hover i {
  color: #dbc49d;
  transition: all .35s;
}

.header.-black .navbar li.active a {
  color: #000;
  font-weight: 700;
}

.header.-black .navbar-default .navbar-toggle {
  border-color: #000;
  transition: all .5s;
}

.header.-black .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  transition: all .5s;
}

.header.-landing {
  position: static;
  text-align: center;
  max-width: 69%;
  margin: 0 auto;
  padding-top: 10px;
}

.header.-landing .navbar-nav {
  float: none;
}

.header.-landing .navbar-nav li {
  float: none;
  display: inline-block;
}

.header.-scroll_white.-active, .header.-scroll_white.-hoverActive {
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  transition: all .5s;
}

.header.-scroll_white.-active .header.-black .logo_white, .header.-scroll_white.-hoverActive .header.-black .logo_white {
  opacity: 0 !important;
}

.header.-scroll_white.-active .header.-black .logo_black, .header.-scroll_white.-hoverActive .header.-black .logo_black {
  opacity: 1 !important;
}

.header.-scroll_white.-active .logo_white, .header.-scroll_white.-hoverActive .logo_white {
  opacity: 0;
}

.header.-scroll_white.-active .logo_black, .header.-scroll_white.-hoverActive .logo_black {
  opacity: 1;
}

.header.-scroll_white.-active li span, .header.-scroll_white.-hoverActive li span {
  transition: all .35s;
}

.header.-scroll_white.-active li i, .header.-scroll_white.-hoverActive li i {
  transition: all .35s;
}

.header.-scroll_white.-active li:hover span, .header.-scroll_white.-hoverActive li:hover span {
  transition: all .35s;
  color: #dbc49d;
}

.header.-scroll_white.-active li:hover i, .header.-scroll_white.-hoverActive li:hover i {
  color: #dbc49d;
}

.header.-scroll_white.-active li a, .header.-scroll_white.-hoverActive li a {
  color: #000;
}

.header.-scroll_white.-active li.active a, .header.-scroll_white.-hoverActive li.active a {
  text-shadow: 0px 0 0 #000;
  color: #000;
}

.header_logo {
  max-width: 305px;
  margin: 0 auto;
  margin-top: 60px;
}

.header .navbar-brand {
  padding: 0;
  padding-left: 40px;
}

.header .navbar-brand .logo_white {
  opacity: 1;
}

.header .navbar-brand .logo_black {
  opacity: 0;
}

.header .navbar-brand img {
  transition: all .5s;
  max-height: 50px;
  position: absolute;
}

.header .navbar {
  margin: 0;
}

.header .navbar li {
  font-size: 18px;
}

.header .navbar li span {
  display: inline-block;
  padding: 0 6px;
}

.header .navbar li .ico-square {
  opacity: 0;
  transition: all .5s;
}

.header .navbar li.active a {
  text-shadow: 0px 0 0 #fff;
  color: #fff;
}

.header .navbar li.active .ico-square {
  opacity: 1;
  transition: all .5s;
}

.header .navbar-toggle {
  cursor: pointer;
}

.drawer-open .fixed-header.drawer-nav.drawer-nav {
  left: 0;
}

.drawer-hamburger {
  background: #fff;
  padding: 10px;
  color: #000;
  left: 15px !important;
  top: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.drawer-hamburger:hover {
  background: #dbc49d;
}

.fixed-header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 190px;
  background-color: #1c0e08;
  display: block;
  z-index: 999;
}

.fixed-header.drawer-nav.drawer-nav {
  overflow-y: auto;
  left: 0;
}

.fixed-header-logo {
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: center;
}

.fixed-header-list li {
  display: block;
}

.fixed-header-list li .ico-square {
  opacity: 0;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
}

.fixed-header-list li span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.fixed-header-list li a {
  transition: all .3s;
  padding: 25px 20px;
}

.fixed-header-list li.active .ico-square {
  opacity: 1;
  transition: all .3s;
}

.fixed-header-list li:hover a span {
  color: #dbc49d;
  transition: all .3s;
}

.fixed-header-list li:hover .ico-square {
  opacity: 1;
  transition: all .3s;
}

.header.-landing {
  top: -100px;
  transition: top 1s;
}

.header.-landing .-fixed-show {
  display: none;
}

.header.-landing.-fixed {
  transition: top 1s;
  padding: 5px 0;
  position: fixed;
  top: 0px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.header.-landing.-fixed .-fixed-show {
  display: block;
}

.header.-landing.-fixed .navbar {
  margin: 0;
  border: 0;
}

.header.-landing.-fixed .header_logo {
  display: none;
}

.header.-landing.-fixed li.active a {
  font-weight: 400;
  text-shadow: 1px 0 0 #223042, 0px 0 0 #223042;
}

.header.-landing.-fixed li > a {
  color: #223042;
}

.drawer-hamburger {
  z-index: 999;
}

@media screen and (max-height: 700px) {
  .fixed-header-list li a {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1400px) {
  .header li a {
    padding: 13px 4px;
  }
  .header li a span {
    padding: 0 2px;
  }
}

@media screen and (max-width: 991px) {
  .header.-black .navbar-nav > li > a {
    color: #fff;
  }
  .header.-black .navbar-nav > li > a:hover {
    color: #dbc49d;
  }
  .header.-black .navbar li.active a {
    color: #fff;
    font-weight: 700;
  }
  .header.-scroll_white.-active, .header.-scroll_white.-activeClick {
    background: #fff;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
    transition: all .5s;
  }
  .header.-scroll_white.-active .navbar-nav, .header.-scroll_white.-activeClick .navbar-nav {
    box-shadow: none;
    background: none;
  }
  .header.-scroll_white.-active .navbar-default .navbar-toggle, .header.-scroll_white.-activeClick .navbar-default .navbar-toggle {
    border-color: #000;
    transition: all .5s;
  }
  .header.-scroll_white.-active .navbar-default .navbar-toggle .icon-bar, .header.-scroll_white.-activeClick .navbar-default .navbar-toggle .icon-bar {
    background: #000;
    transition: all .5s;
  }
  .header.-scroll_white.-active .logo_white, .header.-scroll_white.-activeClick .logo_white {
    opacity: 0;
  }
  .header.-scroll_white.-active .logo_black, .header.-scroll_white.-activeClick .logo_black {
    opacity: 1;
  }
  .header.-scroll_white.-active li a, .header.-scroll_white.-activeClick li a {
    color: #000;
  }
  .header.-scroll_white.-active li a:hover, .header.-scroll_white.-activeClick li a:hover {
    color: #dbc49d;
  }
  .header.-scroll_white.-active li.active a, .header.-scroll_white.-activeClick li.active a {
    text-shadow: 0px 0 0 #000;
    color: #000;
  }
  .header .navbar-header {
    padding: 0 15px;
  }
  .header .container-fluid {
    padding: 0;
  }
  .header .navbar-brand {
    padding-left: 15px;
  }
  .header .navbar-brand img {
    max-height: 50px;
  }
  .header .navbar-collapse {
    border-top: none;
    box-shadow: none;
  }
  .header .navbar-nav {
    text-align: center;
    border-top: none;
  }
  .fixed-header.drawer-nav.drawer-nav {
    left: -190px;
  }
}

.social-list.-white a {
  border-color: #fff;
  color: #fff;
}

.social-list.-black a {
  border-color: #000;
  color: #000;
}

.social-list.-lg li {
  margin: 0 10px;
}

.social-list.-lg a {
  width: 31px;
  height: 31px;
}

.social-list.-lg a i {
  line-height: 31px;
}

.social-list.-md li {
  margin-right: 8px;
}

.social-list.-md a {
  width: 30px;
  height: 30px;
}

.social-list.-md i {
  line-height: 30px;
  font-size: 16px;
}

.social-list li {
  display: inline-block;
  text-align: center;
}

.social-list i {
  font-size: 18px;
}

.social-list a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid transparent;
}

.social-list a:hover {
  color: #dbc49d;
  border-color: #dbc49d;
}

.wrapper-content {
  height: 100%;
  width: 100%;
  margin: 0;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}

.wrapper-content.-min_height100 {
  min-height: 100%;
  height: initial;
  width: 100%;
  position: relative;
}

.wrapper-content.-sidebar {
  padding-left: 190px;
}

.wrapper-content.-landing {
  max-width: 1750px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 170px;
  height: auto;
}

.wrapper-content.-landing:before {
  content: '';
  position: absolute;
  background: #1d2d40;
  max-width: 69%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 30px 55px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  z-index: -1;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.section.-pd_bot_0.-pd_bot_0.-pd_bot_0 {
  padding-bottom: 0;
}

.section.-pd_top_0.-pd_top_0.-pd_top_0 {
  padding-top: 0;
}

.section.-landing {
  overflow: inherit;
}

.section-title_top {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: table;
  width: 100%;
  padding: 50px 0 35px 0;
}

.shop-filter {
	margin-bottom: 30px;
}

.section-title {
  position: relative;
  padding-bottom: 35px;
}

.section-title.-black {
  color: #000;
}

.section-title.-white {
  color: #fff;
}

.section-title.-landing {
  padding-bottom: 40px;
}

.section-title.-landing h2 {
  font-size: 51px;
}

.section-title.-landing:after {
  width: 113px;
  height: 3px;
  margin-top: 30px;
}

.section-title:after {
  content: '';
  display: block;
  width: 115px;
  height: 8px;
  margin-top: 15px;
  background: #dbc49d;
}

.section.-overlay_title200 .section-overlay-title span {
  font-size: 200px;
}

.section.-overlay-titlelt10 .section-overlay-title {
  left: 10%;
}

.section-overlay-title {
  position: absolute;
  top: 20px;
  padding-left: 4%;
  z-index: -1;
}

.section-overlay-title.-nowrap {
  white-space: nowrap;
}

.section-overlay-title.-pd-lt-33 {
  padding-left: 33%;
}

.section-overlay-title.-tp-20 {
  top: -20px;
}

.section-overlay-title span {
  font-size: 247px;
  font-family: "Lobster";
  color: #dedede;
  opacity: 0.4;
  line-height: 230px;
}

.section-descr {
  max-width: 490px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.section.-full-height {
  height: 100%;
  width: 100%;
}

.section.-bg {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(img/img-second_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section.-white {
  color: #fff;
}

.section-welcome {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.section-welcome .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
}

.section-welcome .logo-center {
  margin-bottom: 30px;
}

.section-welcome .logo-center img {
  max-width: 575px;
  width: 100%;
  padding: 0 15px;
}

.section-about {
  position: relative;
}

.section-about.-float-img {
  overflow: hidden;
}

.section-about.-float-img .-pdbot100 {
  padding-bottom: 100px;
}

.section-gallery {
  position: relative;
  padding-bottom: 0;
}

.section-menu {
  overflow: hidden;
  position: relative;
  background-size: 30% 100%;
  background-position: left;
  background-repeat: no-repeat;
}

.section-contacts.-half {
  padding: 0;
}

.section-contacts.-overlay-block {
  padding-top: 0px;
}

.section.-landing.section-about {
  padding: 100px 0;
  padding-bottom: 200px;
}

.section.-landing.section-reservation {
  padding: 150px 0;
}

.section.-landing.section-gallery {
  padding: 200px 0;
}

.section.-landing.section-menu {
  padding: 200px 0;
}

.section.-landing.section-review {
  padding: 200px 0;
}

.section.-landing.section-social {
  padding: 200px 0;
}

.section.-landing.section-shop {
  padding: 200px 0;
}

.section.-landing.section-contacts {
  padding: 200px 0;
  padding-bottom: 100px;
}

.section-overlay_block {
  opacity: 0.9;
  position: absolute;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.section-overlay_block.-about {
  background-color: #8f9533;
  min-height: 700px;
  top: 0;
  left: 7%;
  right: 12.5%;
}

.section-overlay_block.-reservation {
  min-height: 650px;
  background-color: #fbd255;
  top: 8%;
  left: 10%;
  right: 4%;
}

.section-overlay_block.-gallery {
  min-height: 734px;
  background-color: #943d36;
  left: 11%;
  top: -3%;
  right: 0;
}

.section-overlay_block.-menu {
  min-height: 815px;
  background-color: #8f6b4f;
  top: -15%;
  left: 11.5%;
  right: 45px;
}

.section-overlay_block.-review {
  min-height: 750px;
  background-color: #929839;
  left: 8%;
  right: 10%;
  top: -12%;
}

.section-overlay_block.-social {
  min-height: 620px;
  background-color: #fbd255;
  left: 11%;
  right: 3%;
  top: -7%;
}

.section-overlay_block.-shop {
  background-color: #943d36;
  min-height: 630px;
  left: 10%;
  right: 3%;
}

.section-overlay_block.-contacts {
  background-color: #8c9234;
  min-height: 820px;
  left: 10%;
  right: 4%;
  top: -7%;
}

@media screen and (max-height: 700px) {
  .section-title.-landing:after {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .section.-overlay_title200 .section-overlay-title span {
    font-size: 150px;
    line-height: 150px;
  }
  .section-overlay-title span {
    font-size: 200px;
    line-height: 200px;
  }
  .section-gallery {
    padding-top: 80px;
  }
  .section-gallery .section-overlay-title {
    top: 0;
  }
  .section-reservation.-transparent.-transparent {
    padding-bottom: 0;
  }
  .section.section-contacts.-half .section-overlay-title span {
    font-size: 110px;
    line-height: 110px;
  }
  .section-overlay_block.-about {
    min-height: 600px;
  }
  .section-overlay_block.-reservation {
    min-height: 550px;
  }
  .section-overlay_block.-gallery {
    min-height: 550px;
  }
  .section-overlay_block.-menu {
    min-height: 700px;
  }
  .section-overlay_block.-review {
    min-height: 650px;
  }
  .section-overlay_block.-social {
    min-height: 500px;
  }
  .section-overlay_block.-shop {
    min-height: 500px;
  }
  .section-overlay_block.-contacts {
    min-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    padding-bottom: 25px;
  }
  .section-title_top {
    background-attachment: inherit;
  }
  .section-welcome {
    background-attachment: inherit;
  }
  .section.-bg {
    background-attachment: inherit;
  }
  .section-welcome .content {
    min-height: 300px;
  }
  .section-welcome .logo-center img {
    max-width: 375px;
  }
  .section.section-menu {
    background-image: none !important;
  }
  .section.section.section {
    padding: 30px 0;
  }
  .section-overlay-title {
    display: none;
  }
  .section.-landing {
    padding: 50px 0 !important;
  }
  .section-title.-landing {
    padding-bottom: 20px;
  }
  .section-title.-landing h2 {
    font-size: 45px;
  }
  .section-title.-landing:after {
    margin-top: 20px;
  }
  .wrapper-content.-landing {
    margin: 0;
  }
  .wrapper-content.-landing:before {
    display: none;
  }
  .wrapper-content.-sidebar {
    padding-left: 0px;
  }
  .section-overlay_block {
    display: none;
  }
  .section-descr {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-welcome .logo-center img {
    padding: 0 50px;
  }
  .section-title.-landing h2 {
    font-size: 40px;
  }
}

.section-reservation.-dark {
  overflow: inherit;
  padding: 0 !important;
}

.section-reservation.-dark .container-fluid {
  background: #25150d;
}

.section-reservation.-dark .form-control[disabled], .section-reservation.-dark .form-control[readonly], .section-reservation.-dark fieldset[disabled] .form-control {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section-reservation.-image_bg {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section-reservation.-transparent .form-control-wrapper.-icon {
  position: relative;
}

.section-reservation.-transparent .form-control-wrapper.-icon .icon-wrapper {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-reservation.-transparent .form-control-wrapper.-icon .form-control {
  padding-right: 30px;
}

.section-reservation.-transparent label {
  color: #8b8b8b;
}

.section-reservation.-transparent .form-control {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #000;
  transition: all .3s;
}

.section-reservation.-transparent .form-control:focus {
  transition: all .3s;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19) !important;
}

.section-reservation.-transparent .bootstrap-select .btn-default {
  background: #f0f0f0;
}

.section-reservation.-transparent .input-group.date .input-group-addon {
  background: #f0f0f0;
}

.section-reservation.-transparent .input-group.date .input-group-addon i {
  color: #000;
}

.section-reservation.-transparent .bootstrap-select .caret {
  color: #000;
}

.section-reservation.-transparent .reservation {
  color: #000;
}

.section-reservation.-transparent .reservation.-pd_top_0 {
  padding-top: 0;
}

.section-reservation.-transparent .reservation-item {
  margin: 0;
}

.section-reservation.-transparent .reservation-content .row .col-md-6 {
  min-height: 90px;
}

.section-reservation.-transparent .reservation-content .row .col-md-6:nth-child(odd) {
  padding-right: 20px;
}

.section-reservation.-transparent .reservation-content .form-group {
  margin-bottom: 10px;
}

.section-reservation.-transparent .reservation-descr_bot {
  text-align: center;
}

.section-reservation.-transparent .reservation-img {
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}

.section-reservation.-transparent .reservation-img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#reservation_date input, #reservation_time input {
  cursor: pointer;
}

.reservation {
  padding: 20px 0 30px 0;
  color: #fff;
}

.reservation-title {
  text-align: center;
}

.reservation-title h2 {
  margin-bottom: 5px;
}

.reservation-title p {
  margin-bottom: 30px;
}

.reservation-content {
  text-align: center;
}

.reservation-item {
  vertical-align: top;
  max-width: 265px;
  width: 100%;
  display: inline-block;
  margin: 0 45px;
}

.reservation-item.-submit {
  margin-top: 10px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.reservation-item.-submit .form-group {
  max-width: 265px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.reservation-descr_bot {
  text-align: center;
}

.reservation .form-group {
  text-align: left;
}

.reservation {
  position: relative;
}

.reservation.-landing {
  text-align: right;
  padding: 0;
  max-width: 88%;
  margin-left: 4%;
}

.reservation.-landing .section-title {
  padding-bottom: 55px;
}

.reservation.-landing .reservation-item {
  margin: 0;
  max-width: 100%;
}

.reservation.-landing .reservation-item.-submit .form-group {
  text-align: center;
  margin-top: 35px;
  border: none;
}

.reservation.-landing label {
  font-size: 13px;
  color: #8b8b8b;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 14px;
}

.reservation.-landing .form-group {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}

.reservation.-landing .form-group .input-group-addon, .reservation.-landing .form-group .bootstrap-select .caret {
  color: #000;
}

.reservation.-landing .form-control {
  color: #000;
  box-shadow: none;
  border: none;
  background: transparent;
}

.reservation-landing-bg_wrapper {
  display: inline-block;
  width: 47.5%;
  position: absolute;
  left: 3%;
  top: -30px;
  bottom: -30px;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
}

.reservation-landing-bg {
  height: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.reservation-landing-bg .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.reservation-lading-form_wrapper {
  padding: 3.4% 4.4% 1% 6.2%;
  display: inline-block;
  width: 51%;
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
}

.reservation-lading-form_wrapper [class*="col-"] {
  padding: 0 20px;
}

.reservation-lading-form_wrapper .row {
  margin: 0 -20px;
}

.dropup .caret {
  border-top: 0 !important;
}

.dropup .caret.caret {
  border-bottom: 6px dashed !important;
}

@media screen and (max-width: 1200px) {
  .section-reservation.-image_bg {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .section-reservation.-image_bg {
    background-attachment: inherit;
  }
  .section-reservation.-transparent .reservation-descr_bot {
    margin-top: 10px;
  }
  .reservation.-landing {
    margin: 0;
    max-width: 100%;
  }
  .reservation.-landing .form-control {
    font-size: 13px;
  }
  .reservation.-landing label {
    margin-left: 0;
  }
  .reservation.-landing .form-group {
    margin-bottom: 15px;
  }
  .reservation.-landing .reservation-item.-submit .form-group {
    margin-top: 15px;
  }
  .reservation-landing-bg_wrapper {
    display: none;
  }
  .reservation-lading-form_wrapper {
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-reservation.-transparent .reservation-content .row .col-md-6:nth-child(odd) {
    padding: 0;
  }
  .reservation-item {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .reservation-lading-form_wrapper {
    padding: 15px;
  }
}

.-page_gallery {
  padding-top: 140px;
}

.-page_gallery .section-overlay-title {
  top: 80px;
  left: 7%;
}

.-page_gallery .gallery-filter {
  margin-bottom: 25px;
}

.-page_gallery .gallery-filter span {
  padding: 0 10px;
}

.gallery {
  position: relative;
}

.gallery.-rectangle .gallery-img {
  padding-bottom: 75%;
}

.gallery.-slider .gallery-item {
  position: relative;
}

.gallery.-slider .gallery-item .gallery-overlay {
  display: block;
}

.gallery.-slider .gallery-item .gallery-overlay-content {
  position: absolute;
  top: 50%;
  display: block;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery.-slider .gallery-img {
  padding-bottom: 100%;
}

.gallery.-slider .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  transition: all .3s;
  font-size: 35px;
  z-index: 99;
  padding: 5px;
}

.gallery.-slider .arrow:hover {
  transition: all .3s;
  color: #dbc49d;
}

.gallery.-slider .arrow.-next {
  right: 40px;
}

.gallery.-slider .arrow.-prev {
  left: 40px;
}

.gallery.-slider .gallery-menu {
  margin-bottom: 20px;
}

.gallery.-slider .gallery-menu li.active svg {
  opacity: 1;
  transition: all .3s;
}

.gallery.-slider .gallery-menu li.active a {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.gallery.-slider .gallery-menu li.active a:hover {
  color: #000;
}

.gallery.-slider .gallery-menu li a {
  color: #000;
}

.gallery.-slider .gallery-menu li a:hover {
  color: #dbc49d;
}

.gallery.-slider .gallery-menu li span {
  padding: 0 5px;
  vertical-align: middle;
  display: inline-block;
}

.gallery.-slider .gallery-menu li svg {
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  transition: all .3s;
}

.gallery.-slider .gallery-menu li.gallery_menu_all {
  float: right;
}

.gallery.-slider .gallery-menu li.gallery_menu_all a:hover {
  background: #5e544d;
  color: #fff;
}

.gallery-content {
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item.-width25 {
  width: 25%;
}

.gallery-item.-width50 {
  width: 50%;
}

.gallery-item.-width33 {
  width: 33.333%;
}

.gallery-item.-height50 {
  max-height: 325px;
}

.gallery-item.-height50 .gallery-img {
  padding-bottom: 50%;
}

.gallery-item.-height100 {
  max-height: 650px;
}

.gallery-item.-height100 .gallery-img {
  padding-bottom: 100%;
}

.gallery-item.-width20 {
  width: 20%;
}

.gallery-filter {
  line-height: 38px;
  display: inline-block;
  margin-bottom: 20px;
}

.gallery-filter-all {
  float: right;
}

.gallery-filter li {
  display: inline-block;
  padding-right: 30px;
}

.gallery-filter li .ico-square {
  transition: all .3s;
  opacity: 0;
}

.gallery-filter li a.active {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.gallery-filter li a.active:hover {
  color: #000;
}

.gallery-filter li a.active .ico-square {
  opacity: 1;
  transition: all .3s;
}

.gallery-filter li a {
  background: transparent;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  transition: all .3s;
}

.gallery-filter li a span {
  color: inherit;
  display: inline-block;
  padding: 0 3px;
}

.gallery-filter li a:hover {
  text-decoration: none;
  color: #dbc49d;
  transition: all .3s;
}

.gallery-filter li a:hover span {
  text-decoration: none;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: all .35s;
  text-align: center;
}

.gallery-overlay:hover {
  opacity: 1;
  transition: all .35s;
  background-color: rgba(255, 207, 59, 0.66);
}

.gallery-overlay-content {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
}

.gallery-img {
  height: 0;
  position: relative;
  overflow: hidden;
}

.gallery-img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#gallery_modal {
  text-align: center;
}

#gallery_modal .modal-dialog {
  width: auto !important;
  max-width: 80%;
  text-align: center;
  display: inline-block;
}

#gallery_modal .modal-dialog .modal-content {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

#gallery_modal .modal-body {
  padding: 25px;
}

#gallery_modal button.close {
  top: -12px;
  right: -12px;
  z-index: 99;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 13px;
  position: absolute;
  z-index: 99;
  transition: all .35s;
  background: #dbc49d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.22);
  border: 2px solid #fff;
}

#gallery_modal button.close:hover {
  transition: all .35s;
  background: #5e544d;
}

#gallery_modal .gallery_modal-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
}

#gallery_modal .gallery_modal-arrows a {
  background: #dbc49d;
  color: #fff;
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.22);
  border: 2px solid #fff;
  padding: 3px 4px;
  font-size: 20px;
  line-height: normal;
  position: absolute;
}

#gallery_modal .gallery_modal-arrows a:hover {
  background: #5e544d;
}

#gallery_modal .gallery_modal-arrows .prev {
  left: -10px;
}

#gallery_modal .gallery_modal-arrows .next {
  right: -10px;
}

.gallery.-landing {
  max-width: 96%;
  margin-left: 5%;
  margin-top: 3%;
}

.gallery.-landing .section-title {
  padding-bottom: 15px;
}

.gallery-landing-slider {
  position: relative;
}

.gallery-landing-slider img {
  margin: 0 10px;
  margin-bottom: 10px;
}

.gallery-landing-slider_wrapper {
  position: absolute;
  right: 8%;
  top: 40px;
  max-width: 50%;
  width: 100%;
}

.gallery-landing-slider .tj_gallery a {
  display: block;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
  width: 250px;
  margin: 0 10px;
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.gallery-landing-slider .tj_gallery img {
  position: absolute;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.gallery-landing-item {
  max-width: 275px;
  width: 100%;
  height: 100px;
  display: inline-block;
  padding: 0 15px;
  padding-bottom: 15px;
}

.gallery-landing-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 93%;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.gallery-landing-img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.gallery-box {
  display: inline-block;
  width: 44.5%;
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
  margin-left: 2%;
  min-height: 610px;
  display: table;
}

.gallery-box_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 20%;
}

@media screen and (max-height: 700px) {
  .gallery-box {
    min-height: 450px;
  }
  .gallery-landing-slider_wrapper {
    top: 0;
  }
  .gallery-landing-slider .tj_gallery a {
    max-width: 180px;
  }
  .slider-arrows.-gallery {
    right: 7%;
    bottom: -7%;
    z-index: 99;
  }
}

@media screen and (max-width: 1300px) {
  .gallery.-slider .gallery-menu li a {
    padding: 5px 10px;
  }
  .gallery-filter li {
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .-page_gallery.-page_gallery.-page_gallery {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .-page_gallery .gallery-filter:after {
    content: '';
    display: block;
    clear: both;
  }
  .-page_gallery .gallery-filter li {
    width: 50%;
    display: inline-block;
    margin: 5px 0;
    float: left;
  }
  .-page_gallery .gallery-filter li:first-child {
    width: 100%;
  }
  .gallery-menu {
    text-align: center;
  }
  .gallery-filter {
    display: block;
  }
  .gallery-filter-all {
    float: none;
    margin-bottom: 10px;
  }
  .gallery-item {
    overflow: hidden;
  }
  .gallery-item.-width25, .gallery-item.-width50, .gallery-item.-width33 {
    width: 50%;
  }
  .gallery-item.-height50 .gallery-img {
    padding-bottom: 50%;
  }
  .gallery-item.-height100 {
    max-height: 325px;
  }
  .gallery-item.-height100 .gallery-img {
    padding-bottom: 50%;
  }
  .gallery-item.-width20 {
    width: 50%;
  }
  .gallery-item.-width20 .gallery-img {
    padding-bottom: 50%;
  }
  .gallery.-slider .gallery-menu li {
    display: block;
    float: left;
    width: 50%;
    margin: 5px 0;
  }
  .gallery.-slider .gallery-menu li.gallery_menu_all {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .gallery.-slider .gallery-menu li.gallery_menu_all a {
    display: inline-block;
  }
  .gallery.-landing {
    max-width: 100%;
    margin: 0;
  }
  .gallery-box {
    width: 100%;
    min-height: inherit;
    margin: 0;
  }
  .gallery-box_inner {
    display: block;
    padding: 30px;
  }
  .gallery-landing-slider_wrapper {
    position: static;
    max-width: 100%;
    height: 310px;
    max-width: 88%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .gallery-landing-slider_wrapper .tj_gallery a {
    padding-bottom: 90%;
    width: 150px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .slider-arrows.-gallery {
    right: 0%;
    bottom: 0%;
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  .gallery-filter:after {
    content: '';
    display: block;
    clear: both;
  }
  .gallery-filter li {
    display: block;
    width: 50%;
    float: left;
  }
  .gallery-box_inner {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .gallery-item.-width25, .gallery-item.-width50, .gallery-item.-width33, .gallery-item.-width20 {
    width: 100%;
  }
  .gallery-landing-slider_wrapper {
    height: 210px;
  }
  .gallery-landing-slider_wrapper .tj_gallery a {
    padding-bottom: 90%;
    width: 90px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
}

.section-menu.-half .nav li a {
  border: none;
  padding: 5px 20px 0 0;
}

.tabMenu.-item100 .tabMenu-item {
  max-width: 100%;
  width: 100%;
}

.tabMenu.-item100 .tabMenu-item:nth-child(odd) {
  padding-right: 0px;
}

.tabMenu.-item100 .tabMenu-item:nth-child(even) {
  padding-left: 0px;
}

.tabMenu-long_bg {
  position: absolute;
  left: 0;
  width: 30%;
  top: 0;
  bottom: 0;
  height: 100%;
}

.tabMenu .nav {
  line-height: 38px;
  margin-top: 20px;
  position: relative;
}

.tabMenu .nav.text-center .tabMenu-all {
  position: absolute;
  right: 0;
}

.tabMenu li.active svg {
  opacity: 1;
  transition: all .3s;
}

.tabMenu li.active a {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.tabMenu li a {
  color: #000;
}

.tabMenu li a:hover {
  color: #dbc49d;
}

.tabMenu li span {
  padding: 0 5px;
  vertical-align: middle;
  display: inline-block;
}

.tabMenu li svg {
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  transition: all .3s;
}

.tabMenu li.tabMenu-all-wrapper.tabMenu-all-wrapper {
  float: right;
  display: inline-block;
}

.tabMenu li.tabMenu-all-wrapper.tabMenu-all-wrapper a {
  padding: 6px 12px;
}

.tabMenu li.tabMenu-all-wrapper.tabMenu-all-wrapper a:hover, .tabMenu li.tabMenu-all-wrapper.tabMenu-all-wrapper a:active, .tabMenu li.tabMenu-all-wrapper.tabMenu-all-wrapper a:focus {
  background: #bdbdbd;
  color: #000;
}

.tabMenu-list.-white {
  color: #fff;
}

.tabMenu-list.-white .tabMenu-content-title {
  font-weight: 600;
}

.tabMenu-list.-white .tabMenu-content-descr {
  color: #fff;
}

.tabMenu-list.-lg .tabMenu-img {
  max-width: 100px;
  margin-right: 7%;
}

.tabMenu-list.-lg .tabMenu-img img {
  max-width: 100px;
  height: 100px;
}

.tabMenu-list.-lg .tabMenu-content_inner {
  padding-top: 10px;
}

.tabMenu-list.-lg .tabMenu-price {
  padding-top: 10px;
}

.tabMenu-subtitle {
  margin-bottom: 20px;
}

.tabMenu-all-wrapper {
  display: inline-block;
  float: right;
}

.tabMenu-item {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  width: 50%;
  float: left;
}

.tabMenu-item:nth-child(odd) {
  padding-right: 15px;
}

.tabMenu-item:nth-child(even) {
  padding-left: 15px;
}

.tabMenu-img {
  display: inline-block;
  float: left;
  max-width: 55px;
  width: 100%;
  margin-right: 15px;
}

.tabMenu-img img {
  max-width: 55px;
  height: 55px;
  border-radius: 50%;
}

.tabMenu .tab-content {
  padding-top: 30px;
  min-height: 600px;
}

.tabMenu-content_inner {
  overflow: hidden;
}

.tabMenu-content {
  width: 80%;
  display: inline-block;
  float: left;
}

.tabMenu-content-title {
  font-size: 22px;
  max-height: 30px;
  overflow: hidden;
}

.tabMenu-content-descr {
  color: #505050;
  max-height: 60px;
  overflow: hidden;
  height: 60px;
  font-size: 18px;
}

.tabMenu-price {
  width: 20%;
  display: inline-block;
  float: left;
}

.tabMenu-slider .slick-dots .slick-active button {
  background: #dbc49d;
}

.tabMenu-slider .slick-dots li {
  width: auto;
  height: auto;
}

.tabMenu-slider .slick-dots button {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  width: auto;
  border-radius: 0;
  border: 1px solid #dbc49d;
  width: 30px;
  height: 30px;
  color: #000;
  transition: all .35s;
}

.tabMenu-slider .slick-dots button:before {
  display: none !important;
}

.tabMenu-slider .slick-dots button:hover {
  background: #dbc49d;
  transition: all .35s;
}

.tabMenu .nav-tabs > li {
  display: inline-block;
  float: none;
}

.tabMenu_img .row .col-md-6:first-child {
  padding-right: 10px;
}

.tabMenu_img .row .col-md-6:first-child .tabMenu_img-wrapper:first-child {
  margin-bottom: 10px;
}

.tabMenu_img-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
}

.tabMenu_img-wrapper.-height50 {
  min-height: 335px;
}

.tabMenu_img-wrapper.-height100 {
  min-height: 680px;
}

.tabMenu_img-wrapper .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.tabMenu.-landing {
  text-align: right;
  padding-right: 8%;
  margin-left: 5%;
  position: relative;
}

.tabMenu.-landing .tab-content {
  min-height: auto;
}

.tabMenu.-landing .section-title {
  padding-bottom: 10px;
}

.tabMenu-landing-bg_wrapper {
  display: inline-block;
  width: 42.5%;
  position: absolute;
  left: 3%;
  top: -50px;
  bottom: -50px;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
  z-index: 5;
}

.tabMenu-bg {
  height: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.tabMenu-bg .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.tabMenu-landing-content {
  padding: 4% 4% 3% 8%;
  display: inline-block;
  position: relative;
  min-height: 650px;
  width: 51%;
  text-align: left;
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
}

.menu-section_masonry {
  padding-bottom: 80px;
}

.menu-title_block {
  color: #fff;
  padding-top: 60px;
}

.menu-title_block.-slider {
  text-align: center;
}

.menu-title_block.-slider h2 {
  font-size: 73px;
}

.menu-title_block.-slider p {
  margin-bottom: 75px;
}

.menu-title_block.-md {
  text-align: left;
}

.menu-title_block.-md h2 {
  font-size: 60px;
  color: #000;
  padding-bottom: 30px;
}

.menu-title_block.-md h2:after {
  margin: 0;
  margin-top: 20px;
}

.menu-title_block.-md p {
  max-width: 70%;
  margin: 0;
  color: #000;
  margin-bottom: 30px;
}

.menu-title_block.-sm {
  color: #000;
}

.menu-title_block.-sm h2 {
  font-size: 24px;
  font-family: Cabin;
  font-weight: 600;
  padding-bottom: 15px;
}

.menu-title_block.-sm h2:after {
  width: 54px;
  height: 4px;
  margin: 0;
  margin-top: 10px;
}

.menu-title_block.-sm p {
  margin-bottom: 23px;
}

.menu-title_block h2 {
  font-size: 50px;
  position: relative;
  padding-bottom: 20px;
}

.menu-title_block h2:after {
  content: '';
  display: block;
  width: 115px;
  height: 8px;
  margin: 0 auto;
  margin-top: 20px;
  background: #dbc49d;
}

.menu-title_block p {
  max-width: 500px;
  margin: 0 auto;
}

.menu-title_block .btn {
  margin-top: 50px;
}

.menu-section_item.-title {
  text-align: center;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  background-attachment: fixed;
}

.menu-section_item.-title .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

.menu-section_item.-content {
  padding: 80px 0;
}

.menu-grid_item {
  max-width: 92.5%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 140px;
  right: 0;
  padding: 20px 0;
}

.menu-grid_item.-card {
  max-width: 25%;
  width: 100%;
  margin: 0;
  padding: 0 45px;
  padding-bottom: 70px;
}

.menu-grid_item.-card .menu-grid_item_inner {
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
}

.menu-grid_item.-right {
  text-align: right;
}

.menu-grid_item.-right .menu-grid_img_wrapper {
  left: 0;
}

.menu-grid_item.-right .menu-grid_content {
  text-align: left;
}

.menu-grid_content {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.13);
  padding: 2.5%;
}

.menu-grid_img_wrapper {
  width: 45%;
  display: inline-block;
  position: absolute;
  top: 65px;
  bottom: 65px;
  vertical-align: middle;
}

.menu-grid_img {
  height: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.menu-grid_img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.menu-filter_menu {
  margin: 40px 0;
  text-align: center;
}

.menu-filter_menu a.active {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.menu-filter_menu a.active:hover {
  color: #000;
}

.menu-filter_menu a.active svg {
  opacity: 1;
  transition: all .3s;
}

.menu-filter_menu li {
  display: inline-block;
  margin: 0 10px;
}

.menu-filter_menu li a {
  color: #000;
  display: inline-block;
  margin: 0 3px;
}

.menu-filter_menu li a:hover {
  color: #dbc49d;
}

.menu-filter_menu li span {
  padding: 0 15px;
  vertical-align: middle;
  display: inline-block;
}

.menu-filter_menu li svg {
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  transition: all .3s;
}

.menu-slider {
  margin-bottom: 0 !important;
}

.menu-slider .slick-dots {
  bottom: 60px;
}

.menu-slider .slick-dots .slick-active button {
  background: #dbc49d;
}

.menu-slider .slick-dots li {
  width: auto;
  height: auto;
}

.menu-slider .slick-dots button {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  width: auto;
  border-radius: 0;
  border: 1px solid #dbc49d;
  width: 30px;
  height: 30px;
  color: #FFF;
  transition: all .35s;
}

.menu-slider .slick-dots button:before {
  display: none !important;
}

.menu-slider .slick-dots button:hover {
  background: #dbc49d;
  transition: all .35s;
}

.menu-slider_item {
  padding: 170px 40px 100px 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-slider .arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #dbc49d;
  transition: all .3s;
  font-size: 40px;
  z-index: 99;
  padding: 5px;
  display: inline-block;
}

.menu-slider .arrow:hover {
  transition: all .3s;
  color: #fff;
}

.menu-slider .arrow.-next {
  right: 7px;
}

.menu-slider .arrow.-prev {
  left: 7px;
}

.-card .card-menu_content {
  padding: 10.5% 12% 8% 12%;
}

.-card .card-menu_price {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

.-card .card-menu_price span {
  display: inline-block;
  padding-right: 5px;
}

.-card .card-menu_img {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 70.5%;
}

.-card .card-menu_img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-height: 700px) {
  .menu-slider .slick-dots {
    bottom: 50px;
  }
  .menu-slider_item {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .menu-title_block.-slider p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .menu-grid_item.-card {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .section-menu.-half .tabMenu-all {
    position: absolute;
  }
  .section-menu.-half .tabMenu-all-wrapper {
    display: inline-block;
    float: right;
  }
  .section-menu.-half .nav li a {
    border: none;
    padding: 5px 5px 0 0;
  }
  .tabMenu .nav.text-center .tabMenu-all {
    position: static;
  }
  .tabMenu-all {
    position: static;
  }
  .tabMenu li a {
    padding: 5px;
  }
}

@media screen and (max-width: 1150px) {
  .tabMenu-content-descr {
    height: auto;
  }
  .tabMenu-item {
    width: 100%;
  }
  .tabMenu-item:nth-child(odd) {
    padding-right: 0px;
  }
  .tabMenu-item:nth-child(even) {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-grid_item.-card {
    max-width: 33.333%;
  }
}

@media screen and (max-width: 991px) {
  .menu-section_masonry {
    padding-bottom: 30px;
  }
  .menu-grid_item.-card {
    max-width: 50%;
  }
  .menu-filter_menu:after {
    content: '';
    display: block;
    clear: both;
  }
  .menu-filter_menu li {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 5px 0;
  }
  .menu-filter_menu li:first-child {
    width: 100%;
  }
  .menu-title_block h2 {
    font-size: 70px;
  }
  .menu-section_item.-title {
    height: auto;
    padding: 100px 0;
    background-attachment: inherit;
  }
  .menu-section_item.-content {
    padding: 30px 0;
  }
  .menu-grid_content {
    width: 100%;
  }
  .menu-grid_img_wrapper {
    position: static;
    width: 100%;
  }
  .menu-grid_img {
    display: none;
  }
  .menu-grid_item {
    margin-bottom: 50px;
  }
  .section-menu.-half .tab-content {
    min-height: none;
  }
  .section-menu.-half .tabMenu-all {
    position: static;
  }
  .section-menu.-half .tabMenu-all-wrapper {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .tabMenu-content-descr {
    max-height: 50px;
  }
  .tabMenu .nav-tabs {
    text-align: center;
  }
  .tabMenu .nav-tabs > li {
    display: inline-block;
  }
  .tabMenu .nav-tabs > li.tabMenu-all-wrapper {
    float: none;
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  .tabMenu .nav-tabs > li.tabMenu-all-wrapper a {
    display: inline-block;
  }
  .tabMenu-long_bg {
    display: none;
  }
  .tabMenu-list.-lg .tabMenu-content_inner {
    padding-top: 5px;
  }
  .tabMenu-list.-lg .tabMenu-price {
    padding-top: 5px;
  }
  .tabMenu-list.-lg .tabMenu-img {
    max-width: 65px;
    margin-right: 20px;
  }
  .tabMenu-list.-lg .tabMenu-img img {
    max-width: 65px;
    height: 65px;
  }
  .tabMenu_img-wrapper.-height100 {
    min-height: 335px;
  }
  .tabMenu_img .row .col-md-6:first-child {
    padding: 0;
  }
  .tabMenu_img .row .col-md-6:first-child .tabMenu_img-wrapper {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tabMenu .nav-tabs {
    text-align: center;
  }
  .tabMenu .nav-tabs > li {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 5px 0;
  }
  .tabMenu-all-wrapper {
    float: none;
  }
  .tabMenu-content-title {
    font-size: 20px;
  }
  .tabMenu-all-wrapper {
    margin-top: 10px;
  }
  .menu-grid_item {
    max-width: 100%;
    padding: 20px;
  }
  .menu-grid_item.-card {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-title_block.-md h2 {
    font-size: 50px;
  }
  .menu-title_block.-md h2:after {
    margin-top: 20px;
  }
  .menu-title_block.-md p {
    max-width: 100%;
  }
  .menu-slider_item {
    padding: 100px 20px;
  }
}

.review.-inner {
  margin-top: 45px;
}

.review.-single_circle .review-item {
  padding-top: 40px;
}

.review.-single_circle .review-item .review-img img {
  box-shadow: 0 2px 24px 3px rgba(0, 0, 0, 0.29);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .3s;
  margin-bottom: 35px;
}

.review.-single_circle .review-item .review-title, .review.-single_circle .review-item .review-descr {
  opacity: 0;
  transition: all .3s;
}

.review.-single_circle .review-item .review-title {
  margin-bottom: 10px;
}

.review.-single_circle .review-item .review-descr {
  max-width: 100%;
  width: 100%;
  position: absolute;
  width: 300%;
  max-width: 500%;
  left: -100%;
}

.review.-single_circle .review-item .review-content {
  position: relative;
  min-height: 240px;
}

.review.-single_circle .review-item.slick-center .review-title, .review.-single_circle .review-item.slick-center .review-descr {
  opacity: 1;
  transition: all .3s;
}

.review.-single_circle .review-item.slick-center .review-img img {
  transition: all .3s;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.review.-double {
  margin-top: 50px;
}

.review.-double .review-item {
  text-align: left;
}

.review.-double .review-mainTitle {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  font-family: "Lobster";
}

.review.-double .review-descr {
  max-width: 100%;
}

.review.-double .review-img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 10px;
}

.review.-double .review-img img {
  max-width: 66px;
  height: 66px;
}

.review.-double .review-title {
  display: inline-block;
  vertical-align: middle;
}

.review.-double .arrow.-next {
  right: -70px;
}

.review.-double .arrow.-prev {
  left: -70px;
}

.review-slider {
  margin-top: 20px;
}

.review-item {
  text-align: center;
}

.review-item.-full {
  max-width: 93%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 75px;
}

.review-item.-full h2 {
  font-size: 42px;
  padding-bottom: 45px;
}

.review-item.-full h2:after {
  content: '';
  display: block;
  width: 115px;
  height: 8px;
  margin-top: 20px;
  background: #dbc49d;
}

.review-item.-full p {
  margin-bottom: 40px;
}

.review-item.-full .review-person_img {
  max-width: 66px;
  height: 66px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.review-item.-full .review-person_img img {
  height: 66px;
  border-radius: 50%;
}

.review-item.-full .review-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}

.review-item.-full.-right {
  text-align: right;
}

.review-item.-full.-right .review-img_wrapper {
  left: 0;
}

.review-item.-full.-right .review_content {
  text-align: left;
}

.review-item.-full.-left {
  text-align: left;
}

.review-img {
  margin-bottom: 15px;
}

.review-img img {
  margin: 0 auto;
  max-width: 115px;
  height: 115px;
  width: 100%;
  border-radius: 50%;
}

.review-descr {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.review-title {
  font-size: 36px;
}

.review .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #dbc49d;
  transition: all .3s;
  font-size: 35px;
  z-index: 99;
}

.review .arrow:hover {
  transition: all .3s;
  color: #5e544d;
}

.review .arrow.-next {
  right: 0;
}

.review .arrow.-prev {
  left: 0;
}

.review_content {
  width: 46.5%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.13);
  padding: 4.8% 10% 4.3% 4.4%;
}

.review-img_wrapper {
  width: 53.5%;
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  vertical-align: middle;
}

.review-full_img {
  height: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.review-full_img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.review.-landing {
  margin-right: 4%;
  margin-left: 14%;
  position: relative;
}

.review.-landing .arrow {
  position: absolute;
  bottom: -130px;
  top: inherit;
  right: 0;
  width: 61px;
  height: 61px;
  font-size: 35px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.24), 0 26px 54px 5px rgba(0, 0, 0, 0.59);
  background-color: #868d3a;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  transition: all .3s;
  color: #000;
}

.review.-landing .arrow:hover {
  transition: all .3s;
  background: #64692b;
}

.review.-landing .arrow i {
  line-height: 61px;
}

.review.-landing .arrow.-prev {
  right: 60px;
  left: inherit;
}

.review.-landing .arrow.-next {
  right: -25px;
}

.review.-landing .review-bot {
  text-align: right;
}

.review.-landing .review-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.review.-landing .review-img img {
  max-width: 66px;
  height: 66px;
}

.review.-landing .review-title {
  font-size: 27px;
  display: inline-block;
  vertical-align: middle;
}

.review-bg {
  position: relative;
  overflow: hidden;
  padding-bottom: 47.5%;
  margin-left: 8%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.review-bg .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.review-slider-box {
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
  position: absolute;
  left: 0;
  bottom: -13%;
  max-width: 56%;
  padding: 6% 5% 5% 8%;
}

.review-slider.-landing {
  margin-top: 16%;
}

.review-slider_content {
  margin-bottom: 40px;
}

.review-slider-item {
  text-align: center;
}

.review-slider-item_inner {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .review.-inner {
    margin-top: 20px;
  }
  .review.-single_circle .review-item .review-img img {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
  }
  .review.-single_circle .review-item .review-title, .review.-single_circle .review-item .review-descr {
    opacity: 1;
    transition: none !important;
  }
  .review.-single_circle .review-item .review-descr {
    position: static !important;
    max-width: 100%;
    width: 100%;
  }
  .review.-single_circle .review-item .review-content {
    min-height: 0;
  }
  .review.-single_circle .review-item .review-item.slick-center .review-title, .review.-single_circle .review-item .review-item.slick-center .review-descr {
    transition: none !important;
  }
  .review.-single_circle .review-item .review-item.slick-center .review-img img {
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .review.-double .col-md-6 {
    margin: 40px 0;
    text-align: center;
  }
  .review.-double .arrow.-next {
    right: -20px;
  }
  .review.-double .arrow.-prev {
    left: -20px;
  }
  .review-item.-full {
    max-width: 100%;
  }
  .review-item.-full h2 {
    font-size: 35px;
    padding-bottom: 25px;
  }
  .review-item.-full p {
    margin-bottom: 20px;
  }
  .review-item.-full .review_content {
    text-align: left !important;
    width: 100%;
  }
  .review-item.-full .review-img_wrapper {
    display: none !important;
  }
  .review-item.-full .review-full_img {
    padding-bottom: 46.25%;
  }
}

@media screen and (max-width: 767px) {
  .review-title {
    font-size: 30px;
  }
  .review .slick-list {
    width: 100% !important;
  }
  .review.-single {
    margin-top: 40px;
  }
}

.social {
  margin-top: 35px;
}

.social.-col4 .social-row {
  margin: 0 -12px;
}

.social .social-row {
  margin: 0 -10px;
}

.social-item {
  height: 0;
  padding-bottom: 68.25%;
  position: relative;
  margin: 0 10px;
  margin-top: 20px;
}

.social-item .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.social.-landing {
  text-align: right;
  margin-left: 7%;
  position: relative;
  margin-right: 8%;
  margin-top: 1%;
}

.social.-landing .social-item {
  padding-bottom: 90%;
}

.social-img-box {
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
  max-width: 59%;
  width: 100%;
  padding: 4% 7% 4% 7%;
  position: relative;
}

.social-content {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
  max-width: 43%;
  text-align: left;
}

.social-content-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.social-content-align {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20%;
}

.social-descr {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .social {
    margin-top: 30px;
  }
  .section-social a.pull-right {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .social-item img {
    max-width: 100%;
    width: 100%;
  }
}

.contacts {
  padding-top: 80px;
}

.contacts.-overlay-block .contacts-map {
  height: 465px;
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.contacts.-overlay-block .contacts-item {
  margin-bottom: 40px;
}

.contacts.-half {
  padding-top: 80px;
}

.contacts.-half .contacts-map {
  padding-top: 0;
}

.contacts.-half .contacts-item {
  margin: 15px 0;
}

.contacts-subtitle {
  margin-bottom: 15px;
}

.contacts-list li {
  margin-bottom: 15px;
  font-size: 18px;
}

.contacts-list i {
  width: 18px;
  margin-right: 5px;
}

.contacts-map {
  padding-top: 40px;
}

.contacts-map img {
  display: block;
  height: 100%;
}

.contacts-block {
  margin-top: 200px;
  box-shadow: 0 2px 24px 3px rgba(0, 0, 0, 0.29);
  background-color: #efefef;
  position: relative;
  z-index: 5;
}

.contacts-block-content {
  padding: 80px 60px 100px 110px;
  background: #fff;
}

.contacts-block-sidebar {
  padding: 80px 60px 0px 5%;
  background-color: #efefef;
}

.contacts-block .section-overlay-title {
  z-index: 0;
  left: 2%;
  top: -1%;
}

.contacts-block .section-overlay-title span {
  font-size: 144px;
}

.contacts-form {
  margin-top: 60px;
}

.contacts-form .row .col-md-6:first-child {
  padding-right: 10px;
}

.contacts-form .form-group {
  margin-bottom: 10px;
}

.contacts-form .form-control {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #000;
  transition: all .3s;
}

.contacts-form .form-control:focus {
  transition: all .3s;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19) !important;
}

.contacts-form textarea {
  resize: none;
  min-height: 150px;
}

.contacts.-landing {
  position: relative;
  padding: 0;
  margin: 0 8%;
}

.contacts.-landing .section-title {
  padding-bottom: 20px;
}

.contacts.-landing .section-descr {
  margin-bottom: 75px;
}

.contacts.-landing .google-map {
  height: 100%;
}

.contacts.-landing .contacts-subtitle {
  font-size: 22px;
  font-family: Cabin;
  font-weight: 700;
}

.contacts.-landing .contacts-item {
  margin-bottom: 60px;
}

.contacts.-landing .contacts-list li {
  margin-bottom: 20px;
}

.contacts-content {
  background: #fff;
  position: relative;
  max-width: 47%;
  z-index: 2;
  padding: 7.5% 3% 8% 7.5%;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
}

.contacts-map-wrapper {
  position: absolute;
  top: 50px;
  bottom: 50px;
  max-width: 53%;
  width: 100%;
  right: 0;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.24), 0 0 40px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 1400px) {
  .contacts-block .section-overlay-title {
    left: 0%;
  }
  .contacts-block .section-overlay-title span {
    font-size: 100px;
  }
  .contacts-block-content {
    padding: 40px 30px 100px 50px;
  }
  .contacts-block-sidebar {
    padding: 40px 30px 0px 5%;
  }
}

@media screen and (max-width: 991px) {
  .contacts.-overlay-block {
    padding: 0;
  }
  .contacts.-overlay-block .contacts-map {
    position: static;
    margin-top: 20px;
    height: auto;
  }
  .contacts-form {
    margin-top: 30px;
  }
  .contacts.-half {
    padding-top: 0;
  }
  .contacts.-half .contacts-map {
    margin-top: 0;
  }
  .contacts.-half .section-title {
    padding-top: 0px;
  }
  .contacts-map img {
    height: 500px;
    width: 100%;
  }
  .contacts-block {
    margin-top: 0;
  }
  .contacts-block-content {
    padding-bottom: 50px;
  }
  .contacts-form .row .col-md-6:first-child {
    padding: 0;
  }
  .contacts-list i {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-block-content {
    padding: 20px 15px;
  }
  .contacts-block-sidebar {
    padding: 20px 15px;
  }
}

.footer {
  background: #25150d;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
}

.footer.-sticky {
  /*bottom: 0;*/
}

.footer.-landing {
  background: transparent;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 0;
  padding-bottom: 50px;
  left: inherit;
  right: inherit;
}

.footer.-abs_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.footer.-sidebar {
  padding-left: 190px;
}

@media screen and (max-width: 991px) {
  .footer.-sidebar {
    padding-left: 0;
  }
}

.section-about.-overlay50 .section-overlay-title {
  top: 50%;
}

.section-about.-half_overlay {
  padding: 0;
}

.section-about.-half_overlay .about-item {
  padding: 80px 0;
  position: relative;
}

.section-about.-half_overlay .about-item:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 99;
  left: 55%;
  top: 50%;
}

.section-about.-half_overlay .about-item.-right:before {
  left: inherit;
  right: 55%;
  border-left: 12px solid transparent;
  border-right: 12px solid #fff;
}

.section-about.-half_overlay .container-fluid > .row:first-child {
  padding-bottom: 0px;
}

.section-about .container-fluid > .row:first-child {
  padding-bottom: 140px;
}

.section-about .container-fluid.-pd_bot_80 > .row:first-child {
  padding-bottom: 80px;
}

.section-about .about-img {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.section-about .about-img img {
  width: 100%;
  display: block;
}

.section-about p {
  position: relative;
  z-index: 100;
}

.about-bg_half {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
}

.about-item.-right .about-bg_half {
  right: inherit;
  left: 0;
}

.about-slider_wrapper {
  margin-left: 13%;
  padding-top: 6%;
  padding-right: 6%;
  position: relative;
}

.about-slider-img {
  margin-left: 6%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.24), 0 26px 54px 5px rgba(0, 0, 0, 0.59);
}

.about-slider_img {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 47%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.24), 0 26px 54px 5px rgba(0, 0, 0, 0.59);
}

.about-slider_img .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.about-slider_item {
  padding-left: 2%;
  padding-bottom: 1.7%;
  position: relative;
}

.about-slider_text {
  position: absolute;
  left: -2%;
  max-width: 93%;
  bottom: -18%;
}

.about-slider_text .slick-list {
  padding: 4% 7px;
}

.about-slider_text .slick-slide {
  margin: 0 30px;
}

.about-slider_content {
  box-shadow: 0 22px 25px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 8% 3% 7% 9%;
  max-width: 56%;
}

.about-slider .slick-list {
  padding-right: 35px;
}

@media screen and (max-height: 700px) {
  .about-slider_content {
    padding: 5% 3% 5% 5%;
  }
}

@media screen and (max-width: 1400px) {
  .about-slider_content {
    padding: 3%;
  }
  .section-about.-half_single p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-about.-half_overlay .about-item {
    padding: 10px 0;
  }
  .section-about .container-fluid > .row:first-child {
    padding-bottom: 30px;
  }
  .section-about .container-fluid.-pd_bot_80 > .row:first-child {
    padding-bottom: 30px;
  }
  .about-bg_half {
    display: none;
  }
  .section-about.-half_single {
    min-height: 0;
    background-image: none;
  }
  .section-about.-half_single:before {
    display: none;
  }
  .section-about.-half_single .container-fluid {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .section-about p {
    margin-bottom: 30px;
  }
  .about-slider_wrapper {
    margin: 0 -15px;
    padding: 0;
  }
  .about-slider-img {
    margin-left: 0;
  }
  .about-slider_text {
    position: static;
    margin-top: -200px;
    max-width: 100%;
  }
  .about-slider_text .slick-list {
    padding: 0;
    padding-bottom: 55px;
  }
  .about-slider_text .slick-slide {
    margin: 0 10px;
  }
  .about-slider_content {
    max-width: 100%;
    padding: 30px;
    box-shadow: 0 0px 20px 7px rgba(0, 0, 0, 0.3), 0 0 7px rgba(0, 0, 0, 0.11);
  }
  .slider-arrows.-about {
    bottom: 25px;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section-about p {
    margin-bottom: 0;
  }
  .about-slider_content {
    padding: 15px;
  }
  .about-slider_text {
    margin-top: -50px;
  }
}

.float-img {
  position: relative;
}

.float-img.-abs {
  position: absolute;
  z-index: 99;
}

.float-img img {
  display: block;
  width: 100%;
}

.float-img.pd-tp65 {
  padding-top: 65px;
}

.float-img.-lg {
  max-width: 630px;
  width: 100%;
  padding-bottom: 47%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.float-img.-lg.-center-left {
  right: 30px;
}

.float-img.-lg.-center-right {
  left: 10px;
}

.float-img.-md {
  max-width: 450px;
  width: 100%;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
}

.float-img.-md.-left {
  left: -450px;
  top: -120px;
}

.float-img.-md.-right-bot {
  bottom: -195px;
  right: -180px;
}

.float-img.-sm {
  max-width: 270px;
  width: 100%;
  padding-bottom: 25.5%;
  height: 0;
  overflow: hidden;
}

.float-img.-sm.-right-top {
  top: -35px;
  right: -102px;
}

@media screen and (max-width: 1400px) {
  .float-img.-md.-left {
    left: -350px;
    top: -90px;
  }
  .float-img.-md.-right-bot {
    bottom: -150px;
    right: -180px;
  }
}

@media screen and (max-width: 1100px) {
  .float-img.-md {
    max-width: 350px;
  }
  .float-img.-md.-left {
    left: -250px;
  }
  .float-img.-md.-right-bot {
    bottom: -110px;
    right: -180px;
  }
  .float-img.-sm {
    max-width: 250px;
  }
  .float-img.-sm.-right-top {
    top: 0px;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .float-img.-lg {
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .float-img.-md {
    display: none;
  }
  .float-img.-sm {
    display: none;
  }
  .float-img.pd-tp65 {
    padding-top: 0px;
  }
}

.section-welcome.-page_404 {
  background-size: cover , 40% , cover;
  background-position: center center , center right , center;
  background-repeat: no-repeat;
}

.page_404-block {
  color: #fff;
  padding-bottom: 30px;
}

.page_404-title {
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 20px;
  font-family: 'Lobster';
}

.page_404-descr {
  margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
  .page_404-title {
    font-size: 100px;
    line-height: 100px;
  }
}

.shop-grid.-col-4 .row {
  margin: 0 -35px;
}

.shop-grid.-col-4 [class*=' col-'] {
  padding: 0 35px;
  padding-bottom: 10px;
}

.shop-grid.-col-3 .row {
  margin: 0 -20px;
}

.shop-grid.-col-3 [class*=' col-'] {
  padding: 0 20px;
  padding-bottom: 40px;
}

.shop-grid.-col-3.-center .shop-item {
  margin: 0;
}

.shop-item {
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  padding: 30px 40px;
  transition: all .3s;
  margin-top: 40px;
  text-align: center;
}

.shop-item:hover {
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.23);
  transition: all .3s;
}

.shop-item.-center {
  text-align: center;
  padding: 55px 40px;
  margin: 0 20px;
}

.shop-item.-center .shop-price {
  float: none;
}

.shop-item.-center .shop-price {
  font-family: 'Lobster';
  font-weight: 400;
}

.shop-item.-center:hover .shop-overlay {
  bottom: 0;
  opacity: 1;
  transition: all .5s;
}

.shop-item.-center:hover .shop-price {
  opacity: 0;
  transition: all .5s;
  top: -20px;
  font-family: 'Lobster';
  position: relative;
}

.shop-img {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
}

.shop-img img {
  max-height: 140px;
  width: auto;
}

.shop-title {
  font-family: Cabin;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}

.shop-descr {
  font-size: 17px;
  color: #7f7f7f;
  text-align: left;
  margin-bottom: 25px;
}

.shop-content_bot {
  position: relative;
}

.shop-price {
  font-size: 22px;
  font-weight: 900;
  opacity: 1;
  top: 0;
  position: relative;
  float: left;
  font-family: 'Lato';
  transition: all .5s;
}

.shop-buy {
  float: right;
  line-height: 0;
  padding: 4.5px 0;
}

.shop-buy:hover span {
  color: #dbc49d;
  transition: all .3s;
}

.shop-buy span {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  transition: all .3s;
}

.shop-buy i {
  color: #dbc49d;
  margin-left: 18px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.shop-overlay {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .5s;
}

.shop-info_list {
  width: 100%;
}

.shop-info_list li {
  display: inline-block;
  margin: 0 5px;
}

.shop-info_list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dedede;
  background: transparent;
}

.shop-info_list li a:hover {
  background: #eeeeee;
  color: #000;
}

.shop-info_list li i {
  line-height: 30px;
  font-size: 18px;
}

.shop .slick-track {
  padding: 15px 0;
}

.shop .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  transition: all .3s;
  font-size: 30px;
  z-index: 99;
  padding: 5px;
}

.shop .arrow:hover {
  transition: all .3s;
  color: #dbc49d;
}

.shop .arrow.-next {
  right: -20px;
}

.shop .arrow.-prev {
  left: -20px;
}

.shop-filter_title {
  font-size: 22px;
  font-family: Lato;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.shop-filter_search {
  position: relative;
  margin-bottom: 25px;
}

.shop-filter_search input {
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  color: #000;
  padding-right: 45px;
  font-family: Lato;
  font-size: 18px;
}

.shop-filter_search input:focus {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5) !important;
}

.shop-filter_search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  cursor: pointer;
  background: #fff;
  border: none;
  font-size: 14px;
}

.shop-filter_search button i {
  transition: all .3s;
}

.shop-filter_search button:hover i {
  transition: all .3s;
  color: #dbc49d;
}

.shop-filter_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.shop-filter_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.shop-filter_search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.shop-filter_search :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.shop-filter_block {
  margin-bottom: 40px;
  padding-left: 40px;
}

.shop-filter_block.-white {
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 15px;
}

.shop-filter-review {
  margin-bottom: 40px;
}

.shop-filter-review_title {
  font-family: Lato;
  font-size: 18px;
  margin-bottom: 10px;
}

.shop-filter-review_rating {
  font-size: 11px;
}

.shop-filter_top-block {
  margin-bottom: 40px;
}

.shop-filter_info {
  float: left;
  padding: 6px 0;
  font-family: Lato;
}

.shop-filter_sort {
  float: right;
  font-family: Lato;
  min-width: 300px;
}

.shop-filter_sort-title {
  display: inline-block;
  vertical-align: middle;
}

.shop-filter_sort .dropdown-toggle i {
  padding-right: 5px;
}

.shop-filter_sort .dropdown-menu span {
  padding-right: 5px;
}

.shop-filter_sort .dropdown-menu > li > a {
  padding: 3px 10px;
}

.shop-filter_sort .bootstrap-select .btn-default {
  color: #000;
}

.shop-filter_sort .bootstrap-select {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}

.shop-filter_sort .bootstrap-select .caret {
  color: #000;
}

.shop-filter_range-slider {
  margin-bottom: 40px;
  margin-top: 65px;
}

.shop-filter_range-slider.ui-slider-horizontal {
  height: 5px;
  background-color: #f1f1f1;
  border: none;
}

.shop-filter_range-slider .ui-widget-header {
  background: #000;
}

.shop-filter_range-title {
  font-size: 18px;
  font-family: Lato;
  display: inline-block;
}

.shop-filter_range-amount {
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.shop-filter_range-info {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.shop.-landing {
  margin-top: 30px;
  position: relative;
  margin: 0;
  margin-left: 14%;
}

.shop.-landing .shop-grid .row {
  margin: 0 -20px;
}

.shop.-landing .shop-item {
  box-shadow: none;
}

.shop.-landing .shop-item:hover {
  box-shadow: none;
}

.shop-bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0%;
  top: -14%;
  padding-bottom: 43.5%;
  margin-left: 11%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.shop-bg .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.shop-content {
  position: relative;
  max-width: 81%;
  width: 100%;
  padding: 4% 6% 3% 6%;
  margin-top: 3%;
  display: inline-block;
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.section-shop.-cart {
  padding-top: 0;
}

@media screen and (max-width: 1600px) {
  .shop-buy i {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .shop-grid.-sidebar.-col-3 [class*=' col-'] {
    padding: 0 5px;
    padding-bottom: 10px;
  }
  .shop-grid.-sidebar .shop-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1500px) {
  .shop.-col-3 .row {
    margin: 0 -10px;
  }
  .shop.-col-3 [class*=' col-'] {
    padding: 0 10px;
  }
  .shop-item {
    padding: 20px 30px;
  }
  .shop-item.-center {
    padding: 30px 25px;
  }
  .shop-price {
    font-size: 18px;
  }
  .shop-buy {
    padding: 2px 0;
  }
  .shop-buy span {
    font-size: 14px;
  }
  .shop-buy i {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .-mob50 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .shop-item {
    margin-top: 20px;
  }
  .shop-grid.-col-4 .row {
    margin: 0;
  }
  .shop-grid.-col-4 [class*=' col-'] {
    padding: 0 15px;
  }
  .shop-grid.-col-3 .row {
    margin: 0px;
  }
  .shop .arrow.-next {
    right: 15px;
  }
  .shop .arrow.-prev {
    left: 15px;
  }
  .shop-filter-review {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shop-grid.-col-4 [class*=' col-'] {
    padding: 0px;
    padding-bottom: 10px;
  }
  .shop-grid.-col-3 [class*=' col-'] {
    padding: 0px;
  }
  .shop-grid.-col-3.-center [class*=' col-'] {
    margin-bottom: 15px;
  }
  .shop-filter_info {
    float: none;
    display: block;
    margin: 5px 0;
  }
  .shop-filter_sort {
    float: none;
    display: block;
    margin: 5px 0;
  }
  .shop-filter_sort .bootstrap-select {
    max-width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .-mob50 {
    display: inline-block;
    width: 100%;
  }
}

.product-img_slider .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.product-img_slider_nav {
  display: inline-block;
  max-width: 120px;
  float: left;
}

.product-img_slider_nav .slick-list {
  padding: 0 10px;
}

.product-img_slider_nav-item {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
}

.product-img_slider_nav a {
  max-width: 100px;
  padding: 0 15px;
  display: block;
  text-align: center;
}

.product-img_slider_nav a img {
  max-width: 100%;
  width: 100%;
}

.product-img_slider_for {
  float: left;
  margin-left: 20px;
  padding: 40px;
  max-width: 60%;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  text-align: center;
}

.product-img_slider_for a {
  display: inline-block;
  padding: 0 20px;
}

.product-img_slider_for a img {
  max-width: 100%;
  max-height: 310px;
}

.product-img_slider_item {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.product-more {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-bottom: 25px;
  display: block;
}

.product-descr_title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-inner_title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-inner_subtitle {
  font-family: 'Lato', sans-serif;
  color: #7f7f7f;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.product-inner_rating {
  margin-bottom: 40px;
  font-size: 17px;
}

.product-inner_price_block {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-inner_price_old {
  text-decoration: line-through;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #c4c4c4;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.product-inner_price_new {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
}

.product-inner_descr {
  font-size: 18px;
  line-height: 37px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 60px;
}

.product-inner_tabs {
  margin-top: 50px;
}

.product-inner_tabs .nav {
  border-bottom: 1px solid #dedede;
}

.product-inner_tabs .nav li.active a {
  color: #dbc49d;
}

.product-inner_tabs .nav li.active a:after {
  transition: all .3s;
  opacity: 1;
}

.product-inner_tabs .nav li {
  margin-right: 70px;
}

.product-inner_tabs .nav a {
  padding: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  position: relative;
  color: #000;
}

.product-inner_tabs .nav a:hover {
  color: #dbc49d;
}

.product-inner_tabs .nav a:after {
  content: '';
  background: #dbc49d;
  height: 4px;
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}

.product-inner_tabs .tab-content {
  min-height: 450px;
  margin-top: 40px;
}

.product-inner_tabs .tab-content p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
  margin-bottom: 15px;
}

.product-info_table {
  max-width: 100%;
  width: 100%;
}

.product-info_table td {
  padding: 10px 5px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}

.product-info_table tr {
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.product-info_title {
  font-weight: 900;
  font-size: 19px;
}

@media screen and (max-width: 1400px) {
  .product-inner_tabs .nav li {
    margin-right: 25px;
  }
  .product-inner_tabs .nav li:last-child {
    margin-right: 0;
  }
  .product-inner_tabs .nav li a {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .product-inner_tabs .nav {
    text-align: center;
  }
  .product-inner_tabs .nav li {
    float: none;
    display: inline-block;
    margin: 0px 10px;
  }
  .product-inner_tabs .nav li:last-child {
    margin-right: inherit;
  }
  .product-img_slider {
    margin-bottom: 40px;
  }
  .product-img_slider_nav {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .product-img_slider_nav-item {
    margin: 0 10px;
    margin-bottom: 10px;
    padding: 7px;
  }
  .product-img_slider_nav a {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  .product-img_slider_nav a img {
    max-width: 65px;
  }
  .product-img_slider_nav .slick-track {
    text-align: center;
  }
  .product-img_slider_for {
    float: none;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
  }
  .product-breadcrump {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-inner_tabs .nav {
    border-bottom: none;
    text-align: center;
  }
  .product-inner_tabs .nav li {
    display: block;
  }
  .product-inner_tabs .nav li a {
    padding: 10px;
  }
  .product-inner_tabs .nav li a:after {
    display: none;
    left: 45%;
    right: 45%;
  }
}

.filter-list_main_link {
  font-weight: 400;
}

.filter-list a {
  display: block;
  color: #000;
  font-family: 'Lato';
  padding: 10px 0;
  position: relative;
  font-size: 18px;
}

.filter-list a:hover {
  text-shadow: 0px 0 0 #000 , 1px 0 0 #000;
}

.filter-list a[aria-expanded="true"] {
  text-shadow: 0px 0 0 #000 , 1px 0 0 #000;
}

.filter-list a[aria-expanded="true"] > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .3s;
}

.filter-list a i {
  position: absolute;
  right: 20px;
  line-height: 27px;
  transition: all .3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.filter-list .sub-menu {
  padding-left: 15px;
}

.filter-list .sub-menu_2 {
  padding-left: 15px;
}

.rating_full {
  opacity: 1;
}

.rating_empty {
  opacity: 0.23;
}

.pd_bot_0 {
  padding-bottom: 0 !important;
}

.cart-table input {
  border: none;
  background: transparent;
  max-width: 100%;
}

.cart-table_descr {
  position: relative;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  padding: 20px 0;
}

.cart-table_descr [class*="col-"] {
  position: relative;
  height: 160px;
}

.cart-table_descr [class*="col-"] > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.cart-table_title {
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 0;
}

.cart-table .-center {
  text-align: center;
}

.cart-product {
  text-align: left;
  display: inline-block;
  padding-left: 10%;
}

.cart-product_title {
  font-family: Cabin;
  font-weight: 700;
  margin-bottom: 5px;
}

.cart-product_subtitle {
  font-size: 18px;
  color: #7f7f7f;
  font-family: Lato;
}

.cart-price {
  font-family: Lato;
  color: #010101;
}

.cart-price.-strong {
  font-family: 'gilroyextrabold';
  color: #000;
}

.cart-close {
  color: #000;
}

.cart-close:hover {
  color: #dbc49d;
}

.cart-checkout {
  text-align: left;
  display: inline-block;
}

.cart-checkout_wrapper {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 50px;
}

.cart-total {
  margin-top: 60px;
}

.cart-total_title {
  text-transform: uppercase;
  font-family: 'gilroyextrabold';
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.cart-total_price {
  float: right;
  text-transform: uppercase;
  font-family: 'gilroyextrabold';
}

.cart-img {
  max-width: 140px;
  max-height: 160px;
  display: inline-block;
  padding: 0 20px;
}

.cart-img img {
  max-width: 140px;
  width: 100%;
}

.cart-products.cart-products.cart-products.cart-products {
  padding-left: 5px;
  font-size: 18px;
  vertical-align: inherit;
}

.cart-fixed {
  text-align: center;
}

.cart-fixed:hover i {
  color: #dbc49d;
}

.cart-fixed:hover span {
  color: #dbc49d;
}

.cart-fixed i {
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  background: transparent !important;
}

@media screen and (max-width: 767px) {
  .cart-table_title {
    display: none;
  }
  .cart-table_descr {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  }
  .cart-table_descr [class*="col-"] {
    height: auto;
  }
  .cart-table_descr [class*="col-"] > div {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .cart-table .-center {
    text-align: left;
  }
  .cart-table .cart-product_title-box .cart-product {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .cart-table .cart-product_quantity {
    position: absolute;
    left: 40px;
    bottom: 10px;
  }
  .cart-table .cart-product_total-price {
    text-align: center !important;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
  .cart-table .cat-product_del {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .cart-table .cat-product_del i {
    font-size: 20px;
  }
  .cart-checkout a {
    margin: 5px 0;
  }
  .cart-product_title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .cart-product_subtitle {
    font-size: 15px;
  }
}

.section-checkout {
  padding-top: 0;
  padding-bottom: 80px;
}

.checkout-title {
  font-family: 'gilroyextrabold';
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}

.checkout-form .row {
  margin: 0 -20px;
  margin-bottom: 15px;
}

.checkout-form .col-md-6 {
  padding: 0px 20px;
}

.checkout-form label {
  font-family: "Lato";
  font-size: 18px;
  color: #383838;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  margin-bottom: 25px;
}

.checkout-form .form-control {
  background-color: #f1f1f1;
  border: none;
  box-shadow: none;
  font-family: "Lato";
  font-size: 18px;
  color: #000;
  height: 50px;
  padding: 15px 22px;
}

.checkout-form .form-control:focus {
  transition: all .3s;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19) !important;
}

.checkout-form textarea {
  min-height: 140px;
  resize: none;
  max-width: 100%;
  width: 100%;
}

.checkout-submit:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: red;
}

.checkout-table {
  width: 100%;
}

.checkout-table thead {
  border-bottom: 1px solid #c4c4c4;
}

.checkout-table th, .checkout-table td {
  vertical-align: middle;
  padding: 20px 10px;
}

.checkout-table th.text-center, .checkout-table td.text-center {
  text-align: right;
}

.checkout-table th {
  font-family: 'gilroyextrabold';
  font-size: 18px;
  text-transform: uppercase;
}

.checkout-table tbody tr {
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.checkout-table_product-title {
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.checkout-table_product-subtitle {
  font-size: 17px;
  font-family: 'Lato';
  color: #010101;
  display: block;
}

.checkout-table_price {
  font-size: 18px;
  font-family: 'Lato';
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.checkout-total {
  margin-top: 30px;
  margin-bottom: 65px;
}

.checkout-total_title {
  font-family: 'gilroyextrabold';
  float: left;
  text-transform: uppercase;
}

.checkout-total_price {
  text-transform: uppercase;
  float: right;
  font-size: 22px;
  font-family: 'gilroyextrabold';
}

@media screen and (max-width: 991px) {
  .section-checkout {
    padding-top: 0;
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 600px) {
  .checkout-title {
    font-size: 20px;
  }
  .checkout-table th, .checkout-table td {
    padding: 20px 5px;
  }
  .checkout-table th {
    font-size: 16px;
  }
  .checkout-table_product-title {
    font-size: 15px;
  }
  .checkout-table_product-subtitle {
    font-size: 15px;
    font-family: 'Lato';
    color: #010101;
    display: block;
  }
  .checkout-table_price {
    font-size: 15px;
  }
}

.comment-item {
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comment-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.comment-rating_box {
  float: left;
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
}

.comment-content_box {
  overflow: hidden;
}

.comment-rating {
  display: inline-block;
}

.comment-rating_title {
  display: inline-block;
  margin-right: 10px;
}

.comment-rating i {
  font-size: 15px;
}

.comment-detail {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.comment-descr {
  margin-bottom: 20px;
}

.comment-author {
  margin-bottom: 5px;
}

.comment-form {
  max-width: 80%;
  padding: 30px 0;
  margin: 0 auto;
}

.comment-form_title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}

.comment-form label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.comment-form .form-control {
  background-color: #f1f1f1;
  border: none;
  box-shadow: none;
  font-family: "Lato";
  font-size: 18px;
  color: #000;
  height: 50px;
  margin-left: 25px;
  padding: 15px 22px;
}

.wpcf7-not-valid-tip {
	margin-left: 25px;
}

.comment-form .form-control:focus {
  transition: all .3s;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19) !important;
}

.comment-form_rating {
  margin-left: 25px;
  padding: 5px 0;
  font-size: 18px;
}

.comment-form textarea {
  min-height: 140px;
  resize: none;
  max-width: 100%;
  width: 100%;
}

.comment-form input[type="submit"] {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .comment-rating_box {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .comment-form {
    max-width: 100%;
  }
  .comment-form .form-control {
    margin-left: 0px;
  }
  .comment-form input[type="submit"] {
    margin-left: 0;
  }
  .comment-form_rating {
    margin-left: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}

.preloader.-done {
  display: none;
}

.preloader_logo {
  position: absolute;
  padding-right: 17px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.section-welcome.-preview {
  min-height: 450px;
}

.section-title.-preview {
  text-align: center;
  font-size: 55px;
}

.section-title.-preview:after {
  margin: 0 auto;
  margin-top: 15px;
}

.section-preview_social {
  text-align: center;
}

.preview_welcome a {
  max-width: 200px;
  width: 100%;
  font-size: 18px;
  margin: 5px;
}

.preview_welcome-title {
  color: #fff;
  font-size: 85px;
  margin-bottom: 5px;
}

.preview_welcome-subtitle {
  color: #fff;
  font-family: 'Cabin';
  margin-bottom: 25px;
  font-size: 25px;
}

.preview-demo_filter {
  text-align: center;
}

.preview-demo_filter li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.preview-demo_filter li .ico-square {
  opacity: 0;
  transition: all .35s;
}

.preview-demo_filter li a span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding: 0 5px;
  transition: all .35s;
}

.preview-demo_filter li a:hover span {
  color: #dbc49d;
}

.preview-demo_filter li a.active span {
  color: #dbc49d;
  transition: all .35s;
}

.preview-demo_filter li a.active .ico-square {
  opacity: 1;
  transition: all .35s;
}

.preview-demo_content {
  margin-top: 30px;
}

.preview-demo_item {
  max-width: 33.333%;
  padding: 15px;
  width: 100%;
}

.preview-demo_item-inner {
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  transition: all 1s;
}

.preview-demo_item-inner:hover {
  transition: all 1s;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.7);
}

.preview-demo_item-inner:hover .preview-demo_overlay {
  opacity: 1;
  transition: all .35s;
}

.preview-demo_item-inner:hover .preview-demo_overlay_content {
  top: 50%;
  transition: all .35s;
  opacity: 1;
}

.preview-demo_img {
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}

.preview-demo_img .resp_img {
  background-position: top center;
}

.preview-demo_top {
  position: relative;
}

.preview-demo_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 207, 59, 0.7);
  text-align: center;
  opacity: 0;
  transition: all .35s;
}

.preview-demo_overlay_content {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: all .35s;
}

.preview-demo_overlay_content span {
  display: inline-block;
}

.preview-demo_overlay_content i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 17px;
}

.preview-demo_bot {
  text-align: center;
  padding: 30px  20px;
}

.preview-demo_bot h3 {
  font-size: 25px;
}

.preview-social_logo {
  margin-bottom: 20px;
}

.feature-list li {
  display: inline-block;
  width: 33.333%;
  float: left;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}

.feature-list li:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dbc49d;
  font-size: 17px;
  position: absolute;
  left: 0;
  line-height: 36px;
}

.header.-preview .dropdown:hover .dropdown-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header.-preview li.dropdown:hover > a {
  color: #dbc49d;
}

.header.-preview .dropdown-menu {
  border: 0;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 0;
  min-width: 170px;
  display: block;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
}

.header.-preview .dropdown-menu_inner {
  background: #fff;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.11);
}

.header.-preview .dropdown-menu_inner li {
  transition: all .35s;
}

.header.-preview .dropdown-menu_inner li a {
  color: #000;
  display: block;
  padding: 15px  10px;
}

.header.-preview .dropdown-menu_inner li:hover {
  background: #dbc49d;
}

.header.-preview .dropdown-menu_inner li:hover a {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .header.-preview li > a {
    padding: 13px 20px;
  }
  .header.-preview li .dropdown-menu_inner a {
    padding: 15px  10px;
  }
  .feature-list li {
    font-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .preview-demo_filter li {
    margin: 0;
  }
  .preview-demo_filter li a span {
    padding: 0;
  }
  .feature-list li {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .section-welcome.-preview .content {
    min-height: auto;
    padding: 0 !important;
  }
  .header.-preview .navbar-nav {
    text-align: left;
    margin: 20px;
  }
  .header.-preview .dropdown:hover .dropdown-menu {
    visibility: inherit;
    /* shows sub-menu */
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: none;
  }
  .header.-preview li .dropdown-menu {
    padding: 0;
    padding-left: 30px;
    padding-bottom: 20px;
    visibility: inherit;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: none;
    display: none;
    position: relative;
  }
  .header.-preview li .dropdown-menu_inner {
    box-shadow: none;
  }
  .header.-preview li .dropdown-menu_inner a {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-welcome.-preview {
    height: 400px;
    min-height: inherit;
  }
  .section-title.-preview h2 {
    font-size: 35px;
  }
  .preview_welcome-title {
    font-size: 55px;
  }
  .preview_welcome-subtitle {
    font-size: 20px;
  }
  .preview-demo_item {
    max-width: 50%;
  }
  .preview-demo_filter li {
    width: 50%;
    float: left;
    margin: 10px 0;
  }
  .preview-demo_filter li a span {
    padding: 0 3px;
  }
  .preview-demo_filter li:first-child {
    width: 100%;
  }
  .feature-list li {
    max-width: 100%;
    width: 100%;
  }
  .footer.-preview {
    text-align: center;
  }
  .footer.-preview .text-right {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .preview-demo_item {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .preview_welcome-title {
    font-size: 45px;
  }
  .preview_welcome-subtitle {
    font-size: 18px;
  }
}

html,
body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}

body {
  background-image: url(img/bg-body_wood_bg.png);
}

@media screen and (max-width: 991px) {
  body, .btn {
    font-size: 18px;
  }
  p {
    line-height: 26px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  p {
    line-height: 24px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 30px;
  }
}

.tj_gallery a {
  display: block;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  width: 250px;
  margin: 0 10px;
  position: relative;
  margin-bottom: 10px;
  opacity: 1;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.43), 0 21px 40px rgba(0, 0, 0, 0.58);
}

.tj_gallery img {
  position: absolute;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=all.css.map */
