﻿@charset "UTF-8";
/*
Theme Name: PV Child Theme
Theme URI: ;
Description: PV Pillar Child WordPress Theme
Author: PV
Version: 1.0
Tags:
License:
License URI:
Template: twentysixteen
*/
.font_a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.font_b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.font_c {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

.font_d, .db-tera, .db-giga,
.db-mega, h1,
.db-alpha, h2,
.db-beta, h3,
.db-gamma, h4,
.db-delta, h5,
.db-epsilon,
.db-zeta, h6 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400; }

.font_e {
  font-family: 'Arimo', sans-serif;
  font-weight: 700; }

@font-face {
  font-family: 'ProximaNovaLight';
  src: url("styles/fonts/ProximaNovaLight.eot");
  src: url("styles/fonts/ProximaNovaLight.eot") format("embedded-opentype"), url("styles/fonts/ProximaNovaLight.woff2") format("woff2"), url("styles/fonts/ProximaNovaLight.woff") format("woff"), url("styles/fonts/ProximaNovaLight.ttf") format("truetype"), url("styles/fonts/ProximaNovaLight.svg#ProximaNovaLight") format("svg"); }
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("styles/fonts/ProximaNovaRegular.eot");
  src: url("styles/fonts/ProximaNovaRegular.eot") format("embedded-opentype"), url("styles/fonts/ProximaNovaRegular.woff2") format("woff2"), url("styles/fonts/ProximaNovaRegular.woff") format("woff"), url("styles/fonts/ProximaNovaRegular.ttf") format("truetype"), url("styles/fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg"); }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("styles/fonts/ProximaNovaBold.eot");
  src: url("styles/fonts/ProximaNovaBold.eot") format("embedded-opentype"), url("styles/fonts/ProximaNovaBold.woff2") format("woff2"), url("styles/fonts/ProximaNovaBold.woff") format("woff"), url("styles/fonts/ProximaNovaBold.ttf") format("truetype"), url("styles/fonts/ProximaNovaBold.svg#ProximaNovaBold") format("svg"); }
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("styles/fonts/ProximaNovaSemibold.eot");
  src: url("styles/fonts/ProximaNovaSemibold.eot") format("embedded-opentype"), url("styles/fonts/ProximaNovaSemibold.woff2") format("woff2"), url("styles/fonts/ProximaNovaSemibold.woff") format("woff"), url("styles/fonts/ProximaNovaSemibold.ttf") format("truetype"), url("styles/fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold") format("svg"); }
@font-face {
  font-family: 'FontAwesome';
  src: url("styles/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("styles/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("styles/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("styles/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("styles/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("styles/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .chosen-container-single .chosen-single div b,
.gform_wrapper .chosen-container-single .chosen-single div b, .tier-overview ul li:before, .tier-our-values li:before {
  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.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .chosen-container-single .chosen-single div b.fa-pull-left, .tier-overview ul li.fa-pull-left:before, .tier-our-values li.fa-pull-left:before {
  margin-right: .3em; }

.fa.fa-pull-right, .chosen-container-single .chosen-single div b.fa-pull-right, .tier-overview ul li.fa-pull-right:before, .tier-our-values li.fa-pull-right:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .chosen-container-single .chosen-single div b.pull-left, .tier-overview ul li.pull-left:before, .tier-our-values li.pull-left:before {
  margin-right: .3em; }

.fa.pull-right, .chosen-container-single .chosen-single div b.pull-right, .tier-overview ul li.pull-right:before, .tier-our-values li.pull-right:before {
  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: #ffffff; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

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

.list-item:before, .paging-wrap:before, .pagination:before, .pv-field.file .file-inner:before, .main-nav-wrap:before, .copyrights:before, .list-item:after, .paging-wrap:after, .pagination:after, .pv-field.file .file-inner:after, .main-nav-wrap:after, .copyrights:after {
  content: " ";
  display: table; }
.list-item:after, .paging-wrap:after, .pagination:after, .pv-field.file .file-inner:after, .main-nav-wrap:after, .copyrights:after {
  clear: both; }
.list-item, .paging-wrap, .pagination, .pv-field.file .file-inner, .main-nav-wrap, .copyrights {
  *zoom: 1; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .s {
    background-image: url('images/utilities2x-sa3f7013dca.png');
    background-size: 34px auto; } }
.s {
  background: url('images/utilities-s838031e7bf.png');
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  .s.auction-green {
    width: 34px;
    height: 36px;
    background-position: 0 0; }
  .s.auction-white {
    width: 34px;
    height: 36px;
    background-position: 0 -46px; }
  .s.br-green {
    width: 29px;
    height: 17px;
    background-position: 0 -92px; }
  .s.br-white {
    width: 29px;
    height: 17px;
    background-position: 0 -119px; }
  .s.cr-green {
    width: 23px;
    height: 18px;
    background-position: 0 -146px; }
  .s.cr-white {
    width: 23px;
    height: 18px;
    background-position: 0 -174px; }
  .s.park-green {
    width: 34px;
    height: 15px;
    background-position: 0 -202px; }
  .s.park-white {
    width: 34px;
    height: 15px;
    background-position: 0 -227px; }
  .s.play-white {
    width: 17px;
    height: 26px;
    background-position: 0 -252px; }
  .s.property-green {
    width: 34px;
    height: 33px;
    background-position: 0 -288px; }
  .s.property-white {
    width: 34px;
    height: 33px;
    background-position: 0 -331px; }
  .s.sales-green {
    width: 33px;
    height: 43px;
    background-position: 0 -374px; }
  .s.sales-white {
    width: 33px;
    height: 43px;
    background-position: 0 -427px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .s {
    background-image: url('images/utilities2x-sa3f7013dca.png');
    background-size: 34px auto; }
    .s.auction-green {
      width: 34px;
      height: 36px;
      background-position: 0 0; }
    .s.auction-white {
      width: 34px;
      height: 36px;
      background-position: 0 -46px; }
    .s.br-green {
      width: 29px;
      height: 17px;
      background-position: 0 -92px; }
    .s.br-white {
      width: 29px;
      height: 17px;
      background-position: 0 -119px; }
    .s.cr-green {
      width: 23px;
      height: 18px;
      background-position: 0 -146px; }
    .s.cr-white {
      width: 23px;
      height: 18px;
      background-position: 0 -174px; }
    .s.park-green {
      width: 34px;
      height: 15px;
      background-position: 0 -202px; }
    .s.park-white {
      width: 34px;
      height: 15px;
      background-position: 0 -227px; }
    .s.play-white {
      width: 17px;
      height: 26px;
      background-position: 0 -252px; }
    .s.property-green {
      width: 34px;
      height: 33px;
      background-position: 0 -288px; }
    .s.property-white {
      width: 34px;
      height: 33px;
      background-position: 0 -331px; }
    .s.sales-green {
      width: 33px;
      height: 43px;
      background-position: 0 -374px; }
    .s.sales-white {
      width: 33px;
      height: 43px;
      background-position: 0 -427px; } }
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* @group Base */
.chosen-container,
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  text-align: left; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #827b26;
  border-top: 0;
  background: #fff; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single,
.gform_wrapper .chosen-container-single .chosen-single {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  padding: 0 0 0 15px !important;
  height: 40px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #444 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 40px !important;
  background: #fff !important;
  box-shadow: none !important; }
  .chosen-container-single .chosen-single:hover,
  .gform_wrapper .chosen-container-single .chosen-single:hover {
    color: #000 !important; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px !important;
  height: 100%; }

.chosen-container-single .chosen-single div b,
.gform_wrapper .chosen-container-single .chosen-single div b {
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  font-size: 20px !important;
  background: none !important; }
  .chosen-container-single .chosen-single div b:before,
  .gform_wrapper .chosen-container-single .chosen-single div b:before {
    content: "\f107" !important; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 15px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #ededed;
  color: #000; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #d8d8d8;
  max-width: 100%;
  border-radius: 0;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #827b26 !important;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 11px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #827b26;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
/* @end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("styles/fonts/slick.eot");
  src: url("styles/fonts/slick.eot?#iefix") format("embedded-opentype"), url("styles/fonts/slick.woff") format("woff"), url("styles/fonts/slick.ttf") format("truetype"), url("styles/fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'ΓåÉ'; }

[dir='rtl'] .slick-prev:before {
  content: 'ΓåÆ'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: 'ΓåÆ'; }

[dir='rtl'] .slick-next:before {
  content: 'ΓåÉ'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ΓÇó';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

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

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

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

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

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

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

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

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

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

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

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

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

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

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

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

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

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

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

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

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

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

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

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

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

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

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

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

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

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

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

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

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

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

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

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

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

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

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

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

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

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

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

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

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

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

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

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

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

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

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

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

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

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

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

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

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

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

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

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

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

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

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

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

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

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

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

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before, .news-item .news-excerpt .inner:before, .header:before, .h-top-wrap:before,
.clearfix:after,
.news-item .news-excerpt .inner:after,
.header:after,
.h-top-wrap:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .news-item .news-excerpt .inner:after, .header:after, .h-top-wrap:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
html {
  font: normal 90% / 1.8 serif; }
  @media only screen and (max-width: 991px) {
    html {
      font: normal 80% / 1.8 serif; } }
  @media only screen and (max-width: 767px) {
    html {
      font: normal 70% / 1.8 serif; } }

body {
  font-family: "ProximaNovaRegular", sans-serif;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.db-tera, .db-giga,
.db-mega, h1,
.db-alpha, h2,
.db-beta, h3,
.db-gamma, h4,
.db-delta, h5,
.db-epsilon,
.db-zeta, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  margin-top: 0; }

.db-tera {
  font-size: 6.5em;
  margin-bottom: 3.93939rem; }

.db-giga {
  font-size: 5em;
  margin-bottom: 3.0303rem; }

.db-mega, h1 {
  font-size: 2.2em;
  margin-bottom: 2.42424rem; }

.db-alpha, h2 {
  font-size: 2em;
  margin-bottom: 2.0202rem; }

.db-beta, h3 {
  font-size: 1.8em;
  margin-bottom: 1.61616rem; }

.db-gamma, h4 {
  font-size: 1.5em;
  margin-bottom: 1.21212rem; }

.db-delta, h5 {
  font-size: 1.2em;
  margin-bottom: 0.80808rem; }

.db-epsilon {
  font-size: 1.16667em;
  margin-bottom: 0.70707rem; }

.db-zeta, h6 {
  font-size: 1.1em;
  margin-bottom: 0.60606rem; }

p {
  margin: auto auto 1.5rem;
  font-weight: 300; }

/*==========================================================================
 	Contents Styles
========================================================================== */
.entry-heading h1 {
  color: #333333; }
.entry-heading h4 {
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }
.entry-heading h5 {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 18px;
  color: #827b26; }
.entry-heading h4 span { color: #827b26; }
.entry-heading ul.amenity-list {
  margin: 40px 0; }
.entry-heading strong {
  font-family: "ProximaNovaBold", sans-serif;
  color: #333333; }
.entry-heading .property-type-id {
  margin: 20px 0; }

.page-title {
  margin: 0; }
  .page-title h1 {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 2.6em;
    margin: 0 0 10px; }
  .page-title h3 {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 2em;
    margin: 0 0 10px;
    color: #333333; }
  .page-title small {
    font-style: italic;
    font-size: 1em;
    color: #827b26; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "ProximaNovaSemibold", sans-serif;
  font-weight: normal; }
.entry-content h3 {
  font-size: 1.8em;
  color: #333333; }
.entry-content strong {
  font-family: "ProximaNovaSemibold", sans-serif;
  font-weight: normal;
  color: #333333; }
.entry-content table {
  border: none;
  margin: 0 0 40px;
  width: auto;
  min-width: 540px; }
  .entry-content table tr {
    border-bottom: 2px solid #b5c1ca; }
    .entry-content table tr:last-child {
      border: none; }
  .entry-content table th {
    text-align: left;
    border-right: 2px solid #b5c1ca; }
  .entry-content table th, .entry-content table td {
    font-family: "ProximaNovaRegular", sans-serif;
    font-weight: 300;
    padding: 20px;
    border-spacing: 10px 50px;
    vertical-align: top;
    line-height: 1.2;
    background: transparent; }
    .entry-content table th h5, .entry-content table td h5 {
      margin: 0; }
.entry-content a {
  text-decoration: underline; }
.entry-content .btn, .entry-content .filter-ctrl .sort-filter-btn-class, .filter-ctrl .entry-content .sort-filter-btn-class {
  text-decoration: none; }
.entry-content hr {
  border: none;
  border-bottom: 2px solid #333333;
  margin: 40px 0; }
.entry-content ol {
  list-style-type: decimal;
  padding: 0;
  padding: 2px 0 2px 15px; }
  .entry-content ol li {
    line-height: 1.6;
    padding: 2px 0 2px 15px; }
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0; }
  .entry-content ul li {
    padding: 2px 0 2px 15px;
    line-height: 1.6; }
    .entry-content ul li:before {
      float: left;
      position: relative;
      width: 4px;
      height: 4px;
      content: ' ';
      display: block;
      margin: 9px 0 0 -15px;
      background: #8c8c8c;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1em; }

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em; }

.wp-caption {
  margin-bottom: 1.5em;
  padding: 8px;
  max-width: 96%;
  background: #efefef; }

.wp-caption img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.wp-caption-text {
  position: relative;
  margin-bottom: 0.6em;
  padding: 10px 5px 5px;
  color: #7a7a7a;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-family: Georgia, serif; }

img[class*="wp-image-"] {
  padding: 5px;
  border: 0px solid #ddd;
  background: none;
  max-width: 100%; }

.post-thumbnail img {
  width: 100%; }

/* Responsive images */
.entry img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
  max-width: 100%; }

.tbl {
  display: table; }

.tbl-row {
  display: table-row; }

.tbl-cell {
  display: table-cell; }

.img-wrap {
  text-align: center; }
  .img-wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.img-tag-wrap {
  text-align: center;
  position: relative; }
  .img-tag-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -8px;
    width: 191px;
    height: 119px;
    z-index: 1;
    background-position: top left;
    background-repeat: no-repeat; }
  .img-tag-wrap.tag-forsale::before {
    background-image: url(images/tag-forsale.png); }
  .img-tag-wrap img {
    max-width: 100%;
    display: block; }

.social-follow {
  display: table; }
  .social-follow li {
    display: table-cell; }
  .social-follow li:last-child a {
    border-right: 1px solid #343434; }
  .social-follow a {
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    line-height: 75px;
    height: 75px;
    border-left: 1px solid #343434; }
    .social-follow a:hover {
      background: #827b26; }
    .social-follow a.hover-facebook:hover {
      background: #3b5998; }
    .social-follow a.hover-linkedin:hover {
      background: #0077b5; }
    .social-follow a.hover-pinterest-p:hover {
      background: #c92228; }
    .social-follow a.hover-twitter:hover {
      background: #55acee; }
  .social-follow span {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 0.9em;
    display: inline-block;
    margin: 0 36px 0 0;
    vertical-align: middle;
    text-transform: uppercase; }
  @media only screen and (max-width: 991px) {
    .social-follow {
      margin: 0 auto; } }
  @media only screen and (max-width: 580px) {
    .social-follow a {
      width: 48px;
      height: 48px;
      line-height: 48px; }
    .social-follow span {
      margin: 0 18px 0 0; } }

.search-form-wrap {
  position: relative;
  margin-top: 7px;
  background: #292929;
  max-width: 470px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .search-form-wrap input[type="text"] {
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    background: transparent;
    text-align: center;
    border: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    .search-form-wrap input[type="text"]::-webkit-input-placeholder {
      color: #838383; }
    .search-form-wrap input[type="text"]:-moz-placeholder {
      color: #838383;
      opacity: 1; }
    .search-form-wrap input[type="text"]::-moz-placeholder {
      color: #838383;
      opacity: 1; }
    .search-form-wrap input[type="text"]:-ms-input-placeholder {
      color: #838383; }
  .search-form-wrap button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    bottom: 0;
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .search-form-wrap {
      margin: 0 auto; } }

.social-m {
  margin: 0 20px; }
  .social-m li {
    display: inline-block;
    margin: 0 20px 0 0; }
  .social-m a {
    font-size: 1.7em; }

.back-btn {
  text-transform: lowercase;
  height: 30px !important;
  line-height: 30px !important;
  min-width: 118px; }

.side-links {
  margin: 0 0 30px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 16px; }
  .side-links h3 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 20px;
    color: #5e7283; }
  .side-links .current_page_item a {
    color: #8c8c8c; }
  .side-links a {
    color: #5e7283;
    padding: 14px 0;
    line-height: 1.2;
    display: block;
    border-top: 2px solid #333333; }
    .side-links a i.s {
      float: right;
      margin-top: 3px; }
    .side-links a:hover {
      color: #8c8c8c;
      text-decoration: underline; }

.list-item {
  padding: 35px 0 0; }
  .list-item:after {
    content: "";
    height: 1px;
    border-bottom: 2px dotted #333333;
    padding: 35px 0 0;
    margin: 0 15px;
    clear: both;
    display: block; }
  .list-item h4 {
    color: #8c8c8c; }
    .list-item h4 a {
      color: #5e7283;
      text-decoration: none; }
    .list-item h4 small {
      color: #5e7283; }
  .list-item h3 {
    color: #5e7283;
    margin: 0 0 10px; }
  .list-item .img-wrap {
    margin-bottom: 20px; }
  .list-item .item-name {
    color: #5e7283;
    margin: 20px 0 0;
    margin-bottom: 1.61616rem; }
  .list-item .btn.file, .list-item .filter-ctrl .file.sort-filter-btn-class, .filter-ctrl .list-item .file.sort-filter-btn-class {
    margin: 0 0 10px; }
  .list-item .date {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: "ProximaNovaSemibold", sans-serif;
    display: inline-block; }
  .list-item:first-child {
    padding: 0 !important; }
  .list-item:last-child:after {
    display: none; }

.paging-wrap {
  margin: 0 0 30px; }
  .paging-wrap.bottom {
    margin: 60px 0;
    border-top: 1px dashed #ccc; }

.pagination {
  margin: 15px 0 0;
  clear: both;
  float: right; }
  .pagination li {
    display: inline-block;
    margin: 0;
    overflow: hidden; }
    .pagination li.ellip {
      font-style: 14px;
      font-weight: 700;
      width: 40px;
      height: 40px;
      display: block;
      line-height: 40px;
      color: #fff;
      background: #d7dcde;
      text-align: center; }
    .pagination li a {
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      width: 25px;
      height: 40px;
      display: block;
      line-height: 40px;
      color: #232732;
      text-align: center; }
      .pagination li a:hover {
        color: #827b26;
        text-decoration: none; }
    .pagination li.active a {
      color: #827b26; }
    .pagination li.next a, .pagination li.prev a {
      width: auto; }
    .pagination li.next i.s, .pagination li.prev i.s {
      margin-top: 12px; }
    .pagination li.next a {
      margin-left: 30px; }
    .pagination li.prev a {
      margin-right: 30px; }
  @media only screen and (max-width: 992px) {
    .pagination {
      display: block;
      float: none;
      margin: 0 auto;
      text-align: center; } }

.block-wrap:before, .block-wrap:after {
  content: " ";
  display: table; }
.block-wrap:after {
  clear: both; }
.block-wrap {
  *zoom: 1; }

.block {
  position: relative;
  z-index: 1; }

.block-offset-lg {
  width: 616px;
  padding-left: 20px; }
  @media only screen and (max-width: 1200px) {
    .block-offset-lg {
      width: 566px; } }
  @media only screen and (max-width: 991px) {
    .block-offset-lg {
      width: 100%;
      padding: 0;
      margin: 0; } }

.block-offset-sm {
  width: 443px;
  text-align: left;
  padding-right: 20px;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block-offset-sm {
      width: 372px; } }
  @media only screen and (max-width: 991px) {
    .block-offset-sm {
      width: 100%;
      float: none;
      padding: 0 10px;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .block-offset-sm {
      padding: 30px 15px; } }

.block-offset-mid {
  width: 572px;
  display: inline-block;
  text-align: left; }

.tier h3 {
  font-family: "ProximaNovaSemibold", sans-serif;
  color: #333333;
  font-size: 2.4em;
  margin: 20px 0; }
.tier h4 {
  font-family: "ProximaNovaSemibold", sans-serif;
  color: #333333;
  font-size: 1.7em;
  margin: 20px 0; }
.tier.tier-pad-80 {
  padding: 80px 0; }
.tier.tier-pad-60 {
  padding: 60px 0; }
.tier.tier-pad-40 {
  padding: 40px 0; }
.tier.tier-pad-20 {
  padding: 20px 0; }
.tier .tbl {
  width: 100%;
  height: 590px; }
.tier .tbl-cell {
  width: 50%;
  vertical-align: middle; }
.tier .img-cell {
  background-size: cover;
  background-position: center;
  text-align: center; }
  .tier .img-cell.e-slant {
    position: relative;
    overflow: hidden; }
    .tier .img-cell.e-slant:after {
      content: "";
      width: 230px;
      height: 686px;
      display: block;
      position: absolute;
      top: 0;
      right: -124px;
      background: #fff;
      -webkit-transform: rotate(18deg);
      -moz-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
      -o-transform: rotate(18deg);
      transform: rotate(18deg); }
.tier .txt-cell.t-l {
  text-align: right; }
  .tier .txt-cell.t-l .block-offset-mid {
    padding-right: 80px; }
.tier .txt-cell.t-r .block-offset-mid {
  padding-left: 80px; }
.tier .vid-cell {
  background-size: cover;
  background-position: center;
  text-align: center;
  cursor: pointer; }
  .tier .vid-cell .overlay {
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .tier .vid-cell .s {
    margin: 20px 0 0 3px; }
  .tier .vid-cell:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100); }
@media only screen and (max-width: 1200px) {
  .tier .txt-cell.t-l .block-offset-mid, .tier .txt-cell.t-r .block-offset-mid {
    width: 470px; } }
@media only screen and (max-width: 991px) {
  .tier .txt-cell.t-l .block-offset-mid, .tier .txt-cell.t-r .block-offset-mid {
    width: 100%;
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  .tier .txt-cell.t-l .block-offset-mid, .tier .txt-cell.t-r .block-offset-mid {
    padding: 30px 15px; }
  .tier .tbl {
    display: block;
    height: auto; }
  .tier .tbl-cell {
    display: block;
    width: 100%; }
  .tier .img-cell, .tier .vid-cell {
    min-height: 200px; }
    .tier .img-cell .overlay, .tier .vid-cell .overlay {
      margin: 60px 0 0; } }

.offset-tier .txt-cell {
  width: 40.17094017094017%;
  text-align: right; }
.offset-tier .img-cell {
  width: 59.82905982905983%; }
.offset-tier .img-cell.w-slant {
  position: relative;
  overflow: hidden; }
  .offset-tier .img-cell.w-slant:after {
    content: "";
    width: 230px;
    height: 686px;
    display: block;
    position: absolute;
    top: 0;
    left: -124px;
    background: #fff;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg); }
.offset-tier.dropshadow {
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09); }
  .offset-tier.dropshadow .tbl {
    height: 500px; }
@media only screen and (max-width: 767px) {
  .offset-tier.dropshadow .tbl, .offset-tier .tbl {
    display: block;
    height: auto; }
  .offset-tier .txt-cell, .offset-tier .img-cell {
    display: block;
    width: 100%; }
  .offset-tier .img-cell {
    min-height: 300px; } }

.offset-tier-invert .txt-cell {
  width: 40.17094017094017%; }
.offset-tier-invert .img-cell {
  width: 59.82905982905983%; }
.offset-tier-invert .img-cell.w-slant {
  position: relative;
  overflow: hidden; }
  .offset-tier-invert .img-cell.w-slant:after {
    content: "";
    width: 230px;
    height: 686px;
    display: block;
    position: absolute;
    top: 0;
    right: -124px;
    background: #fff;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg); }
.offset-tier-invert.dropshadow {
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.09); }
  .offset-tier-invert.dropshadow .tbl {
    height: 500px; }
@media only screen and (max-width: 767px) {
  .offset-tier-invert.dropshadow .tbl, .offset-tier-invert .tbl {
    display: block;
    height: auto; }
  .offset-tier-invert .txt-cell, .offset-tier-invert .img-cell {
    display: block;
    width: 100%; }
  .offset-tier-invert .img-cell {
    min-height: 300px; } }

.card {
  margin: 0 0 20px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .card .img-wrap {
    position: relative;
    text-align: center;
    display: block; }
    .card .img-wrap .hide-overflow {
      display: block;
      max-height: 230px;
      overflow: hidden; }
    .card .img-wrap img {
      width: 100%; }
    .card .img-wrap.tag-featured:before {
      content: "";
      display: block;
      position: absolute;
      top: -6px;
      left: -8px;
      width: 191px;
      height: 119px;
      z-index: 1;
      background-image: url(images/tag-featured.png);
      background-position: top left;
      background-repeat: no-repeat; }
    .card .img-wrap.tag-sold:before {
      content: "";
      display: block;
      position: absolute;
      top: -6px;
      left: -8px;
      width: 191px;
      height: 119px;
      z-index: 1;
      background-image: url(images/tag-sold.png);
      background-position: top left;
      background-repeat: no-repeat; }
    .card .img-wrap.slant-h:after {
      position: absolute;
      right: -10px;
      bottom: -84px;
      content: "";
      width: 110%;
      height: 100px;
      display: block;
      background: #fff;
      -webkit-transform: rotate(-7.2deg);
      -moz-transform: rotate(-7.2deg);
      -ms-transform: rotate(-7.2deg);
      -o-transform: rotate(-7.2deg);
      transform: rotate(-7.2deg); }
  .card.staff-col .img-wrap {
    overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .card .img-wrap .hide-overflow {
      max-height: 190px; } }

.card-content {
  padding: 15px; }

.card-content.staff-info {
  text-align: center;
  min-height: 160px; }
  .card-content.staff-info .name {
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    overflow: hidden;
    font-family: "ProximaNovaSemibold", sans-serif; }
    .card-content.staff-info .name span {
      display: inline-block;
      text-transform: capitalize;
      font-family: "ProximaNovaRegular", sans-serif;
      color: #827b26;
      margin: 0 0 10px 5px; }
  .card-content.staff-info i.fa {
    margin: 0 8px 0 0;
    color: #827b26; }
  .card-content.staff-info .email {
    white-space: nowrap; }
  .card-content.staff-info .email a,
  .card-content.staff-info .mobile a {
    color: #909090; }
  .card-content.staff-info .btn, .card-content.staff-info .filter-ctrl .sort-filter-btn-class, .filter-ctrl .card-content.staff-info .sort-filter-btn-class {
    margin: 8px 0 0; }

.card-content.property-info {
  line-height: 1.3em;
  min-height: 170px; }
  .card-content.property-info h4 {
    font-size: 14px;
    font-weight: 600;
    display: inline;
    line-height: 1.3em;
    color: #333333; }
  .card-content.property-info .btn, .card-content.property-info .filter-ctrl .sort-filter-btn-class, .filter-ctrl .card-content.property-info .sort-filter-btn-class {
    float: right;
    margin: 5px 0 0 10px; }
  .card-content.property-info .item-loc {
    display: block;
    color: #b0b0b0;
    margin: 10px 0 0;
    font-family: "ProximaNovaSemibold", sans-serif; }
    .card-content.property-info .item-loc i {
      color: #827b26; }

ul.amenity-list {
  margin: 20px 0 0; }
  ul.amenity-list li {
    width: 52px;
    height: 52px;
    display: inline-block;
    border: 1px solid #333;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px; }
    ul.amenity-list li .item-num {
      display: block;
      color: #333;
      clear: both;
      line-height: 14px;
      margin: 8px 0 0; }

.sidebar-staff h3 {
  color: #333333;
  font-size: 2.4em;
  font-family: "ProximaNovaSemibold", sans-serif; }
.sidebar-staff ul {
  background: #f8f8f8;
  padding: 15px 30px; }
.sidebar-staff .department-title {
  font-family: "ProximaNovaSemibold", sans-serif;
  margin-bottom: 8px; }
.sidebar-staff .department.sales {
  padding: 30px 30px 0; }
.sidebar-staff .department.rental {
  padding: 30px; }
.sidebar-staff li strong {
  font-weight: normal;
  text-transform: uppercase;
  color: #242424;
  font-size: 1.15em; }
.sidebar-staff li a {
  font-size: 1.15em;
  color: #505050;
  padding: 0 0 0 14px;
  display: inline-block; }

.tabs-btns {
  background: #e8e7db;
  text-align: center; }
  .tabs-btns li {
    display: inline-block; }
  .tabs-btns a {
    padding: 15px 30px;
    display: block;
    color: #827b26;
    text-transform: uppercase;
    font-size: 13px; }
    .tabs-btns a:hover {
      background: #fff; }
  .tabs-btns li.selected a {
    background: #fff; }

.tab-content {
  margin: 60px 0; }

.load-overlay, .ajax-load-overlay {
  position: fixed;
  background: #edf3f8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999; }
  .load-overlay .inner, .ajax-load-overlay .inner {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center; }
  .load-overlay .loader, .ajax-load-overlay .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #827b26;
    top: 50%;
    animation: loader 2s infinite ease; }
  .load-overlay .loader-inner, .ajax-load-overlay .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #827b26;
    animation: loader-inner 2s infinite ease-in; }

.ajax-load-overlay {
  position: static;
  text-align: center;
  background: transparent; }

.qss-wrap .tbl {
  width: 100%; }
.qss-wrap .tbl-cell {
  vertical-align: bottom;
  padding: 0 5px; }
.qss-wrap .cell-suburb {
  width: 200px; }
.qss-wrap .cell-price-min {
  width: 174px; }
.qss-wrap .cell-price-max {
  width: 174px; }
.qss-wrap .cell-property-type {
  width: 220px; }
.qss-wrap .cell-bedroom {
  width: 190px; }
.qss-wrap .cell-bathroom {
  width: 190px; }
.qss-wrap label {
  font-size: 13px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: left; }
@media only screen and (max-width: 1024px) {
  .qss-wrap .tbl-cell {
    padding: 0 1px; }
  .qss-wrap input[type="submit"] {
    min-width: 100px; } }
@media only screen and (max-width: 991px) {
  .qss-wrap .tbl, .qss-wrap .tbl-cell {
    display: block; }
  .qss-wrap .tbl-cell {
    padding-bottom: 8px; }
  .qss-wrap label {
    display: none;
    margin: 10px 0 0; }
  .qss-wrap .cell-suburb {
    width: 100%; }
  .qss-wrap .cell-price-min {
    width: 100%; }
  .qss-wrap .cell-price-max {
    width: 100%; }
  .qss-wrap .cell-property-type {
    width: 100%; }
  .qss-wrap .chosen-container {
    margin-bottom: 10px; }
  .qss-wrap .cell-bedroom,
  .qss-wrap .cell-bathroom {
    width: 100%; }
  .qss-wrap input[type="text"],
  .qss-wrap input[type="number"],
  .qss-wrap .select-wrap {
    margin-top: 8px; }
  .qss-wrap input[type="submit"] {
    width: 100%;
    margin-top: 8px; } }

.qss-strip {
  background: #f3f3ed;
  padding: 30px 0; }
  .qss-strip label {
    font-family: "ProximaNovaSemibold", sans-serif;
    color: #5a5a5a; }

.filter-wrap {
  margin: 30px 0; }
  .filter-wrap .search-results-text {
    font-size: 1em;
    margin: 18px 0;
    color: #232732; }
  .filter-wrap.bottom .filter-strip {
    border-bottom: none; }

.filter-strip {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc; }
  .filter-strip:before, .filter-strip:after {
    content: " ";
    display: table; }
  .filter-strip:after {
    clear: both; }
  .filter-strip {
    *zoom: 1; }

.filter-ctrl {
  display: inline-block;
  padding: 18px 0; }
  .filter-ctrl li {
    display: inline-block;
    padding-right: 30px; }
  .filter-ctrl .sortext {
    text-transform: uppercase;
    color: #232732;
    font-family: "ProximaNovaBold", sans-serif; }
  .filter-ctrl .sort-result-by-wrap,
  .filter-ctrl #sortDirectionWrap {
    min-width: 150px; }
  .filter-ctrl #agentFilterWrap {
    min-width: 180px; }
  .filter-ctrl .sort-filter-btn-class {
    height: 39px !important;
    line-height: 39px !important;
    min-width: 50px !important; }
  @media only screen and (max-width: 992px) {
    .filter-ctrl {
      display: block; }
      .filter-ctrl li {
        display: block;
        padding: 0 0 10px; }
      .filter-ctrl .btn-print {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .filter-ctrl .sort-filter-btn-class {
      width: 100%; } }

.news-item {
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  .news-item .tbl-cell {
    vertical-align: top; }
  .news-item .news-thumb {
    background-position: center;
    background-size: cover;
    min-width: 370px;
    width: 370px; }
  .news-item .news-excerpt {
    width: auto; }
    .news-item .news-excerpt .inner {
      position: relative;
      margin: 30px 0;
      padding: 0 30px; }
    .news-item .news-excerpt h4 {
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 1.25em;
      margin: 0 0 15px; }
      .news-item .news-excerpt h4 a {
        color: #333333; }
    .news-item .news-excerpt small {
      font-style: italic;
      font-size: 1em;
      color: #827b26; }
    .news-item .news-excerpt .btn, .news-item .news-excerpt .filter-ctrl .sort-filter-btn-class, .filter-ctrl .news-item .news-excerpt .sort-filter-btn-class {
      float: right; }
  @media only screen and (max-width: 767px) {
    .news-item {
      display: block; }
      .news-item .tbl-cell {
        display: block;
        width: 100%;
        min-width: 0; }
      .news-item .news-thumb {
        height: 250px; }
      .news-item .news-excerpt .inner {
        margin: 0;
        padding: 20px; } }

.property-item {
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  .property-item .tbl-cell {
    vertical-align: top; }
  .property-item .property-preview {
    background-position: center;
    background-size: cover;
    min-width: 300px;
    width: 300px; }
  .property-item .property-info {
    width: auto; }
    .property-item .property-info .inner {
      position: relative;
      margin: 30px 0;
      padding: 0 30px;
      border-right: 1px dashed #ccc; }
    .property-item .property-info h4 {
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 1.25em;
      margin: 0 0 15px; }
      .property-item .property-info h4 span {
        color: #827b26; }
    .property-item .property-info h5 {
      font-size: 0.9em;
      line-height: 1.6;
      color: #827b26; }
    .property-item .property-info h5#under-offer { font-size: 1.25em; font-weight: bold; }
    .property-item .property-info .btn, .property-item .property-info .filter-ctrl .sort-filter-btn-class, .filter-ctrl .property-item .property-info .sort-filter-btn-class {
      bottom: 0;
      right: 30px;
      position: absolute; }
  .property-item .agent-info {
    min-width: 370px;
    width: 370px; }
    .property-item .agent-info .inner {
      margin: 30px 0;
      padding: 0 30px; }
    .property-item .agent-info h4 {
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 1.25em;
      margin: 0 0 15px; }
  .property-item .info-list i {
    color: #827b26;
    margin: 0 6px 0 0; }
  .property-item .info-list .fa-mobile {
    font-size: 18px;
    margin: 0 10px 0 0; }
  .property-item .info-list .agent-name {
    font-family: "ProximaNovaSemibold", sans-serif;
    color: #232732;
    font-size: 1.06em;
    text-transform: uppercase; }
    .property-item .info-list .agent-name span {
      color: #827b26;
      text-transform: none;
      font-family: "ProximaNovaRegular", sans-serif; }
  .property-item .info-list .info-sched {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 1.06em;
    color: #827b26;
    margin: 10px 0 0; }
  .property-item:hover {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 1199px) {
    .property-item .property-preview {
      min-width: 250px;
      width: 250px; }
    .property-item .agent-info {
      min-width: 250px;
      width: 250px; } }
  @media only screen and (max-width: 992px) {
    .property-item .property-preview {
      min-width: 150px;
      width: 150px; }
    .property-item .agent-info {
      min-width: 200px;
      width: 200px; } }
  @media only screen and (max-width: 767px) {
    .property-item {
      position: relative; }
      .property-item .property-preview {
        height: 200px;
        min-width: none;
        width: 100%; }
      .property-item .property-info {
        width: auto; }
        .property-item .property-info .inner {
          border: none;
          padding: 0 15px;
          position: static; }
        .property-item .property-info .btn, .property-item .property-info .filter-ctrl .sort-filter-btn-class, .filter-ctrl .property-item .property-info .sort-filter-btn-class {
          right: 10px;
          bottom: 20px;
          height: 33px;
          font-size: 12px;
          padding: 0 16px;
          line-height: 35px;
          min-width: 0; }
      .property-item .agent-info {
        min-width: 200px;
        width: 200px; }
        .property-item .agent-info .inner {
          padding: 0 15px 20px; }
        .property-item .agent-info .btn.sm2, .property-item .agent-info .filter-ctrl .sm2.sort-filter-btn-class, .filter-ctrl .property-item .agent-info .sm2.sort-filter-btn-class {
          font-family: "ProximaNovaRegular", sans-serif;
          font-size: 13px;
          height: 26px;
          line-height: 27px;
          font-weight: normal;
          text-transform: none;
          min-width: 0; } }

.sidebar-property {
  padding-left: 30px;
  border-left: 1px dashed #ccc; }
  .sidebar-property .card-content.staff-info {
    text-align: left; }
    .sidebar-property .card-content.staff-info .name {
      font-size: 1.2em;
      line-height: 1.4em; }
      .sidebar-property .card-content.staff-info .name span {
        display: inline-block; }
    .sidebar-property .card-content.staff-info li {
      margin: 4px 0; }
  .sidebar-property h4 {
    font-size: 1.2em;
    font-family: "ProximaNovaBold", sans-serif;
    color: #333333;
    margin: 40px 0 10px; }
  @media only screen and (max-width: 991px) {
    .sidebar-property {
      padding: 0;
      border: none; } }

.resource-links li {
  margin: 0 0 10px; }
.resource-links a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 24px;
  text-transform: uppercase;
  background: #a1a1a1; }
  .resource-links a i {
    margin: 0 10px 0 0; }
  .resource-links a:hover {
    background: #827b26; }

.listing-component h3 {
  font-family: "ProximaNovaSemibold", sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #333333; }
.listing-component ul {
  background: #f8f8f8;
  padding: 10px 20px; }
.listing-component li {
  margin: 20px 0; }
  .listing-component li small {
    color: #827b26;
    font-size: 1em;
    display: block; }
  .listing-component li span {
    color: #505050;
    font-size: 1.2em;
    line-height: 1.3em; }

.search-form {
  text-align: center;
  margin-top: 30px; }
  .search-form .tbl {
    margin: 0 auto;
    width: 500px;
    max-width: 500px; }
  .search-form .tbl-cell {
    vertical-align: top;
    padding: 0 5px; }
    .search-form .tbl-cell:last-child {
      max-width: 160px;
      width: 160px; }
  @media only screen and (max-width: 767px) {
    .search-form .tbl, .search-form .tbl-cell {
      display: block;
      width: 100%;
      padding: 0; }
    .search-form .tbl-cell:last-child {
      max-width: none;
      width: 100%;
      margin: 10px 0 0; }
    .search-form .btn, .search-form .filter-ctrl .sort-filter-btn-class, .filter-ctrl .search-form .sort-filter-btn-class {
      display: block;
      width: 100%; } }

.select-wrap {
  position: relative; }
  .select-wrap i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px;
    line-height: 10px;
    height: 10px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    transition: 0.4s all ease; }
  .select-wrap.focus select {
    border-color: #827b26; }
  .select-wrap.focus i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.radio-wrap {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 2px solid #827b26;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px; }
  .radio-wrap input {
    width: 14px !important;
    height: 14px;
    margin: 0 !important;
    padding: 0;
    display: block !important;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio-wrap.checked {
    border: 4px solid #827b26; }

select {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
  padding: 0 30px 0 15px;
  margin: 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: #fff;
  outline: none;
  color: #5e7283;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  select.error {
    border: 1px solid red; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"] {
  padding: 0 15px !important;
  margin: 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: #fff;
  outline: none;
  color: #5e7283;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #5e7283; }
  input[type="text"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #5e7283;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    color: #5e7283;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #5e7283; }
  input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button,
  input[type="tel"]::-webkit-inner-spin-button,
  input[type="tel"]::-webkit-outer-spin-button,
  input[type="email"]::-webkit-inner-spin-button,
  input[type="email"]::-webkit-outer-spin-button,
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-outer-spin-button,
  input[type="password"]::-webkit-inner-spin-button,
  input[type="password"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="password"]:focus {
    border: 1px solid #827b26; }
  input[type="text"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="date"].error,
  input[type="password"].error {
    border: 1px solid red; }

textarea {
  padding: 10px;
  margin: 0 0 30px;
  height: 50px;
  width: 100%;
  line-height: 1.2;
  background: #fff;
  outline: none;
  color: #5e7283;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  textarea::-webkit-input-placeholder {
    color: #5e7283; }
  textarea:-moz-placeholder {
    color: #5e7283;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #5e7283;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #5e7283; }
  textarea:focus {
    border: 1px solid #827b26; }
  textarea.error {
    border: 1px solid red; }

.pv-field.file {
  position: relative; }
  .pv-field.file .file-inner {
    background: #fbfcf7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
  .pv-field.file .file-btn {
    float: right; }
  .pv-field.file .file-text {
    display: inline-block;
    color: #c8c8c6;
    margin: 10px 0 0 20px; }
  .pv-field.file input[type="file"] {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    border: 1px solid red;
    width: 100%;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0); }

.gform_wrapper .top_label .gfield_label {
  font-family: "ProximaNovaSemibold", sans-serif;
  color: #333333; }
.gform_wrapper .gfield_required {
  color: #c7c7c7 !important; }
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield.form-field {
    width: 50%;
    display: inline-block; }
    .gform_wrapper ul.gform_fields li.gfield.form-field.left {
      padding-right: 15px !important; }
    .gform_wrapper ul.gform_fields li.gfield.form-field.right {
      padding-left: 15px !important; }
.gform_wrapper input.datepicker {
  width: 100% !important; }
.gform_wrapper select {
  padding: 0 15px !important;
  line-height: 1.4 !important; }
.gform_wrapper input[type="radio"] {
  margin: 0 !important; }
.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  font-size: 14px !important;
  line-height: 42px;
  height: 42px;
  font-family: "ProximaNovaSemibold", sans-serif;
  text-align: center;
  background: #827b26;
  border: none;
  text-transform: uppercase;
  min-width: 160px;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #000; }
.gform_wrapper .chosen-container {
  width: 100% !important; }
.gform_wrapper .chosen-container-multi .chosen-choices {
  background: #fff !important;
  border: 1px solid #c8c8c8 !important;
  padding: 2px 4px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #827b26 !important;
  box-shadow: none !important; }
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 5px 0 !important; }
.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_error {
  margin-bottom: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 5px 0 0 !important; }
.gform_wrapper li.gfield.gfield_error {
  padding: 0 !important;
  margin: 16px 0 0 !important;
  border: none !important;
  background: transparent !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none !important; }
.gform_wrapper div.validation_error {
  font-family: "ProximaNovaRegular", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  background: #790000 !important;
  color: #fff !important;
  border: none !important;
  padding: 5px 10px !important; }
@media only screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield.form-field {
    width: 100%; }
    .gform_wrapper ul.gform_fields li.gfield.form-field.left {
      padding-right: 0 !important; }
    .gform_wrapper ul.gform_fields li.gfield.form-field.right {
      padding-left: 0 !important; } }

.radio-hori-layout .gfield_radio {
  display: table; }
  .radio-hori-layout .gfield_radio li {
    display: table-cell; }
    .radio-hori-layout .gfield_radio li label {
      color: #8c8c8c;
      text-transform: uppercase; }

.tier-narrow-contact-us textarea,
.tier-narrow-maintenance-form textarea,
.tier-narrow-tenant-vacating-notification textarea {
  height: 120px !important; }

.tier-carrers-form_wrapper ul.gform_fields li.gfield {
  margin: 0 0 20px !important;
  padding: 0 !important; }
.tier-carrers-form_wrapper textarea {
  height: 210px !important;
  margin: 0 !important; }
.tier-carrers-form_wrapper .gform_footer input[type=submit] {
  min-width: 225px; }

.tier-newsletter-form_wrapper li.gfield.gfield_error,
.tier-newsletter-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important; }
.tier-newsletter-form_wrapper li.gfield_error
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.tier-newsletter-form_wrapper li.gfield_error textarea {
  border: none !important; }
.tier-newsletter-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.tier-newsletter-form_wrapper .top_label div.ginput_container {
  border: 0 !important;
  margin: 0 !important; }
.tier-newsletter-form_wrapper .top_label .gfield_label {
  display: none !important; }
.tier-newsletter-form_wrapper .field_description_below .gfield_description {
  padding-top: 4px !important; }
.tier-newsletter-form_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0 !important; }
.tier-newsletter-form_wrapper div.validation_error {
  display: none !important; }
.tier-newsletter-form_wrapper ul li.gfield {
  clear: none !important; }
.tier-newsletter-form_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important; }

a {
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #827b26; }

.btn, .filter-ctrl .sort-filter-btn-class {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  height: 42px;
  line-height: 43px;
  font-family: "ProximaNovaSemibold", sans-serif;
  font-weight: normal;
  text-align: center;
  background: #827b26;
  border: none;
  text-transform: uppercase;
  min-width: 160px;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  @media only screen and (max-width: 1023px){
    .btn, .filter-ctrl .sort-filter-btn-class {
      min-width: auto;
    }
  }
  .btn.wire, .filter-ctrl .wire.sort-filter-btn-class {
    background: transparent;
    border: 1px solid #827b26;
    color: #827b26;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    .btn.wire:hover, .filter-ctrl .wire.sort-filter-btn-class:hover {
      color: #fff;
      background: #827b26; }
  .btn:hover, .filter-ctrl .sort-filter-btn-class:hover {
    background: #000; }
  .btn.sm, .filter-ctrl .sm.sort-filter-btn-class {
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 13px;
    height: 26px;
    line-height: 27px;
    font-weight: normal;
    text-transform: none;
    min-width: 0; }

.load-more {
  text-align: center;
  margin: 30px 0 0; }

.btn-print-preview {
  font-family: "ProximaNovaRegular", sans-serif;
  border: none;
  background: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
  text-transform: none; }
  .btn-print-preview i {
    margin: 0 8px 0 0; }
  .btn-print-preview:hover {
    background: #827b26; }

.btn-print {
  font-family: "ProximaNovaRegular", sans-serif;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  height: 30px;
  line-height: 30px;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
  text-transform: none;
  display: none; }
  .btn-print i {
    margin: 0 8px 0 0; }
  .btn-print:hover {
    background: transparent; }

.load-more {
  clear: both; }

.load-more-btn.disabled {
  background: #aaa;
  cursor: default; }

.disabled-link {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.header {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 1;
  max-height: 160px; }

.h-top-wrap {
  background: rgba(255, 255, 255, 0.7);
  height: 90px; }
  .h-top-wrap .branding {
    position: absolute;
    margin: 0 0 0 5px;
    width: 172px;
    height: auto;
    z-index: 2; }
    .h-top-wrap .branding a {
      display: inline-block; }
    .h-top-wrap .branding img {
      display: block;
      max-width: 100%; }
    .h-top-wrap .branding img.retina {
      display: none; }
  @media only screen and (max-width: 992px) {
    .h-top-wrap {
      height: 86px; }
      .h-top-wrap .branding {
        width: 80px; } }

.page-home .h-top-wrap {
  background: rgba(255, 255, 255, 0.85); }

.h-c-info {
  float: right;
  display: table; }
  .h-c-info li {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 0 80px;
    font-size: 0.88em;
    line-height: 1.6em;
    height: 43px;
    color: #000; }
  .h-c-info i {
    margin-right: 5px; }
  .h-c-info span a {
    display: block;
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 1.3em;
    color: #000; }
    .h-c-info span a:hover {
      color: #827b26; }
  @media only screen and (max-width: 992px) {
    .h-c-info {
      display: none; } }

.page-banner-strip,
.suburb-banner-strip {
  position: relative;
  margin-top: -160px;
  text-align: center;
  color: #fff;
  padding: 220px 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.suburb-banner-strip {
  padding: 250px 0 120px; }

.gallery-slider {
  width: 100%; }
  .gallery-slider .slick-list {
    width: 100%; }
  .gallery-slider .slick-slide {
    background: #000;
    max-height: 500px; }
    .gallery-slider .slick-slide img {
      opacity: 0.3;
      filter: alpha(opacity=30);
      -webkit-transition: 0.4s all ease;
      -moz-transition: 0.4s all ease;
      -o-transition: 0.4s all ease;
      -ms-transition: 0.4s all ease;
      transition: 0.4s all ease; }
  .gallery-slider .slick-active img {
    opacity: 1;
    filter: alpha(opacity=100); }
  .gallery-slider .slick-next {
    right: 40px; }
    .gallery-slider .slick-next:before {
      font-family: FontAwesome !important;
      content: "\f105";
      font-size: 70px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .gallery-slider .slick-prev {
    left: 40px; }
    .gallery-slider .slick-prev:before {
      font-family: FontAwesome !important;
      content: "\f104";
      font-size: 70px;
      opacity: 0.6;
      filter: alpha(opacity=60); }

.breadcrumb {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 14px;
  padding: 0; }
  .breadcrumb li {
    display: inline-block;
    color: #fff; }
  .breadcrumb li.bc-end-point {
    text-decoration: underline; }
  .breadcrumb a {
    color: #fff;
    font-family: "ProximaNovaRegular", sans-serif;
    text-decoration: none; }
  .breadcrumb span {
    font-family: "ProximaNovaRegular", sans-serif;
    display: inline-block;
    color: #fff;
    margin: 0 6px; }
  .breadcrumb.breadcrumb-inline a, .breadcrumb.breadcrumb-inline span, .breadcrumb.breadcrumb-inline li {
    color: #827b26; }

.main-nav-wrap {
  background: #000; }
  @media only screen and (max-width: 992px) {
    .main-nav-wrap {
      display: none; } }

.main-nav {
  text-align: center;
  margin: 0;
  float: right; }
  .main-nav > li {
    display: inline-block;
    margin: 0;
    position: relative; }
    .main-nav > li > a {
      color: #fff;
      font-family: "ProximaNovaSemibold", sans-serif;
      font-size: 0.9em;
      display: block;
      padding: 24px 17px;
      text-transform: uppercase;
      text-align: center; }
      .main-nav > li > a:hover {
        background: #827b26; }
    .main-nav > li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 270px;
      background: #1a1a1a;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 0.4s all ease;
      -moz-transition: 0.4s all ease;
      -o-transition: 0.4s all ease;
      -ms-transition: 0.4s all ease;
      transition: 0.4s all ease;
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
      -o-transform: translateY(3px);
      transform: translateY(3px); }
      .main-nav > li .sub-menu > li > a {
        color: #fff;
        font-family: "ProximaNovaSemibold", sans-serif;
        font-size: 0.9em;
        display: block;
        padding: 8px 20px;
        text-transform: uppercase;
        text-align: left; }
        .main-nav > li .sub-menu > li > a:hover {
          background: #827b26; }
    .main-nav > li.menu-align-right .sub-menu {
      right: auto;
      left: 0; }
    .main-nav > li:hover .sub-menu {
      z-index: 4;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .main-nav li.current-menu-item > a {
    background: #827b26; }
  @media only screen and (max-width: 1199px) {
    .main-nav > li > a {
      padding-left: 6px;
      padding-right: 6px; } }

.mobi-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 99;
  overflow: auto;
  background: #827b26;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .mobi-nav .inner {
    padding: 20px 0 0; }
  .mobi-nav > ul > li {
    position: relative; }
    .mobi-nav > ul > li > a {
      color: #fff;
      font-size: 1.7em;
      font-weight: 500;
      line-height: 1.2em;
      display: block;
      padding: 15px 20px;
      text-transform: lowercase; }
    .mobi-nav > ul > li > .sub-menu {
      background: #726b14;
      text-align: left;
      padding: 0 20px;
      display: none; }
      .mobi-nav > ul > li > .sub-menu > li a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 100;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #827b26; }
      .mobi-nav > ul > li > .sub-menu > li:last-child a {
        border-bottom: none; }
    .mobi-nav > ul > li button {
      font-family: "ProximaNovaRegular", sans-serif;
      position: absolute;
      font-weight: normal;
      background: transparent;
      font-size: 30px;
      border: none;
      color: #fff;
      outline: none;
      right: 0;
      width: 45px;
      top: 9px;
      height: 43px; }
  .mobi-nav.on {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.navicon {
  cursor: pointer;
  padding: 36px 36px 13px 0;
  outline: none;
  display: none;
  float: right;
  margin: 6px 0 0; }
  .navicon span, .navicon span:before, .navicon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #827b26;
    position: absolute;
    display: block;
    content: '';
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
  .navicon span:before {
    top: -10px; }
  .navicon span:after {
    bottom: -10px; }
  .navicon span, .navicon span:before, .navicon span:after {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .navicon.active span {
    background-color: transparent; }
  .navicon.active span:before, .navicon.active span:after {
    top: 0; }
  .navicon.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navicon.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (max-width: 992px) {
    .navicon {
      display: block; } }

body, html {
  color: #8c8c8c; }

.primary {
  margin: 60px 0 20px; }
  .primary.no-margin {
    margin: 0; }

.wrapper {
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  .wrapper.on {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%); }

.ui-card {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .ui-card.appeared {
    opacity: 1;
    filter: alpha(opacity=100); }

.col-xs-x5,
.col-sm-x5,
.col-md-x5,
.col-lg-x5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-x5 {
  width: 20%;
  float: left; }

@media screen and (min-width: 768px) {
  .col-sm-x5 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-x5 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-x5 {
    width: 20%;
    float: left; } }
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.main-fold {
  position: relative;
  height: 740px;
  margin-top: -160px; }
  @media only screen and (max-width: 768px) {
    .main-fold {
      height: 800px; } }

.banner-slider {
  margin: 0;
  padding: 0;
  height: 740px; }
  .banner-slider .slick-track,
  .banner-slider .slick-slide,
  .banner-slider .slick-list {
    height: 100%;
    width: 100%; }
  .banner-slider .slick-list {
    top: -160px; }
  .banner-slider .slick-slide {
    background-size: cover;
    background-position: center; }
  @media only screen and (max-width: 768px) {
    .banner-slider {
      height: 800px; }
      .banner-slider .slick-list {
        top: 0; } }

.main-banner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .main-banner .container,
  .main-banner .row,
  .main-banner .col-banner {
    height: 100%; }

.main-fold-inner {
  display: table;
  height: 100%;
  width: 100%; }
  .main-fold-inner article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 100px; }
    .main-fold-inner article h2 {
      color: #fff;
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 3.2em;
      line-height: 1em;
      margin: 0 0 10px; }
    .main-fold-inner article p {
      font-family: "ProximaNovaSemibold", sans-serif;
      font-size: 1.3em;
      color: #fff; }
  @media only screen and (max-width: 768px) {
    .main-fold-inner {
      height: 740px; }
      .main-fold-inner article {
        padding-bottom: 40px;
        vertical-align: bottom; }
        .main-fold-inner article h2 {
          font-size: 2.2em; }
        .main-fold-inner article p {
          line-height: 1.4em; } }

.tier-feat-columns {
  margin: 0 0 60px 0; }

  @media only screen and (max-width: 768px) {
    .tier-feat-columns {
      margin: 60px 0; }
  }

  .tier-feat-columns h3 {
    font-family: "ProximaNovaSemibold", sans-serif;
    color: #333333;
    font-size: 2.4em;
    text-align: center;
    margin: 20px 0 40px; }
  .tier-feat-columns .fc-col-box {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 250px;
    line-height: 250px;
    vertical-align: middle;
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    background: #000;
    overflow: hidden; }
    .tier-feat-columns .fc-col-box .fc-text {
      font-family: "ProximaNovaSemibold", sans-serif;
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.6em;
      line-height: 1.2em;
      max-width: 250px; }
    .tier-feat-columns .fc-col-box .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: 0.4s all ease;
      -moz-transition: 0.4s all ease;
      -o-transition: 0.4s all ease;
      -ms-transition: 0.4s all ease;
      transition: 0.4s all ease; }
    .tier-feat-columns .fc-col-box:hover .bg-overlay {
      opacity: 0.3;
      filter: alpha(opacity=30);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  @media only screen and (max-width: 767px) {
    .tier-feat-columns {
      margin: 20px 0 0; } }

.tier-overview ul {
  margin: 30px; }
  .tier-overview ul li {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 16px; }
    .tier-overview ul li:before {
      margin: 0 15px 0 0;
      content: "\f10c";
      font-size: 12px; }

.tier-featured-properties {
  margin: 60px 0; }
  .tier-featured-properties h3 {
    margin: 0 0 20px; }
  .tier-featured-properties p {
    margin: 0 0 60px; }
  @media only screen and (max-width: 767px) {
    .tier-featured-properties {
      margin: 0; } }

.tier-what-we-do ul.what-we-do-list li {
  margin: 30px 0; }
.tier-what-we-do ul.what-we-do-list a {
  display: table;
  width: 100%; }
  .tier-what-we-do ul.what-we-do-list a .list-icon, .tier-what-we-do ul.what-we-do-list a .list-writeup {
    display: table-cell;
    vertical-align: middle; }
  .tier-what-we-do ul.what-we-do-list a .list-icon {
    width: 70px; }
  .tier-what-we-do ul.what-we-do-list a .list-writeup {
    padding-left: 30px; }
  .tier-what-we-do ul.what-we-do-list a:hover .icon-wrap {
    background: #827b26; }
    .tier-what-we-do ul.what-we-do-list a:hover .icon-wrap i {
      display: none; }
    .tier-what-we-do ul.what-we-do-list a:hover .icon-wrap .hover-icon {
      display: inline-block; }
.tier-what-we-do ul.what-we-do-list .icon-wrap {
  width: 70px;
  height: 70px;
  border: 1px solid #827b26;
  line-height: 70px;
  text-align: center;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px; }
  .tier-what-we-do ul.what-we-do-list .icon-wrap i {
    display: inline-block;
    vertical-align: middle; }
  .tier-what-we-do ul.what-we-do-list .icon-wrap .hover-icon {
    display: none; }
.tier-what-we-do ul.what-we-do-list p {
  margin: 0;
  line-height: 1.4;
  color: #8c8c8c; }
.tier-what-we-do ul.what-we-do-list strong {
  text-transform: uppercase;
  font-family: "ProximaNovaBold", sans-serif;
  font-weight: normal;
  color: #000; }

.tier-our-story {
  margin: 0; }

.tier-useful-links {
  margin: 0 0 60px; }
  .tier-useful-links .full-text-inner {
    display: table;
    width: 100%; }
  .tier-useful-links ul {
    display: table-cell;
    vertical-align: top;
    width: 33.333%;
    background: #f8f8f8;
    padding: 30px; }
  .tier-useful-links li {
    font-size: 1.1em; }
  .tier-useful-links a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .tier-useful-links .full-text-inner, .tier-useful-links ul {
      display: block;
      width: 100%; } }

.tier-testimonials {
  margin: 0; }
  .tier-testimonials .testi-slider {
    margin: 30px 0 100px; }
  .tier-testimonials .testi-item {
    padding: 50px 70px;
    margin: 0 10px;
    background: #f8f8f8; }
    .tier-testimonials .testi-item p {
      font-size: 1.2em;
      line-height: 1.6em;
      font-family: "PT Serif", serif;
      font-weight: 400italic;
      color: #505050; }
    .tier-testimonials .testi-item strong {
      font-family: "ProximaNovaRegular", sans-serif;
      font-weight: normal; }
      .tier-testimonials .testi-item strong em {
        color: #827b26; }
  .tier-testimonials .slick-dots {
    bottom: -60px; }
    .tier-testimonials .slick-dots li {
      overflow: hidden;
      padding: 0;
      margin: 0 3px; }
    .tier-testimonials .slick-dots li button {
      width: 12px;
      height: 12px;
      padding: 0;
      text-indent: -999px;
      background: transparent;
      display: block;
      border: 1px solid #827b26;
      border-radius: 12px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px; }
    .tier-testimonials .slick-dots li.slick-active button {
      background: #827b26; }
  .tier-testimonials .slick-prev,
  .tier-testimonials .slick-next {
    font-size: 42px;
    width: 15px;
    height: 42px; }
  .tier-testimonials .slick-prev {
    left: 20px; }
  .tier-testimonials .slick-next {
    right: 20px; }
  .tier-testimonials .slick-prev:before,
  .tier-testimonials .slick-next:before {
    color: #827b26;
    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; }
  .tier-testimonials .slick-prev:before {
    content: "\f104"; }
  .tier-testimonials .slick-next:before {
    content: "\f105"; }
  @media only screen and (max-width: 767px) {
    .tier-testimonials .slick-prev,
    .tier-testimonials .slick-next {
      display: none !important; } }

.tier-center-columns {
  margin: 0 0 50px; }
  .tier-center-columns strong {
    display: block;
    text-transform: uppercase;
    font-family: "ProximaNovaBold", sans-serif;
    color: #827b26;
    margin: 36px 0 0; }
  .tier-center-columns a {
    font-family: "ProximaNovaBold", sans-serif;
    white-space: nowrap; }

.tier-new-developments {
  background: #669345;
  color: #fff; }
  .tier-new-developments .tbl {
    height: 400px; }
  .tier-new-developments h3 {
    color: #fff; }
  .tier-new-developments p {
    font-size: 1.4em;
    font-family: "PT Serif", serif; }
  @media only screen and (max-width: 767px) {
    .tier-new-developments .tbl {
      height: auto; } }

.tier-staff-profile {
  margin: 5px 0; }
  .tier-staff-profile h4 {
    margin: 80px 0 20px; }
  .tier-staff-profile p {
    font-size: 1.2em;
    line-height: 1.4em; }

.tier-agent-image .tbl {
  height: 400px; }
.tier-agent-image .img-cell {
  background-size: auto auto;
  background-repeat: no-repeat;
  background-color: #f4f4f4; }
.tier-agent-image .img-cell.e-slant:after {
  bottom: 0;
  top: auto;
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  transform: rotate(-18deg); }
.tier-agent-image h2 {
  font-size: 24px;
  font-family: "ProximaNovaSemibold", sans-serif;
  margin: 0 0 20px; }
.tier-agent-image p {
  margin: 0 0 5px; }
.tier-agent-image strong {
  font-family: "ProximaNovaSemibold", sans-serif;
  color: #827b26;
  font-weight: normal; }
.tier-agent-image a {
  color: #909090; }
.tier-agent-image .agent-contacts {
  margin: 0 0 30px; }
  .tier-agent-image .agent-contacts li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.1em;
    font-family: "ProximaNovaSemibold", sans-serif; }
  .tier-agent-image .agent-contacts i.fa {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #827b26; }
.tier-agent-image .agent-social {
  margin: 20px 0 0; }
  .tier-agent-image .agent-social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
    font-size: 1.1em; }
@media only screen and (max-width: 767px) {
  .tier-agent-image .tbl {
    height: auto; } }

.tier-property-listing .tbl {
  height: auto; }

.tier-related-properties .tier-heading {
  text-align: center;
  margin: 0 0 60px;
  color: #333; }
.tier-related-properties h6 {
  font-family: "ProximaNovaRegular", sans-serif; }

.tier-property-alert-disclaimer .full-text-inner {
  border-top: 1px dashed #ccc;
  padding: 30px 0; }

.tier-why-bexleys {
  margin: 0 0 30px; }
  .tier-why-bexleys .img-wrap {
    margin: 0 0 20px; }
  .tier-why-bexleys h3 {
    font-size: 1.8em;
    margin-top: 0; }

.tier-we-specialize {
  background: #fbfbfa;
  padding: 60px 0; }
  .tier-we-specialize h3 {
    font-size: 1.8em; }
  .tier-we-specialize ul {
    display: table;
    width: 100%;
    margin-top: 40px; }
    .tier-we-specialize ul li {
      display: table-cell;
      width: 33.33333%;
      text-align: center;
      padding: 0 10px; }
    .tier-we-specialize ul a {
      display: block; }
      .tier-we-specialize ul a:hover .icon-wrap {
        background: #827b26; }
        .tier-we-specialize ul a:hover .icon-wrap i {
          display: none; }
        .tier-we-specialize ul a:hover .icon-wrap .hover-icon {
          display: inline-block; }
    .tier-we-specialize ul .icon-wrap {
      width: 70px;
      height: 70px;
      border: 1px solid #827b26;
      line-height: 70px;
      text-align: center;
      margin: 0 auto 20px;
      border-radius: 70px;
      -moz-border-radius: 70px;
      -webkit-border-radius: 70px; }
      .tier-we-specialize ul .icon-wrap i {
        display: inline-block;
        vertical-align: middle; }
      .tier-we-specialize ul .icon-wrap .hover-icon {
        display: none; }
    .tier-we-specialize ul p {
      margin: 0 0 10px;
      line-height: 1.4;
      color: #8c8c8c; }
    .tier-we-specialize ul strong {
      text-transform: uppercase;
      font-family: "ProximaNovaBold", sans-serif;
      font-weight: normal;
      color: #000; }
  @media only screen and (max-width: 767px) {
    .tier-we-specialize {
      padding: 30px 0; }
      .tier-we-specialize ul {
        display: block;
        text-align: center; }
        .tier-we-specialize ul li {
          display: block;
          max-width: 300px;
          margin: 30px auto; } }

.tier-client-quote,
.tier-seller-quote,
.tier-agent-quote {
  color: #4a4a4a; }
  .tier-client-quote p,
  .tier-seller-quote p,
  .tier-agent-quote p {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.2em; }
  .tier-client-quote strong,
  .tier-seller-quote strong,
  .tier-agent-quote strong {
    font-weight: normal;
    font-family: "ProximaNovaRegular", sans-serif;
    font-style: normal; }
    .tier-client-quote strong em,
    .tier-seller-quote strong em,
    .tier-agent-quote strong em {
      color: #827b26; }

.tier-seller-quote {
  margin: 40px 0; }
  .tier-seller-quote .text-inner {
    padding: 30px 60px;
    background: #f8f8f8; }
  .tier-seller-quote p {
    margin: 10px 0; }
  @media only screen and (max-width: 767px) {
    .tier-seller-quote .text-inner {
      padding: 20px; } }

.tier-overlay-text {
  margin: 30px 0; }

.full-image-inner {
  padding: 100px 60px;
  min-height: 300px;
  background-position: center;
  background-size: cover; }
  .full-image-inner h4 {
    font-family: "ProximaNovaLight", sans-serif;
    font-size: 2.2em;
    max-width: 45%;
    margin: 0;
    color: #fff; }
  .full-image-inner .btn, .full-image-inner .filter-ctrl .sort-filter-btn-class, .filter-ctrl .full-image-inner .sort-filter-btn-class {
    margin: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .full-image-inner {
      padding: 40px 20px;
      min-height: 0; }
      .full-image-inner h4 {
        max-width: 100%; } }

.tier-sell-your-home h3 {
  font-size: 2em;
  margin-top: 0; }

.tier-we-prefer {
  margin: 30px 0 60px; }
  .tier-we-prefer h3 {
    font-size: 2em;
    margin-top: 0; }

.page-strata-unit-marketing .entry-content {
  max-width: 650px;
  margin: 0 auto; }

.sub-head-cta {
  font-size: 1.8em;
  font-family: "ProximaNovaSemibold", sans-serif;
  background: #f8f8f8;
  padding: 15px 0;
  color: #333333; }
  .sub-head-cta p {
    margin: 0; }
  .sub-head-cta .btn.wire, .sub-head-cta .filter-ctrl .wire.sort-filter-btn-class, .filter-ctrl .sub-head-cta .wire.sort-filter-btn-class {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin: 0 0 0 20px; }

.tier-2col-info {
  margin: 60px 0; }
  .tier-2col-info strong {
    text-transform: uppercase;
    color: #827b26; }
  .tier-2col-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0; }
    .tier-2col-info ul li {
      padding: 2px 0 2px 20px;
      line-height: 1.6;
      font-family: "PT Serif", serif;
      font-weight: 600; }
      .tier-2col-info ul li:before {
        float: left;
        position: relative;
        width: 6px;
        height: 6px;
        content: ' ';
        display: block;
        margin: 9px 0 0 -20px;
        background: #827b26;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px; }

.tier-got-question-np {
  margin: 40px 0; }
  .tier-got-question-np h3 {
    max-width: 630px;
    margin: 0 auto 20px;
    font-size: 2em; }
  .tier-got-question-np .full-text-inner {
    max-width: 630px;
    margin: 0 auto; }
    .tier-got-question-np .full-text-inner p:last-child {
      font-size: 1.1em; }
  .tier-got-question-np a {
    font-family: "ProximaNovaSemibold", sans-serif;
    text-decoration: underline; }

.tier-contact-us-info.offset-tier .tbl {
  height: 400px; }
.tier-contact-us-info h5 {
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 1.8em;
  color: #333333; }
.tier-contact-us-info strong {
  font-weight: normal;
  font-family: "ProximaNovaSemibold", sans-serif;
  color: #827b26; }
.tier-contact-us-info p {
  line-height: 2em; }
.tier-contact-us-info .bex-map {
  width: 100%;
  height: 400px;
  margin: 0; }
  .tier-contact-us-info .bex-map img {
    max-width: inherit !important; }
.tier-contact-us-info .img-cell.w-slant:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg); }
@media only screen and (max-width: 767px) {
  .tier-contact-us-info.offset-tier .tbl {
    height: auto; } }

.tier-narrow {
  color: #333333; }
  .tier-narrow h2 {
    font-size: 1.65em;
    color: #333333; }

.tier-our-values {
  padding-bottom: 80px; }
  .tier-our-values li {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 16px; }
    .tier-our-values li:before {
      margin: 0 15px 0 0;
      content: "\f10c";
      font-size: 12px; }

.tier-auction-section ul {
  list-style-type: disc; }
  .tier-auction-section ul li {
    margin-bottom: 20px; }

.suburb-list h3 {
  font-family: "ProximaNovaSemibold", sans-serif;
  font-size: 2.5em;
  color: #333333;
  text-align: center; }
.suburb-list ul {
  background: #f8f8f8;
  padding: 20px; }
.suburb-list a {
  color: #333333;
  font-family: "ProximaNovaBold", sans-serif; }
  .suburb-list a:hover {
    color: #827b26; }

.suburb-intro {
  text-align: center;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dashed #dedede; }
  .suburb-intro h3 {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 2.5em;
    color: #333333;
    margin: 0; }
  .suburb-intro h4 {
    font-size: 1.9em;
    color: #8c8c8c;
    margin: 0; }
  .suburb-intro .writeup {
    text-align: left; }
    .suburb-intro .writeup h3, .suburb-intro .writeup h4 {
      font-size: 1.4em;
      color: #8c8c8c;
      margin: 0 0 1em; }

.suburb-pre-stat {
  width: auto;
  margin: 40px auto 40px;
  text-align: left; }
  .suburb-pre-stat .fa, .suburb-pre-stat .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single div .suburb-pre-stat b, .suburb-pre-stat .tier-overview ul li:before, .tier-overview ul .suburb-pre-stat li:before, .suburb-pre-stat .tier-our-values li:before, .tier-our-values .suburb-pre-stat li:before {
    color: #55992f;
    font-size: 1.4em;
    vertical-align: middle; }
  .suburb-pre-stat .stat-val {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    color: #333333;
    display: inline-block;
    vertical-align: middle; }
  .suburb-pre-stat .stat-name {
    font-size: 11px;
    line-height: 1;
    max-width: 62px;
    display: inline-block;
    vertical-align: middle; }
  .suburb-pre-stat .tbl-cell {
    padding: 5px;
    vertical-align: middle; }
  .suburb-pre-stat .stat-ag {
    border-right: 1px solid #dedede; }
  .suburb-pre-stat .stat-am {
    border-right: 1px solid #dedede; }
  @media only screen and (max-width: 767px) {
    .suburb-pre-stat {
      display: block;
      width: 100%; }
      .suburb-pre-stat .tbl-cell {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #dedede; }
      .suburb-pre-stat .stat-ag, .suburb-pre-stat .stat-am {
        border-right: none; }
      .suburb-pre-stat .stat-ag {
        border-top: 1px solid #dedede; } }

.suburb-map {
  width: 100%;
  height: 360px;
  margin: 30px 0 0; }
  .suburb-map img {
    max-width: inherit !important; }

.suburb-charts {
  margin: 40px 0; }

.price-chart .inner {
  border: 1px solid #ccc; }

body.page-newsletter .tier-newsletter-form_wrapper {
  margin: 20px 0 60px; }
  body.page-newsletter .tier-newsletter-form_wrapper h3, body.page-newsletter .tier-newsletter-form_wrapper p {
    text-align: center; }
  body.page-newsletter .tier-newsletter-form_wrapper .top_label div.ginput_container {
    border: 1px solid #f6f6f6 !important; }
  body.page-newsletter .tier-newsletter-form_wrapper .gform_footer {
    text-align: center !important;
    padding: 30px 0 !important; }
  body.page-newsletter .tier-newsletter-form_wrapper .gform_footer input[type=submit],
  body.page-newsletter .tier-newsletter-form_wrapper .gform_footer input.button {
    margin: 0 auto !important; }

.page-404 {
  text-align: center;
  margin: 100px 0; }

.footer {
  position: relative; }

.f-follow-block {
  background: #1e1e1e;
  color: #fff; }

.info-block .bg-sep-l {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  filter: alpha(opacity=10); }
.info-block .bg-sep-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  filter: alpha(opacity=5); }
.info-block .tbl {
  height: auto; }
.info-block .tbl-cell {
  padding: 80px 0;
  position: relative; }
.info-block .txt-cell {
  color: #fff;
  background: #827b26; }
  .info-block .txt-cell ul {
    padding: 0; }
  .info-block .txt-cell li {
    font-size: 0.9em;
    max-width: 226px;
    line-height: 1.5;
    padding: 14px 0; }
  .info-block .txt-cell i {
    margin: 0 5px 0 0; }
  .info-block .txt-cell span {
    display: block;
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 1.6em; }
  .info-block .txt-cell a {
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .info-block .txt-cell {
      height: auto;
      max-width: 750px;
      margin: 0 auto;
      padding: 30px 15px; } }
.info-block .img-cell {
  color: #8c8c8c;
  background: #f1f4f6; }
  .info-block .img-cell .block-offset-lg {
    padding-left: 80px; }
  .info-block .img-cell h3 {
    font-family: "ProximaNovaSemibold", sans-serif;
    font-size: 1.6em;
    color: #333333; }
  .info-block .img-cell p {
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 1.1em;
    margin: 0 0 30px;
    line-height: 1.6em; }
  .info-block .img-cell input[type="submit"] {
    margin: 30px 0 0 !important; }
  @media only screen and (max-width: 991px) {
    .info-block .img-cell {
      height: auto;
      max-width: 750px;
      margin: 0 auto;
      padding: 30px 15px; }
      .info-block .img-cell ul {
        padding: 0; }
      .info-block .img-cell .block-offset-lg {
        padding: 0; } }

.footer-links {
  padding: 60px 0; }
  .footer-links .f-l-inner {
    padding: 20px 0; }
  .footer-links h3 {
    font-family: "ProximaNovaBold", sans-serif;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 18px; }
  .footer-links li a {
    font-family: "Arimo", sans-serif;
    color: #8c8c8c;
    display: inline-block; }
    .footer-links li a i {
      float: left;
      font-size: 12px;
      line-height: 1;
      margin: 7px 8px 0 10px;
      display: none; }
    .footer-links li a:hover {
      color: #827b26; }
      .footer-links li a:hover i {
        display: inline-block; }

.copyrights {
  color: #1e1e1e;
  padding: 18px;
  line-height: 1;
  font-size: 12px;
  border-top: 1px solid #ececec; }
  .copyrights .le-creator {
    float: right; }
  @media only screen and (max-width: 600px) {
    .copyrights span {
      display: block;
      text-align: center;
      margin: 5px 0 0; }
    .copyrights .le-creator {
      float: none;
      display: block;
      text-align: center;
      margin: 5px 0 0; } }

#to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 72px;
  text-align: center;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  #to-top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  #to-top small {
    font-size: 14px;
    font-weight: 700; }

/* ==================================================
     Print Styles
================================================== */
@media print {
  * {
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .page-banner-strip,
  .suburb-banner-strip {
    background: transparent !important; }

  .header {
    max-height: none; }
    .header .h-top-wrap {
      height: auto; }
    .header .h-top-wrap .branding {
      position: static;
      display: inline-block; }

  .sidebar,
  .main-nav-wrap,
  .footer,
  .load-overlay .inner,
  .social-share,
  .btn.back-btn,
  .filter-ctrl .back-btn.sort-filter-btn-class,
  .gallery-slider,
  .breadcrumb,
  .secondary-menu,
  .main-slider,
  .icon-wrap,
  .home-columns a,
  .welcome-msg a,
  .color-preview,
  .paging-wrap,
  .qss-strip,
  .amenity-list,
  .search-results-text,
  .filter-strip,
  .property-item .agent-info .btn,
  .property-item .agent-info .filter-ctrl .sort-filter-btn-class,
  .filter-ctrl .property-item .agent-info .sort-filter-btn-class {
    display: none; }

  .primary,
  .home-columns {
    padding: 0; }

  .swatch-wrap .color-thumb {
    text-indent: 0;
    height: auto;
    margin: 0; }

  .home-columns .content-wrap {
    text-align: left; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
  .col-md-push-3,
  .col-md-pull-9,
  .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
    float: none;
    right: auto;
    left: auto;
    position: static; }

  .tbl {
    display: block;
    width: 100%; }

  .btl-cell {
    display: block;
    width: 100%; }

  .listing-content .tbl.property-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd; }
  .listing-content .tbl-cell.property-preview {
    width: 300px;
    height: auto;
    display: table-cell;
    background: transparent !important; }
    .listing-content .tbl-cell.property-preview a {
      position: static;
      width: 300px;
      height: auto;
      display: block; }
    .listing-content .tbl-cell.property-preview .print-img {
      display: block !important; }
  .listing-content .tbl-cell.property-info {
    display: table-cell; }
  .listing-content .btn.sm2, .listing-content .filter-ctrl .sm2.sort-filter-btn-class, .filter-ctrl .listing-content .sm2.sort-filter-btn-class {
    display: none; }

  .property-item .property-preview,
  .property-item .property-info,
  .property-item .agent-info {
    width: 100%;
    display: block; }

  .property-item .property-info .inner {
    border: none; }

  .page-banner-strip,
  .suburb-banner-strip,
  .filter-wrap {
    margin: 0;
    padding: 0; }

  .primary {
    margin: 20px 0; }

  .btn-print {
    display: none !important; } }



 .floor-plan-icon {
    background-image: url('images/icon-floorplan.png');
    background-size: 34px auto;
}


.floorplan-link-label{
margin-left: 5px;
position:relative;
top:-11px;

}

.floor-plan-container{
position:relative;
top:-25px;
left:5px;
}



.dropdown {
 position: relative;
 transform: translateY(-50%);
 top: 20px;
 height: 40px;
 margin: 0 0 0 0;
 text-align: left;
 transform: translateY(-50%);
  z-index: 1010;
}


.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    color: #444 !important;
    border: 0;
    width: 200px;
    height: 40px;


}
.multiSel{
  width:150px;
  overflow:hidden;
  margin-left:0px
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 5px;

}

.dropdown dd ul {
  background-color: #fff;
  border: 0;
  color: #444;
  display: none;
  left: 0px;
  position: absolute;
  top: 0;
  width: 200px;
  list-style: none;
  height: 240px;
  max-height: 240px;
  overflow: auto;
  border-left: solid 1px #827b26;
  border-right: solid 1px #827b26;
  border-bottom: solid 1px #827b26;
}

.dropdown dd ul li{
    cursor: pointer;
    padding: 2px 15px 2px 15px;
}
.dropdown dd ul li.highlighted{
    background-color: #ededed;
    color: #000;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #fff;
}

.dropdown .mutliSelect li span{
    padding: 0 0 4px 3px !important;
}

button {
  background-color: #6BBE92;
  width: 302px;
  border: 0;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 767px){

.dropdown dd ul {
  background-color: #fff;
  border: 0;
  color: #5e7283;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 200px;
  list-style: none;
  height: 240px;
  max-height: 240px;
  overflow: auto;
}

.dropdown dt a {
    background-color: #fff;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    color: #5e7283 !important;
    border: 0;
    width: 200px;
    height: 40px;
}
}

.input-borders{
    border-top: solid 1px #827b26;
    border-left: solid 1px #827b26;
    border-right: solid 1px #827b26;
}

.dropdown .multiSel span{
    display: inline;
    overflow: hidden;
    margin-right: 0px;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
    color: #444;
    font-weight:normal;
    font-family: "ProximaNovaRegular", sans-serif;
}

.agent-email a { color: #8c8c8c; }

.agents-block:nth-child(3n+1){
    clear:left
}


.agents-wrapper {
  *zoom: 1;
  display: block;
}
.agents-wrapper:before, .agents-wrapper:after {
  content: " ";
  display: table;
}
.agents-wrapper:after {
  clear: both;
}

#agent-properties-inner-container-id .card-content.property-info .btn {

	width: 50%;
	height: auto;
	line-height: 1.5;
	padding: 5px;
	margin: 0px 0px 10px 10px;

} 