@import url(//fonts.googleapis.com/css?family=Pinyon+Script);
@font-face {
  font-family: 'FontAwesome';
  src: url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/app/themes/evolution/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0,0);
}
.fa-lg {
  font-size: 1.33333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571428571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714286em;
  width: 2.14285714286em;
  top: 0.142857142857em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714285714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}
.upper {
  text-transform: uppercase;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/app/themes/evolution/boxsizing.htc);
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #242c18;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #242c18;
}
.text-primary:hover {
  color: #090b06;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-1 {
  width: 8.33333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-1 {
  right: 8.33333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-1 {
  left: 8.33333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.33333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.33333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.33333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.33333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > thead > .active > td,
.table > thead > .active > th,
.table > tbody > tr > .active,
.table > tbody > .active > td,
.table > tbody > .active > th,
.table > tfoot > tr > .active,
.table > tfoot > .active > td,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > thead > .success > td,
.table > thead > .success > th,
.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th,
.table > tfoot > tr > .success,
.table > tfoot > .success > td,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > thead > .danger > td,
.table > thead > .danger > th,
.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th,
.table > tfoot > tr > .danger,
.table > tfoot > .danger > td,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > thead > .warning > td,
.table > thead > .warning > th,
.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th,
.table > tfoot > tr > .warning,
.table > tfoot > .warning > td,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #242c18;
  border-color: #171c0f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0e120a;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #242c18;
  border-color: #171c0f;
}
.btn-primary .badge {
  color: #242c18;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #242c18;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #242c18;
  border-color: #242c18;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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: 12px;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
#text-2 .textwidget a:nth-of-type(4) .fa-stack {
  color: #3f729b !important;
}
#text-2 .textwidget a:nth-of-type(4) .fa-stack :hover {
  color: #3f729b;
  background-color: #ffffff;
}
.wed-fixed {
  position: fixed;
  width: 426px;
  top: 0;
}
@media (max-width: 1400px) {
  .wed-fixed {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .wed-fixed {
    width: 283px;
  }
}
@media (max-width: 992px) {
  .wed-fixed {
    width: 100%;
    position: relative;
  }
}
#hidden-text {
  display: none;
  position: absolute;
  right: -95px;
  font-family: 'Tinos';
  color: #242c18;
  font-size: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left top 0;
  float: left;
  top: 55px;
  cursor: pointer;
  z-index: 100;
}
.border {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px !important;
  max-width: 160px !important;
  width: 100%;
  height: auto;
  margin-right: 15px !important;
}
.border-lg {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px !important;
  max-width: 273px !important;
  width: 100%;
  height: auto;
  margin-right: 15px !important;
}
.rates-title,
.packages-title,
.rooms-title {
  font-size: 42px;
  text-align: center;
  background: #343226;
  color: #fff;
  padding: 15px;
}
.rooms-title {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.modal-dialog {
  width: 800px;
}
@media all and (max-width: 991px) {
  .modal-dialog {
    width: auto;
  }
}
.modal-dialog .modal-content {
  background-color: #f3efd2;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #e8e1aa;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #e8e1aa;
}
.fa-stack,
.fa {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.slick-next:before {
  font-family: 'FontAwesome' !important;
  content: '\f105' !important;
}
.slick-prev:before {
  font-family: 'FontAwesome' !important;
  content: '\f104' !important;
}
.map-wrapper {
  position: relative;
  padding-bottom: 25.25%;
  padding-top: 25px;
  height: 0;
}
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.crumbs {
  display: none;
}
#primary {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  position: relative;
  z-index: 5;
}
#text-2 .textwidget a span,
.social-nav a span {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.social-nav a:nth-of-type(1) .fa-stack {
  color: #3b5998;
}
.social-nav a:nth-of-type(2) .fa-stack {
  color: #3f729b;
}
.social-nav a:nth-of-type(3) .fa-stack {
  color: #dd4b39;
}
.social-nav a .fa-inverse {
  color: #fff;
}
.social-nav a:hover:nth-of-type(1) .fa-inverse {
  color: #3b5998;
}
.social-nav a:hover:nth-of-type(2) .fa-inverse {
  color: #3f729b;
}
.social-nav a:hover:nth-of-type(3) .fa-inverse {
  color: #dd4b39;
}
.social-nav a:hover .fa-stack {
  color: #fff;
}
#text-2 .textwidget a:nth-of-type(2) .fa-stack {
  color: #3b5998;
}
#text-2 .textwidget a:nth-of-type(3) .fa-stack {
  color: #3f729b;
}
#text-2 .textwidget a:nth-of-type(4) .fa-stack {
  color: #dd4b39;
}
#text-2 .textwidget a .fa-inverse {
  color: #fff;
}
#text-2 .textwidget a:hover:nth-of-type(2) .fa-inverse {
  color: #3b5998;
}
#text-2 .textwidget a:hover:nth-of-type(3) .fa-inverse {
  color: #3f729b;
}
#text-2 .textwidget a:hover:nth-of-type(4) .fa-inverse {
  color: #dd4b39;
}
#text-2 .textwidget a:hover .fa-stack {
  color: #fff;
}
.form-control:focus {
  border-color: #242c18;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.primary {
  color: #fff;
  background-color: #242c18;
  border-color: #242c18;
}
.btn.primary:hover,
.btn.primary:focus,
.btn.primary:active,
.btn.primary.active,
.open .dropdown-toggle.btn.primary {
  color: #fff;
  background-color: #0e120a;
  border-color: #040402;
}
.btn.primary:active,
.btn.primary.active,
.open .dropdown-toggle.btn.primary {
  background-image: none;
}
.btn.primary.disabled,
.btn.primary.disabled:hover,
.btn.primary.disabled:focus,
.btn.primary.disabled:active,
.btn.primary.disabled.active,
.btn.primary[disabled],
.btn.primary[disabled]:hover,
.btn.primary[disabled]:focus,
.btn.primary[disabled]:active,
.btn.primary[disabled].active,
fieldset[disabled] .btn.primary,
fieldset[disabled] .btn.primary:hover,
fieldset[disabled] .btn.primary:focus,
fieldset[disabled] .btn.primary:active,
fieldset[disabled] .btn.primary.active {
  background-color: #242c18;
  border-color: #242c18;
}
.btn.primary .badge {
  color: #242c18;
  background-color: #fff;
}
.btn.secondary {
  color: #fff;
  background-color: #967b32;
  border-color: #967b32;
}
.btn.secondary:hover,
.btn.secondary:focus,
.btn.secondary:active,
.btn.secondary.active,
.open .dropdown-toggle.btn.secondary {
  color: #fff;
  background-color: #776228;
  border-color: #685523;
}
.btn.secondary:active,
.btn.secondary.active,
.open .dropdown-toggle.btn.secondary {
  background-image: none;
}
.btn.secondary.disabled,
.btn.secondary.disabled:hover,
.btn.secondary.disabled:focus,
.btn.secondary.disabled:active,
.btn.secondary.disabled.active,
.btn.secondary[disabled],
.btn.secondary[disabled]:hover,
.btn.secondary[disabled]:focus,
.btn.secondary[disabled]:active,
.btn.secondary[disabled].active,
fieldset[disabled] .btn.secondary,
fieldset[disabled] .btn.secondary:hover,
fieldset[disabled] .btn.secondary:focus,
fieldset[disabled] .btn.secondary:active,
fieldset[disabled] .btn.secondary.active {
  background-color: #967b32;
  border-color: #967b32;
}
.btn.secondary .badge {
  color: #967b32;
  background-color: #fff;
}
.btn.greenlt {
  color: #fff;
  background-color: #516238;
  border-color: #364225;
}
.btn.greenlt:hover,
.btn.greenlt:focus,
.btn.greenlt:active,
.btn.greenlt.active,
.open .dropdown-toggle.btn.greenlt {
  color: #fff;
  background-color: #3c4829;
  border-color: #161b0f;
}
.btn.greenlt:active,
.btn.greenlt.active,
.open .dropdown-toggle.btn.greenlt {
  background-image: none;
}
.btn.greenlt.disabled,
.btn.greenlt.disabled:hover,
.btn.greenlt.disabled:focus,
.btn.greenlt.disabled:active,
.btn.greenlt.disabled.active,
.btn.greenlt[disabled],
.btn.greenlt[disabled]:hover,
.btn.greenlt[disabled]:focus,
.btn.greenlt[disabled]:active,
.btn.greenlt[disabled].active,
fieldset[disabled] .btn.greenlt,
fieldset[disabled] .btn.greenlt:hover,
fieldset[disabled] .btn.greenlt:focus,
fieldset[disabled] .btn.greenlt:active,
fieldset[disabled] .btn.greenlt.active {
  background-color: #516238;
  border-color: #364225;
}
.btn.greenlt .badge {
  color: #516238;
  background-color: #fff;
}
.btn.greendk {
  color: #fff;
  background-color: #242d18;
  border-color: #090c06;
}
.btn.greendk:hover,
.btn.greendk:focus,
.btn.greendk:active,
.btn.greendk.active,
.open .dropdown-toggle.btn.greendk {
  color: #fff;
  background-color: #0f120a;
  border-color: #000000;
}
.btn.greendk:active,
.btn.greendk.active,
.open .dropdown-toggle.btn.greendk {
  background-image: none;
}
.btn.greendk.disabled,
.btn.greendk.disabled:hover,
.btn.greendk.disabled:focus,
.btn.greendk.disabled:active,
.btn.greendk.disabled.active,
.btn.greendk[disabled],
.btn.greendk[disabled]:hover,
.btn.greendk[disabled]:focus,
.btn.greendk[disabled]:active,
.btn.greendk[disabled].active,
fieldset[disabled] .btn.greendk,
fieldset[disabled] .btn.greendk:hover,
fieldset[disabled] .btn.greendk:focus,
fieldset[disabled] .btn.greendk:active,
fieldset[disabled] .btn.greendk.active {
  background-color: #242d18;
  border-color: #090c06;
}
.btn.greendk .badge {
  color: #242d18;
  background-color: #fff;
}
.btn.slatelt {
  color: #fff;
  background-color: #65624f;
  border-color: #484639;
}
.btn.slatelt:hover,
.btn.slatelt:focus,
.btn.slatelt:active,
.btn.slatelt.active,
.open .dropdown-toggle.btn.slatelt {
  color: #fff;
  background-color: #4e4c3d;
  border-color: #26251e;
}
.btn.slatelt:active,
.btn.slatelt.active,
.open .dropdown-toggle.btn.slatelt {
  background-image: none;
}
.btn.slatelt.disabled,
.btn.slatelt.disabled:hover,
.btn.slatelt.disabled:focus,
.btn.slatelt.disabled:active,
.btn.slatelt.disabled.active,
.btn.slatelt[disabled],
.btn.slatelt[disabled]:hover,
.btn.slatelt[disabled]:focus,
.btn.slatelt[disabled]:active,
.btn.slatelt[disabled].active,
fieldset[disabled] .btn.slatelt,
fieldset[disabled] .btn.slatelt:hover,
fieldset[disabled] .btn.slatelt:focus,
fieldset[disabled] .btn.slatelt:active,
fieldset[disabled] .btn.slatelt.active {
  background-color: #65624f;
  border-color: #484639;
}
.btn.slatelt .badge {
  color: #65624f;
  background-color: #fff;
}
.btn.slatedk {
  color: #fff;
  background-color: #343226;
  border-color: #171610;
}
.btn.slatedk:hover,
.btn.slatedk:focus,
.btn.slatedk:active,
.btn.slatedk.active,
.open .dropdown-toggle.btn.slatedk {
  color: #fff;
  background-color: #1c1b15;
  border-color: #000000;
}
.btn.slatedk:active,
.btn.slatedk.active,
.open .dropdown-toggle.btn.slatedk {
  background-image: none;
}
.btn.slatedk.disabled,
.btn.slatedk.disabled:hover,
.btn.slatedk.disabled:focus,
.btn.slatedk.disabled:active,
.btn.slatedk.disabled.active,
.btn.slatedk[disabled],
.btn.slatedk[disabled]:hover,
.btn.slatedk[disabled]:focus,
.btn.slatedk[disabled]:active,
.btn.slatedk[disabled].active,
fieldset[disabled] .btn.slatedk,
fieldset[disabled] .btn.slatedk:hover,
fieldset[disabled] .btn.slatedk:focus,
fieldset[disabled] .btn.slatedk:active,
fieldset[disabled] .btn.slatedk.active {
  background-color: #343226;
  border-color: #171610;
}
.btn.slatedk .badge {
  color: #343226;
  background-color: #fff;
}
a:hover,
a:focus,
a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
  outline: 0;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1400px;
  }
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1400px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 42px;
}
@media all and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h2,
.h2 {
  font-size: 36px;
}
@media all and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media all and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  font-size: 24px;
}
@media all and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  h5,
  .h5 {
    font-size: 12px;
  }
}
#header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
#header #inner-header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
#header #inner-header:before,
#header #inner-header:after {
  content: " ";
  display: table;
}
#header #inner-header:after {
  clear: both;
}
#header #inner-header:before,
#header #inner-header:after {
  content: " ";
  display: table;
}
#header #inner-header:after {
  clear: both;
}
@media (min-width: 768px) {
  #header #inner-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #header #inner-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #header #inner-header {
    width: 1400px;
  }
}
#header #inner-header:before,
#header #inner-header:after {
  content: " ";
  display: table;
}
#header #inner-header:after {
  clear: both;
}
#header #inner-header:before,
#header #inner-header:after {
  content: " ";
  display: table;
}
#header #inner-header:after {
  clear: both;
}
@media (min-width: 768px) {
  #header #inner-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #header #inner-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #header #inner-header {
    width: 1400px;
  }
}
#header #inner-header #header-content {
  margin-left: -15px;
  margin-right: -15px;
}
#header #inner-header #header-content:before,
#header #inner-header #header-content:after {
  content: " ";
  display: table;
}
#header #inner-header #header-content:after {
  clear: both;
}
#header #inner-header #header-content:before,
#header #inner-header #header-content:after {
  content: " ";
  display: table;
}
#header #inner-header #header-content:after {
  clear: both;
}
#header #inner-header #header-content .left-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header #inner-header #header-content .left-header {
    float: left;
    width: 25%;
  }
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .left-header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1370px) and (min-width: 768px) {
  #header #inner-header #header-content .left-header {
    float: left;
    width: 100%;
  }
}
#header #inner-header #header-content .left-header img {
  width: 100%;
  height: auto;
  max-width: 313px;
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .left-header img {
    display: block;
    margin: 0 auto;
  }
}
#header #inner-header #header-content .right-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header #inner-header #header-content .right-header {
    float: left;
    width: 75%;
  }
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .right-header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1370px) and (min-width: 768px) {
  #header #inner-header #header-content .right-header {
    float: left;
    width: 100%;
  }
}
#header #inner-header #header-content .right-header .social-nav {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .right-header .social-nav {
    width: 15%;
    padding: 5px 0;
    float: right;
    text-align: left;
  }
}
@media all and (max-width: 1200px) {
  #header #inner-header #header-content .right-header .social-nav {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  #header #inner-header #header-content .right-header .social-nav {
    display: none;
  }
}
#header #inner-header #header-content .right-header nav {
  width: 100%;
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .right-header nav {
    width: 85%;
  }
}
@media all and (max-width: 1200px) {
  #header #inner-header #header-content .right-header nav {
    width: 100%;
  }
}
@media all and (max-width: 1370px) {
  #header #inner-header #header-content .right-header nav .menu-container {
    text-align: center;
  }
}
#header #inner-header #header-content .right-header nav .menu-container >ul >li:hover >a,
#header #inner-header #header-content .right-header nav .menu-container >ul >li:active >a,
#header #inner-header #header-content .right-header nav .menu-container >ul >li:focus >a {
  top: -5px;
  text-decoration: none;
  background: #000;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #000;
}
#header #inner-header #header-content .right-header nav .menu-container >ul >li.current-menu-item >a,
#header #inner-header #header-content .right-header nav .menu-container >ul >li.current-menu-parent >a {
  background: #000;
  color: #fff;
  position: relative;
  top: -5px;
  box-shadow: 0px 2px 0px 0px #000;
}
#header #inner-header #header-content .right-header nav .menu-container ul {
  margin: 0;
  padding-left: 0;
}
#header #inner-header #header-content .right-header nav .menu-container ul li {
  padding: 10px 0;
}
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu {
  background: none;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
  border-radius: 5px;
  overflow: hidden;
}
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li {
  padding: 0;
}
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li:last-child a {
  border-bottom: none;
}
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li a {
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: #333;
}
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li a:hover,
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li a:focus,
#header #inner-header #header-content .right-header nav .menu-container ul li .sub-menu li a:active {
  top: 0;
  background: #000000;
  color: #fff;
}
#header #inner-header #header-content .right-header nav .menu-container ul li a {
  font-family: 'Tinos';
  font-size: 18px;
  color: #000;
  padding: 5px 8px;
  border-radius: 3px;
  position: relative;
  top: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media all and (max-width: 1200px) {
  #header #inner-header #header-content .right-header nav .menu-container ul li a {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  #header #inner-header #header-content .right-header nav .menu-container ul li a {
    font-size: 14px;
    padding: 5px 3px;
  }
}
#header #inner-header #header-content .right-header nav .menu-container ul li a:hover,
#header #inner-header #header-content .right-header nav .menu-container ul li a:active,
#header #inner-header #header-content .right-header nav .menu-container ul li a:focus {
  color: #fff;
  top: -5px;
  text-decoration: none;
  background: #1a1a1a;
  box-shadow: 0px 2px 0px 0px #000;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: #f3f1e7;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.sidr .sidr-info {
  background: #f3f1e7;
}
.sidr .sidr-info img {
  width: 95%;
}
.sidr .sidr-info div a {
  font-weight: 700;
  font-family: 'Open Sans';
  color: #000;
}
.sidr .sidr-info div a:hover {
  text-decoration: none;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner >p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #3E4632;
  border-top: 1px solid #0B1300;
}
.sidr ul li {
  display: block;
  border-top: 1px solid #3E4632;
  border-bottom: 1px solid #0B1300;
}
.sidr ul li a {
  display: block;
  padding: 15px;
  font-family: 'Tinos';
  text-align: center;
  font-size: 24px;
  color: #000;
}
.sidr ul li ul li a {
  padding: 30px;
  color: #000;
}
.mobile-nav {
  background: #f3f1e7;
}
.mobile-nav button {
  padding: 10px;
  width: 50%;
  background: #484639;
  white-space: normal;
}
.mobile-nav button:hover {
  background: #2c2a22;
}
@media all and (max-width: 568px) {
  .mobile-nav button {
    width: 30%;
  }
}
@media all and (max-width: 450px) {
  .mobile-nav button {
    width: 40%;
  }
}
.mobile-nav >div {
  display: inline-block;
  text-align: right;
  width: 25%;
}
@media all and (max-width: 568px) {
  .mobile-nav >div {
    width: 35%;
  }
}
@media all and (max-width: 450px) {
  .mobile-nav >div {
    width: 45%;
  }
}
@media all and (max-width: 320px) {
  .mobile-nav >div {
    width: 50%;
  }
}
.mobile-nav >div a {
  display: inline;
}
.mobile-nav >div a:nth-of-type(1) .fa-stack {
  color: #3b5998;
}
.mobile-nav >div a:nth-of-type(2) .fa-stack {
  color: #3f729b;
}
.mobile-nav >div a:nth-of-type(3) .fa-stack {
  color: #dd4b39;
}
.mobile-nav >div a .fa-inverse {
  color: #fff;
}
.mobile-nav >div a:hover .fa-inverse {
  color: #fff;
}
.mobile-nav >a {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
@media all and (max-width: 568px) {
  .mobile-nav >a {
    width: 35%;
  }
}
@media all and (max-width: 450px) {
  .mobile-nav >a {
    width: 15%;
  }
}
@media all and (max-width: 320px) {
  .mobile-nav >a {
    width: 10%;
  }
}
.mobile-nav #side-menu {
  color: #242c18;
}
.entry-title {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .entry-title {
    font-size: 56px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 991px) {
  .entry-title {
    font-size: 50px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .entry-title {
    font-size: 44px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.entry-content {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 24px;
}
@media all and (max-width: 1200px) {
  .entry-content {
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .entry-content {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .entry-content {
    font-size: 18px;
  }
}
.entry-content a {
  text-decoration: underline;
  font-weight: 400;
}
.entry-content img {
  margin: 0;
}
.book-btn-ctr {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 999;
}
@media all and (max-width: 768px) {
  .book-btn-ctr {
    display: none;
  }
}
.book-btn-ctr .btn {
  display: inline-block;
  background: #000;
  color: #fff;
  border-top: 2px solid #fff;
  border-radius: 0;
  padding: 7px 10px;
  transform: rotate(90deg);
  transform-origin: left bottom 0;
}
.book-btn-ctr .btn:hover {
  background: #333;
}
.book-btn-ctr .btn i.fa {
  padding-right: 10px;
}
.book-btn-ctr .btn span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer {
  background: #fff;
}
#footer #inner-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  max-width: 1070px;
  padding-bottom: 20px;
}
#footer #inner-footer:before,
#footer #inner-footer:after {
  content: " ";
  display: table;
}
#footer #inner-footer:after {
  clear: both;
}
#footer #inner-footer:before,
#footer #inner-footer:after {
  content: " ";
  display: table;
}
#footer #inner-footer:after {
  clear: both;
}
@media (min-width: 768px) {
  #footer #inner-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #footer #inner-footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer #inner-footer {
    width: 1400px;
  }
}
#footer #inner-footer:before,
#footer #inner-footer:after {
  content: " ";
  display: table;
}
#footer #inner-footer:after {
  clear: both;
}
#footer #inner-footer:before,
#footer #inner-footer:after {
  content: " ";
  display: table;
}
#footer #inner-footer:after {
  clear: both;
}
@media (min-width: 768px) {
  #footer #inner-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #footer #inner-footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer #inner-footer {
    width: 1400px;
  }
}
#footer #inner-footer #footer-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
#footer #inner-footer #footer-widgets:before,
#footer #inner-footer #footer-widgets:after {
  content: " ";
  display: table;
}
#footer #inner-footer #footer-widgets:after {
  clear: both;
}
#footer #inner-footer #footer-widgets:before,
#footer #inner-footer #footer-widgets:after {
  content: " ";
  display: table;
}
#footer #inner-footer #footer-widgets:after {
  clear: both;
}
#footer #inner-footer #footer-widgets .widget-area {
  line-height: 1.2;
}
#footer #inner-footer #footer-widgets .widget-area .widget {
  font-family: 'Georgia';
  font-size: 16px;
  color: #000;
}
#footer #inner-footer #footer-widgets .widget-area .widget .widget-title {
  color: #000;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  margin: 20px 0 10px;
}
#footer #inner-footer #footer-widgets .widget-area .widget a {
  color: #000;
}
@media all and (max-width: 768px) {
  #footer #inner-footer #footer-widgets #first,
  #footer #inner-footer #footer-widgets #second,
  #footer #inner-footer #footer-widgets #third {
    text-align: center;
  }
}
#footer #inner-footer #footer-widgets #first {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer #inner-footer #footer-widgets #first {
    float: left;
    width: 29.1666666667%;
  }
}
@media (min-width: 992px) {
  #footer #inner-footer #footer-widgets #first {
    float: left;
    width: 25%;
  }
}
#footer #inner-footer #footer-widgets #first a {
  text-decoration: underline;
}
#footer #inner-footer #footer-widgets #first .copy {
  font-size: 11px;
}
#footer #inner-footer #footer-widgets #first .copy a {
  text-decoration: none;
}
#footer #inner-footer #footer-widgets #first .copy a:hover {
  text-decoration: underline;
}
#footer #inner-footer #footer-widgets #second {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer #inner-footer #footer-widgets #second {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #footer #inner-footer #footer-widgets #second {
    float: left;
    width: 50%;
  }
}
#footer #inner-footer #footer-widgets #second #text-3 .textwidget {
  text-align: center;
}
#footer #inner-footer #footer-widgets #second ul {
  padding-left: 0;
  list-style-type: none;
}
#footer #inner-footer #footer-widgets #second ul:before,
#footer #inner-footer #footer-widgets #second ul:after {
  content: " ";
  display: table;
}
#footer #inner-footer #footer-widgets #second ul:after {
  clear: both;
}
#footer #inner-footer #footer-widgets #second ul:before,
#footer #inner-footer #footer-widgets #second ul:after {
  content: " ";
  display: table;
}
#footer #inner-footer #footer-widgets #second ul:after {
  clear: both;
}
#footer #inner-footer #footer-widgets #second ul li {
  width: 50%;
  float: left;
}
#footer #inner-footer #footer-widgets #second ul li:nth-child(2n+1) {
  width: 49%;
}
@media all and (max-width: 450px) {
  #footer #inner-footer #footer-widgets #second ul li:nth-child(2n+1) {
    width: 100%;
  }
}
#footer #inner-footer #footer-widgets #second ul li:nth-child(2n+1) a {
  margin-right: 3px;
}
@media all and (max-width: 450px) {
  #footer #inner-footer #footer-widgets #second ul li:nth-child(2n+1) a {
    margin-right: 0;
  }
}
@media all and (max-width: 450px) {
  #footer #inner-footer #footer-widgets #second ul li {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 768px) {
  #footer #inner-footer #footer-widgets #second ul li a {
    display: block;
    background: #343226;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 3px;
    font-weight: 400;
  }
  #footer #inner-footer #footer-widgets #second ul li a:hover {
    background: #514e3c;
  }
}
#footer #inner-footer #footer-widgets #second ul li a:hover {
  text-decoration: none;
}
#footer #inner-footer #footer-widgets #second ul li a:hover:before {
  left: 0;
  opacity: 1;
}
#footer #inner-footer #footer-widgets #second ul li a:before {
  font-family: 'FontAwesome';
  content: '\f061';
  padding-right: 5px;
  opacity: 0;
  position: relative;
  left: -10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media all and (max-width: 768px) {
  #footer #inner-footer #footer-widgets #second ul li a:before {
    display: none;
  }
}
#footer #inner-footer #footer-widgets #second img {
  padding-right: 20px;
  position: relative;
  top: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media all and (max-width: 650px) {
  #footer #inner-footer #footer-widgets #second img {
    padding-right: 0;
  }
}
#footer #inner-footer #footer-widgets #second img:hover {
  top: -5px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
#footer #inner-footer #footer-widgets #third {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer #inner-footer #footer-widgets #third {
    float: left;
    width: 20.8333333333%;
  }
}
@media (min-width: 992px) {
  #footer #inner-footer #footer-widgets #third {
    float: left;
    width: 25%;
  }
}
#footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container input {
  background: #f3f1e7;
}
#footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container input::-webkit-input-placeholder {
  color: #333;
}
#footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container input::-moz-placeholder {
  color: #333;
}
#footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container input:-moz-placeholder {
  color: #333;
}
#footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container .btn {
  background: #000;
  background-color: #000;
}
@media all and (max-width: 768px) {
  #footer #inner-footer #footer-widgets #third #frmD3Forms1192_form_container button {
    display: block;
    width: 100%;
  }
}
.home #main #header-images .home-slides div {
  position: relative;
}
.home #main #header-images .home-slides div img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.home #main #header-images .home-slides div .slider-caption {
  position: absolute;
  text-align: center;
  top: 55%;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.home #main #header-images .home-slides div .slider-caption .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #000;
  border-color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 15px 30px;
}
.home #main #header-images .home-slides div .slider-caption .btn:hover,
.home #main #header-images .home-slides div .slider-caption .btn:active,
.home #main #header-images .home-slides div .slider-caption .btn:focus {
  background: #1a1a1a;
}
.home #main #header-images .home-slides h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
}
@media all and (max-width: 1370px) {
  .home #main #header-images .home-slides h1 {
    font-size: 55px;
  }
}
@media all and (max-width: 568px) {
  .home #main #header-images .home-slides div .slider-caption {
    top: 35%;
  }
}
@media all and (max-width: 450px) {
  .home #main #header-images .home-slides div .slider-caption {
    top: 30%;
  }
  .home #main #header-images .home-slides h1 {
    font-size: 45px;
  }
}
.home #main #banner-ad {
  background-color: #f3f1e7;
  padding: 15px 0 45px;
  text-align: center;
}
.home #main #banner-ad .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 42px;
  margin: 0 0 15px;
}
.home #main #banner-ad img {
  max-width: 625px;
  width: 100%;
}
.home #main #banner-ad .content {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #ffffff;
}
.home #main #banner-ad .content p {
  margin-bottom: 5px;
}
.home #main #banner-ad .content .btn {
  margin-top: 15px;
}
.home #main #primary {
  background: #000;
}
.home #main #primary #inner-primary {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  max-width: 1200px;
}
.home #main #primary #inner-primary:before,
.home #main #primary #inner-primary:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary:after {
  clear: both;
}
.home #main #primary #inner-primary:before,
.home #main #primary #inner-primary:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .home #main #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .home #main #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .home #main #primary #inner-primary {
    width: 1400px;
  }
}
.home #main #primary #inner-primary:before,
.home #main #primary #inner-primary:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary:after {
  clear: both;
}
.home #main #primary #inner-primary:before,
.home #main #primary #inner-primary:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .home #main #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .home #main #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .home #main #primary #inner-primary {
    width: 1400px;
  }
}
.home #main #primary #inner-primary article {
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home #main #primary #inner-primary article:before,
.home #main #primary #inner-primary article:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary article:after {
  clear: both;
}
.home #main #primary #inner-primary article:before,
.home #main #primary #inner-primary article:after {
  content: " ";
  display: table;
}
.home #main #primary #inner-primary article:after {
  clear: both;
}
.home #main #primary #inner-primary article p {
  margin: 0;
}
@media all and (max-width: 768px) {
  .home #main #primary #inner-primary article .entry-content {
    padding: 0 20px;
  }
}
@media all and (max-width: 450px) {
  .home #main #primary #inner-primary article .entry-content {
    font-size: 18px;
  }
}
.home #main #primary .welcome-content .welcome-text {
  text-align: center;
  margin-bottom: 30px;
}
.home #main #primary .welcome-content .welcome-text p {
  font-size: 22px;
}
.home #main #primary .welcome-content .welcome-video iframe {
  border: 10px solid #fff;
  max-width: 100%;
}
.home #main #primary .welcome-content .welcome-video p {
  display: none;
}
@media (max-width: 1664px) {
  .home #main #primary .welcome-content .welcome-video {
    text-align: center;
    margin-top: 30px;
  }
}
.home #main #rooms-suites .slick-slider .slick-prev,
.home #main #rooms-suites .slick-slider .slick-next,
.home #main #specials .slick-slider .slick-prev,
.home #main #specials .slick-slider .slick-next,
.home #main #packages .slick-slider .slick-prev,
.home #main #packages .slick-slider .slick-next {
  color: #000;
  width: 20px;
  height: 60px;
}
.home #main #rooms-suites .slick-slider .slick-prev:before,
.home #main #rooms-suites .slick-slider .slick-next:before,
.home #main #specials .slick-slider .slick-prev:before,
.home #main #specials .slick-slider .slick-next:before,
.home #main #packages .slick-slider .slick-prev:before,
.home #main #packages .slick-slider .slick-next:before {
  color: #000;
  font-size: 6rem;
}
@media all and (max-width: 768px) {
  .home #main #rooms-suites .slick-slider .slick-prev,
  .home #main #specials .slick-slider .slick-prev,
  .home #main #packages .slick-slider .slick-prev {
    left: -30px;
  }
}
@media all and (max-width: 768px) {
  .home #main #rooms-suites .slick-slider .slick-next,
  .home #main #specials .slick-slider .slick-next,
  .home #main #packages .slick-slider .slick-next {
    right: -30px;
  }
}
.home #main #rooms-suites .rooms,
.home #main #rooms-suites .specials,
.home #main #rooms-suites .packages,
.home #main #specials .rooms,
.home #main #specials .specials,
.home #main #specials .packages,
.home #main #packages .rooms,
.home #main #packages .specials,
.home #main #packages .packages {
  padding: 0px 50px;
}
@media all and (max-width: 991px) {
  .home #main #rooms-suites .rooms,
  .home #main #rooms-suites .specials,
  .home #main #rooms-suites .packages,
  .home #main #specials .rooms,
  .home #main #specials .specials,
  .home #main #specials .packages,
  .home #main #packages .rooms,
  .home #main #packages .specials,
  .home #main #packages .packages {
    padding: 0px;
  }
}
@media all and (max-width: 768px) {
  .home #main #rooms-suites .rooms,
  .home #main #rooms-suites .specials,
  .home #main #rooms-suites .packages,
  .home #main #specials .rooms,
  .home #main #specials .specials,
  .home #main #specials .packages,
  .home #main #packages .rooms,
  .home #main #packages .specials,
  .home #main #packages .packages {
    padding: 0px 50px;
  }
}
.home #main #rooms-suites .container h3 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 42px;
  margin: 30px 0px;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room {
  padding: 0px 30px;
}
@media all and (max-width: 768px) {
  .home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room {
    padding: 0px;
  }
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room img {
  width: 100%;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info {
  background: #ebf2e2;
  text-align: center;
  padding: 15px 5px;
}
@media (max-width: 459px) {
  .home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info {
    padding: 15px;
  }
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 10px;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 459px) {
  .home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn {
    display: block;
  }
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.left {
  background: #242d18;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.left:hover,
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.left:active,
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.left:focus {
  background: #090c06;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.right {
  background: #516238;
}
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.right:hover,
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.right:active,
.home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.right:focus {
  background: #364225;
}
@media all and (max-width: 459px) {
  .home #main #rooms-suites .container .rooms .inner-rooms .room .inner-room .info .btn.right {
    margin-top: 20px;
  }
}
.home #main #cta-section {
  padding: 50px 0px;
}
.home #main #cta-section .cta-ctr {
  margin-left: -15px;
  margin-right: -15px;
}
.home #main #cta-section .cta-ctr:before,
.home #main #cta-section .cta-ctr:after {
  content: " ";
  display: table;
}
.home #main #cta-section .cta-ctr:after {
  clear: both;
}
.home #main #cta-section .cta-ctr:before,
.home #main #cta-section .cta-ctr:after {
  content: " ";
  display: table;
}
.home #main #cta-section .cta-ctr:after {
  clear: both;
}
.home #main #cta-section .cta-ctr .cta {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .home #main #cta-section .cta-ctr .cta {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .home #main #cta-section .cta-ctr .cta {
    margin-bottom: 30px;
  }
}
.home #main #cta-section .cta-ctr .cta .inner .image {
  background-size: cover !important;
  background-position: 50% !important;
  height: 250px;
}
@media all and (max-width: 991px) {
  .home #main #cta-section .cta-ctr .cta .inner .image {
    height: 175px;
  }
}
.home #main #cta-section .cta-ctr .cta .inner .info {
  padding-bottom: 15px;
  min-height: 275px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .home #main #cta-section .cta-ctr .cta .inner .info {
    min-height: 300px;
  }
}
@media all and (max-width: 768px) {
  .home #main #cta-section .cta-ctr .cta .inner .info {
    min-height: 1px;
  }
}
.home #main #cta-section .cta-ctr .cta .inner .info .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin: 15px 0px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .home #main #cta-section .cta-ctr .cta .inner .info .title {
    font-size: 26px;
  }
}
.home #main #cta-section .cta-ctr .cta .inner .info .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  .home #main #cta-section .cta-ctr .cta .inner .info .description p {
    font-size: 14px;
  }
}
.home #main #cta-section .cta-ctr .cta .inner .info .button {
  margin-top: auto;
}
.home #main #cta-section .cta-ctr .cta .inner .info .button .btn {
  background: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.home #main #cta-section .cta-ctr .cta .inner .info .button .btn:hover,
.home #main #cta-section .cta-ctr .cta .inner .info .button .btn:active,
.home #main #cta-section .cta-ctr .cta .inner .info .button .btn:focus {
  background: #1a1a1a;
}
#res-box {
  position: fixed;
  top: 300px;
  left: -175px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #000;
  z-index: 10;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
  padding: 7px 10px;
  border-right: 2px solid #fff;
}
@media all and (max-width: 991px) {
  #res-box {
    display: none;
  }
}
#res-box #hidden-text {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 25%;
  display: block;
}
#res-box #toggler {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
#res-box #toggler i {
  color: #fff;
}
#res-box .title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  padding: 10px 10px 0 10px;
  width: 190px;
}
#res-box .form-group {
  margin-bottom: 5px;
}
#res-box .form-control {
  background: url('images/calendar-icon.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
#res-box .btn {
  padding: 5px 15px;
}
#res-box #res-box-inner form {
  opacity: 0;
}
#res-box.open #hidden-text {
  display: none;
}
#res-box-mobile {
  background: #967b32;
  width: 100%;
}
#res-box-mobile #res-box-inner {
  padding: 0;
}
#res-box-mobile .title {
  color: #d2c9a1;
  background: #967b32;
  font-family: 'Pinyon Script', cursive;
  font-size: 30px;
  padding: 10px 10px 0 10px;
  width: 190px;
}
#res-box-mobile .form-group {
  margin-bottom: 0;
}
#res-box-mobile .form-control {
  background: url('images/calendar-icon.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
#res-box-mobile .btn {
  padding: 5px 15px;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background: #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000,offx=1,offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -o-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -ms-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f1f1f1',GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff,offx=1,offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff,offx=1,offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: linear-gradient(top,#ededed 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dedede',GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85,offx=0,offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker-other-month {
  background: #ccc;
}
.ui-datepicker-calendar thead th {
  text-align: center;
}
.subpage #primary {
  background: #f3f1e7;
}
@media all and (max-width: 1450px) {
  .subpage #primary {
    padding: 0 45px;
  }
}
@media all and (max-width: 768px) {
  .subpage #primary {
    padding: 0 15px;
  }
}
@media all and (max-width: 568px) {
  .subpage #primary {
    padding: 0 10px;
  }
}
.subpage #primary #inner-primary {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  padding-bottom: 60px;
}
.subpage #primary #inner-primary:before,
.subpage #primary #inner-primary:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary:after {
  clear: both;
}
.subpage #primary #inner-primary:before,
.subpage #primary #inner-primary:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .subpage #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .subpage #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .subpage #primary #inner-primary {
    width: 1400px;
  }
}
.subpage #primary #inner-primary:before,
.subpage #primary #inner-primary:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary:after {
  clear: both;
}
.subpage #primary #inner-primary:before,
.subpage #primary #inner-primary:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .subpage #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .subpage #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .subpage #primary #inner-primary {
    width: 1400px;
  }
}
.subpage #primary #inner-primary #primary-content {
  margin-left: -15px;
  margin-right: -15px;
}
.subpage #primary #inner-primary #primary-content:before,
.subpage #primary #inner-primary #primary-content:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary #primary-content:after {
  clear: both;
}
.subpage #primary #inner-primary #primary-content:before,
.subpage #primary #inner-primary #primary-content:after {
  content: " ";
  display: table;
}
.subpage #primary #inner-primary #primary-content:after {
  clear: both;
}
.subpage #primary #inner-primary #primary-content article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.single #primary {
  background: #f3f1e7;
}
@media all and (max-width: 1450px) {
  .single #primary {
    padding: 0 45px;
  }
}
@media all and (max-width: 768px) {
  .single #primary {
    padding: 0 15px;
  }
}
@media all and (max-width: 568px) {
  .single #primary {
    padding: 0 10px;
  }
}
.single #primary #inner-primary {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  padding-bottom: 60px;
}
.single #primary #inner-primary:before,
.single #primary #inner-primary:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary:after {
  clear: both;
}
.single #primary #inner-primary:before,
.single #primary #inner-primary:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .single #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .single #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .single #primary #inner-primary {
    width: 1400px;
  }
}
.single #primary #inner-primary:before,
.single #primary #inner-primary:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary:after {
  clear: both;
}
.single #primary #inner-primary:before,
.single #primary #inner-primary:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .single #primary #inner-primary {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .single #primary #inner-primary {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .single #primary #inner-primary {
    width: 1400px;
  }
}
.single #primary #inner-primary #primary-content {
  margin-left: -15px;
  margin-right: -15px;
}
.single #primary #inner-primary #primary-content:before,
.single #primary #inner-primary #primary-content:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary #primary-content:after {
  clear: both;
}
.single #primary #inner-primary #primary-content:before,
.single #primary #inner-primary #primary-content:after {
  content: " ";
  display: table;
}
.single #primary #inner-primary #primary-content:after {
  clear: both;
}
.single #primary #inner-primary #primary-content article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#specials {
  background: #f3f1e7;
}
#specials .inner-specials {
  margin-left: -15px;
  margin-right: -15px;
}
#specials .inner-specials:before,
#specials .inner-specials:after {
  content: " ";
  display: table;
}
#specials .inner-specials:after {
  clear: both;
}
#specials .inner-specials:before,
#specials .inner-specials:after {
  content: " ";
  display: table;
}
#specials .inner-specials:after {
  clear: both;
}
#specials .inner-specials h3 {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  margin: 30px 0px;
}
#specials .inner-specials .main-special {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #specials .inner-specials .main-special {
    float: left;
    width: 58.3333333333%;
  }
}
#specials .inner-specials .main-special .inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #specials .inner-specials .main-special .inner {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #specials .inner-specials .main-special .inner {
    float: left;
    width: 75%;
  }
}
#specials .inner-specials .main-special .inner .image img {
  max-width: 100%;
}
#specials .inner-specials .main-special .inner .info {
  background: #fff;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}
#specials .inner-specials .main-special .inner .info .top-info {
  min-height: 1px;
  margin-bottom: 30px;
}
#specials .inner-specials .main-special .inner .info .top-info .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr {
  text-align: center;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  float: none;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.left {
  background: #343226;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.left:hover,
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.left:active,
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.left:focus {
  background: #171610;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.right {
  background: #65624f;
}
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.right:hover,
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.right:active,
#specials .inner-specials .main-special .inner .info .buttons-ctr .btn.right:focus {
  background: #484639;
}
#specials .inner-specials .addons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #specials .inner-specials .addons {
    float: left;
    width: 41.6666666667%;
  }
}
#specials .inner-specials .addons .inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #specials .inner-specials .addons .inner {
    float: left;
    width: 66.6666666667%;
  }
}
#specials .inner-specials .addons .inner .addon {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  text-align: center;
}
#specials .inner-specials .addons .inner .addon .title {
  margin-bottom: 5px;
}
#specials .inner-specials .addons .inner .addon .description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#specials .inner-specials .addons .inner .addon .price-btn .price {
  font-weight: 300;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
#specials .inner-specials .addons .inner .addon .price-btn .btn {
  font-size: 14px;
  padding: 5px 10px;
}
@media all and (max-width: 1200px) {
  #specials .inner-specials .main-special .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #specials .inner-specials .addons .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #specials .inner-specials .main-special .inner {
    margin-left: 0%;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #specials .inner-specials .main-special .inner {
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #specials .inner-specials .addons .inner {
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #specials .inner-specials .main-special .inner .image img {
    width: 100%;
  }
  #specials .inner-specials .main-special .inner .info .top-info {
    text-align: center;
  }
  #specials .inner-specials .addons {
    margin-top: 15px;
  }
}
.packages {
  margin-left: -15px;
  margin-right: -15px;
}
.packages:before,
.packages:after {
  content: " ";
  display: table;
}
.packages:after {
  clear: both;
}
.packages:before,
.packages:after {
  content: " ";
  display: table;
}
.packages:after {
  clear: both;
}
.packages .special {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .packages .special {
    float: left;
    width: 100%;
  }
}
.packages .special .inner-special {
  background: rgba(255,255,255,0.4);
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}
.packages .special h3 {
  margin-top: 0;
  font-size: 24px;
  padding: 20px;
  color: #fff;
  background: #65624f;
}
.packages .special .image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .packages .special .image {
    float: left;
    width: 33.3333333333%;
  }
}
.packages .special .image img {
  margin: 0px 10px 10px 0px;
  padding: 5px;
  background: #d2c9a1;
  border: 1px solid #c1b57f;
}
.packages .special .image .packpagebtn {
  margin-top: 5%;
}
#packages {
  padding: 15px 0px;
  background: #f3f1e7;
}
#packages.featured {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #packages.featured .main-package {
    padding: 0 !important;
  }
}
#packages.featured .main-package .inner {
  background: #fff;
  float: left;
  padding: 15px 0;
}
#packages.featured .main-package .image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packages.featured .main-package .image {
    float: left;
    width: 33.3333333333%;
  }
}
#packages.featured .main-package .info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packages.featured .main-package .info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (max-width: 767px) {
  #packages.featured .main-package .info .top-info {
    text-align: left !important;
  }
}
#packages h2 {
  font-weight: 900;
  font-size: 42px;
  text-align: center;
  margin: 30px 0px;
}
#packages .inner-packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#packages .inner-packages .package {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #packages .inner-packages .package {
    width: 100%;
  }
}
#packages .inner-packages .package .main-package {
  height: 100%;
}
#packages .inner-packages .package .main-package .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#packages .inner-packages .package .main-package .inner .image {
  background-size: cover !important;
  background-position: 50% !important;
}
#packages .inner-packages .package .main-package .inner .image img {
  width: 500px;
  height: auto;
}
@media (max-width: 530px) {
  #packages .inner-packages .package .main-package .inner .image img {
    width: 350px;
  }
}
@media (max-width: 400px) {
  #packages .inner-packages .package .main-package .inner .image img {
    width: 300px;
  }
}
#packages .inner-packages .package .main-package .inner .info {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 530px) {
  #packages .inner-packages .package .main-package .inner .info {
    width: 350px;
  }
}
@media (max-width: 400px) {
  #packages .inner-packages .package .main-package .inner .info {
    width: 300px;
  }
}
#packages .inner-packages .package .main-package .inner .info .top-info {
  min-height: 1px;
  margin-bottom: 30px;
}
#packages .inner-packages .package .main-package .inner .info .top-info .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr {
  margin-top: auto;
  text-align: center;
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  float: none;
}
@media all and (max-width: 459px) {
  #packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn {
    display: block;
  }
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.left {
  background: #343226;
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.left:hover,
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.left:active,
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.left:focus {
  background: #171610;
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.right {
  background: #65624f;
}
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.right:hover,
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.right:active,
#packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.right:focus {
  background: #484639;
}
@media all and (max-width: 459px) {
  #packages .inner-packages .package .main-package .inner .info .buttons-ctr .btn.right {
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  #packages .inner-packages .package .main-package .inner .info .top-info {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #packages .inner-packages .package.has-addons .main-package {
    margin-left: 0%;
  }
}
#packages .inner-packages .package.has-addons .main-package .inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packages .inner-packages .package.has-addons .main-package .inner {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #packages .inner-packages .package.has-addons .main-package .inner {
    float: left;
    width: 75%;
  }
}
@media all and (max-width: 1200px) {
  #packages .inner-packages .package.has-addons .main-package {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #packages .inner-packages .package.has-addons .main-package {
    margin-left: 0%;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #packages .inner-packages .package.has-addons .main-package {
    float: left;
    width: 58.3333333333%;
  }
}
#packages .inner-packages .addons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packages .inner-packages .addons {
    float: left;
    width: 41.6666666667%;
  }
}
#packages .inner-packages .addons .inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #packages .inner-packages .addons .inner {
    float: left;
    width: 66.6666666667%;
  }
}
#packages .inner-packages .addons .inner .addon {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  text-align: center;
}
#packages .inner-packages .addons .inner .addon .title {
  margin-bottom: 5px;
}
#packages .inner-packages .addons .inner .addon .description {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#packages .inner-packages .addons .inner .addon .price-btn .price {
  font-weight: 300;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
#packages .inner-packages .addons .inner .addon .price-btn .btn {
  font-size: 14px;
  padding: 5px 10px;
}
@media all and (max-width: 1200px) {
  #packages .inner-packages .addons .inner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  #packages .inner-packages .addons .inner {
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #packages .inner-packages .addons {
    margin-top: 15px;
  }
}
@media (max-width: 530px) {
  .page-id-6 .info {
    width: 100% !important;
  }
}
.page-id-6 h2 {
  text-align: center;
  background: #f3f1e7;
  margin-bottom: 0;
  padding: 20px;
}
.fdm-menu .fdm-section-header {
  background: #343226;
  cursor: pointer;
}
.fdm-menu .fdm-section-header.active h3:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fdm-menu .fdm-section-header h3 {
  margin: 0;
  padding: 15px;
  color: #fff;
  position: relative;
}
.fdm-menu .fdm-section-header h3:after {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  content: '\f078';
  font-family: 'FontAwesome';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fdm-menu .fdm-item {
  padding: 0 15px;
  margin-bottom: 1em;
}
.fdm-menu .fdm-item:last-of-type .fdm-item-panel {
  border-bottom: none;
}
.fdm-menu .fdm-section {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.fdm-menu .fdm-item-panel {
  color: #242c18;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 10px;
}
.fdm-menu .fdm-section-header,
.fdm-menu .fdm-section-header p,
.fdm-menu .fdm-item-panel,
.fdm-menu .fdm-item-panel p {
  margin-bottom: 10px;
}
#frmD3Forms1192_form_container,
#frmD3Forms950_form_container {
  padding-top: 10px;
  font-family: 'Tinos';
}
#frmD3Forms1192_form_container .form-group .form-control,
#frmD3Forms950_form_container .form-group .form-control {
  text-transform: uppercase;
}
#frmD3Forms1192_form_container .form-group {
  margin-bottom: 5px;
}
#frmD3Forms1192_form_container .btn {
  padding: 5px 20px;
}
#frmD3Forms950_form_container .form-group {
  margin-bottom: 10px;
}
#frmD3Forms950_form_container .form-group.col-sm-6:nth-of-type(odd) {
  padding-right: 5px;
}
@media all and (max-width: 768px) {
  #frmD3Forms950_form_container .form-group.col-sm-6:nth-of-type(odd) {
    padding-right: 15px;
  }
}
#frmD3Forms950_form_container .form-group.col-sm-6:nth-of-type(even) {
  padding-left: 5px;
}
@media all and (max-width: 768px) {
  #frmD3Forms950_form_container .form-group.col-sm-6:nth-of-type(even) {
    padding-left: 15px;
  }
}
#frmD3Forms1219_form_container .form-group {
  margin-bottom: 0;
}
#frmD3Forms1219_form_container label {
  font-size: 18px;
}
#post-44 .entry-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.rooms-container {
  margin-left: -15px;
  margin-right: -15px;
}
.rooms-container:before,
.rooms-container:after {
  content: " ";
  display: table;
}
.rooms-container:after {
  clear: both;
}
.rooms-container:before,
.rooms-container:after {
  content: " ";
  display: table;
}
.rooms-container:after {
  clear: both;
}
.rooms-container .room {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .rooms-container .room {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .rooms-container .room {
    float: left;
    width: 33.3333333333%;
  }
}
.rooms-container .room .inner-room {
  background: #ebf2e2;
  color: #000;
  padding: 15px;
  box-shadow: 0 0px 2px 0px rgba(0,0,0,0.4);
  text-align: center;
}
.rooms-container .room .inner-room .room-name {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .rooms-container .room .inner-room .room-name {
    font-size: 24px;
  }
}
.rooms-container .room .inner-room .room-number {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.rooms-container .room .inner-room img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
  max-width: 390px;
  background: #ECE3BB;
  border: 1px solid #e6dba7;
  padding: 5px;
}
.rooms-container .room .inner-room a {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .rooms-container .room .inner-room a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 768px) {
  .rooms-container .room .inner-room a {
    display: inline-block;
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .rooms-container .room .inner-room a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.single-rooms .rate-table {
  font-size: 20px;
}
.single-rooms .buttons {
  text-align: center;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-rooms .buttons button,
.single-rooms .buttons a {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  padding: 10px 15px;
}
@media all and (max-width: 1400px) {
  .single-rooms .buttons button,
  .single-rooms .buttons a {
    flex-basis: 49%;
  }
}
@media all and (max-width: 600px) {
  .single-rooms .buttons button,
  .single-rooms .buttons a {
    flex-basis: 100%;
    margin-right: 0px;
  }
}
.single-rooms article {
  margin-left: -15px;
  margin-right: -15px;
}
.single-rooms article:before,
.single-rooms article:after {
  content: " ";
  display: table;
}
.single-rooms article:after {
  clear: both;
}
.single-rooms article:before,
.single-rooms article:after {
  content: " ";
  display: table;
}
.single-rooms article:after {
  clear: both;
}
.single-rooms #room-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .single-rooms #room-gallery {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single-rooms #room-gallery {
    float: left;
    width: 41.6666666667%;
  }
}
.single-rooms #room-gallery .slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 390px;
  height: auto;
}
.single-rooms #room-gallery .slick-prev,
.single-rooms #room-gallery .slick-next {
  height: 48px;
  width: 48px;
  margin-top: -20px;
}
.single-rooms #room-gallery .slick-prev:before,
.single-rooms #room-gallery .slick-next:before {
  color: #242c18;
  font-size: 48px;
}
.single-rooms #room-gallery .slick-next {
  right: 40px !important;
}
@media all and (max-width: 1400px) {
  .single-rooms #room-gallery .slick-next {
    right: 25px !important;
  }
}
@media all and (max-width: 568px) {
  .single-rooms #room-gallery .slick-next {
    right: 0 !important;
  }
}
.single-rooms #room-gallery .slick-prev {
  left: 40px !important;
}
@media all and (max-width: 1400px) {
  .single-rooms #room-gallery .slick-prev {
    left: 25px !important;
  }
}
@media all and (max-width: 568px) {
  .single-rooms #room-gallery .slick-prev {
    left: 0 !important;
  }
}
.single-rooms .contact-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  padding: 15px;
  background: #65624f;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0px 2px 0px rgba(0,0,0,0.4);
}
@media (min-width: 992px) {
  .single-rooms .contact-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single-rooms .contact-info {
    float: left;
    width: 58.3333333333%;
  }
}
@media all and (max-width: 1400px) {
  .single-rooms .contact-info {
    margin-top: 0;
  }
}
@media all and (max-width: 1200px) {
  .single-rooms .contact-info {
    margin-bottom: 30px;
  }
}
.single-rooms .contact-info .fa-ul {
  font-size: 22px;
}
.single-packages .single-package-content {
  margin-left: -15px;
  margin-right: -15px;
  padding: 50px 15px;
  background: #fff;
}
.single-packages .single-package-content:before,
.single-packages .single-package-content:after {
  content: " ";
  display: table;
}
.single-packages .single-package-content:after {
  clear: both;
}
.single-packages .single-package-content:before,
.single-packages .single-package-content:after {
  content: " ";
  display: table;
}
.single-packages .single-package-content:after {
  clear: both;
}
.single-packages .single-package-content .single-package-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-packages .single-package-content .single-package-image {
    float: left;
    width: 33.3333333333%;
  }
}
.single-packages .single-package-content .single-package-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-packages .single-package-content .single-package-info {
    float: left;
    width: 66.6666666667%;
  }
}
.rate-table {
  padding: 10px;
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  font-family: 'Tinos';
}
.rate-table tr {
  background: #eee;
}
.rate-table tr td:first-of-type {
  background: #516238;
  font-family: 'Tinos';
  color: #fff;
  font-weight: bold;
  border-left: none;
  border-right: none;
  border-top: 1px solid #6c824b;
  border-bottom: 1px solid #364225;
  border-left: 1px solid #6c824b;
  border-right: 1px solid #364225;
}
.rate-table th {
  background: #516238;
  color: #fff;
  font-weight: bold;
  font-family: 'Tinos';
  border-left: 1px solid #6c824b;
  border-right: 1px solid #364225;
  border-top: 1px solid #6c824b;
  border-bottom: 1px solid #364225;
}
.rate-table th:first-of-type {
  background: #242d18;
  border: none;
}
.rate-table td {
  background: #343226;
  color: #fff;
  border-bottom: 1px solid #171610;
  border-right: 1px solid #171610;
  border-top: 1px solid #514e3c;
  border-left: 1px solid #514e3c;
}
.rate-table td,
.rate-table th {
  padding: 6px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
  .rate-table {
    display: block;
  }
  .rate-table thead,
  .rate-table tbody,
  .rate-table th,
  .rate-table td,
  .rate-table tr {
    display: block;
  }
  .rate-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .rate-table tr {
    border: 1px solid #ccc;
  }
  .rate-table td {
    position: relative;
    padding-left: 50%;
  }
  .rate-table td:first-of-type {
    padding-left: 0;
    font-size: 32px;
  }
  .rate-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .rate-table td:nth-of-type(1):before {
    content: "";
  }
  .rate-table td:nth-of-type(2):before {
    content: "Jan";
  }
  .rate-table td:nth-of-type(3):before {
    content: "Feb-Mar";
  }
  .rate-table td:nth-of-type(4):before {
    content: "Apr-May";
  }
  .rate-table td:nth-of-type(5):before {
    content: "June";
  }
  .rate-table td:nth-of-type(6):before {
    content: "Jul-Aug";
  }
  .rate-table td:nth-of-type(7):before {
    content: "Sept";
  }
  .rate-table td:nth-of-type(8):before {
    content: "Oct";
  }
  .rate-table td:nth-of-type(9):before {
    content: "Nov-Dec";
  }
}
.rates .rate {
  margin-bottom: 10px;
}
.rates .title {
  font-family: 'Roboto', sans-serif;
  background: #65624f;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  color: #fff;
  position: relative;
}
.rates .title.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rates .title:after {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  content: '\f078';
  font-family: 'FontAwesome';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rates .rate-info {
  background: rgba(255,255,255,0.4);
}
#tribe-events {
  margin-top: 30px;
}
#tribe-events .tribe-events-notices {
  display: none !important;
}
#tribe-events .tribe-events-calendar thead th {
  background-color: #343226;
  border-left: 1px solid #171610;
  border-right: 1px solid #514e3c;
}
#tribe-events .tribe-icon-month,
#tribe-events .tribe-icon-list,
#tribe-events .tribe-icon-day {
  font-size: 18px;
}
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
  background-color: #827e65;
}
#tribe-events .tribe-events-calendar div[id*="tribe-events-daynum-"],
#tribe-events .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #65624f;
}
#tribe-events #tribe-events .tribe-events-button,
#tribe-events #tribe-events .tribe-events-button:hover,
#tribe-events #tribe_events_filters_wrapper input[type="submit"],
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button.tribe-active:hover,
#tribe-events .tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
#tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
  background: #343226;
}
#tribe-events #tribe-events-content .tribe-events-tooltip h4,
#tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val,
#tribe-events .single-tribe_events a.tribe-events-gcal,
#tribe-events .single-tribe_events a.tribe-events-ical {
  color: #242c18;
}
.page-id-36 .slick-slider,
.page-id-34 .slick-slider {
  margin: 0 auto 30px;
}
.page-id-36 #slider-for,
.page-id-36 #slider-nav,
.page-id-36 #slider,
.page-id-34 #slider-for,
.page-id-34 #slider-nav,
.page-id-34 #slider {
  width: 100%;
  max-width: 800px;
}
.page-id-36 #slider-for .slick-image img,
.page-id-34 #slider-for .slick-image img {
  display: block;
  margin: 0 auto;
}
.page-id-36 #slider .slick-image img,
.page-id-34 #slider .slick-image img {
  padding-left: 10px;
  padding-right: 10px;
}
.page-id-36 #slider-nav .slick-image img,
.page-id-34 #slider-nav .slick-image img {
  max-height: 150px;
  max-width: 250px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.page-id-36 .slick-next,
.page-id-34 .slick-next {
  right: -50px;
}
.page-id-36 .slick-prev,
.page-id-34 .slick-prev {
  left: -50px;
}
.page-id-36 .slick-prev,
.page-id-36 .slick-next,
.page-id-34 .slick-prev,
.page-id-34 .slick-next {
  height: 48px;
  width: 48px;
  margin-top: -20px;
}
.page-id-36 .slick-prev:before,
.page-id-36 .slick-next:before,
.page-id-34 .slick-prev:before,
.page-id-34 .slick-next:before {
  color: #242c18;
  font-size: 48px;
}
#isotope-images {
  margin-left: -15px;
  margin-right: -15px;
}
#isotope-images:before,
#isotope-images:after {
  content: " ";
  display: table;
}
#isotope-images:after {
  clear: both;
}
#isotope-images:before,
#isotope-images:after {
  content: " ";
  display: table;
}
#isotope-images:after {
  clear: both;
}
#isotope-images .isotope-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #isotope-images .isotope-image {
    float: left;
    width: 33.3333333333%;
  }
}
#isotope-images .isotope-image img {
  width: 100%;
  height: auto;
  padding: 5px;
  background: #D2C9A1;
  border: 1px solid #c1b57f;
}
#timeline {
  text-align: center;
  margin-bottom: 10px;
}
#timeline img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (max-width: 600px) {
  #timeline img {
    display: none;
  }
}
#timeline .fa-stack {
  color: #967b32;
}
#timeline .fa-stack .fa-text {
  color: #fff;
  cursor: pointer;
  font-family: Playfair Display SC;
  font-size: 20px;
}
#timeline .fa-stack.active {
  color: #3E4632;
}
#timeline .fa-stack:hover.active .fa-text {
  color: #fff;
}
#timeline .fa-stack:hover .fa-text {
  color: #000;
}
#stories .mix {
  display: none;
}
.story {
  background: rgba(255,255,255,0.4);
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .story {
    width: 100%;
  }
}
.story .img {
  text-align: center;
}
.story .img img {
  max-width: 350px;
}
@media all and (max-width: 380px) {
  .story .img img {
    width: 100%;
  }
}
.story .body {
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
}
.story .body h5 {
  font-size: 32px;
  font-weight: 500;
  margin: 15px 0 30px;
}
.story .body .title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.story .body .seen {
  font-style: italic;
  margin-bottom: 25px;
}
@media (max-width: 360px) {
  .story .body .seen {
    font-size: 16px;
  }
}
.story .body .seen .heavy {
  font-weight: bold;
}
.story .body .seen .heavy a {
  color: #5A3D2A;
  text-decoration: none;
}
.story .body .more a {
  font-style: italic;
  color: #5A3D2A;
  text-decoration: none;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #5A3D2A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.page-id-353 .entry-content h3 {
  margin-top: 0;
}
@media all and (max-width: 568px) {
  .page-id-34 .entry-content .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.single-stories .entry-meta {
  display: none;
}
.single-stories .entry-content .post_thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error404 #res-box {
  display: none;
}
.error404 #primary {
  position: relative;
}
.error404 #primary .bg {
  width: 100%;
  height: auto;
  position: relative;
}
.error404 #primary .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  background: rgba(255,255,255,0.8);
  padding: 30px;
}
@media all and (max-width: 1400px) {
  .error404 #primary .text {
    padding: 20px;
  }
}
@media all and (max-width: 1200px) {
  .error404 #primary .text {
    padding: 15px;
  }
}
@media all and (max-width: 991px) {
  .error404 #primary .text {
    padding: 5px 10px;
  }
}
@media all and (max-width: 768px) {
  .error404 #primary .text {
    padding: 5px;
  }
}
@media all and (max-width: 568px) {
  .error404 #primary .text {
    bottom: -145px;
  }
}
.error404 #primary .text h1 {
  margin-bottom: 5px;
  margin-top: 0;
}
@media all and (max-width: 1200px) {
  .error404 #primary .text h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 991px) {
  .error404 #primary .text h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  .error404 #primary .text h1 {
    font-size: 28px;
  }
}
@media all and (max-width: 568px) {
  .error404 #primary .text h1 {
    font-size: 24px;
  }
}
.error404 #primary .text h2 {
  margin-top: 10px;
}
@media all and (max-width: 1200px) {
  .error404 #primary .text h2 {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media all and (max-width: 991px) {
  .error404 #primary .text h2 {
    font-size: 26px;
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .error404 #primary .text h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 568px) {
  .error404 #primary .text h2 {
    font-size: 18px;
  }
}
.error404 #primary .dial {
  position: absolute;
  max-width: 150px;
  right: 31.25%;
  top: 45%;
  -webkit-animation: infinite-spinning 5s linear infinite;
  -moz-animation: infinite-spinning 5s linear infinite;
  -ms-animation: infinite-spinning 5s linear infinite;
  -o-animation: infinite-spinning 5s linear infinite;
  animation: infinite-spinning 5s linear infinite;
}
@media all and (max-width: 1750px) {
  .error404 #primary .dial {
    max-width: 140px;
  }
}
@media all and (max-width: 1650px) {
  .error404 #primary .dial {
    max-width: 130px;
  }
}
@media all and (max-width: 1550px) {
  .error404 #primary .dial {
    max-width: 120px;
  }
}
@media all and (max-width: 1450px) {
  .error404 #primary .dial {
    max-width: 115px;
  }
}
@media all and (max-width: 1350px) {
  .error404 #primary .dial {
    max-width: 105px;
  }
}
@media all and (max-width: 1250px) {
  .error404 #primary .dial {
    max-width: 95px;
  }
}
@media all and (max-width: 1150px) {
  .error404 #primary .dial {
    max-width: 90px;
  }
}
@media all and (max-width: 1050px) {
  .error404 #primary .dial {
    max-width: 80px;
  }
}
@media all and (max-width: 950px) {
  .error404 #primary .dial {
    max-width: 75px;
  }
}
@media all and (max-width: 850px) {
  .error404 #primary .dial {
    max-width: 70px;
  }
}
@media all and (max-width: 768px) {
  .error404 #primary .dial {
    max-width: 60px;
  }
}
@media all and (max-width: 650px) {
  .error404 #primary .dial {
    max-width: 50px;
  }
}
@media all and (max-width: 568px) {
  .error404 #primary .dial {
    max-width: 45px;
  }
}
@media all and (max-width: 450px) {
  .error404 #primary .dial {
    max-width: 35px;
  }
}
@media all and (max-width: 400px) {
  .error404 #primary .dial {
    max-width: 30px;
  }
}
@media all and (max-width: 350px) {
  .error404 #primary .dial {
    max-width: 27px;
  }
}
.venues-container {
  margin-left: -15px;
  margin-right: -15px;
}
.venues-container:before,
.venues-container:after {
  content: " ";
  display: table;
}
.venues-container:after {
  clear: both;
}
.venues-container:before,
.venues-container:after {
  content: " ";
  display: table;
}
.venues-container:after {
  clear: both;
}
.venues-container .venue {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .venues-container .venue {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .venues-container .venue {
    float: left;
    width: 33.3333333333%;
  }
}
.venues-container .venue .inner-venue {
  background: #ebf2e2;
  color: #000;
  padding: 15px;
  box-shadow: 0 0px 2px 0px rgba(0,0,0,0.4);
  text-align: center;
}
.venues-container .venue .inner-venue .venue-name {
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 28px;
}
@media all and (max-width: 1300px) {
  .venues-container .venue .inner-venue .venue-name {
    font-size: 26px;
  }
}
@media all and (max-width: 1200px) {
  .venues-container .venue .inner-venue .venue-name {
    font-size: 24px;
  }
}
.venues-container .venue .inner-venue .venue-capacity {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.venues-container .venue .inner-venue img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
  max-width: 390px;
  background: #ECE3BB;
  border: 1px solid #e6dba7;
  padding: 5px;
}
.venues-container .venue .inner-venue a {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .venues-container .venue .inner-venue a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 768px) {
  .venues-container .venue .inner-venue a {
    display: inline-block;
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .venues-container .venue .inner-venue a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.single-venues .buttons {
  text-align: center;
  padding-top: 10px;
}
@media all and (max-width: 1400px) {
  .single-venues .buttons {
    padding-top: 0;
  }
  .single-venues .buttons:before,
  .single-venues .buttons:after {
    content: " ";
    display: table;
  }
  .single-venues .buttons:after {
    clear: both;
  }
  .single-venues .buttons:before,
  .single-venues .buttons:after {
    content: " ";
    display: table;
  }
  .single-venues .buttons:after {
    clear: both;
  }
  .single-venues .buttons button,
  .single-venues .buttons a {
    display: inline-block;
    float: left;
    width: 49%;
  }
  .single-venues .buttons a:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .single-venues .buttons a:nth-of-type(2) {
    margin-right: 5px;
  }
  .single-venues .buttons button {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 568px) {
  .single-venues .buttons button,
  .single-venues .buttons a {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.single-venues article {
  margin-left: -15px;
  margin-right: -15px;
}
.single-venues article:before,
.single-venues article:after {
  content: " ";
  display: table;
}
.single-venues article:after {
  clear: both;
}
.single-venues article:before,
.single-venues article:after {
  content: " ";
  display: table;
}
.single-venues article:after {
  clear: both;
}
.single-venues #venue-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .single-venues #venue-gallery {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single-venues #venue-gallery {
    float: left;
    width: 58.3333333333%;
  }
}
.single-venues #venue-gallery .slick-slide img {
  display: block;
  margin: 0 auto;
  width: 390px;
  height: auto;
}
.single-venues #venue-gallery .slick-prev,
.single-venues #venue-gallery .slick-next {
  height: 48px;
  width: 48px;
  margin-top: -20px;
}
.single-venues #venue-gallery .slick-prev:before,
.single-venues #venue-gallery .slick-next:before {
  color: #242c18;
  font-size: 48px;
}
.single-venues #venue-gallery .slick-next {
  right: 40px !important;
}
@media all and (max-width: 1400px) {
  .single-venues #venue-gallery .slick-next {
    right: 25px !important;
  }
}
@media all and (max-width: 568px) {
  .single-venues #venue-gallery .slick-next {
    right: 0 !important;
  }
}
.single-venues #venue-gallery .slick-prev {
  left: 40px !important;
}
@media all and (max-width: 1400px) {
  .single-venues #venue-gallery .slick-prev {
    left: 25px !important;
  }
}
@media all and (max-width: 568px) {
  .single-venues #venue-gallery .slick-prev {
    left: 0 !important;
  }
}
.single-venues .contact-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  padding: 15px;
  background: #65624f;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0px 2px 0px rgba(0,0,0,0.4);
}
@media (min-width: 992px) {
  .single-venues .contact-info {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single-venues .contact-info {
    float: left;
    width: 41.6666666667%;
  }
}
@media all and (max-width: 1400px) {
  .single-venues .contact-info {
    margin-top: 0;
  }
}
@media all and (max-width: 1200px) {
  .single-venues .contact-info {
    margin-bottom: 30px;
  }
}
.catering-container {
  margin-left: -15px;
  margin-right: -15px;
}
.catering-container:before,
.catering-container:after {
  content: " ";
  display: table;
}
.catering-container:after {
  clear: both;
}
.catering-container:before,
.catering-container:after {
  content: " ";
  display: table;
}
.catering-container:after {
  clear: both;
}
.catering-container .catering {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .catering-container .catering {
    float: left;
    width: 50%;
  }
}
.catering-container .catering .inner-catering {
  background: #ebf2e2;
  color: #000;
  padding: 15px;
  box-shadow: 0 0px 2px 0px rgba(0,0,0,0.4);
  text-align: center;
}
.catering-container .catering .inner-catering .catering-name {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 28px;
}
@media all and (max-width: 1300px) {
  .catering-container .catering .inner-catering .catering-name {
    font-size: 26px;
  }
}
@media all and (max-width: 1200px) {
  .catering-container .catering .inner-catering .catering-name {
    font-size: 24px;
  }
}
.catering-container .catering .inner-catering img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
  background: #ECE3BB;
  border: 1px solid #e6dba7;
  padding: 5px;
}
.catering-container .catering .inner-catering a {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .catering-container .catering .inner-catering a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 768px) {
  .catering-container .catering .inner-catering a {
    display: inline-block;
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .catering-container .catering .inner-catering a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.wed-box {
  position: relative;
  float: right;
  margin-left: 20px;
  background-image: url('images/res-bg.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #65624f;
  z-index: 1;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
}
.wed-box ul {
  position: relative;
  top: 5px;
  padding: 0px 15px 0px 30px;
}
.wed-box ul li {
  list-style: none;
  padding-top: 10px;
}
.wed-box ul li a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
}
.wed-box ul li a:hover {
  text-decoration: underline;
}
.page-template-page-weddings #main #header-image {
  position: relative;
}
.page-template-page-weddings #main #header-image img {
  max-width: 100%;
  height: auto;
}
.page-template-page-weddings #main #header-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-weddings #main #header-image .overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.page-template-page-weddings #main #header-image .overlay .inner h1,
.page-template-page-weddings #main #header-image .overlay .inner h2 {
  text-align: center;
}
.page-template-page-weddings #main #header-image .overlay .inner h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.9);
}
.page-template-page-weddings #main #header-image .overlay .inner h2 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 4px;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.9);
}
@media all and (max-width: 991px) {
  .page-template-page-weddings #main #header-image .overlay .inner h3 {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .page-template-page-weddings #main #header-image .overlay {
    width: 80%;
    left: 10%;
  }
  .page-template-page-weddings #main #header-image .overlay .inner {
    padding: 0 15px;
  }
  .page-template-page-weddings #main #header-image .overlay .inner h1 {
    font-size: 45px;
  }
  .page-template-page-weddings #main #header-image .overlay .inner h2 {
    font-size: 20px;
  }
}
.page-template-page-weddings #main #primary {
  background: #fff;
  box-shadow: none;
}
.page-template-page-weddings #main #primary .entry-header {
  display: none;
}
.page-template-page-weddings #main #primary h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-top: 40px;
}
.page-template-page-weddings #main #primary h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
.page-template-page-weddings #main #primary .meeting-space {
  background: #f3f1e7;
}
.page-template-page-weddings #main #primary .meeting-space .content {
  padding: 20px;
}
.page-template-page-weddings #main #primary .meeting-space .content img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-page-weddings #main #primary .meeting-space .content img {
    padding-bottom: 15px;
  }
}
.page-template-page-weddings #main #primary .meeting-space .content h3 {
  text-align: center;
  margin: 0;
  margin-top: 30%;
}
@media (max-width: 1200px) {
  .page-template-page-weddings #main #primary .meeting-space .content h3 {
    margin-top: 15%;
  }
}
@media (max-width: 991px) {
  .page-template-page-weddings #main #primary .meeting-space .content h3 {
    margin-top: 20%;
  }
}
@media (max-width: 767px) {
  .page-template-page-weddings #main #primary .meeting-space .content h3 {
    margin-top: 0;
  }
}
.page-template-page-weddings #main #primary .holiday-space {
  background: #65624f;
  margin-top: 20px;
}
.page-template-page-weddings #main #primary .holiday-space .content {
  padding: 20px;
}
.page-template-page-weddings #main #primary .holiday-space .content h3 {
  color: #fff;
  margin-top: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-page-weddings #main #primary .holiday-space .content h3 {
    margin-top: 0;
  }
}
.page-template-page-weddings #main #primary .holiday-space .content p,
.page-template-page-weddings #main #primary .holiday-space .content a {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-template-page-weddings #main #primary {
    padding: 30px 0;
  }
  .page-template-page-weddings #main #primary h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-page-weddings #main #primary h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-template-page-weddings #main #primary p {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template-page-weddings #main #info-form {
  background: #f3f1e7;
  padding: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-template-page-weddings #main #info-form {
    margin-top: 0;
  }
}
.page-template-page-weddings #main #info-form h2 {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 42px;
  line-height: 46px;
  font-weight: 900;
}
.page-template-page-weddings #main #info-form .frm-container .alert-success {
  background-color: #65624f;
  border-color: #484639;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.page-template-page-weddings #main #info-form .frm-container .help-block.error {
  color: #ff0000;
}
.page-template-page-weddings #main #info-form .frm-container .form-group input::-webkit-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
.page-template-page-weddings #main #info-form .frm-container .form-group input::-moz-placeholder {
  color: #333;
  text-transform: uppercase;
}
.page-template-page-weddings #main #info-form .frm-container .form-group input:-moz-placeholder {
  color: #333;
  text-transform: uppercase;
}
.page-template-page-weddings #main #info-form .frm-container .form-group input.datepicker {
  padding-right: 30px;
}
.page-template-page-weddings #main #info-form .frm-container .form-group.has-datepicker:after {
  content: "\f073";
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
}
.page-template-page-weddings #main #info-form .frm-container .form-group.has-datepicker.has-error:after {
  top: 10%;
  transform: translateY(-10%);
}
.page-template-page-weddings #main #info-form .frm-container .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #65624f;
  color: #fff;
}
.page-template-page-weddings #main #info-form .frm-container .btn:hover {
  background: #484639;
}
@media all and (max-width: 768px) {
  .page-template-page-weddings #main #info-form h2 {
    font-size: 36px;
  }
  .page-template-page-weddings #main #info-form .frm-container {
    padding: 0 15px;
  }
}
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view {
  margin: 0;
}
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .gallery-image {
  height: 350px;
  background-size: cover !important;
  background-position: 50% !important;
}
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-prev,
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-next {
  top: 110%;
  z-index: 1;
}
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-prev {
  left: 40%;
}
.page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-next {
  right: 40%;
}
@media all and (max-width: 768px) {
  .page-template-page-weddings #main #wed-gallery {
    padding: 0px 10%;
  }
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .gallery-image {
    height: 450px;
  }
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-prev,
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-prev:before,
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-next:before {
    font-size: 50px;
    color: #000;
  }
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-prev {
    left: -35px;
  }
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .slick-next {
    right: -35px;
  }
}
@media all and (max-width: 600px) {
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .gallery-image {
    height: 400px;
  }
}
@media all and (max-width: 450px) {
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .gallery-image {
    height: 350px;
  }
}
@media all and (max-width: 400px) {
  .page-template-page-weddings #main #wed-gallery .inner #gal-results #gallery-view .gallery-image {
    height: 300px;
  }
}
#specials {
  background: #ebf2e2;
}
#specials .slick-slider .slick-prev,
#specials .slick-slider .slick-next {
  color: #000;
}
#specials .slick-slider .slick-prev:before,
#specials .slick-slider .slick-next:before {
  color: #000;
  font-size: 6rem;
}
#specials #inner-specials h3 {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  margin: 30px 0px;
}
#specials #inner-specials .specials {
  padding: 0px 50px;
}
@media all and (max-width: 991px) {
  #specials #inner-specials .specials {
    padding: 0px;
  }
}
@media all and (max-width: 768px) {
  #specials #inner-specials .specials {
    padding: 0px 50px;
  }
}
#specials #inner-specials .specials .inner-specials .special .inner-special .info .top-info {
  min-height: 1px;
  margin-bottom: 30px;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .info .top-info .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr {
  text-align: center;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  float: none;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.left {
  background: #343226;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.left:hover,
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.left:active,
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.left:focus {
  background: #171610;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.right {
  background: #65624f;
}
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.right:hover,
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.right:active,
#specials #inner-specials .specials .inner-specials .special .inner-special .buttons-ctr .btn.right:focus {
  background: #484639;
}
.package.slick-slide:only-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .package.slick-slide:only-child {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .package.slick-slide:only-child {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .package.slick-slide:only-child {
    width: 33.3333% !important;
  }
}
.packages-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.packages-block__item a {
  width: fit-content;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .packages-block__item img {
    max-width: 350px;
  }
}
@media (max-width: 400px) {
  .packages-block__item img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .packages-block__item {
    padding: 10px;
  }
}
@media (max-width: 770px) {
  .packages-block__item {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .packages-block .container {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
