@charset "UTF-8";
@import url(../bower_components/owl.carousel/dist/assets/owl.carousel.css);
@import url(../bower_components/owl.carousel/dist/assets/owl.theme.default.css);
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500");
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'UniversCom-65Bold';
  src: url("webfonts/360ABD_0_0.eot");
  src: url("webfonts/360ABD_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/360ABD_0_0.woff2") format("woff2"), url("webfonts/360ABD_0_0.woff") format("woff"), url("webfonts/360ABD_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TradeGothicDisplay1-Base';
  src: url("webfonts/360ABD_1_0.eot");
  src: url("webfonts/360ABD_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/360ABD_1_0.woff2") format("woff2"), url("webfonts/360ABD_1_0.woff") format("woff"), url("webfonts/360ABD_1_0.ttf") format("truetype"); }
/* #html/body Styles
================================================== */
html, body {
  background: url(../img/gold-top.png) center top no-repeat #fff;
  background-size: 100% auto;
  color: #58585a;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  height: 100%;
  min-width: 320px; }

/* Typography */
a:hover, a:focus {
  text-decoration: none; }

h1 {
  color: #fff;
  font-family: "TradeGothicDisplay1-Base", "Helvetica", "Arial", sans-serif;
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 5px;
  margin: 0 0 50px;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    h1 {
      font-size: 76px; } }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 60px;
      line-height: 80px;
      letter-spacing: 3px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 55px;
      line-height: 75px;
      margin: 0 0 39px; } }

/* Bootstrap Tweaks */
.container {
  max-width: 1240px; }
  @media only screen and (min-width: 1500px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 22px !important;
      padding-right: 22px !important; } }

/* Nivo Lightbox */
.nivo-lightbox-overlay {
  z-index: 999999; }

/* Header & Footer Styles */
.header {
  box-sizing: border-box;
  left: 50%;
  margin: 0 auto 90px;
  padding: 30px 30px 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999; }
  .header .header-background {
    background: #2f302a;
    height: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: -1; }
    @media only screen and (max-width: 991px) {
      .header .header-background {
        height: 60px;
        opacity: 1; } }
    @media only screen and (max-width: 767px) {
      .header .header-background {
        background: #0d0d0d;
        opacity: 1; } }
  .header .main {
    left: 50%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2; }
    .header .main .logo {
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 182px; }
      @media only screen and (max-width: 991px) {
        .header .main .logo {
          width: 100px; } }
      .header .main .logo .inner {
        opacity: 0;
        -webkit-animation-delay: 0.5s;
        -webkit-animation-duration: 1.6s;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 0.5s;
        -moz-animation-duration: 1.6s;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 0.5s;
        -o-animation-duration: 1.6s;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 0.5s;
        animation-duration: 1.6s;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */ }
        .header .main .logo .inner img {
          display: block;
          height: auto;
          width: 100%; }
    .header .main .menu-toggle {
      color: #bf9165;
      cursor: pointer;
      display: none;
      font-size: 32px;
      height: 60px;
      line-height: 60px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 60px; }
      @media only screen and (max-width: 991px) {
        .header .main .menu-toggle {
          display: block; } }
    .header .main .menu {
      position: absolute;
      top: 70px;
      transition: all 0.5s ease-in-out; }
      .header .main .menu ul {
        display: block;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0; }
        .header .main .menu ul li {
          display: inline-block;
          font-size: 13px;
          margin: 0 15px;
          position: relative;
          text-transform: uppercase;
          font-weight: 500; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header .main .menu ul li {
              margin: 0 8px; } }
          .header .main .menu ul li a {
            color: #fff;
            text-decoration: none; }
        .header .main .menu ul li:hover {
          color: #bf9165; }
          .header .main .menu ul li:hover a {
            text-decoration: none; }
          .header .main .menu ul li:hover:after {
            background: url(../img/nav-arrow.png) center center no-repeat;
            background-size: 100%;
            bottom: -10px;
            content: "";
            display: block;
            height: 11px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            transition: all 0.5s ease-in-out;
            width: 14px; }
            @media only screen and (max-width: 991px) {
              .header .main .menu ul li:hover:after {
                display: none !important; } }
    .header .main .menu-left {
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header .main .menu-left {
          left: 20px; } }
    .header .main .menu-right {
      right: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header .main .menu-right {
          right: 20px; } }
    @media only screen and (max-width: 991px) {
      .header .main .menu-wrap {
        background: #000;
        display: none;
        height: 300;
        padding: 15px 0;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: -1; }
        .header .main .menu-wrap .menu {
          height: auto;
          position: relative;
          top: auto; }
          .header .main .menu-wrap .menu ul {
            height: auto; }
            .header .main .menu-wrap .menu ul li {
              display: block;
              font-size: 18px;
              line-height: 24px;
              padding: 5px 0;
              text-align: right; }
              .header .main .menu-wrap .menu ul li a {
                color: #bf9165; }
        .header .main .menu-wrap .menu-left {
          left: auto; }
        .header .main .menu-wrap .menu-right {
          right: auto; } }
  .header .button-enquire {
    background: #62d9ff;
    color: #173c47;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.5s ease-in-out;
    z-index: 3; }
    .header .button-enquire:hover {
      background: #173c47;
      color: #fff;
      text-decoration: none; }
    @media only screen and (max-width: 991px) {
      .header .button-enquire {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header .button-enquire {
        display: none; } }

.header.minimised .main .menu {
  top: 16px; }
.header.minimised .button-enquire {
  opacity: 0; }
.header.minimised .header-background {
  opacity: 1; }

.admin-bar .header {
  top: 32px; }

.footer {
  background: #0d0d0d; }
  .footer p {
    color: #fff;
    font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase; }
  .footer a {
    color: #bf9165; }
    .footer a:hover {
      color: #bf9165; }

/* Button Styles */
.button {
  box-sizing: border-box;
  display: inline-block;
  font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 44px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  transition: 0.5s; }
  @media only screen and (max-width: 767px) {
    .button {
      height: auto;
      padding: 0 28px; } }

.button-white {
  background: #fff;
  border: 2px solid #ffffff;
  color: #0d0d0d;
  margin-right: 20px; }
  .button-white:hover {
    background: #bf9165;
    border: 2px solid #bf9165;
    color: #fff;
    text-decoration: none; }

.button-clear {
  border: 2px solid #ffffff;
  color: #ffffff; }
  .button-clear:hover {
    background: #fff;
    color: #0d0d0d;
    text-decoration: none; }

.button-blue {
  background: #62d9ff;
  color: #173c47; }
  .button-blue:hover {
    background: #173c47;
    color: #fff;
    text-decoration: none; }

/* Page Styles */
.front-page {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .front-page {
      padding-top: 60px; } }
  .front-page .splash {
    background-size: cover !important;
    margin: 30px 0 90px;
    height: 758px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1500px) {
      .front-page .splash {
        margin: 30px 30px 90px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page .splash {
        margin: 15px 0 90px; } }
    @media only screen and (max-width: 991px) {
      .front-page .splash {
        height: 560px;
        margin: 0 0 70px; } }
    @media only screen and (max-width: 767px) {
      .front-page .splash {
        height: 460px;
        margin: 0;
        background-position-x: -390px; } }
    .front-page .splash .layer {
      background: url(../img/header-layer.png) right center no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 55%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page .splash .layer {
          width: 65%; } }
      @media only screen and (max-width: 991px) {
        .front-page .splash .layer {
          width: 62%; } }
      @media only screen and (max-width: 767px) {
        .front-page .splash .layer {
          width: 100%; } }
    .front-page .splash .contents {
      left: 50%;
      position: absolute;
      top: 62%;
      transform: translate(-50%, -50%);
      width: 1200px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page .splash .contents {
          width: 960px; } }
      @media only screen and (max-width: 991px) {
        .front-page .splash .contents {
          width: 700px; } }
      @media only screen and (max-width: 767px) {
        .front-page .splash .contents {
          width: 100%;
          padding: 0 24px;
          position: relative;
          top: 250px; } }
      .front-page .splash .contents .inner {
        width: 50%; }
        @media only screen and (max-width: 991px) {
          .front-page .splash .contents .inner {
            width: 100%; } }
      .front-page .splash .contents #splash-subtitle {
        color: #fff;
        font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        text-transform: uppercase;
        opacity: 0;
        -webkit-animation-delay: 1.2s;
        -webkit-animation-duration: 1.2s;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 1.2s;
        -moz-animation-duration: 1.2s;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 1.2s;
        -o-animation-duration: 1.2s;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 1.2s;
        animation-duration: 1.2s;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */ }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page .splash .contents #splash-subtitle {
            max-width: 320px; } }
        @media only screen and (max-width: 991px) {
          .front-page .splash .contents #splash-subtitle {
            max-width: 270px; } }
        @media only screen and (max-width: 767px) {
          .front-page .splash .contents #splash-subtitle {
            max-width: 100%;
            color: #ffffff;
            font-size: 12px;
            line-height: 18px; } }
      .front-page .splash .contents #splash-title {
        color: #fff;
        font-family: "TradeGothicDisplay1-Base", "Helvetica", "Arial", sans-serif;
        font-size: 90px;
        line-height: 100px;
        letter-spacing: 5px;
        margin: 0 0 50px;
        text-transform: uppercase;
        opacity: 0;
        -webkit-animation-delay: 1.2s;
        -webkit-animation-duration: 1.2s;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 1.2s;
        -moz-animation-duration: 1.2s;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 1.2s;
        -o-animation-duration: 1.2s;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 1.2s;
        animation-duration: 1.2s;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */ }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page .splash .contents #splash-title {
            font-size: 76px; } }
        @media only screen and (max-width: 991px) {
          .front-page .splash .contents #splash-title {
            font-size: 60px;
            line-height: 80px;
            letter-spacing: 3px; } }
        @media only screen and (max-width: 767px) {
          .front-page .splash .contents #splash-title {
            font-size: 55px;
            line-height: 75px;
            margin: 0 0 39px; } }
      .front-page .splash .contents #splash-buttons {
        font-size: 0;
        vertical-align: top;
        opacity: 0;
        -webkit-animation-delay: 1.5s;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 1.5s;
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 1.5s;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 1.5s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */ }
      @media only screen and (max-width: 767px) {
        .front-page .splash .contents .button {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 991px) {
        .front-page .splash .contents #the-apartments span {
          display: none; } }
  .front-page .the-content {
    max-width: 510px; }
    .front-page .the-content h2 {
      color: #000;
      font-family: "TradeGothicDisplay1-Base", "Helvetica", "Arial", sans-serif;
      font-size: 60px;
      letter-spacing: 3px;
      line-height: 70px;
      margin: 0 0 30px;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .front-page .the-content h2 {
          font-size: 50px;
          line-height: 55px; } }
      @media only screen and (max-width: 767px) {
        .front-page .the-content h2 {
          font-size: 42px;
          line-height: 46px;
          margin: 0 0 30px;
          letter-spacing: 1px; } }
    .front-page .the-content p {
      color: #666666;
      font-family: "Poppins", "Helvetica", "Arial", sans-serif;
      font-size: 15px;
      line-height: 25px;
      margin: 0 0 30px; }
      @media only screen and (max-width: 767px) {
        .front-page .the-content p {
          font-size: 15px;
          line-height: 22px;
          margin: 0 0 20px; } }
    .front-page .the-content p:first-child {
      margin-bottom: 0; }
    .front-page .the-content strong {
      color: #bf9165;
      font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
      font-size: 14px;
      font-weight: normal !important;
      margin: 0;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .front-page .the-content strong {
          font-size: 12px; } }
    .front-page .the-content em {
      color: #d5d5d5;
      font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
      font-size: 14px;
      font-style: normal;
      margin: 0;
      text-transform: uppercase; }
  .front-page .mobile-cta {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .front-page .mobile-cta {
        display: block; } }
  .front-page #section-introduction #section-introduction-image {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    @media only screen and (max-width: 767px) {
      .front-page #section-introduction #section-introduction-image {
        margin-bottom: 32px; } }
  .front-page #section-introduction #section-introduction-content {
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .front-page #section-introduction #section-introduction-content .inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-introduction #section-introduction-content .inner {
          position: relative;
          top: auto;
          transform: none; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-introduction #section-introduction-content .inner {
          position: relative;
          top: auto;
          transform: none; } }
    .front-page #section-introduction #section-introduction-content p + p {
      margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .front-page #section-introduction #section-introduction-content p {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 991px) {
      .front-page #section-introduction #section-introduction-content p:last-child {
        display: none; } }
  .front-page #section-apartments {
    position: relative; }
    .front-page #section-apartments:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -60px;
      width: 320px;
      height: 568px;
      background: url(../img/poly-left.png) left center no-repeat; }
      @media only screen and (min-width: 1400px) and (max-width: 1499px) {
        .front-page #section-apartments:before {
          left: -120px; } }
      @media only screen and (min-width: 1201px) and (max-width: 1399px) {
        .front-page #section-apartments:before {
          left: -140px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-apartments:before {
          display: none; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-apartments:before {
          display: none; } }
    .front-page #section-apartments:after {
      content: "";
      position: absolute;
      right: 0;
      top: -60px;
      width: 320px;
      height: 568px;
      background: url(../img/poly-right.png) left center no-repeat; }
      @media only screen and (min-width: 1400px) and (max-width: 1499px) {
        .front-page #section-apartments:after {
          right: -120px; } }
      @media only screen and (min-width: 1201px) and (max-width: 1399px) {
        .front-page #section-apartments:after {
          right: -140px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-apartments:after {
          display: none; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-apartments:after {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-apartments:after {
          display: block;
          width: 127px;
          height: 230px;
          top: -30px;
          right: 0;
          background-size: cover !important; } }
    @media only screen and (max-width: 991px) {
      .front-page #section-apartments .the-content h2 {
        margin: 0 0 55px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page #section-apartments .the-content h2 {
        margin: 0 0 70px; } }
    .front-page #section-apartments #apartments {
      padding-top: 30px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .front-page #section-apartments #apartments {
          padding-top: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-apartments #apartments {
          padding-top: 0; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-apartments #apartments {
          padding-top: 0; } }
      .front-page #section-apartments #apartments .owl-nav {
        height: 40px;
        position: absolute;
        right: 5px;
        top: -95px;
        width: 200px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-apartments #apartments .owl-nav {
            position: relative;
            right: auto;
            top: auto;
            width: 100%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-apartments #apartments .owl-nav {
            right: -5px;
            top: -100px; } }
        .front-page #section-apartments #apartments .owl-nav .owl-next {
          position: absolute;
          right: 0; }
        .front-page #section-apartments #apartments .owl-nav .owl-prev {
          left: 0;
          position: absolute; }
      .front-page #section-apartments #apartments .owl-dots {
        font-size: 0;
        height: 40px;
        line-height: 40px;
        padding: 0;
        position: absolute;
        top: -80px;
        right: 50px;
        width: 110px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-apartments #apartments .owl-dots {
            margin: 0 auto;
            position: relative;
            top: -35px;
            right: auto;
            width: 200px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-apartments #apartments .owl-dots {
            right: 45px;
            top: -85px; } }
        .front-page #section-apartments #apartments .owl-dots .owl-dot {
          box-sizing: border-box;
          height: 40px;
          padding: 12px 0 0; }
    .front-page #section-apartments .apartment {
      font-size: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .front-page #section-apartments .apartment {
          padding: 0; } }
      .front-page #section-apartments .apartment .column {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .front-page #section-apartments .apartment .column {
            display: block; } }
      .front-page #section-apartments .apartment .details {
        height: 383px;
        position: relative;
        width: 400px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-apartments .apartment .details {
            height: auto;
            width: 100%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-apartments .apartment .details {
            height: auto;
            width: 340px; } }
        @media only screen and (min-width: 1201px) and (max-width: 1399px) {
          .front-page #section-apartments .apartment .details {
            height: 340px;
            width: 380px; } }
        @media only screen and (max-width: 991px) {
          .front-page #section-apartments .apartment .details {
            display: block;
            height: auto;
            width: 100%; } }
        .front-page #section-apartments .apartment .details .inner {
          max-width: 360px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          @media only screen and (max-width: 767px) {
            .front-page #section-apartments .apartment .details .inner {
              padding-bottom: 20px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .front-page #section-apartments .apartment .details .inner {
              max-width: 280px;
              position: relative;
              top: auto;
              transform: none; } }
          @media only screen and (max-width: 991px) {
            .front-page #section-apartments .apartment .details .inner {
              position: relative;
              top: auto;
              transform: none; } }
          .front-page #section-apartments .apartment .details .inner h3 {
            color: #0d0d0d;
            font-family: "TradeGothicDisplay1-Base", "Helvetica", "Arial", sans-serif;
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 30px;
            text-transform: uppercase; }
            @media only screen and (max-width: 767px) {
              .front-page #section-apartments .apartment .details .inner h3 {
                font-size: 20pxx;
                line-height: 26px; } }
          @media only screen and (max-width: 767px) {
            .front-page #section-apartments .apartment .details .inner p {
              font-size: 14px;
              line-height: 18px; } }
          .front-page #section-apartments .apartment .details .inner .get {
            margin-bottom: 0;
            padding-top: 20px; }
            @media only screen and (max-width: 767px) {
              .front-page #section-apartments .apartment .details .inner .get {
                display: none !important; } }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .front-page #section-apartments .apartment .details .inner .get {
                padding-top: 0; } }
            @media only screen and (max-width: 991px) {
              .front-page #section-apartments .apartment .details .inner .get {
                display: none; } }
      .front-page #section-apartments .apartment .images {
        float: right;
        padding: 0;
        width: 710px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-apartments .apartment .images {
            float: none;
            width: 100%; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-apartments .apartment .images {
            width: 580px; } }
        @media only screen and (min-width: 1201px) and (max-width: 1399px) {
          .front-page #section-apartments .apartment .images {
            width: 700px; } }
        @media only screen and (max-width: 991px) {
          .front-page #section-apartments .apartment .images {
            display: block;
            float: none;
            width: 100%; } }
        .front-page #section-apartments .apartment .images .image-1 {
          box-sizing: border-box;
          margin-right: 20px;
          width: 345px; }
          @media only screen and (max-width: 767px) {
            .front-page #section-apartments .apartment .images .image-1 {
              display: none; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .front-page #section-apartments .apartment .images .image-1 {
              margin-right: 0;
              padding-right: 20px;
              width: 50%; } }
          @media only screen and (min-width: 1201px) and (max-width: 1399px) {
            .front-page #section-apartments .apartment .images .image-1 {
              width: 340px; } }
          @media only screen and (max-width: 991px) {
            .front-page #section-apartments .apartment .images .image-1 {
              width: 50%; } }
        .front-page #section-apartments .apartment .images .image-2 {
          width: 345px; }
          @media only screen and (max-width: 767px) {
            .front-page #section-apartments .apartment .images .image-2 {
              width: 100% !important; }
              .front-page #section-apartments .apartment .images .image-2 img {
                display: block;
                height: auto;
                width: 100%; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .front-page #section-apartments .apartment .images .image-2 {
              width: 50%; } }
          @media only screen and (min-width: 1201px) and (max-width: 1399px) {
            .front-page #section-apartments .apartment .images .image-2 {
              width: 340px; } }
          @media only screen and (max-width: 991px) {
            .front-page #section-apartments .apartment .images .image-2 {
              width: 325px; } }
          .front-page #section-apartments .apartment .images .image-2 img {
            margin-bottom: 20px; }
            @media only screen and (max-width: 767px) {
              .front-page #section-apartments .apartment .images .image-2 img {
                margin-bottom: 0; } }
          .front-page #section-apartments .apartment .images .image-2 .button-blue {
            display: block;
            height: 97px;
            line-height: 98px;
            text-align: center;
            width: 100%; }
            @media only screen and (min-width: 1201px) and (max-width: 1399px) {
              .front-page #section-apartments .apartment .images .image-2 .button-blue {
                height: 95px;
                line-height: 95px; } }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .front-page #section-apartments .apartment .images .image-2 .button-blue {
                height: 60px;
                line-height: 60px; } }
            @media only screen and (max-width: 991px) {
              .front-page #section-apartments .apartment .images .image-2 .button-blue {
                height: 110px;
                line-height: 109px; } }
            @media only screen and (max-width: 767px) {
              .front-page #section-apartments .apartment .images .image-2 .button-blue {
                height: 50px;
                line-height: 49px; } }
        .front-page #section-apartments .apartment .images img {
          height: auto;
          max-width: 100%;
          width: auto; }
  @media only screen and (max-width: 767px) {
    .front-page #section-brochure {
      padding: 44px 4px;
      background: #f2f2f2; } }
  @media only screen and (max-width: 767px) {
    .front-page #section-brochure .row {
      margin-bottom: 0; } }
  .front-page #section-brochure #section-brochure-content {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .front-page #section-brochure #section-brochure-content .form {
      max-width: 430px; }
      @media only screen and (max-width: 767px) {
        .front-page #section-brochure #section-brochure-content .form {
          margin-bottom: 0; } }
    .front-page #section-brochure #section-brochure-content .form-group {
      margin-bottom: 0; }
    .front-page #section-brochure #section-brochure-content label {
      font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .front-page #section-brochure #section-brochure-content .form-control {
      background: #f7f7f7;
      border: 1px solid #f2f2f2;
      box-sizing: border-box;
      font-family: "Poppins", "Helvetica", "Arial", sans-serif;
      height: 46px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .front-page #section-brochure #section-brochure-content .form-control {
          background: #ffffff;
          border: 1px solid #B5B3B4;
          padding: 10px 10px;
          margin-bottom: 10px; } }
      .front-page #section-brochure #section-brochure-content .form-control.text2 {
        display: none; }
    .front-page #section-brochure #section-brochure-content .form-control.error {
      background: #ffa7a7; }
    .front-page #section-brochure #section-brochure-content .select-wrap {
      background: #f7f7f7;
      border: 1px solid #f2f2f2;
      height: 46px;
      display: block;
      position: relative;
      width: 100%;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .front-page #section-brochure #section-brochure-content .select-wrap {
          background: #ffffff;
          border: 1px solid #B5B3B4;
          padding: 5px 10px;
          margin-bottom: 10px; } }
      .front-page #section-brochure #section-brochure-content .select-wrap select {
        appearance: none;
        background: none;
        border: none;
        border-radius: 0;
        cursor: pointer;
        display: block;
        font-family: "Poppins", "Helvetica", "Arial", sans-serif;
        height: 46px;
        outline: none;
        padding: 0 10px;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .front-page #section-brochure #section-brochure-content .select-wrap select {
            height: 36px; } }
      .front-page #section-brochure #section-brochure-content .select-wrap select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #444; }
      .front-page #section-brochure #section-brochure-content .select-wrap select::-ms-expand {
        display: none; }
    .front-page #section-brochure #section-brochure-content .has-error .select-wrap {
      background: #ffa7a7;
      border: 1px solid #b94a48; }
    .front-page #section-brochure #section-brochure-content .select-wrap:after {
      color: #000;
      content: '\f107';
      display: block;
      font-family: "FontAwesome";
      font-size: 22px;
      height: 46px;
      line-height: 46px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 50px;
      z-index: -1; }
      @media screen\0 {
        .front-page #section-brochure #section-brochure-content .select-wrap:after {
          right: 0;
          width: 50px; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-brochure #section-brochure-content .select-wrap:after {
          height: 36px;
          line-height: 43px; } }
    .front-page #section-brochure #section-brochure-content .button {
      border: none;
      cursor: pointer;
      display: block;
      height: 46px;
      line-height: 46px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .front-page #section-brochure #section-brochure-content .button {
          margin-top: 30px; } }
    .front-page #section-brochure #section-brochure-content .help-block {
      display: none !important; }
  .front-page #section-brochure #section-brochure-details {
    margin-top: 212px;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    @media only screen and (max-width: 991px) {
      .front-page #section-brochure #section-brochure-details {
        margin-top: 147px; } }
    @media only screen and (max-width: 767px) {
      .front-page #section-brochure #section-brochure-details {
        display: none; } }
    .front-page #section-brochure #section-brochure-details .contains {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .front-page #section-brochure #section-brochure-details .contains {
          display: none; } }
      .front-page #section-brochure #section-brochure-details .contains .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media only screen and (max-width: 991px) {
          .front-page #section-brochure #section-brochure-details .contains .content {
            position: relative;
            top: auto;
            transform: none; } }
        .front-page #section-brochure #section-brochure-details .contains .content p {
          font-weight: 700;
          margin-bottom: 25px; }
        .front-page #section-brochure #section-brochure-details .contains .content ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .front-page #section-brochure #section-brochure-details .contains .content ul li {
            color: #bf9165;
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 20px; }
            .front-page #section-brochure #section-brochure-details .contains .content ul li:before {
              content: '\f00c';
              font-family: "FontAwesome";
              margin-right: 10px; }
  .front-page #section-location {
    background-size: cover !important;
    overflow: hidden;
    position: relative; }
    .front-page #section-location .the-content {
      z-index: 3;
      padding-top: 110px;
      padding-bottom: 110px; }
      @media only screen and (max-width: 991px) {
        .front-page #section-location .the-content {
          padding-top: 80px;
          padding-bottom: 64px; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-location .the-content {
          padding-top: 60px;
          padding-bottom: 54px; } }
      .front-page #section-location .the-content #section-location-content {
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 1.2s;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 0s;
        -moz-animation-duration: 1.2s;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 0s;
        -o-animation-duration: 1.2s;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 0s;
        animation-duration: 1.2s;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */ }
        @media only screen and (max-width: 767px) {
          .front-page #section-location .the-content #section-location-content {
            position: relative;
            top: auto;
            transform: none; } }
        .front-page #section-location .the-content #section-location-content h2 {
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .front-page #section-location .the-content #section-location-content h2 {
              margin-top: 20px; } }
        .front-page #section-location .the-content #section-location-content p {
          color: #fff; }
        .front-page #section-location .the-content #section-location-content .gold {
          color: #bf9165; }
        .front-page #section-location .the-content #section-location-content ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .front-page #section-location .the-content #section-location-content ul li {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
            margin: 0 0 20px; }
            @media only screen and (max-width: 767px) {
              .front-page #section-location .the-content #section-location-content ul li {
                overflow: hidden;
                margin: 0 0 14px; } }
            .front-page #section-location .the-content #section-location-content ul li i, .front-page #section-location .the-content #section-location-content ul li strong, .front-page #section-location .the-content #section-location-content ul li em {
              color: #62d9ff;
              font-style: italic; }
            @media only screen and (max-width: 767px) {
              .front-page #section-location .the-content #section-location-content ul li em {
                float: left;
                width: 100%;
                margin-top: 4px;
                font-size: 12px; } }
    .front-page #section-location .half-layer {
      background: url(../img/locations-layer.png) right center no-repeat;
      background-size: cover;
      height: 100%;
      position: absolute;
      right: 45%;
      top: 0;
      width: 100%;
      z-index: 2; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-location .half-layer {
          height: 100%;
          right: 35%; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-location .half-layer {
          height: 100%;
          right: 20%; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-location .half-layer {
          background: rgba(0, 0, 0, 0.66);
          height: 100%;
          right: 0; } }
  @media only screen and (max-width: 767px) {
    .front-page #section-why-liverpool {
      padding: 62px 0; } }
  .front-page #section-why-liverpool .why-liverpool {
    padding-top: 90px;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    @media only screen and (min-width: 1201px) and (max-width: 1399px) {
      .front-page #section-why-liverpool .why-liverpool {
        padding-top: 70px; } }
    @media only screen and (max-width: 767px) {
      .front-page #section-why-liverpool .why-liverpool {
        padding-top: 0;
        margin-bottom: 0; } }
    .front-page #section-why-liverpool .why-liverpool .images {
      position: relative; }
    .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 {
      left: 220px;
      position: absolute;
      top: -90px;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0s;
      -moz-animation-duration: 1.2s;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0s;
      -o-animation-duration: 1.2s;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0s;
      animation-duration: 1.2s;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
      @media only screen and (min-width: 1201px) and (max-width: 1399px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 {
          left: 180px;
          width: 320px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 {
          left: 160px;
          top: -30px;
          width: 280px; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 {
          position: relative;
          left: auto;
          top: auto; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 {
          position: relative;
          top: auto;
          margin-top: 20px; }
          .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 img {
            display: block;
            height: auto;
            width: 100%; } }
      .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-2 .button {
        display: block;
        text-align: center;
        width: 100%; }
    .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-1 {
      -webkit-animation-delay: 0.2s;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0.2s;
      -moz-animation-duration: 1.2s;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0.2s;
      -o-animation-duration: 1.2s;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0.2s;
      animation-duration: 1.2s;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
      @media only screen and (max-width: 767px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-1 {
          display: none; } }
      @media only screen and (min-width: 1201px) and (max-width: 1399px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-1 {
          width: 340px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-1 {
          padding-top: 80px;
          width: 280px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-image-1 {
          display: none; } }
    .front-page #section-why-liverpool .why-liverpool #section-why-liverpool-content {
      -webkit-animation-delay: 0.5s;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0.5s;
      -moz-animation-duration: 1.2s;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0.5s;
      -o-animation-duration: 1.2s;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0.5s;
      animation-duration: 1.2s;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
  .front-page #section-why-legacie #section-why-legacie-content {
    margin: 0 auto 60px;
    max-width: 700px;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    @media only screen and (max-width: 767px) {
      .front-page #section-why-legacie #section-why-legacie-content {
        text-align: left !important; } }
    .front-page #section-why-legacie #section-why-legacie-content p {
      margin: 0 auto;
      max-width: 600px; }
  .front-page #section-why-legacie #legacie-gallery {
    margin: 0 auto;
    max-width: 1000px;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .front-page #section-why-legacie #legacie-gallery .item .caption {
      bottom: 0;
      color: #fff;
      left: 0;
      padding: 15px 30px;
      position: absolute;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .front-page #section-why-legacie #legacie-gallery .item .caption {
          padding: 5px 10px; } }
      .front-page #section-why-legacie #legacie-gallery .item .caption h3 {
        font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .front-page #section-why-legacie #legacie-gallery .item .caption h3 {
            font-size: 16px;
            line-height: 20px;
            margin: 0; } }
      .front-page #section-why-legacie #legacie-gallery .item .caption p {
        font-family: "UniversCom-65Bold", "Helvetica", "Arial", sans-serif;
        font-size: 15px;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .front-page #section-why-legacie #legacie-gallery .item .caption p {
            font-size: 12px; } }
      .front-page #section-why-legacie #legacie-gallery .item .caption:after {
        background: #000;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
  .front-page #section-why-legacie #legacie-gallery {
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .front-page #section-why-legacie #legacie-gallery {
        margin-bottom: 40px;
        padding: 0 10px; } }
    .front-page #section-why-legacie #legacie-gallery .owl-nav {
      height: 60px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-next, .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-prev {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        top: -5px;
        width: 60px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-next, .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-prev {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 40px; } }
      .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-next {
        right: -30px;
        position: absolute; }
        @media only screen and (max-width: 991px) {
          .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-next {
            right: -15px; } }
        @media only screen and (max-width: 767px) {
          .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-next {
            right: -2px; } }
      .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-prev {
        left: -30px;
        position: absolute; }
        @media only screen and (max-width: 991px) {
          .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-prev {
            left: -15px; } }
        @media only screen and (max-width: 767px) {
          .front-page #section-why-legacie #legacie-gallery .owl-nav .owl-prev {
            left: -2px; } }
    .front-page #section-why-legacie #legacie-gallery .owl-dots {
      bottom: -130px;
      padding: 40px 0;
      position: absolute;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .front-page #section-why-legacie #legacie-gallery .owl-dots {
          display: none; } }
  .front-page #section-gallery {
    background: #bf9165;
    height: 400px;
    margin-bottom: 250px;
    padding-top: 90px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page #section-gallery {
        height: 350px;
        margin-bottom: 130px;
        padding-top: 60px; } }
    @media only screen and (max-width: 991px) {
      .front-page #section-gallery {
        height: auto;
        padding-top: 63px;
        padding-bottom: 142px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .front-page #section-gallery {
        height: auto;
        padding-top: 62px;
        padding-bottom: 92px;
        margin-bottom: 0; } }
    .front-page #section-gallery #section-gallery-container {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 1.2s;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0s;
      -moz-animation-duration: 1.2s;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0s;
      -o-animation-duration: 1.2s;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0s;
      animation-duration: 1.2s;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    .front-page #section-gallery .the-content strong {
      color: #fff; }
    .front-page #section-gallery .the-content h2 {
      color: #fff;
      margin-bottom: 0; }
    .front-page #section-gallery .button-blue {
      bottom: -1px;
      position: absolute;
      right: 260px;
      height: 40px;
      line-height: 37px; }
      @media only screen and (max-width: 991px) {
        .front-page #section-gallery .button-blue {
          position: relative;
          margin-top: 36px;
          right: -18px; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-gallery .button-blue {
          display: none; } }
    .front-page #section-gallery #gallery {
      bottom: -310px;
      padding: 0 10px;
      position: absolute;
      opacity: 0; }
      @media only screen and (min-width: 1201px) and (max-width: 1399px) {
        .front-page #section-gallery #gallery {
          bottom: -288px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .front-page #section-gallery #gallery {
          bottom: -248px; } }
      @media only screen and (max-width: 991px) {
        .front-page #section-gallery #gallery {
          position: relative;
          bottom: 0;
          margin-top: 40px; } }
      @media only screen and (max-width: 767px) {
        .front-page #section-gallery #gallery {
          width: 90%;
          margin: 45px auto 0 auto; } }
      .front-page #section-gallery #gallery .owl-nav {
        height: 40px;
        position: absolute;
        right: 15px;
        top: -121px;
        width: 200px;
        margin-top: 0; }
        @media only screen and (max-width: 767px) {
          .front-page #section-gallery #gallery .owl-nav {
            margin-top: -5px;
            position: absolute;
            right: auto;
            top: 50%;
            transform: translateY(-50%);
            width: 100%; } }
        @media only screen and (max-width: 991px) {
          .front-page #section-gallery #gallery .owl-nav {
            bottom: -62px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-gallery #gallery .owl-nav {
            top: -98px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .front-page #section-gallery #gallery .owl-nav {
            left: 50%;
            right: auto;
            top: auto;
            transform: translateX(-50%);
            width: 680px; } }
        .front-page #section-gallery #gallery .owl-nav .owl-next {
          position: absolute;
          right: 0;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            .front-page #section-gallery #gallery .owl-nav .owl-next {
              right: -5px; } }
          .front-page #section-gallery #gallery .owl-nav .owl-next:hover {
            background: #fff;
            color: #000; }
        .front-page #section-gallery #gallery .owl-nav .owl-prev {
          position: absolute;
          left: 0;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            .front-page #section-gallery #gallery .owl-nav .owl-prev {
              left: -5px; } }
          .front-page #section-gallery #gallery .owl-nav .owl-prev:hover {
            background: #fff;
            color: #000; }
      .front-page #section-gallery #gallery .owl-dots {
        font-size: 0;
        padding: 0;
        position: absolute;
        top: -109px;
        right: 60px;
        width: 110px; }
        @media only screen and (max-width: 767px) {
          .front-page #section-gallery #gallery .owl-dots {
            position: relative;
            bottom: -27px;
            width: 100%;
            right: auto;
            top: auto; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .front-page #section-gallery #gallery .owl-dots {
            top: -85px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .front-page #section-gallery #gallery .owl-dots {
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            top: auto;
            bottom: -55px;
            width: 600px; } }
        .front-page #section-gallery #gallery .owl-dots .owl-dot {
          box-sizing: border-box;
          height: auto;
          padding: 0; }
          .front-page #section-gallery #gallery .owl-dots .owl-dot span {
            background: #bfa38a; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .front-page #section-gallery #gallery .owl-dots .owl-dot span {
                background: #0d0d0d; } }
        .front-page #section-gallery #gallery .owl-dots .owl-dot.active span {
          background: #fff; }
          @media only screen and (max-width: 991px) {
            .front-page #section-gallery #gallery .owl-dots .owl-dot.active span {
              background: #ffffff; } }
    .front-page #section-gallery .item {
      padding: 0 10px; }
      @media only screen and (max-width: 767px) {
        .front-page #section-gallery .item {
          padding: 0; } }
  .front-page #section-our-partners #section-our-partners-content {
    margin: 0 auto 20px;
    max-width: 700px;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 1.2s;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .front-page #section-our-partners #section-our-partners-content p {
      margin: 0 auto;
      max-width: 600px; }
  .front-page #section-our-partners .partner-logos .logos {
    text-align: center; }
  .front-page #section-our-partners .partner-logos .desktop {
    display: block; }
    @media only screen and (max-width: 767px) {
      .front-page #section-our-partners .partner-logos .desktop {
        display: none; } }
  .front-page #section-our-partners .partner-logos .mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .front-page #section-our-partners .partner-logos .mobile {
        display: block; } }
  .front-page #section-our-partners .partner-logos img {
    max-width: 100%; }
  .front-page .row-45 {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .front-page .row-45 {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page .row-45 {
        margin-bottom: 40px; } }
  .front-page .row-90 {
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .front-page .row-90 {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page .row-90 {
        margin-bottom: 60px; } }
  .front-page .row-120 {
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .front-page .row-120 {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 991px) {
      .front-page .row-120 {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .front-page .row-120 {
        margin-bottom: 90px; } }

.internal-template p {
  color: #666666;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .internal-template p {
      font-size: 15px;
      line-height: 22px;
      margin: 0 0 20px; } }
.internal-template a {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px; }
  @media only screen and (max-width: 767px) {
    .internal-template a {
      font-size: 15px;
      line-height: 22px; } }
.internal-template .splash {
  padding: 270px 0 220px;
  background-size: cover !important;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .internal-template .splash {
      padding: 160px 0 110px; } }
  .internal-template .splash:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0; }
  .internal-template .splash .text {
    z-index: 1; }
    .internal-template .splash .text .breadcrumbs {
      margin-bottom: 20px; }
      .internal-template .splash .text .breadcrumbs i {
        color: #ffffff;
        padding: 0 20px; }
    .internal-template .splash .text h1, .internal-template .splash .text h2, .internal-template .splash .text h3, .internal-template .splash .text p {
      color: #ffffff; }
    .internal-template .splash .text a {
      color: #bf9165; }
.internal-template .content {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    .internal-template .content {
      padding: 80px 0; } }
  .internal-template .content p:last-child {
    margin-bottom: 0; }

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  background: #000;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px; }
  .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: #bf9165;
    color: #000; }
.owl-theme .owl-dots .owl-dot span {
  background: #e6e6e6;
  height: 8px;
  width: 8px; }
.owl-theme .owl-dots .owl-dot.active span {
  background: #bf9165; }

img {
  height: auto;
  max-width: 100%; }

/*# sourceMappingURL=styles.css.map */
