@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  color: #103A5E;
}

a {
  font-size: 16px;
}

small {
  font-size: 14px;
  line-height: 14px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 200;
}

h1 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #103A5E;
  font-weight: 400;
}

h1 small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #a9a9a9;
}

h2 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  line-height: 35px;
  color: #103A5E;
  font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #103A5E;
  font-weight: 400;
}

h4 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #103A5E;
  font-weight: 400;
}

h5 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #103A5E;
  font-weight: 400;
}

h6 {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #103A5E;
  font-weight: 400;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 400;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

.heading-1 {
  font-size: 50px;
  line-height: 75px;
}

.heading-2 {
  font-size: 35px;
  line-height: 52.5px;
}

.heading-3 {
  font-size: 28px;
  line-height: 42px;
}

.heading-4 {
  font-size: 24px;
  line-height: 36px;
}

.heading-5 {
  font-size: 20px;
  line-height: 30px;
}

.heading-6 {
  font-size: 18px;
  line-height: 27px;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

address {
  font-style: normal;
}

.scale-img {
  width: 100%;
}

.breadcrumb-wrapper {
  position: relative;
  background: #D1D3D4;
  height: 24px;
  margin-bottom: 30px;
}

.contact-header {
  margin-bottom: 30px;
}

.contact-header .text {
  font-size: 28px;
  margin: 0;
}

.font-italic {
  font-style: italic !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.color-secondary {
  color: #103A5E !important;
}

.m0 {
  margin: 0 !important;
}

.p15 {
  padding: 15px;
}

.w-full {
  width: 100% !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

@media screen and (max-width: 767px) {
  .desktop-image {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mobile-image {
    display: none;
  }

  .d-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999999999999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

@font-face {
  font-family: "loveitts";
  src: url("/assets/fonts/icons/loveitts.eot");
  src: url("/assets/fonts/icons/loveitts.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icons/loveitts.woff") format("woff"), url("/assets/fonts/icons/loveitts.ttf") format("truetype"), url("/assets/fonts/icons/loveitts.svg#loveitts") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "loveitts" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "loveitts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "a";
}

.icon-chevron-left:before {
  content: "b";
}

.icon-chevron-down:before {
  content: "c";
}

.icon-chevron-up:before {
  content: "d";
}

.icon-twitter:before {
  content: "e";
}

.icon-facebook:before {
  content: "f";
}

.icon-youtube-play:before {
  content: "g";
}

.icon-android-textsms:before {
  content: "h";
}

.icon-mail:before {
  content: "j";
}

.icon-android-call:before {
  content: "i";
}

.icon-checkmark-round:before {
  content: "k";
}

.icon-thumbnails:before {
  content: "l";
}

.icon-list-2:before {
  content: "m";
}

.icon-pin-map:before {
  content: "n";
}

.icon-close:before {
  content: "o";
}

.icon-share:before {
  content: "p";
}

.icon-bars:before {
  content: "q";
}

.icon-search:before {
  content: "r";
}

.icon-linkedin:before {
  content: "s";
}

.brand {
  display: block;
  /**
	 * Brand -> Primary
	 */
  /**
	 * Brand -> Secondary
	 */
  /**
	 * Brand -> Tertiary
	 */
}

.brand--primary {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  display: block;
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1225px) {
  .brand--primary {
    width: 150px;
  }
}

.brand--secondary {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  display: block;
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1225px) {
  .brand--secondary {
    width: 150px;
  }
}

.brand--tertiary {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  display: block;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1225px) {
  .brand--tertiary {
    width: 100px;
  }
}

.form {
  /**
	 * Field
	 * Used fo individual fields
	 */
  /**
	 * Input
	 * Used for individual input
	 */
  /**
	 * Search
	 * Used for searching properties
	 */
  /**
	 * Select
	 * Used for individual select
	 */
  /**
	 * Textarea
	 * Used for individual textarea
	 */
  /**
	 * Label
	 * Used for individual form label
	 */
  /**
	 * Form -> Secondary
	 */
}

.form__field {
  display: block;
  margin-bottom: 20px;
  /**
		 * Reset
		 * Used to reset margins
		 */
}

.form__field--reset {
  margin-bottom: 0px;
}

.form__input {
  width: 100%;
  padding: 13px;
  outline: none;
  border: none;
  background: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #103A5E;
  border: 1px solid #D1D3D4;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Error
		 * Used for error fields
		 */
}

.form__input.error {
  border: 1px solid #CE0000;
}

.form__search {
  position: relative;
}

.form__search__input {
  padding-left: 35px;
  color: #FFFFFF;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form__search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form__search__input:focus {
  background: rgba(16, 58, 94, 0.25);
}

@media screen and (max-width: 1030px) {
  .form__search__input {
    background: #103A5E;
  }
}

.form__search__btn {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: 2px;
  left: 2px;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 20px;
  color: #FFFFFF;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.form__search__btn:hover {
  color: #103A5E;
}

.form__select {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D1D3D4;
  border-radius: 5px;
  /**
		 * Input
		 * Used for inner select input
		 */
  /**
		 * Select -> Secondary
		 */
}

.form__select:after {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  content: 'c';
  font-family: 'loveitts';
  font-size: 12px;
  color: #103A5E;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, color 0.2s ease-in-out;
}

.form__select:hover:after {
  top: 55%;
  color: #FDDF39;
}

.form__select__input {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 15px 30px 15px 15px;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #103A5E;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 * Error
			 * Used for error fields
			 */
  /**
			 * Input -> Secondary
			 */
}

.form__select__input.error {
  border: 1px solid #CE0000;
}

.form__select__input--secondary {
  padding: 0px 30px 0px 0px;
}

.form__select--secondary {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  border: none;
  border-radius: 0px;
}

.form__textarea {
  width: 100%;
  padding: 13px;
  outline: none;
  border: none;
  resize: none;
  background: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #103A5E;
  border: 1px solid #D1D3D4;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Error
		 * Used for error fields
		 */
  /**
		 * Textarea -> Secondary
		 */
  /**
		 * Textarea -> Tertiary
		 */
}

.form__textarea.error {
  border: 1px solid #CE0000;
}

.form__textarea--secondary {
  height: 172px;
}

.form__textarea--tertiary {
  height: 364px;
}

@media screen and (max-width: 480px) {
  .form__textarea--tertiary {
    height: 150px;
  }
}

.form__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.form__error {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #CE0000;
}

.form__error--space {
  margin-top: 0px;
  margin-bottom: 20px;
}

.form__error--secondary {
  display: block;
  padding: 10px;
  background: #CE0000;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
}

.form__success--secondary {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  background: #2FCB47;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
}

.form__loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.form__loader .loading {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.form__loader.active {
  display: block;
}

.form--secondary {
  padding: 40px 0px;
}

@media screen and (max-width: 480px) {
  .form .text-right {
    text-align: center !important;
  }
}

.container {
  position: relative;
  max-width: 1110px;
  margin: 0px auto;
  /**
	 * Small
	 * Used for small containers
	 */
  /********************************/
  /********************************/
  /********************************/
  /********************************/
}

.container--sml {
  max-width: 970px;
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1110px) {
  .container--reset {
    margin-left: 0;
    margin-right: 0;
  }
}

.row {
  display: block;
  margin-bottom: 20px;
  /**
	 * Large
	 * Used for large rows
	 */
}

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

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
}

.row--reset {
  margin-bottom: 0px;
}

.row--inline {
  font-size: 0;
}

.row--lrg {
  margin-bottom: 30px;
}

.wrapper {
  display: block;
  margin: 0px -20px 0px 0px;
}

.col {
  position: relative;
  display: inline;
  float: left;
}

.col--1 {
  width: 8.33333333%;
}

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

.col--2 {
  width: 16.66666667%;
}

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

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

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

.col--4 {
  width: 33.33333333%;
}

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

.col--5 {
  width: 41.66666667%;
}

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

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

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

.col--7 {
  width: 58.33333333%;
}

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

.col--8 {
  width: 66.66666667%;
}

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

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

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

.col--10 {
  width: 83.33333333%;
}

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

.col--11 {
  width: 91.66666667%;
}

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

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

.col-offset--12 {
  margin-left: 100%;
}

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

.col--seventh {
  width: 14.28571429%;
}

.col--fifth {
  width: 20%;
}

.col--inline {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.col--inline--top {
  vertical-align: top;
}

.col__inner {
  padding: 0px 20px 20px 0px;
}

.col__inner--reset {
  padding-bottom: 0;
}

.col.mq-desk-lrg--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-desk-lrg--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-desk-lrg--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--3 {
    width: 25%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-desk-lrg--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-desk-lrg--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-desk-lrg--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--6 {
    width: 50%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-desk-lrg--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-desk-lrg--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-desk-lrg--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--9 {
    width: 75%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-desk-lrg--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-desk-lrg--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-desk-lrg--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--12 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-desk-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg--hide {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .col.mq-desk-lrg-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-desk-lrg--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  html .mq-desk-lrg--text-center {
    text-align: center;
  }
}

html .mq-desk-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1280px) {
  html .mq-desk-lrg--hide {
    display: none;
  }
}

.col.mq-desk-med--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-desk-med--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-desk-med--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--3 {
    width: 25%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-desk-med--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-desk-med--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-desk-med--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--6 {
    width: 50%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-desk-med--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-desk-med--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-desk-med--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--9 {
    width: 75%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-desk-med--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-desk-med--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-desk-med--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--12 {
    width: 100%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-desk-med--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med--hide {
    display: none;
  }
}

@media screen and (max-width: 1125px) {
  .col.mq-desk-med-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-desk-med--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  html .mq-desk-med--text-center {
    text-align: center;
  }
}

html .mq-desk-med--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1125px) {
  html .mq-desk-med--hide {
    display: none;
  }
}

.col.mq-desk--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-desk--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-desk--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--3 {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-desk--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-desk--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-desk--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--6 {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-desk--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-desk--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-desk--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--9 {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-desk--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-desk--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-desk--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--12 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-desk--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  .col.mq-desk--hide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .col.mq-desk-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-desk--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  html .mq-desk--text-center {
    text-align: center;
  }
}

html .mq-desk--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 1024px) {
  html .mq-desk--hide {
    display: none;
  }
}

.col.mq-desk-sml--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-desk-sml--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-desk-sml--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--3 {
    width: 25%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-desk-sml--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-desk-sml--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-desk-sml--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--6 {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-desk-sml--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-desk-sml--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-desk-sml--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--9 {
    width: 75%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-desk-sml--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-desk-sml--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-desk-sml--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--12 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-desk-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml--hide {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .col.mq-desk-sml-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-desk-sml--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  html .mq-desk-sml--text-center {
    text-align: center;
  }
}

html .mq-desk-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 960px) {
  html .mq-desk-sml--hide {
    display: none;
  }
}

.col.mq-desk-x-sml--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-desk-x-sml--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-desk-x-sml--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--3 {
    width: 25%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-desk-x-sml--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-desk-x-sml--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-desk-x-sml--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--6 {
    width: 50%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-desk-x-sml--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-desk-x-sml--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-desk-x-sml--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--9 {
    width: 75%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-desk-x-sml--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-desk-x-sml--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-desk-x-sml--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--12 {
    width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-desk-x-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml--hide {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  .col.mq-desk-x-sml-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-desk-x-sml--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  html .mq-desk-x-sml--text-center {
    text-align: center;
  }
}

html .mq-desk-x-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 880px) {
  html .mq-desk-x-sml--hide {
    display: none;
  }
}

.col.mq-tab-x-lrg--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-tab-x-lrg--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-tab-x-lrg--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--3 {
    width: 25%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-tab-x-lrg--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-tab-x-lrg--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-tab-x-lrg--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--6 {
    width: 50%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-tab-x-lrg--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-tab-x-lrg--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-tab-x-lrg--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--9 {
    width: 75%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-tab-x-lrg--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-tab-x-lrg--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-tab-x-lrg--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--12 {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-tab-x-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg--hide {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .col.mq-tab-x-lrg-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-tab-x-lrg--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  html .mq-tab-x-lrg--text-center {
    text-align: center;
  }
}

html .mq-tab-x-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 850px) {
  html .mq-tab-x-lrg--hide {
    display: none;
  }
}

.col.mq-tab-lrg--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-tab-lrg--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-tab-lrg--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--3 {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-tab-lrg--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-tab-lrg--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-tab-lrg--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--6 {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-tab-lrg--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-tab-lrg--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-tab-lrg--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--9 {
    width: 75%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-tab-lrg--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-tab-lrg--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-tab-lrg--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--12 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-tab-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg--hide {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .col.mq-tab-lrg-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-tab-lrg--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  html .mq-tab-lrg--text-center {
    text-align: center;
  }
}

html .mq-tab-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 800px) {
  html .mq-tab-lrg--hide {
    display: none;
  }
}

.col.mq-tab--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-tab--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-tab--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--3 {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-tab--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-tab--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-tab--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--6 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-tab--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-tab--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-tab--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--9 {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-tab--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-tab--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-tab--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--12 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-tab--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  .col.mq-tab--hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .col.mq-tab-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-tab--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  html .mq-tab--text-center {
    text-align: center;
  }
}

html .mq-tab--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 768px) {
  html .mq-tab--hide {
    display: none;
  }
}

.col.mq-tab-sml--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-tab-sml--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-tab-sml--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--3 {
    width: 25%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-tab-sml--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-tab-sml--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-tab-sml--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--6 {
    width: 50%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-tab-sml--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-tab-sml--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-tab-sml--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--9 {
    width: 75%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-tab-sml--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-tab-sml--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-tab-sml--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--12 {
    width: 100%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-tab-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml--hide {
    display: none;
  }
}

@media screen and (max-width: 648px) {
  .col.mq-tab-sml-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-tab-sml--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  html .mq-tab-sml--text-center {
    text-align: center;
  }
}

html .mq-tab-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 648px) {
  html .mq-tab-sml--hide {
    display: none;
  }
}

.col.mq-mob-x-lrg--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-mob-x-lrg--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-mob-x-lrg--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--3 {
    width: 25%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-mob-x-lrg--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-mob-x-lrg--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-mob-x-lrg--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--6 {
    width: 50%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-mob-x-lrg--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-mob-x-lrg--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-mob-x-lrg--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--9 {
    width: 75%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-mob-x-lrg--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-mob-x-lrg--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-mob-x-lrg--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--12 {
    width: 100%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-mob-x-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg--hide {
    display: none;
  }
}

@media screen and (max-width: 675px) {
  .col.mq-mob-x-lrg-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-mob-x-lrg--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  html .mq-mob-x-lrg--text-center {
    text-align: center;
  }
}

html .mq-mob-x-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 675px) {
  html .mq-mob-x-lrg--hide {
    display: none;
  }
}

.col.mq-mob-lrg--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-mob-lrg--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-mob-lrg--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--3 {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-mob-lrg--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-mob-lrg--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-mob-lrg--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--6 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-mob-lrg--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-mob-lrg--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-mob-lrg--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--9 {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-mob-lrg--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-mob-lrg--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-mob-lrg--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-mob-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg--hide {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .col.mq-mob-lrg-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-mob-lrg--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  html .mq-mob-lrg--text-center {
    text-align: center;
  }
}

html .mq-mob-lrg--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 640px) {
  html .mq-mob-lrg--hide {
    display: none;
  }
}

.col.mq-mob--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-mob--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-mob--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--3 {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-mob--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-mob--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-mob--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--6 {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-mob--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-mob--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-mob--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--9 {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-mob--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-mob--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-mob--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--12 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-mob--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  .col.mq-mob--hide {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .col.mq-mob-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-mob--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  html .mq-mob--text-center {
    text-align: center;
  }
}

html .mq-mob--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 480px) {
  html .mq-mob--hide {
    display: none;
  }
}

.col.mq-mob-sml--1 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--1 {
    width: 8.33333333%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--1 {
    margin-left: 8.33333333%;
  }
}

.col.mq-mob-sml--2 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--2 {
    width: 16.66666667%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--2 {
    margin-left: 16.66666667%;
  }
}

.col.mq-mob-sml--3 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--3 {
    width: 25%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--3 {
    margin-left: 25%;
  }
}

.col.mq-mob-sml--4 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--4 {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--4 {
    margin-left: 33.33333333%;
  }
}

.col.mq-mob-sml--5 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--5 {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--5 {
    margin-left: 41.66666667%;
  }
}

.col.mq-mob-sml--6 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--6 {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--6 {
    margin-left: 50%;
  }
}

.col.mq-mob-sml--7 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--7 {
    width: 58.33333333%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--7 {
    margin-left: 58.33333333%;
  }
}

.col.mq-mob-sml--8 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--8 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--8 {
    margin-left: 66.66666667%;
  }
}

.col.mq-mob-sml--9 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--9 {
    width: 75%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--9 {
    margin-left: 75%;
  }
}

.col.mq-mob-sml--10 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--10 {
    width: 83.33333333%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--10 {
    margin-left: 83.33333333%;
  }
}

.col.mq-mob-sml--11 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--11 {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--11 {
    margin-left: 91.66666667%;
  }
}

.col.mq-mob-sml--12 {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--12 {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-offset--12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-class-offset--0 {
    margin-left: 0;
  }
}

.col.mq-mob-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml--hide {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .col.mq-mob-sml-mb20 {
    margin-bottom: 20px;
  }
}

html .mq-mob-sml--text-center {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  html .mq-mob-sml--text-center {
    text-align: center;
  }
}

html .mq-mob-sml--hide {
  /********************************/
  /********************************/
}

@media screen and (max-width: 320px) {
  html .mq-mob-sml--hide {
    display: none;
  }
}

.header {
  display: block;
  position: relative;
  z-index: 9999999;
  /**
     * Inner
     * Used for inner header
     */
  /**
     * Left
     * Used for header left
     */
  /**
     * Right
     * Used for header right
     */
  /**
     * Link
     * Used for individual header link
     */
  /**
     * Links
     * Used to container header links
     */
  /**
     * Header -> Secondary
     */
}

.header__inner {
  position: relative;
  padding: 20px;
  background: #103A5E;
}

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

.header__inner:after {
  clear: both;
}

.header__inner {
  *zoom: 1;
}

.header__left {
  float: left;
  width: 300px;
}

@media screen and (max-width: 1030px) {
  .header__left {
    width: auto;
  }
}

.header__right {
  float: right;
}

.header__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  /**
    	 * Pound
    	 * Used for pound circle
    	 */
  /**
    	 * Prepend
         * Used for prepended links
    	 */
  /**
         * Link -> Secondary
         */
  /**
         * Link -> Tertiary
         */
}

.header__link:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.header__link:hover .header__link__pound {
  background: #FFFFFF;
  color: #103A5E;
}

.header__link__pound {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 5px;
  background: #103A5E;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  /**
             * Pound -> Secondary
             */
}

.header__link__pound--secondary {
  background: #C8AD75;
  color: #103A5E;
}

.header__link--prepend {
  padding: 15px 10px 15px 45px;
}

.header__link--secondary {
  color: #FFFFFF;
}

.header__link--secondary:hover {
  background: #C8AD75;
  color: #103A5E;
}

.header__link--secondary:hover .header__link__pound {
  color: #C8AD75;
}

.header__link--tertiary {
  padding: 10px 40px;
  background: #FFFFFF;
  color: #103A5E;
}

.header__link--tertiary:hover {
  color: #103A5E;
}

.header__links {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 1380px) {
  .header__links {
    display: none;
  }
}

.header--secondary {
  background: #030F27;
}

.full-image {
  width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-normal {
  font-weight: 400;
}

.text-strong {
  font-weight: bold;
}

.text-wrapper p:last-child {
  margin-bottom: 0px !important;
}

.text-underline {
  text-decoration: underline;
}

.text-secondary {
  color: #030F27;
}

.text-tertiary {
  color: #FDDF39;
}

.text-green {
  color: #42b095;
}

.text-grey {
  color: #bdbcbc;
}

.text-light {
  font-weight: 200;
}

.text-sml {
  font-size: 14px;
  line-height: 16.8px;
}

.font-secondary,
.banner__ttl--secondary,
.banner__content--secondary,
.banner__heading__ttl--secondary,
.banner__heading__ttl--quaternary,
.property--sml__ttl--secondary,
.property--sml__price--tertiary,
.property__ttl--secondary,
.property__price--secondary,
.property__contact__ttl,
.property__contact__content,
.team__heading--secondary,
.team__name,
.packages__ttl {
  font-family: 'Times New Roman';
}

.word-break {
  word-break: break-all;
}

.block {
  display: block;
}

.fw200 {
  font-weight: 200;
}

.fw400 {
  font-weight: 400;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs30 {
  font-size: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt65 {
  margin-top: 65px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb20 {
  padding-bottom: 20px;
}

.pt40 {
  padding-top: 40px;
}

.p30 {
  padding: 30px;
}

.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .hide-tab {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .hide-mob {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .show-tab {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .text-center-desk {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .text-center-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  .text-center-mob {
    text-align: center !important;
  }
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.title {
  margin-bottom: 50px;
}

.space {
  margin-bottom: 30px;
}

.errors {
  padding: 20px;
  margin-bottom: 20px;
  background: #103A5E;
  color: #FDDF39;
}

.select-filter > div,
.rel-child > * {
  position: relative;
}

.added {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.added:hover {
  color: #b04242 !important;
}

.space--lrg {
  margin-bottom: 80px;
}

.plus--text {
  font-size: 40px;
}

.filter-helper {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 200;
  text-align: center;
}

.filter-helper--extra {
  padding-top: 18px;
}

.fs30 {
  font-size: 30px !important;
}

.mh42 {
  max-height: 42px;
}

@media screen and (max-width: 480px) {
  .responsive-list__table {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .responsive-list__desktop {
    display: none !important;
  }
}

.responsive-list__mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .responsive-list__mobile {
    display: block;
  }
}

.responsive-list__mobile__inner {
  padding-right: 0px !important;
}

.elip {
  display: inline-block;
  width: 100%;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .mrmob0 {
    margin-right: 0 !important;
  }
}

.page-error {
  text-align: center;
}

.page-error__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  margin: 100px 0px 50px 0px;
}

.page-error__text {
  margin-bottom: 100px;
}

.page-error__ttl {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.page-error__content {
  font-size: 24px;
  line-height: 24px;
}

.overflow-text {
  overflow-wrap: break-word;
}

/**
 * Set Defaults
 */

.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0px;
  /**
	 * Full
	 * Used for full buttons
	 */
}

.btn:hover {
  text-decoration: none;
}

.btn--full {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .btn.mq-desk-lrg--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1125px) {
  .btn.mq-desk-med--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .btn.mq-desk--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .btn.mq-desk-sml--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 880px) {
  .btn.mq-desk-x-sml--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  .btn.mq-tab-x-lrg--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .btn.mq-tab-lrg--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .btn.mq-tab--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 648px) {
  .btn.mq-tab-sml--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 675px) {
  .btn.mq-mob-x-lrg--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .btn.mq-mob-lrg--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .btn.mq-mob--btn--full {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .btn.mq-mob-sml--btn--full {
    width: 100%;
    text-align: center;
  }
}

/**
 * Set Types
 */

.btn {
  /**
	 * Button -> Primary
	 */
  /**
	 * Button -> Secondary
	 */
  /**
	 * Button -> Tertiary
	 */
  /**
	 * Button -> Quaternary
	 */
  /**
	 * Button -> Quinary
	 */
  /**
	 * Button -> Senary
	 */
}

.btn--primary {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 77px;
  background: #103A5E;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  /**
		 * Primary -> Secondary
		 */
  /**
		 * Primary -> Tertiary
		 */
  /**
		 * Primary -> Quaternary
		 */
}

.tlc .btn--primary {
  background: #030F27;
  color: #C8AD75;
}

.btn--primary:hover {
  background: #FDDF39;
  color: #103A5E;
}

.tlc .btn--primary:hover {
  background: #C8AD75;
  color: #030F27;
}

.btn--primary--sml {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 14px;
}

.btn--primary--secondary {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
}

.btn--primary--tertiary {
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

.btn--primary--quaternary {
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.btn--secondary {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 52px;
  background: #FDDF39;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #103A5E;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn--secondary:hover {
  background: #103A5E;
  color: #FFFFFF;
}

.btn--secondary--sml {
  padding: 10px 30px;
  font-size: 14px;
}

.btn--secondary--secondary {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
}

.btn--tertiary {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 52px;
  background: #030F27;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #C8AD75;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn--tertiary:hover {
  background: #C8AD75;
  color: #030F27;
}

.btn--quaternary {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 52px;
  background: #C8AD75;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #103A5E;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn--quaternary:hover {
  background: #030F27;
  color: #C8AD75;
}

.btn--quinary {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 50px;
  background: #FFFFFF;
  border: 2px solid #103A5E;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #103A5E;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn--quinary:hover {
  background: #103A5E;
  color: #FFFFFF;
}

.btn--senary {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 50px;
  background: #FFFFFF;
  border: 2px solid #030F27;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #030F27;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn--senary:hover {
  background: #030F27;
  color: #C8AD75;
}

.main {
  position: relative;
  display: block;
}

.contact-us {
  background-color: #fddf39;
  color: #000 !important;
}

.contact-us:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.nav {
  display: block;
  /**
	 * Item
	 * Used for individual navigation item
	 */
  /**
	 * Link
	 * Used for individual navigation link
	 */
  /**
	 * Submenu
	 * Used for navigation submenu
	 */
  /**
	 * Navigation -> Primary
	 */
  /**
	 * Navigation -> Secondary
	 */
}

.nav__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.nav__item:hover .nav__link:after {
  bottom: 0px;
}

.nav__item:hover .nav__submenu {
  max-height: 500px;
}

.nav__item--mobile {
  display: none;
}

@media screen and (max-width: 1030px) {
  .nav__item--mobile {
    display: block;
  }
}

@media screen and (max-width: 1030px) {
  .nav__item {
    display: block;
  }

  .nav__item:hover .nav__link:after {
    bottom: auto;
    color: #FDDF39;
  }

  .nav__item:hover .nav__submenu {
    max-height: 0px;
  }

  .nav__item:hover .nav__submenu.active {
    max-height: 500px;
  }
}

.nav__link {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 25px;
  font-size: 14px;
  line-height: 14px;
  color: #103A5E;
  font-weight: 600;
  /**
		 * Link -> Secondary
		 */
}

.nav__link:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background: #FDDF39;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.nav__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1225px) {
  .nav__link {
    padding: 15px 25px;
    font-size: 14px;
    text-align: left;
    /**
			 * Arrow
			 * Used for arrow
			 */
  }

  .nav__link:after {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: none;
    width: auto;
    height: auto;
    content: 'c';
    font-family: 'loveitts';
    color: #103A5E;
    background: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nav__link--arrow:after {
    display: block;
  }
}

.nav__link--secondary:after {
  background: #C8AD75;
}

.nav__submenu {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  overflow: hidden;
  display: block;
  min-width: 210px;
  max-height: 0px;
  background: #FFFFFF;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  /**
		 * Item
		 * Used for individual navigation item
		 */
  /**
		 * Link
		 * Used for individual navigation submenu link
		 */
}

.nav__submenu__item {
  position: relative;
}

.nav__submenu__item--mobile {
  display: none;
}

@media screen and (max-width: 1030px) {
  .nav__submenu__item--mobile {
    display: block;
  }
}

.nav__submenu__link {
  display: block;
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.nav__submenu__link:hover {
  text-decoration: none;
  background: #F5F6F7;
}

@media screen and (max-width: 1030px) {
  .nav__submenu__link {
    padding: 15px 25px;
    background: #F5F6F7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 1030px) {
  .nav__submenu {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
  }

  .nav__submenu.active {
    max-height: 500px;
  }
}

.nav--primary {
  background: #FFFFFF;
  font-size: 0;
  text-align: center;
}

.theme-auctions .nav--primary {
  background: #D60A27;
}

@media screen and (max-width: 1030px) {
  .theme-auctions .nav--primary {
    background: #FFFFFF;
  }
}

.theme-auctions .nav--primary .nav__link {
  color: #FFFFFF;
}

@media screen and (max-width: 1030px) {
  .theme-auctions .nav--primary .nav__link {
    color: #103A5E;
  }
}

@media screen and (max-width: 1030px) {
  .nav--primary {
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    overflow: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .nav--primary.active {
    position: fixed;
    top: 67px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.nav--secondary {
  background: #030F27;
  font-size: 0;
  text-align: center;
  border-bottom: 3px solid #C8AD75;
}

@media screen and (max-width: 1030px) {
  .nav--secondary {
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    overflow: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .nav--secondary.active {
    position: fixed;
    top: 67px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.breadcrumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  /**
	 * Item
	 * Used for individual breadcrumb item
	 */
  /** 
	 * Breadcrumbs -> Primary
	 */
  /** 
	 * Breadcrumbs -> Secondary
	 */
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0px 7px 0px;
  font-size: 11px;
  line-height: 11px;
}

.breadcrumbs__item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
}

.breadcrumbs__item:after {
  display: inline-block;
  vertical-align: middle;
  content: '>';
}

.breadcrumbs__item:hover span {
  margin-right: 10px;
}

.breadcrumbs__item.active:after {
  display: none;
}

.breadcrumbs--primary {
  top: auto;
  bottom: 0;
}

.breadcrumbs--secondary {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  margin-bottom: 30px;
  background: #F5F6F7;
}

.section {
  background: #FFFFFF;
  /**
	 * Inner
	 * Used for inner section content
	 */
  /**
	 * Title
	 * Used for section title
	 */
  /**
	 * Append
	 * Used for appending sections
	 */
  /**
	 * Logo
	 * Used for section logo container
	 */
  /**
	 * Appended
	 * Used for appended sections
	 */
  /**
	 * Appended
	 * Used for appended sections
	 */
  /**
	 * Section -> Secondary
	 */
  /**
	 * Section -> Tertiary
	 */
  /**
	 * Section -> Quaternary
	 */
  /**
	 * Section -> Quinary
	 */
  /**
	 * Section -> Senary
	 */
}

.section--about {
  padding: 60px 0;
}

.section--about .homepage-search__link {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

.section--about .heading {
  text-align: left;
}

.section--about .heading:after {
  left: 38px;
}

.section--about .subtitle {
  font-size: 21px;
}

.section--about .subtitle .apostrophe {
  color: #FDDF39;
}

@media screen and (max-width: 1024px) {
  .section--about .subtitle {
    margin-bottom: 30px;
  }
}

.section__inner {
  padding: 50px 0px;
  /**
		 * Inner -> Secondary
		 */
  /**
		 * Inner -> Tertiary
		 */
}

.section__inner--secondary {
  padding: 100px 0px;
}

.section__inner--tertiary {
  padding: 50px 0px 30px 0px;
}

.section__ttl {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  /**
		 * Title -> Secondary
		 */
}

.section__ttl--secondary {
  margin-bottom: 50px;
}

.section__append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  width: 400px;
  background: #FDDF39;
}

@media screen and (max-width: 1370px) {
  .section__append {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: 100%;
  }
}

.section__append__btn {
  text-align: center;
}

.section__append__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1370px) {
  .section__append__inner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section__append__icon {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
}

.section__append__ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section__append__ttl span {
  display: inline-block;
  vertical-align: middle;
}

.section__logos {
  display: block;
}

.section__logos__ttl {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 18px;
}

.section__logos__ttl p {
  font-weight: 600;
  font-size: 18px;
}

.section__logos__inner {
  font-size: 0;
}

.section__logos__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
  text-align: center;
  /**
			 * Logo -> Primary
			 */
  /**
			 * Logo -> Secondary
			 */
  /**
			 * Logo -> Tertiary
			 */
}

@media screen and (max-width: 768px) {
  .section__logos__item {
    width: 50%;
    margin-bottom: 15px;
  }
}

.section__logos__item--primary img {
  max-height: 65px;
}

.section__logos__item--secondary img {
  max-height: 55px;
}

.section__logos__item--tertiary img {
  max-height: 85px;
}

.section__appended {
  padding-right: 250px;
}

@media screen and (max-width: 1370px) {
  .section__appended {
    padding-right: 0px;
  }
}

.section--appended {
  position: relative;
}

.section--secondary {
  background: #103A5E;
  color: #FFFFFF;
}

.section--tertiary {
  background: #F5F6F7;
}

.section--quaternary {
  background: #C8AD75;
}

.section--quinary {
  background: #D1D3D4;
  margin-bottom: -23px;
}

.section--senary {
  background: #103A5E;
  color: #FFFFFF;
}

.footer {
  background: #103A5E;
  color: #FFFFFF;
  text-align: center;
  /**
	 * Section
	 * Used for individual footer section
	 */
  /**
	 * Logo
	 * Used for individual footer logo container
	 */
  /**
	 * Quicklink
	 * Used for individual footer quicklink
	 */
  /**
	 * Address
	 * Used for individual footer address
	 */
  /**
	 * Copyright
	 * Used for footer copyright
	 */
}

.footer__section {
  padding: 30px 0px;
  border-bottom: 1px solid #FFFFFF;
  /**
		 * Reset
		 * Used for resetting section border
		 */
}

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

.footer__section:after {
  clear: both;
}

.footer__section {
  *zoom: 1;
}

.footer__section--reset {
  border-bottom: none;
}

.footer__logo {
  float: left;
  width: 14.28571429%;
  padding: 0 20px;
}

.footer__logo img {
  max-width: 80px;
}

@media screen and (max-width: 820px) {
  .footer__logo {
    width: 33.33333333%;
    margin: 10px 0px;
  }
}

@media screen and (max-width: 500px) {
  .footer__logo img {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .footer__logo {
    width: 50%;
  }
}

.footer__quicklink {
  display: block;
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer__quicklink:hover {
  text-decoration: none;
  color: #FDDF39;
}

.footer__address {
  display: block;
  font-size: 12px;
  line-height: 15.6px;
  text-align: left;
  /**
		 * Title
		 * Used for address title
		 */
  /**
		 * Content
		 * Used for address content
		 */
  /**
		 * Telephone
		 * Used for address telephone
		 */
  /**
		 * Social
		 * Used for footer address social
		 */
}

.footer__address__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 19.5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}

.footer__address__content {
  font-weight: 200;
}

.footer__address__telephone {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /**
			 * Telephone -> Secondary
			 */
}

.footer__address__telephone:hover {
  text-decoration: none;
  color: #FDDF39;
}

.footer__address__telephone--secondary {
  color: #C8AD75;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer__address__telephone--secondary:hover {
  color: #b99751;
}

.footer__address__social {
  margin-top: 10px;
  /**
			 * Link
			 * Used for footer address social link
			 */
}

.footer__address__social__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #FFFFFF;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer__address__social__link:hover {
  color: #FDDF39;
  text-decoration: none;
}

.footer__copyright {
  display: block;
  margin-top: 30px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 200;
}

.filter {
  position: relative;
  display: block;
  /**
	 * Loader
	 * Used for filter loader
	 */
  /**
	 * Top
	 * Used for top filter
	 */
  /**
	 * Inner
	 * Used for inner filter content
	 */
  /**
	 * Bottom
	 * Used for bottom of filter
	 */
  /**
	 * Total
	 * Used for total amount of results
	 */
  /**
	 * Button
	 * Used for contain filter search button
	 */
  /**
	 * Close
	 * Used for responsive close button
	 */
  /**
	 * Section
	 * Used for individual filter section
	 */
  /**
	 * Filter -> Primary
	 */
  /**
	 * Filter -> Secondary
	 */
  /**
	 * Filter -> Tertiary
	 */
}

.filter__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}

.filter__loader .loading {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.filter__loader.active {
  display: block;
}

.filter__top {
  display: block;
  padding: 20px 0px;
  font-size: 0;
  /**
		 * Title
		 * Used for top filter title
		 */
  /**
		 * Navigation
		 * Used for top filter navigation
		 */
}

.filter__top__ttl {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 1024px) {
  .filter__top__ttl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.filter__top__nav {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  font-size: 0;
  text-align: right;
  /**
			 * Item
			 * Used for individual navigation item
			 */
  /**
			 * Link
			 * Used for individual navigation link
			 */
}

@media screen and (max-width: 1024px) {
  .filter__top__nav {
    display: block;
    width: 100%;
  }
}

.filter__top__nav__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 12%;
  text-align: center;
  border-left: 1px solid #F5F6F7;
}

@media screen and (max-width: 1150px) {
  .filter__top__nav__item {
    width: 15%;
  }
}

@media screen and (max-width: 1024px) {
  .filter__top__nav__item {
    width: 33.33333333%;
    border: 1px solid #F5F6F7;
  }
}

@media screen and (max-width: 640px) {
  .filter__top__nav__item {
    width: 50%;
  }
}

.filter__top__nav__item:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  display: block;
  width: 1px;
  content: '';
  background: #F5F6F7;
}

.filter__top__nav__link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  color: #6E6D6D;
  -webkit-transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .filter__top__nav__link {
    padding: 20px 20px 10px 20px;
  }
}

.filter__top__nav__link:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background: #FDDF39;
  -webkit-transition: bottom 0.2s ease-in-out, colour 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, colour 0.2s ease-in-out;
}

.filter__top__nav__link:hover,
.filter__top__nav__link.active {
  text-decoration: none;
  color: #103A5E;
  font-weight: bold;
}

.filter__top__nav__link:hover:after,
.filter__top__nav__link.active:after {
  bottom: 0px;
}

.filter__top__nav__link:focus {
  text-decoration: none;
}

.filter__inner {
  display: block;
  padding: 50px 0px;
  background: #F5F6F7;
  /**
		 * Inner -> Secondary
		 */
}

.filter__inner--secondary {
  padding: 0px;
  background: #FFFFFF;
}

.filter__bottom {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .filter__bottom {
    position: relative;
    padding-top: 40px;
  }
}

.filter__bottom__checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .filter__bottom__checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 2;
    margin-left: 0px;
  }
}

.filter__bottom__checkbox__field,
.filter__bottom__checkbox span {
  display: inline-block;
  vertical-align: middle;
}

.filter__total {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 600;
}

.filter__btn {
  display: inline-block;
  vertical-align: middle;
}

.filter__close {
  display: none;
  padding-bottom: 20px;
  background: #F5F6F7;
  text-align: center;
  /**
		 * Link
		 * Used for filter close link
		 */
  /**
		 * Close -> Secondary
		 */
}

.filter__close__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 100px 15px 20px;
  background: #103A5E;
  color: #FFFFFF;
  text-align: left;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  /**
			 * Icon
			 * Used for filter close icon
			 */
  /**
			 * Link -> Secondary
			 */
}

.filter__close__link:hover {
  background: #FDDF39;
  color: #103A5E;
  text-decoration: none;
}

.filter__close__link:hover .filter__close__link__icon {
  color: #FDDF39;
}

.filter__close__link__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 25px;
  height: 25px;
  padding-top: 4px;
  background: #FFFFFF;
  color: #103A5E;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.filter__close__link__icon:before {
  display: block;
}

.filter__close__link--secondary {
  background: #030F27;
  color: #C8AD75;
}

.filter__close__link--secondary:hover {
  background: #C8AD75;
  color: #030F27;
}

.filter__close__link--secondary:hover .filter__close__link__icon {
  color: #C8AD75;
}

.filter__close--secondary {
  margin-bottom: 20px;
}

.filter__section {
  display: block;
  /**
		 * Tab
		 * Used for filter section tab
		 */
}

.filter__section__tab {
  position: relative;
  display: none;
  padding: 20px;
  background: #FDDF39;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.filter__section__tab:after {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  content: 'd';
  font-family: 'loveitts';
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter__section__tab:hover {
  background: #fcd707;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .filter--primary {
    position: fixed;
    top: -150%;
    right: 0;
    bottom: 150%;
    left: 0;
    z-index: 99999999999;
    background: #FFFFFF;
    -webkit-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  }

  .filter--primary.active {
    top: 0;
    bottom: 0;
  }

  .filter--primary .filter__close {
    display: block;
  }

  .filter--primary .filter__top {
    padding: 0px;
  }

  .filter--primary .filter__top__ttl {
    display: none;
  }

  .filter--primary .filter__top .filter__top__nav__item {
    width: 100%;
    text-align: left;
  }

  .filter--primary .filter__top .filter__top__nav__link {
    position: relative;
    display: block;
    padding: 20px;
    font-weight: 400;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }

  .filter--primary .filter__top .filter__top__nav__link:before {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: block;
    content: 'c';
    font-family: 'loveitts';
    font-size: 16px;
    line-height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .filter--primary .filter__top .filter__top__nav__link:hover:after,
  .filter--primary .filter__top .filter__top__nav__link.active:after {
    display: none;
  }

  .filter--primary .filter__top .filter__top__nav__link:hover {
    background: #F5F6F7;
  }

  .filter--primary .filter__inner {
    padding: 0px;
  }

  .filter--primary .filter__section {
    position: fixed;
    top: -150%;
    right: 0;
    bottom: 150%;
    left: 0;
    z-index: 99999999999999;
    display: block;
    background: #FFFFFF;
    -webkit-transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  }

  .filter--primary .filter__section.opened {
    top: 72px;
    bottom: 0;
    overflow: auto;
  }

  .filter--primary .filter__section__inner {
    padding: 20px;
  }

  .filter--primary .filter__section__tab {
    display: block;
  }

  .filter--primary .filter__total {
    display: none;
  }

  .filter--primary .filter__btn {
    display: block;
    width: 100%;
  }

  .filter--primary .filter__btn__item {
    width: 100%;
    text-align: center;
  }

  .filter--primary .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.filter--secondary {
  padding: 50px 0px;
  /**
		 * Toggle
		 * Used for button toggle button
		 */
}

.filter--secondary__toggle {
  position: relative;
  display: none;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 14px;
  /**
			 * Toggle -> Secondary
			 */
}

.filter--secondary__toggle .open {
  display: block;
}

.filter--secondary__toggle .close {
  display: none;
}

.filter--secondary__toggle:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  content: 'c';
  font-family: 'loveitts';
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #103A5E;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter--secondary__toggle.opened .open {
  display: none;
}

.filter--secondary__toggle.opened .close {
  display: block;
}

.filter--secondary__toggle.opened:before {
  content: 'd';
}

.filter--secondary__toggle--secondary:before {
  background: #030F27;
  color: #C8AD75;
}

@media screen and (max-width: 480px) {
  .filter--secondary {
    padding: 20px 0px;
  }

  .filter--secondary__toggle {
    display: block;
  }

  .filter--secondary .filter__inner {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: padding-top 0.2s ease-in-out, max-height 0.2s ease-in-out;
    transition: padding-top 0.2s ease-in-out, max-height 0.2s ease-in-out;
  }

  .filter--secondary .filter__total {
    display: none;
  }

  .filter--secondary .filter__btn {
    display: block;
    width: 100%;
  }

  .filter--secondary .filter__btn__item {
    width: 100%;
    text-align: center;
  }

  .filter--secondary.opened .filter__inner {
    padding-top: 20px;
    max-height: 1000px;
  }
}

.filter--tertiary {
  padding: 50px 0px;
}

@media screen and (max-width: 480px) {
  .filter--tertiary {
    padding: 0px;
    position: fixed;
    top: -150%;
    right: 0;
    bottom: 150%;
    left: 0;
    z-index: 99999999999;
    background: #FFFFFF;
    -webkit-transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  }

  .filter--tertiary.active {
    top: 0;
    bottom: 0;
  }

  .filter--tertiary .filter__close {
    display: block;
  }

  .filter--tertiary .filter__total {
    display: none;
  }

  .filter--tertiary .filter__btn {
    display: block;
    width: 100%;
  }

  .filter--tertiary .filter__btn__item {
    width: 100%;
    text-align: center;
  }
}

.block {
  position: relative;
  display: block;
  padding: 50px 0px;
  margin-bottom: 50px;
  /**
	 * Link
	 * Used for block tab link
	 */
  /**
	 * Inner
	 * Used for inner block content
	 */
  /**
	 * Box
	 * Used for block box
	 */
  /**
	 * Map
	 * Used for block map
	 */
  /**
	 * Item
	 * Used for block item
	 */
  /**
	 * Image
	 * Used for block image
	 */
  /**
	 * Block -> Primary
	 */
  /**
	 * Block -> Secondary
	 */
}

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

.block:after {
  clear: both;
}

.block {
  *zoom: 1;
}

.block__link {
  position: relative;
  display: none;
  padding: 20px;
  background: #F5F6F7;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  letter-spacing: 2px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.block__link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  content: 'c';
  font-family: 'loveitts';
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block__link:hover,
.block__link.active {
  background: #FDDF39;
  text-decoration: none;
}

.block__link.active:after {
  content: 'd';
}

@media screen and (max-width: 480px) {
  .block__link {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .block__inner {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 0px;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }

  .block__inner.active {
    max-height: 1000px;
  }
}

.block__box {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 500px;
  padding: 50px 50px 50px 0px;
  text-align: left;
  background: #FFFFFF;
  /**
		 * Reset
		 * Used to reset after elements
		 */
  /**
		 * Header
		 * Used for box header
		 */
  /**
		 * Title
		 * Used for box title
		 */
  /**
		 * Content
		 * Used for box content
		 */
  /**
		 * Box -> Primary
		 */
  /**
		 * Box -> Secondary
		 */
  /**
		 * Box -> Tertiary
		 */
  /**
		 * Box -> Quaternary
		 */
}

.block__box--reset:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .block__box__header {
    display: none;
  }
}

.block__box__ttl {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.block__box__content {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 200;
  /**
			 * Reset
			 * Used to reset margins
			 */
}

.block__box__content--reset {
  margin-bottom: 0px;
}

@media screen and (max-width: 1110px) {
  .block__box--primary {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .block__box--primary {
    display: block;
    padding: 20px;
  }
}

.block__box--secondary {
  float: right;
  padding: 50px 0px 50px 50px;
}

@media screen and (max-width: 1110px) {
  .block__box--secondary {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .block__box--secondary {
    float: none;
  }
}

.block__box--tertiary {
  position: relative;
  width: 50%;
  max-width: none;
  padding: 100px;
  background: #F5F6F7;
  /**
			 * Tertiary -> Secondary
			 */
}

@media screen and (max-width: 1024px) {
  .block__box--tertiary {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .block__box--tertiary {
    width: 100%;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .block__box--tertiary {
    padding: 20px;
  }
}

.block__box--tertiary:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  content: '';
  margin-left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F5F6F7;
}

.block__box--tertiary--secondary {
  background: #FFFFFF;
}

.block__box--tertiary--secondary:after {
  border-top: 20px solid #FFFFFF;
}

.block__box--tertiary--blue {
  background: #103A5E;
  color: white;
}

.block__box--tertiary--blue .heading {
  text-align: left;
  margin-bottom: 50px;
}

.block__box--tertiary--blue .heading:after {
  left: 38px;
}

.block__box--quaternary {
  position: relative;
  float: right;
  width: 50%;
  max-width: none;
  padding: 100px;
  background: #F5F6F7;
  /**
			 * Quaternary -> Secondary
			 */
  /**
			 * Quaternary -> Tertiary
			 */
}

@media screen and (max-width: 1024px) {
  .block__box--quaternary {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .block__box--quaternary {
    width: 100%;
    margin-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .block__box--quaternary {
    padding: 20px;
  }
}

.block__box--quaternary:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  content: '';
  margin-left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F5F6F7;
}

.block__box--quaternary--secondary {
  background: #FFFFFF;
}

.block__box--quaternary--secondary:after {
  border-top: 20px solid #FFFFFF;
}

.block__box--quaternary--tertiary {
  background: #F5F6F7;
}

.block__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .block__map {
    left: 0;
    height: 200px;
  }
}

.block__map--secondary {
  right: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .block__map--secondary {
    right: 0;
  }
}

.block__item {
  display: block;
  margin-bottom: 20px;
}

.block__item__ttl {
  display: block;
  font-weight: 14px;
  line-height: 21px;
  font-weight: 800;
}

.block__item__link {
  display: block;
  font-size: 14px;
  line-height: 21px;
}

.block__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150px;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  /**
		 * Cover
		 * Used for covering image
		 */
  /**
		 * Close
		 * Used for close link
		 */
  /**
		 * Image -> Primary
		 */
  /**
		 * Image -> Secondary
		 */
  /**
		 * Image -> Tertiary
		 */
  /**
		 * Image -> Quaternary
		 */
}

.block__img__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(200, 173, 117, 0.75);
  /**
			 * Cover -> Secondary
			 */
}

.block__img__cover--secondary {
  background: rgba(3, 15, 39, 0.75);
}

.block__img__close {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: none;
  padding: 10px 80px 10px 20px;
  background: #103A5E;
  color: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  /**
			 * Icon
			 * Used for close link icon
			 */
}

.block__img__close:hover {
  background: #FDDF39;
  text-decoration: none;
}

.block__img__close__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  color: #103A5E;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block__img__close__icon:before {
  display: block;
}

@media screen and (max-width: 480px) {
  .block__img__close {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .block__img--primary {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    padding-bottom: 50%;
    border-bottom: 2px solid #103A5E;
  }
}

.block__img--secondary {
  right: 150px;
  left: 0;
}

@media screen and (max-width: 480px) {
  .block__img--secondary {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    padding-bottom: 50%;
  }
}

.block__img--tertiary {
  left: auto;
  right: 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .block__img--tertiary {
    height: 200px;
    width: 100%;
  }
}

.block__img--quaternary {
  left: 0;
  right: auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .block__img--quaternary {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .block--primary {
    padding: 0px;
    margin-bottom: 0px;
  }
}

.block--secondary {
  padding: 0px;
  margin-bottom: 0px;
}

.flickity-page-dots .dot.is-selected {
  background: #FDDF39;
}

.property__slider__inner.flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.social {
  display: block;
  /**
	 * Title
	 * Used for social title
	 */
  /**
	 * Link
	 * Used for social link
	 */
  /**
	 * Social -> Primary
	 */
  /**
	 * Social -> Secondary
	 */
  /**
	 * Social -> Tertiary
	 */
}

.social__ttl {
  margin-bottom: 30px;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
}

.social__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /**
		 * Link -> Secondary
		 */
  /**
		 * Link -> Tertiary
		 */
  /**
		 * Link -> Quaternary
		 */
}

.social__link:hover {
  text-decoration: none;
  color: #FDDF39;
}

.social__link--secondary {
  width: 30px;
  height: 30px;
  padding-top: 7px;
  margin: 0px;
  font-size: 16px;
  line-height: 19.2px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 * Twitter
			 * Used for twitter colour
			 */
  /**
			 * Facebook
			 * Used for facebook colour
			 */
  /**
			 * Share
			 * Used for share colour
			 */
}

.social__link--secondary i:before {
  display: block;
}

.social__link--secondary:hover {
  color: #FFFFFF;
}

.social__link--secondary--twitter {
  background: #00AEEF;
}

.social__link--secondary--twitter:hover {
  background: #0089bc;
}

.social__link--secondary--facebook {
  background: #004F93;
}

.social__link--secondary--facebook:hover {
  background: #003460;
}

.social__link--secondary--share {
  background: #030F27;
}

.social__link--secondary--share:hover {
  background: black;
}

.social__link--tertiary {
  color: #C8AD75;
}

.social__link--tertiary:hover {
  color: #b99751;
}

.social__link--quaternary {
  width: 30px;
  height: 30px;
  padding-top: 7px;
  margin: 0px 5px 0px 0px;
  font-size: 16px;
  line-height: 19.2px;
  color: #C8AD75;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.social__link--quaternary i:before {
  display: block;
}

.social__link--quaternary:hover {
  color: #b99751;
}

.social--primary {
  padding: 150px 0px;
  text-align: center;
  color: #FFFFFF;
  background: url("/assets/img/social.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 675px) {
  .social--primary {
    display: none;
  }
}

.social--secondary {
  display: block;
}

@media screen and (max-width: 1140px) {
  .social--secondary {
    text-align: center;
  }
}

.social--tertiary {
  display: block;
}

.banner {
  position: relative;
  min-height: 230px;
  display: block;
  /**
	 * Image
	 * Used for banner image
	 */
  /**
	 * Arrow
	 * Used for banner arrow
	 */
  /**
	 * Item
	 * Used for individual banner item
	 */
  /**
	 * Container
	 * Used for banner container
	 */
  /**
	 * Cover
	 * Used to cover banner
	 */
  /**
	 * Title
	 * Used for banner title
	 */
  /**
	 * Content
	 * Used for banner content
	 */
  /**
	 * Tabs
	 * Used for banner tabs
	 */
  /**
	 * Overlay
	 * Used for overlaying banners
	 */
  /**
	 * Buttons
	 * Used for banner buttons
	 */
  /**
	 * Heading
	 * Used for banner headings
	 */
  /**
	 * Logo
	 * Used for banner logo container
	 */
  /**
	 * Banner -> Secondary
	 */
  /**
	 * Banner -> Tertiary
	 */
  /**
	 * Banner -> Quaternary
	 */
  /**
	 * Banner -> Quinary
	 */
  /**
	 * Banner -> Senary
	 */
}

.banner__image {
  max-width: 200px;
  margin: 0 auto;
}

.banner__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Right
		 * Used for positioning
		 */
  /**
		 * Inner
		 * Usd for inner arrow icons
		 */
}

@media screen and (max-width: 768px) {
  .banner__arrow {
    display: none;
  }
}

.banner__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.banner__arrow:focus {
  text-decoration: none;
}

.banner__arrow--right {
  left: auto;
  right: 0;
}

.banner__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner__item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 40%;
  text-align: center;
  background-size: cover;
  background-position: center center;
  /**
		 * Inner
		 * Used for inner banner item content
		 */
}

@media screen and (max-width: 768px) {
  .banner__item {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 480px) {
  .banner__item {
    padding-bottom: 100%;
  }
}

.banner__item__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  padding: 0px 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner__container {
  display: block;
  max-width: 580px;
  margin: 0 auto;
}

.banner__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(3, 15, 39, 0.5);
  /**
		 * Cover -> Secondary
		 */
}

.banner__cover--secondary {
  background: rgba(3, 15, 39, 0.75);
}

.banner__ttl {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #FFFFFF;
  /**
		 * Underline
		 * Used for banner underline
		 */
  /**
		 * Title -> Secondary
		 */
}

@media screen and (max-width: 850px) {
  .banner__ttl {
    font-size: 28px;
    line-height: 28px;
  }
}

.banner__ttl__underline {
  position: relative;
}

.banner__ttl__underline:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5px;
  content: '';
  background: #FDDF39;
}

.banner__ttl--secondary {
  position: relative;
  padding-bottom: 30px;
  font-weight: 400;
}

.banner__ttl--secondary:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 3px;
  content: '';
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__content {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  color: #FFFFFF;
  /**
		 * Content -> Secondary
		 */
}

@media screen and (max-width: 900px) {
  .banner__content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .banner__content {
    display: none;
  }
}

.banner__tabs {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  /**
		 * Link
		 * Used for individual banner tab link
		 */
}

.banner__tabs__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 45px 15px 20px;
  margin: 0px 5px;
  min-width: 150px;
  color: #FFFFFF;
  background: #103A5E;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 * Link -> Secondary
			 */
}

.banner__tabs__link:after {
  position: absolute;
  top: 12px;
  right: 8px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  content: 'd';
  font-family: 'loveitts';
  font-size: 10px;
  color: #103A5E;
  text-align: center;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner__tabs__link:hover {
  text-decoration: none;
  background: #FDDF39;
  color: #103A5E;
}

.banner__tabs__link:focus {
  text-decoration: none;
}

.banner__tabs__link.active {
  color: #103A5E;
  background: #FFFFFF;
}

.banner__tabs__link.active:after {
  padding-top: 4px;
  content: 'c';
  color: #FFFFFF;
  background: #103A5E;
}

@media screen and (max-width: 480px) {
  .banner__tabs__link {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .banner__tabs__link.active:after {
    padding-top: 5px;
  }

  .banner__tabs__link:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: block;
    padding-top: 5px;
    margin: 5px auto 0px auto;
  }
}

.banner__tabs__link--secondary {
  color: #C8AD75;
  background: #030F27;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner__tabs__link--secondary:after {
  color: #030F27;
  background: #C8AD75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner__tabs__link--secondary:hover {
  color: #030F27;
  background: #C8AD75;
}

.banner__tabs__link--secondary:hover:after {
  background: #030F27;
  color: #C8AD75;
}

.banner__tabs__link--secondary.active:after {
  background: #030F27;
}

.banner__tabs__link--secondary.active:hover {
  background: #FFFFFF;
}

.banner__overlay {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 30px 30px 0px 30px;
  background: rgba(255, 255, 255, 0.9);
  /**
		 * Icon
		 * Used for containing overlay icon
		 */
  /**
		 * Content
		 * Used for container overlay content
		 */
  /**
		 * Logo
		 * Used for container overlay logo
		 */
  /**
		 * Title
		 * Used for container title
		 */
  /**
		 * Text
		 * Used for containing banner overlay text
		 */
  /**
		 * Link
		 * Used for individual banner overlay link
		 */
  /**
		 * Append
		 * Used for appended content
		 */
}

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

.banner__overlay:after {
  clear: both;
}

.banner__overlay {
  *zoom: 1;
}

@media screen and (max-width: 540px) {
  .banner__overlay {
    padding: 30px 30px 15px 30px;
  }
}

.banner__overlay__icon {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  z-index: 2;
}

.banner__overlay__icon img {
  width: 85px;
}

@media screen and (max-width: 500px) {
  .banner__overlay__icon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    text-align: center;
  }

  .banner__overlay__icon img {
    width: 50px;
  }
}

.banner__overlay__content {
  position: relative;
  display: block;
  padding-left: 105px;
}

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

.banner__overlay__content:after {
  clear: both;
}

.banner__overlay__content {
  *zoom: 1;
}

@media screen and (max-width: 500px) {
  .banner__overlay__content {
    padding-left: 0px;
    text-align: center;
  }
}

.banner__overlay__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  max-width: 75px;
}

@media screen and (max-width: 450px) {
  .banner__overlay__logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    margin: 0 auto;
  }
}

.banner__overlay__ttl {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner__overlay__ttl:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  height: 5px;
  content: '';
  background: #103A5E;
}

@media screen and (max-width: 500px) {
  .banner__overlay__ttl:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.banner__overlay__text {
  font-size: 14px;
  line-height: 28px;
}

.banner__overlay__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 28px;
}

.banner__overlay__link:before {
  display: inline-block;
  vertical-align: middle;
  content: '-';
  margin-right: 5px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
}

.banner__overlay__link:hover {
  text-decoration: none;
}

.banner__overlay__link:hover:before {
  margin-right: 10px;
}

@media screen and (max-width: 540px) {
  .banner__overlay__link {
    display: none;
  }
}

.banner__overlay__append {
  position: absolute;
  top: 0;
  right: -135px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  width: 135px;
  padding: 10px;
  background: #FDDF39;
  border-radius: 0px 10px 10px 0px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 680px) {
  .banner__overlay__append {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px;
  }
}

.banner__overlay__append:hover {
  text-decoration: none;
  background: #fcd707;
}

.banner__overlay__append__ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
}

.banner__overlay__append__subttl {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
}

.banner__overlay__append__address {
  font-size: 12px;
}

.banner__overlay__append__address span {
  display: block;
  font-weight: 600;
}

.banner__overlay__append--secondary {
  top: auto;
  bottom: 0;
  padding: 4px 5px 4px 10px;
  background: #CE0000;
  color: #FFFFFF;
}

.banner__overlay__append--secondary:hover {
  text-decoration: none;
  background: #9b0000;
}

.banner__btns {
  display: block;
  max-width: 500px;
  font-size: 0;
  /**
		 * Item
		 * Used for individual banner button
		 */
}

.banner__btns__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  background: #103A5E;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  /**
			 * Full
			 * Used to create full buttons
			 */
  /**
			 * Icon
			 * Used for button icon
			 */
}

.banner__btns__item:after {
  position: absolute;
  top: 5px;
  right: -1px;
  bottom: 5px;
  left: auto;
  z-index: 2;
  display: block;
  width: 2px;
  content: '';
  background: #FFFFFF;
}

.banner__btns__item:last-child:after {
  display: none;
}

.banner__btns__item:hover {
  color: #103A5E;
  text-decoration: none;
  background: #FDDF39;
}

.banner__btns__item:hover .banner__btns__item__icon {
  color: #FDDF39;
  background: #103A5E;
}

@media screen and (max-width: 540px) {
  .banner__btns__item {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .banner__btns__item:after {
    display: none;
  }
}

.banner__btns__item--full {
  width: 100%;
}

.banner__btns__item span {
  display: inline-block;
  vertical-align: middle;
}

.banner__btns__item__icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #103A5E;
  text-align: center;
  background: #FDDF39;
  border-radius: 50%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.banner__btns__item__icon:before {
  display: block;
}

.banner__heading {
  display: block;
  text-align: center;
  /**
		 * Title
		 * Used for heading title
		 */
}

.banner__heading__ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  font-weight: 800;
  color: #FFFFFF;
  /**
			 * Title -> Secondary
			 */
  /**
			 * Title -> Tertiary
			 */
  /**
			 * Title -> Quaternary
			 */
}

.banner__heading__ttl--secondary {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.banner__heading__ttl--secondary:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 75px;
  height: 5px;
  content: '';
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__heading__ttl--tertiary {
  color: #103A5E;
}

.banner__heading__ttl--quaternary {
  position: relative;
  display: block;
  font-weight: 400;
}

.banner__logo {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  max-width: 250px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner--secondary {
  padding: 50px 0px 70px 0px;
  background-size: cover;
  background-position: center center;
}

.banner--tertiary {
  padding: 80px 0px 100px 0px;
  background-size: cover;
  background-position: center center;
}

.banner--quaternary {
  padding-bottom: 35%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .banner--quaternary {
    padding-bottom: 50%;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 480px) {
  .banner--quaternary {
    padding-bottom: 80%;
  }
}

.banner--quinary {
  padding: 120px 0px 150px 0px;
}

.banner--quinary__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}

.banner--quinary__cover--desktop {
  display: block;
}

@media screen and (max-width: 585px) {
  .banner--quinary__cover--desktop {
    display: none;
  }
}

.banner--quinary__cover--mobile {
  display: none;
}

@media screen and (max-width: 585px) {
  .banner--quinary__cover--mobile {
    display: block;
  }
}

.banner--quinary__content {
  z-index: 5;
}

.banner--senary {
  position: relative;
  padding: 50px 0px;
  background-size: cover;
  background-position: center center;
}

.banner--senary:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: rgba(16, 58, 94, 0.75);
}

.banner--senary__content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .banner--senary__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner--senary__header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.banner--senary__ttl {
  margin: 0;
  padding-right: 50px;
  color: #FFFFFF;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  .banner--senary__ttl {
    padding-right: 0px;
  }
}

.banner--senary__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 980px) {
  .banner--senary__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.banner--senary__links a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 200;
}

@media screen and (max-width: 980px) {
  .banner--senary__links a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .banner--senary__links a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.awards-banner {
  position: absolute;
  right: 16px;
}

@media screen and (max-width: 600px) {
  .awards-banner {
    display: none;
  }
}

.awards-banner__mobile {
  display: none;
  background-color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  .awards-banner__mobile {
    display: block;
  }
}

.queens-banner {
  background-color: #fddf39;
  padding: 0.5em;
}

@media screen and (max-width: 600px) {
  .queens-banner {
    display: none;
  }
}

.queens-banner__mobile {
  text-align: center;
  display: none;
  background-color: #6f1b85;
}

@media screen and (max-width: 600px) {
  .queens-banner__mobile {
    display: block;
  }
}

.covid-banner {
  background-color: #fddf39;
  color: #061E4E;
  padding: 4px 0;
}

.covid-banner a {
  font-size: 13px;
}

.sold-banner {
  background: #fddf39;
  line-height: initial;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 10px;
}

.sold-banner__search {
  font-size: 14px;
}

.sold-banner__single-product {
  font-size: 14px;
}

.tab {
  position: relative;
  display: none;
}

.tab.active {
  display: block;
}

.heading {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  /**
	 * Reset
	 * Used to reset margins
	 */
  /**
	  * Link
	  * Used to set heading link
	  */
  /**
	 * Left
	 * Used to left position heading
	 */
  /**
	 * Title
	 * Used for main heading title
	 */
  /**
	 * Subtitle
	 * Used for main heading subtitle
	 */
  /**
	 * Heading -> Secondary
	 */
  /**
	 * Heading -> Tertiary
	 */
  /**
	 * Heading -> Quaternary
	 */
  /**
	 * Heading -> Quinary
	 */
  /**
	 * Heading -> Senary
	 */
}

.heading:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 75px;
  height: 5px;
  content: '';
  background: #FDDF39;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading--reset {
  margin-bottom: 0px;
}

.heading--link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0 50px;
  color: rgba(255, 255, 255, 0.5);
  /**
	 	 * Link -> Secondary
	 	 */
}

@media screen and (max-width: 480px) {
  .heading--link {
    display: block;
    padding-top: 20px;
  }
}

.heading--link:after {
  display: none;
}

.heading--link:hover,
.heading--link:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.heading--link.active {
  color: #FFFFFF;
}

.heading--link.active:after {
  display: block;
}

.heading--link--secondary {
  margin: 0 25px;
}

.heading--left {
  text-align: left;
}

.heading--left:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.heading__ttl {
  margin-bottom: 0;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
  /**
		 * Title -> Secondary
		 */
  /**
		 * Title -> Tertiary
		 */
  /**
		 * Title -> Quaternary
		 */
}

.heading__ttl.big {
  font-size: 26px;
  line-height: 1;
}

.heading__ttl--secondary {
  color: #103A5E;
}

.heading__ttl--tertiary {
  color: #030F27;
}

.heading__ttl--quaternary {
  font-size: 18px;
}

.heading__subttl {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 200;
}

.heading__subttl--secondary {
  color: #103A5E;
}

.heading--secondary:after {
  background: #103A5E;
}

.heading--tertiary:after {
  background: #030F27;
}

.heading--quaternary {
  padding-bottom: 0px;
}

.heading--quaternary:after {
  display: none;
}

.heading--quinary {
  padding-bottom: 0px;
  text-align: left;
}

.heading--quinary:after {
  display: none;
}

.heading--senary {
  padding-bottom: 0px;
  color: #103A5E;
  text-align: center;
}

.heading--senary:after {
  display: none;
}

.cta {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
  background: #F5F6F7;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
	 * Inner
	 * Used for inner CTA content
	 */
  /**
	 * Icon
	 * Used for CTA icon container
	 */
  /**
	 * Title
	 * Used for CTA title
	 */
  /**
	 * CTA -> Secondary
	 */
}

.cta:hover {
  background: #e7e9ec;
}

.cta:hover .cta__inner:after {
  background: #FDDF39;
}

.cta:hover .cta__icon {
  max-width: 125px;
}

.cta:hover .cta__ttl {
  padding-left: 8px;
  letter-spacing: 8px;
}

@media screen and (max-width: 850px) {
  .cta:hover .cta__icon {
    max-width: 75px;
  }
}

@media screen and (max-width: 675px) {
  .cta {
    padding-bottom: 0px;
  }

  .cta:hover .cta__icon {
    max-width: 50px;
  }

  .cta:hover .cta__ttl {
    letter-spacing: 5px;
  }
}

.cta__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  padding: 20px 20px 30px 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta__inner:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 75px;
  height: 5px;
  content: '';
  background: #103A5E;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 675px) {
  .cta__inner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .cta__inner:after {
    display: none;
  }
}

.cta__icon {
  display: block;
  max-width: 100px;
  margin: 0 auto 30px auto;
  -webkit-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out;
}

.cta__icon .icon {
  max-width: none;
  margin: 0;
}

@media screen and (max-width: 850px) {
  .cta__icon {
    max-width: 50px;
  }
}

@media screen and (max-width: 675px) {
  .cta__icon {
    display: block;
    margin: 0;
  }
}

.cta__ttl {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transition: padding-left 0.2s ease-in-out, letter-spacing 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out, letter-spacing 0.2s ease-in-out;
}

@media screen and (max-width: 850px) {
  .cta__ttl {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 675px) {
  .cta__ttl {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 85px;
    z-index: 2;
    overflow: hidden;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cta--secondary {
  background: #FFFFFF;
}

.testimonials {
  position: relative;
  display: block;
  padding: 0px 75px;
  /**
	 * Inner
	 * Used for inner testimonials
	 */
  /**
	 * Item
	 * Used for individual testimonials item
	 */
  /**
	 * Author
	 * Used for testimonials author
	 */
  /**
	 * Content
	 * Used for testimonials content
	 */
  /**
	 * Arrow
	 * Used for banner arrow
	 */
}

.testimonials__inner {
  display: block;
}

@media screen and (max-width: 480px) {
  .testimonials__inner {
    padding: 50px 0px 30px 0px;
  }
}

.testimonials__item {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .testimonials__item {
    font-size: 14px;
    font-weight: 200;
  }
}

.testimonials__author {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /**
		 * Author -> Secondary
		 */
}

.testimonials__author--secondary {
  color: #030F27;
}

.testimonials__content {
  display: block;
  /**
		 * Content -> Secondary
		 */
}

.testimonials__content--secondary {
  color: #030F27;
}

.testimonials__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Right
		 * Used for positioning
		 */
  /**
		 * Inner
		 * Usd for inner arrow icons
		 */
  /**
		 * Arrow -> Secondary
		 */
}

.testimonials__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials__arrow:focus {
  text-decoration: none;
}

.testimonials__arrow--right {
  left: auto;
  right: 0;
}

.testimonials__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials__arrow--secondary {
  color: #030F27;
}

.testimonials-slider {
  position: relative;
  background: #F5F6F7;
  /**
	 * Author
	 * Used for testimonials author
	 */
  /**
	 * Arrow
	 * Used for banner arrow
	 */
}

.testimonials-slider__item {
  width: 100%;
  padding: 150px 0px 100px 0px;
  text-align: center;
}

.testimonials-slider__author {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.testimonials-slider__icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  padding: 10px;
  background: #FDDF39;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px 0px 5px 5px;
}

.testimonials-slider__icon .icon {
  width: 50px;
  margin: 0px;
}

.testimonials-slider__icon .icon img {
  max-height: 50px;
}

.testimonials-slider__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #103A5E;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Right
		 * Used for positioning
		 */
  /**
		 * Inner
		 * Usd for inner arrow icons
		 */
}

@media screen and (max-width: 768px) {
  .testimonials-slider__arrow {
    display: none;
  }
}

.testimonials-slider__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials-slider__arrow:focus {
  text-decoration: none;
}

.testimonials-slider__arrow--right {
  left: auto;
  right: 0;
}

.testimonials-slider__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials-bubble {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background: #FFFFFF;
}

.testimonials-bubble:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 20px;
  z-index: 2;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
}

.testimonials-bubble__ttl {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
}

.testimonials-bubble__author {
  display: block;
  margin-top: 20px;
  font-weight: 800;
}

.testimonials-section {
  display: block;
  padding: 20px 0px;
  background: #FFFFFF;
  /**
	 * Section -> Secondary
	 */
}

.testimonials-section__left {
  width: 50%;
  float: left;
  font-weight: 800;
}

.testimonials-section__right {
  width: 50%;
  float: right;
  text-align: right;
}

.testimonials-section__full {
  text-align: right;
}

.testimonials-section--secondary {
  background: #F5F6F7;
}

.tools {
  padding: 20px 0px;
  background: #FFFFFF;
  border-top: 1px solid #F5F6F7;
  /**
	 * Inner
	 * Used for inner tool content
	 */
  /**
	 * Total
	 * Used for total count
	 */
  /**
	 * Right
	 * Used for right aligning content
	 */
  /**
	 * Select
	 * Used for select container
	 */
  /**
	 * Buttons
	 * Used for buttons container
	 */
}

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

.tools__inner:after {
  clear: both;
}

.tools__inner {
  *zoom: 1;
}

.tools__total {
  display: inline-block;
}

.tools__total span {
  font-weight: 800;
}

.tools__right {
  float: right;
}

.tools__select {
  display: inline-block;
  vertical-align: middle;
}

.tools__select span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px;
}

.tools__btns {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /**
		 * Item
		 * Used for individual buttons item
		 */
  /**
		 * Icon
		 * Used for buttons icon
		 */
}

@media screen and (max-width: 675px) {
  .tools__btns {
    display: none;
  }
}

.tools__btns__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  /**
			 * Item -> Secondary
			 */
}

.tools__btns__item:hover,
.tools__btns__item.active {
  text-decoration: none;
}

.tools__btns__item:hover .tools__btns__icon,
.tools__btns__item.active .tools__btns__icon {
  color: #FDDF39;
}

.tools__btns__item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.tools__btns__item--secondary:hover .tools__btns__icon,
.tools__btns__item--secondary.active .tools__btns__icon {
  color: #C8AD75;
}

.tools__btns__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  color: #103A5E;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.tools__btns__icon:before {
  display: block;
}

.property {
  display: block;
  /**
	 * Quickview
	 * Used for property quick view
	 */
  /**
	 * Small
	 * Used for property listing
	 */
  /**
	 * Modal
	 * Used for property modals
	 */
  /**
	 * Ratio
	 * Used for property box ratio
	 */
  /**
	 * Box
	 * Used for property box
	 */
  /**
	 * Slider
	 * Used for property images slider
	 */
  /**
	 * Notification
	 * Used for creating property notification
	 */
  /**
	 * Header
	 * Used for property header
	 */
  /**
	 * Title
	 * Used for property title
	 */
  /**
	 * Price
	 * Used for property price
	 */
  /**
	 * Top
	 * Used to container top property content
	 */
  /**
	 * Branch
	 * Used for property branch
	 */
  /**
	 * Heading
	 * Used for property heading
	 */
  /**
	 * Facts
	 * Used for property facts
	 */
  /**
	 * Points
	 * Used for listing property points
	 */
  /**
	 * Description
	 * Used for property description
	 */
  /**
	 * Contact
	 * Used for property contact
	 */
  /**
	 * Quote
	 * Used for property quote
	 */
  /**
	 * Certificates
	 * Used for property certificates
	 */
  /**
	 * Map
	 * Used for property map
	 */
}

.property__quickview {
  display: block;
  /**
		 * Slide
		 * Used for property quickview slide
		 */
  /**
		 * Ratio
		 * Used for property quickview ratio
		 */
}

.property__quickview__slide {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.property__quickview__ratio {
  padding-bottom: 65%;
}

.property--sml {
  position: relative;
  background: #FFFFFF;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  /**
		 * Inner
		 * Used for inner padding
		 */
  /**
		 * Wrapper
		 * Used to wrap relative content
		 */
  /**
		 * Telephone
		 * Used for mobile telephone button
		 */
  /**
		 * Image
		 * Used for property image
		 */
  /**
		 * Quick
		 * Used for property quick link view
		 */
  /**
		 * Content
		 * Used for property content
		 */
  /**
		 * Title
		 * Used for property title
		 */
  /**
		 * Developer
		 * Used for property developer
		 */
  /**
		 * Address
		 * Used for property address
		 */
  /**
		 * Sub Title
		 * Used for property sub title
		 */
  /**
		 * Description
		 * Used for property description
		 */
  /**
		 * Text
		 * Used for property text
		 */
  /**
		 * Price
		 * Used for property price
		 */
  /**
		 * Status
		 * Used for property status
		 */
  /**
		 * Notification
		 * Used for creating property notification
		 */
  /**
		 * Labels
		 * Used for creating property labels
		 */
  /**
		 * Slider
		 * Used for property modal slider
		 */
  /**
		 * Footer
		 * Used for property footer
		 */
  /**
		 * Logo
		 * Used for small property logos
		 */
  /**
		 * Button
		 * Used for small property button
		 */
}

.property--sml:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.property--sml:hover .property--sml__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.property--sml:hover .property--sml__labels {
  left: -25px;
}

.property--sml__inner {
  padding: 30px;
  /**
			 * Inner -> Secondary
			 */
}

.property--sml__inner--secondary {
  padding-bottom: 10px;
}

.property--sml__wrapper {
  position: relative;
}

.property--sml__telephone {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #103A5E;
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .property--sml__telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.property--sml__telephone__icon:before {
  display: block;
}

.property--sml__telephone:hover,
.property--sml__telephone:focus {
  text-decoration: none;
}

.property--sml__img {
  position: relative;
  /**
			 * Link
			 * Used for inner image link
			 */
}

.property--sml__img__link {
  position: relative;
  z-index: 4;
  overflow: hidden;
  display: block;
  /**
				 * Image
				 * Used for other image view
				 */
  /**
				 * List
				 * Used for listing images
				 */
}

.property--sml__img__link img {
  width: 100%;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.property--sml__img__link__img {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  /**
					 * Image -> Secondary
					 */
  /**
					 * Image -> Tertiary
					 */
  /**
					 * Image -> Quaternary
					 */
}

.property--sml__img__link__img--secondary {
  width: 60%;
}

.property--sml__img__link__img--tertiary {
  padding-bottom: 55%;
}

.property--sml__img__link__img--quaternary {
  width: 100%;
  padding-bottom: 60%;
}

.property--sml__img__link__list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 40%;
  padding-left: 1%;
  /**
					 * Item
					 * Used for individual listing image item
					 */
}

.property--sml__img__link__list__item {
  padding-bottom: 63%;
  margin-bottom: 3%;
  background-size: cover;
  background-position: center center;
}

.property--sml__img__slider {
  /**
				* Arrow
				* Used for individual arriw
				*/
}

.property--sml__img__slider__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 30px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
					* Right
					* Used for positioning
					*/
  /**
					* Inner
					* Usd for inner arrow icons
					*/
}

.property--sml__img__slider__arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.property--sml__img__slider__arrow:focus {
  text-decoration: none;
}

.property--sml__img__slider__arrow--right {
  left: auto;
  right: 0;
}

.property--sml__img__slider__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property--sml__quick {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 5;
  min-width: 105px;
  padding: 10px 20px 8px 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px 10px 0px 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 * Quick -> Secondary
			 */
}

@media screen and (max-width: 768px) {
  .property--sml__quick {
    display: none;
  }
}

.property--sml__quick:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
}

.property--sml__quick--secondary {
  left: 30%;
}

.property--sml__content {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 75px;
  /**
			 * Content -> Secondary
			 */
  /**
			 * Content -> Tertiary
			 */
  /**
			 * Content -> Quaternary
			 */
}

@media screen and (max-width: 480px) {
  .property--sml__content {
    padding-bottom: 0px;
  }
}

.property--sml__content:hover {
  text-decoration: none;
}

.property--sml__content--reset {
  padding-bottom: 0px;
}

.property--sml__content--secondary {
  padding-top: 0px;
}

.property--sml__content--tertiary {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
}

.property--sml__content--quaternary {
  padding-bottom: 40px;
}

.property--sml__ttl {
  display: block;
  min-height: 70px;
  font-weight: 800;
  /**
			 * Reset
			 * Used for reset heights
			 */
  /**
			 * Title -> Secondary
			 */
  /**
			 * Title -> Tertiary
			 */
  /**
			 * Title -> Quaternary
			 */
}

@media screen and (max-width: 480px) {
  .property--sml__ttl {
    min-height: 0px;
  }
}

.property--sml__ttl--reset {
  min-height: 0px;
}

.property--sml__ttl--tertiary {
  min-height: 0px;
  font-size: 24px;
}

.property--sml__ttl--quaternary {
  margin-bottom: 20px;
  min-height: 0px;
  font-size: 24px;
}

.property--sml__developer {
  display: block;
  margin-bottom: 30px;
}

.property--sml__address {
  margin-bottom: 10px;
  font-weight: 600;
}

.property--sml__subttl {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  /**
			 * Sub Title -> Secondary
			 */
}

.property--sml__subttl--secondary {
  margin-top: 20px;
  margin-bottom: 10px;
}

.property--sml__desc {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 200;
}

@media screen and (max-width: 480px) {
  .property--sml__desc {
    display: none;
  }
}

.property--sml__text {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  /**
			 * Text -> Secondary
			 */
}

.property--sml__text--secondary {
  margin-top: 0px;
  margin-bottom: 50px;
}

.property--sml__price {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  /**
			 * Heading
			 * Used for price heading
			 */
  /**
			 * Price -> Secondary
			 */
  /**
			 * Price -> Tertiary
			 */
  /**
			 * Price -> Quaternary
			 */
}

@media screen and (max-width: 480px) {
  .property--sml__price {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    margin-top: 20px;
  }
}

.property--sml__price__heading {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
}

.property--sml__price--secondary {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  padding: 10px 0px;
  margin-top: 20px;
  border-top: 1px solid #103A5E;
  border-bottom: 1px solid #103A5E;
}

.property--sml__price--tertiary {
  font-size: 28px;
  line-height: 28px;
}

.property--sml__price--quaternary {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  padding: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  color: #FFFFFF;
  background: #103A5E;
}

.property--sml__status {
  padding: 15px;
  background: #FDDF39;
  font-size: 16px;
  line-height: 16px;
  color: #103A5E;
  font-weight: 800;
  text-transform: uppercase;
  /**
			 * Status -> Secondary
			 */
}

.property--sml__status--secondary {
  background: #D1D3D4;
}

.property--sml__notification {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  z-index: 2;
  background: url("/assets/img/sstc.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 67px;
  height: 67px;
  /**
			 * Notification -> Secondary
			 */
  /**
			 * Notification -> Tertiary
			 */
  /**
			 * Notification -> Quaternary
			 */
}

.property--sml__notification--secondary {
  background-image: url("/assets/img/under-offer.png");
}

.property--sml__notification--tertiary {
  background-image: url("/assets/img/sstc--secondary.png");
}

.property--sml__notification--quaternary {
  background-image: url("/assets/img/let-agreed.png");
}

.property--sml__labels {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -20px;
  z-index: 2;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  /**
			 * Item
			 * Used for individual property label
			 */
}

.property--sml__labels__item {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
  padding: 5px 10px 5px 5px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  background: #FDDF39;
  border-radius: 5px 0px 0px 5px;
  /**
				 * Item -> Secondary
				 */
  /**
				 * Item -> Tertiary
				 */
  /**
				 * Item -> Quaternary
				 */
  /**
				 * Item -> Quinary
				 */
}

.property--sml__labels__item span {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.property--sml__labels__item[data-height="1"] {
  height: 1px;
}

.property--sml__labels__item[data-height="2"] {
  height: 2px;
}

.property--sml__labels__item[data-height="3"] {
  height: 3px;
}

.property--sml__labels__item[data-height="4"] {
  height: 4px;
}

.property--sml__labels__item[data-height="5"] {
  height: 5px;
}

.property--sml__labels__item[data-height="6"] {
  height: 6px;
}

.property--sml__labels__item[data-height="7"] {
  height: 7px;
}

.property--sml__labels__item[data-height="8"] {
  height: 8px;
}

.property--sml__labels__item[data-height="9"] {
  height: 9px;
}

.property--sml__labels__item[data-height="10"] {
  height: 10px;
}

.property--sml__labels__item[data-height="11"] {
  height: 11px;
}

.property--sml__labels__item[data-height="12"] {
  height: 12px;
}

.property--sml__labels__item[data-height="13"] {
  height: 13px;
}

.property--sml__labels__item[data-height="14"] {
  height: 14px;
}

.property--sml__labels__item[data-height="15"] {
  height: 15px;
}

.property--sml__labels__item[data-height="16"] {
  height: 16px;
}

.property--sml__labels__item[data-height="17"] {
  height: 17px;
}

.property--sml__labels__item[data-height="18"] {
  height: 18px;
}

.property--sml__labels__item[data-height="19"] {
  height: 19px;
}

.property--sml__labels__item[data-height="20"] {
  height: 20px;
}

.property--sml__labels__item[data-height="21"] {
  height: 21px;
}

.property--sml__labels__item[data-height="22"] {
  height: 22px;
}

.property--sml__labels__item[data-height="23"] {
  height: 23px;
}

.property--sml__labels__item[data-height="24"] {
  height: 24px;
}

.property--sml__labels__item[data-height="25"] {
  height: 25px;
}

.property--sml__labels__item[data-height="26"] {
  height: 26px;
}

.property--sml__labels__item[data-height="27"] {
  height: 27px;
}

.property--sml__labels__item[data-height="28"] {
  height: 28px;
}

.property--sml__labels__item[data-height="29"] {
  height: 29px;
}

.property--sml__labels__item[data-height="30"] {
  height: 30px;
}

.property--sml__labels__item[data-height="31"] {
  height: 31px;
}

.property--sml__labels__item[data-height="32"] {
  height: 32px;
}

.property--sml__labels__item[data-height="33"] {
  height: 33px;
}

.property--sml__labels__item[data-height="34"] {
  height: 34px;
}

.property--sml__labels__item[data-height="35"] {
  height: 35px;
}

.property--sml__labels__item[data-height="36"] {
  height: 36px;
}

.property--sml__labels__item[data-height="37"] {
  height: 37px;
}

.property--sml__labels__item[data-height="38"] {
  height: 38px;
}

.property--sml__labels__item[data-height="39"] {
  height: 39px;
}

.property--sml__labels__item[data-height="40"] {
  height: 40px;
}

.property--sml__labels__item[data-height="41"] {
  height: 41px;
}

.property--sml__labels__item[data-height="42"] {
  height: 42px;
}

.property--sml__labels__item[data-height="43"] {
  height: 43px;
}

.property--sml__labels__item[data-height="44"] {
  height: 44px;
}

.property--sml__labels__item[data-height="45"] {
  height: 45px;
}

.property--sml__labels__item[data-height="46"] {
  height: 46px;
}

.property--sml__labels__item[data-height="47"] {
  height: 47px;
}

.property--sml__labels__item[data-height="48"] {
  height: 48px;
}

.property--sml__labels__item[data-height="49"] {
  height: 49px;
}

.property--sml__labels__item[data-height="50"] {
  height: 50px;
}

.property--sml__labels__item[data-height="51"] {
  height: 51px;
}

.property--sml__labels__item[data-height="52"] {
  height: 52px;
}

.property--sml__labels__item[data-height="53"] {
  height: 53px;
}

.property--sml__labels__item[data-height="54"] {
  height: 54px;
}

.property--sml__labels__item[data-height="55"] {
  height: 55px;
}

.property--sml__labels__item[data-height="56"] {
  height: 56px;
}

.property--sml__labels__item[data-height="57"] {
  height: 57px;
}

.property--sml__labels__item[data-height="58"] {
  height: 58px;
}

.property--sml__labels__item[data-height="59"] {
  height: 59px;
}

.property--sml__labels__item[data-height="60"] {
  height: 60px;
}

.property--sml__labels__item[data-height="61"] {
  height: 61px;
}

.property--sml__labels__item[data-height="62"] {
  height: 62px;
}

.property--sml__labels__item[data-height="63"] {
  height: 63px;
}

.property--sml__labels__item[data-height="64"] {
  height: 64px;
}

.property--sml__labels__item[data-height="65"] {
  height: 65px;
}

.property--sml__labels__item[data-height="66"] {
  height: 66px;
}

.property--sml__labels__item[data-height="67"] {
  height: 67px;
}

.property--sml__labels__item[data-height="68"] {
  height: 68px;
}

.property--sml__labels__item[data-height="69"] {
  height: 69px;
}

.property--sml__labels__item[data-height="70"] {
  height: 70px;
}

.property--sml__labels__item[data-height="71"] {
  height: 71px;
}

.property--sml__labels__item[data-height="72"] {
  height: 72px;
}

.property--sml__labels__item[data-height="73"] {
  height: 73px;
}

.property--sml__labels__item[data-height="74"] {
  height: 74px;
}

.property--sml__labels__item[data-height="75"] {
  height: 75px;
}

.property--sml__labels__item[data-height="76"] {
  height: 76px;
}

.property--sml__labels__item[data-height="77"] {
  height: 77px;
}

.property--sml__labels__item[data-height="78"] {
  height: 78px;
}

.property--sml__labels__item[data-height="79"] {
  height: 79px;
}

.property--sml__labels__item[data-height="80"] {
  height: 80px;
}

.property--sml__labels__item[data-height="81"] {
  height: 81px;
}

.property--sml__labels__item[data-height="82"] {
  height: 82px;
}

.property--sml__labels__item[data-height="83"] {
  height: 83px;
}

.property--sml__labels__item[data-height="84"] {
  height: 84px;
}

.property--sml__labels__item[data-height="85"] {
  height: 85px;
}

.property--sml__labels__item[data-height="86"] {
  height: 86px;
}

.property--sml__labels__item[data-height="87"] {
  height: 87px;
}

.property--sml__labels__item[data-height="88"] {
  height: 88px;
}

.property--sml__labels__item[data-height="89"] {
  height: 89px;
}

.property--sml__labels__item[data-height="90"] {
  height: 90px;
}

.property--sml__labels__item[data-height="91"] {
  height: 91px;
}

.property--sml__labels__item[data-height="92"] {
  height: 92px;
}

.property--sml__labels__item[data-height="93"] {
  height: 93px;
}

.property--sml__labels__item[data-height="94"] {
  height: 94px;
}

.property--sml__labels__item[data-height="95"] {
  height: 95px;
}

.property--sml__labels__item[data-height="96"] {
  height: 96px;
}

.property--sml__labels__item[data-height="97"] {
  height: 97px;
}

.property--sml__labels__item[data-height="98"] {
  height: 98px;
}

.property--sml__labels__item[data-height="99"] {
  height: 99px;
}

.property--sml__labels__item[data-height="100"] {
  height: 100px;
}

.property--sml__labels__item[data-height="101"] {
  height: 101px;
}

.property--sml__labels__item[data-height="102"] {
  height: 102px;
}

.property--sml__labels__item[data-height="103"] {
  height: 103px;
}

.property--sml__labels__item[data-height="104"] {
  height: 104px;
}

.property--sml__labels__item[data-height="105"] {
  height: 105px;
}

.property--sml__labels__item[data-height="106"] {
  height: 106px;
}

.property--sml__labels__item[data-height="107"] {
  height: 107px;
}

.property--sml__labels__item[data-height="108"] {
  height: 108px;
}

.property--sml__labels__item[data-height="109"] {
  height: 109px;
}

.property--sml__labels__item[data-height="110"] {
  height: 110px;
}

.property--sml__labels__item[data-height="111"] {
  height: 111px;
}

.property--sml__labels__item[data-height="112"] {
  height: 112px;
}

.property--sml__labels__item[data-height="113"] {
  height: 113px;
}

.property--sml__labels__item[data-height="114"] {
  height: 114px;
}

.property--sml__labels__item[data-height="115"] {
  height: 115px;
}

.property--sml__labels__item[data-height="116"] {
  height: 116px;
}

.property--sml__labels__item[data-height="117"] {
  height: 117px;
}

.property--sml__labels__item[data-height="118"] {
  height: 118px;
}

.property--sml__labels__item[data-height="119"] {
  height: 119px;
}

.property--sml__labels__item[data-height="120"] {
  height: 120px;
}

.property--sml__labels__item[data-height="121"] {
  height: 121px;
}

.property--sml__labels__item[data-height="122"] {
  height: 122px;
}

.property--sml__labels__item[data-height="123"] {
  height: 123px;
}

.property--sml__labels__item[data-height="124"] {
  height: 124px;
}

.property--sml__labels__item[data-height="125"] {
  height: 125px;
}

.property--sml__labels__item[data-height="126"] {
  height: 126px;
}

.property--sml__labels__item[data-height="127"] {
  height: 127px;
}

.property--sml__labels__item[data-height="128"] {
  height: 128px;
}

.property--sml__labels__item[data-height="129"] {
  height: 129px;
}

.property--sml__labels__item[data-height="130"] {
  height: 130px;
}

.property--sml__labels__item[data-height="131"] {
  height: 131px;
}

.property--sml__labels__item[data-height="132"] {
  height: 132px;
}

.property--sml__labels__item[data-height="133"] {
  height: 133px;
}

.property--sml__labels__item[data-height="134"] {
  height: 134px;
}

.property--sml__labels__item[data-height="135"] {
  height: 135px;
}

.property--sml__labels__item[data-height="136"] {
  height: 136px;
}

.property--sml__labels__item[data-height="137"] {
  height: 137px;
}

.property--sml__labels__item[data-height="138"] {
  height: 138px;
}

.property--sml__labels__item[data-height="139"] {
  height: 139px;
}

.property--sml__labels__item[data-height="140"] {
  height: 140px;
}

.property--sml__labels__item[data-height="141"] {
  height: 141px;
}

.property--sml__labels__item[data-height="142"] {
  height: 142px;
}

.property--sml__labels__item[data-height="143"] {
  height: 143px;
}

.property--sml__labels__item[data-height="144"] {
  height: 144px;
}

.property--sml__labels__item[data-height="145"] {
  height: 145px;
}

.property--sml__labels__item[data-height="146"] {
  height: 146px;
}

.property--sml__labels__item[data-height="147"] {
  height: 147px;
}

.property--sml__labels__item[data-height="148"] {
  height: 148px;
}

.property--sml__labels__item[data-height="149"] {
  height: 149px;
}

.property--sml__labels__item[data-height="150"] {
  height: 150px;
}

.property--sml__labels__item[data-height="151"] {
  height: 151px;
}

.property--sml__labels__item[data-height="152"] {
  height: 152px;
}

.property--sml__labels__item[data-height="153"] {
  height: 153px;
}

.property--sml__labels__item[data-height="154"] {
  height: 154px;
}

.property--sml__labels__item[data-height="155"] {
  height: 155px;
}

.property--sml__labels__item[data-height="156"] {
  height: 156px;
}

.property--sml__labels__item[data-height="157"] {
  height: 157px;
}

.property--sml__labels__item[data-height="158"] {
  height: 158px;
}

.property--sml__labels__item[data-height="159"] {
  height: 159px;
}

.property--sml__labels__item[data-height="160"] {
  height: 160px;
}

.property--sml__labels__item[data-height="161"] {
  height: 161px;
}

.property--sml__labels__item[data-height="162"] {
  height: 162px;
}

.property--sml__labels__item[data-height="163"] {
  height: 163px;
}

.property--sml__labels__item[data-height="164"] {
  height: 164px;
}

.property--sml__labels__item[data-height="165"] {
  height: 165px;
}

.property--sml__labels__item[data-height="166"] {
  height: 166px;
}

.property--sml__labels__item[data-height="167"] {
  height: 167px;
}

.property--sml__labels__item[data-height="168"] {
  height: 168px;
}

.property--sml__labels__item[data-height="169"] {
  height: 169px;
}

.property--sml__labels__item[data-height="170"] {
  height: 170px;
}

.property--sml__labels__item[data-height="171"] {
  height: 171px;
}

.property--sml__labels__item[data-height="172"] {
  height: 172px;
}

.property--sml__labels__item[data-height="173"] {
  height: 173px;
}

.property--sml__labels__item[data-height="174"] {
  height: 174px;
}

.property--sml__labels__item[data-height="175"] {
  height: 175px;
}

.property--sml__labels__item[data-height="176"] {
  height: 176px;
}

.property--sml__labels__item[data-height="177"] {
  height: 177px;
}

.property--sml__labels__item[data-height="178"] {
  height: 178px;
}

.property--sml__labels__item[data-height="179"] {
  height: 179px;
}

.property--sml__labels__item[data-height="180"] {
  height: 180px;
}

.property--sml__labels__item[data-height="181"] {
  height: 181px;
}

.property--sml__labels__item[data-height="182"] {
  height: 182px;
}

.property--sml__labels__item[data-height="183"] {
  height: 183px;
}

.property--sml__labels__item[data-height="184"] {
  height: 184px;
}

.property--sml__labels__item[data-height="185"] {
  height: 185px;
}

.property--sml__labels__item[data-height="186"] {
  height: 186px;
}

.property--sml__labels__item[data-height="187"] {
  height: 187px;
}

.property--sml__labels__item[data-height="188"] {
  height: 188px;
}

.property--sml__labels__item[data-height="189"] {
  height: 189px;
}

.property--sml__labels__item[data-height="190"] {
  height: 190px;
}

.property--sml__labels__item[data-height="191"] {
  height: 191px;
}

.property--sml__labels__item[data-height="192"] {
  height: 192px;
}

.property--sml__labels__item[data-height="193"] {
  height: 193px;
}

.property--sml__labels__item[data-height="194"] {
  height: 194px;
}

.property--sml__labels__item[data-height="195"] {
  height: 195px;
}

.property--sml__labels__item[data-height="196"] {
  height: 196px;
}

.property--sml__labels__item[data-height="197"] {
  height: 197px;
}

.property--sml__labels__item[data-height="198"] {
  height: 198px;
}

.property--sml__labels__item[data-height="199"] {
  height: 199px;
}

.property--sml__labels__item[data-height="200"] {
  height: 200px;
}

.property--sml__labels__item--secondary {
  background: #082F0E;
}

.property--sml__labels__item--tertiary {
  background: #103A5E;
}

.property--sml__labels__item--quaternary {
  background: #EB6400;
}

.property--sml__labels__item--quinary {
  background: #6E6D6D;
}

.property--sml__slider {
  position: relative;
  /**
			 * Arrow
			 * Used for individual arriw
			 */
}

.property--sml__slider__items.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.property--sml__slider__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
				 * Right
				 * Used for positioning
				 */
  /**
				 * Inner
				 * Usd for inner arrow icons
				 */
}

.property--sml__slider__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.property--sml__slider__arrow:focus {
  text-decoration: none;
}

.property--sml__slider__arrow--right {
  left: auto;
  right: 0;
}

.property--sml__slider__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property--sml__footer {
  background: #103A5E;
  /**
			 * Item
			 * Used for individual footer item
			 */
}

.property--sml__footer:before,
.property--sml__footer:after {
  content: " ";
  display: table;
}

.property--sml__footer:after {
  clear: both;
}

.property--sml__footer {
  *zoom: 1;
}

.property--sml__footer__item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 64px;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.property--sml__footer__item:after {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: auto;
  z-index: 2;
  width: 1px;
  content: '';
  background: #FFFFFF;
}

.property--sml__footer__item:last-child:after {
  display: none;
}

.property--sml__logo {
  max-width: 200px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .property--sml__logo {
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 10;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.property--sml__btn {
  margin-top: 20px;
  /**
			 * Button -> Secondary
			 */
}

.property--sml__btn--secondary {
  margin-top: 0px;
}

.property--sml__new-homes_badge {
  position: relative;
  display: block;
  width: 20px;
  height: 85px;
  padding: 5px 10px 5px 5px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  background: #FDDF39;
  border-radius: 5px 0px 0px 5px;
}

.property--sml__new-homes_badge span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.property--modal {
  display: block;
  /**
		 * Footer
		 * Used for property modal footer
		 */
  /**
		 * CTA
		 * Used for individual CTA links
		 */
}

.property--modal__footer {
  /**
			 * Left
			 * Used for left positioning
			 */
  /**
			 * Right
			 * Used for right positioning
			 */
}

.property--modal__footer:before,
.property--modal__footer:after {
  content: " ";
  display: table;
}

.property--modal__footer:after {
  clear: both;
}

.property--modal__footer {
  *zoom: 1;
}

.property--modal__footer__left {
  float: left;
  padding-top: 10px;
}

.property--modal__footer__right {
  float: right;
}

.property--modal__cta {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.property--modal__cta:hover {
  text-decoration: none;
  color: #FDDF39;
}

.property--modal__cta img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
}

.property--modal__cta span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
  line-height: 12px;
}

.property__ratio {
  position: relative;
  padding-bottom: 65%;
  /**
		 * Ratio -> Secondary
		 */
}

.property__ratio--secondary {
  padding-bottom: 50%;
}

.property__box {
  position: relative;
  display: block;
  /**
		 * Item
		 * Used for property box item
		 */
  /**
		 * Navigation
		 * Used for slider navigation
		 */
}

@media screen and (max-width: 1110px) {
  .property__box {
    overflow: hidden;
  }
}

.property__box__item {
  display: none;
}

.property__box__item.active {
  display: block;
}

.property__box__item__notification {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 5;
  display: block;
  padding: 10px;
  background: #FDDF39;
  color: #103A5E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.property__box__item__notification span,
.property__box__item__notification i {
  display: inline-block;
  vertical-align: middle;
}

.property__box__item__notification i:before {
  display: block;
}

.property__box__item__notification:hover {
  text-decoration: none;
  color: #103A5E;
  background: #fcd707;
}

.property__box__nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  /**
			 * Item
			 * Used for individual navigation item
			 */
}

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

.property__box__nav:after {
  clear: both;
}

.property__box__nav {
  *zoom: 1;
}

@media screen and (max-width: 768px) {
  .property__box__nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    margin-bottom: 20px;
  }
}

.property__box__nav__item {
  float: left;
  width: 16.66666667%;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 	 * Item -> Secondary
			 	 */
  /**
			 	 * Item -> Tertiary
			 	 */
  /**
			 	 * Item -> Quaternary
			 	 */
}

@media screen and (max-width: 768px) {
  .property__box__nav__item {
    width: 50%;
    height: 65px;
    border: 1px solid #F5F6F7;
  }
}

.property__box__nav__item:hover,
.property__box__nav__item.active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.75);
}

.property__box__nav__item img {
  display: inline-block;
  vertical-align: middle;
  max-height: 25px;
  max-width: 20px;
}

.property__box__nav__item span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
}

.property__box__nav__item--secondary img {
  max-width: 15px;
}

@media screen and (max-width: 768px) {
  .property__box__nav__item--tertiary {
    width: 100%;
  }
}

.property__box__nav__item--quaternary {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}

.property__box__nav__item--quaternary img {
  max-width: 30px;
}

.property__box__nav__item--quaternary.active span {
  color: #C8AD75;
}

.property__box__nav--secondary {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  padding-top: 50px;
  text-align: center;
}

.property__slider {
  /**
		 * Arrow
		 * Used for individual arriw
		 */
  /**
		 * Item
		 * Used for individual property images item
		 */
}

@media screen and (max-width: 1140px) {
  .property__slider {
    position: relative;
  }
}

.property__slider__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
			 * Right
			 * Used for positioning
			 */
  /**
			 * Inner
			 * Usd for inner arrow icons
			 */
}

.property__slider__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.property__slider__arrow:focus {
  text-decoration: none;
}

.property__slider__arrow--right {
  left: auto;
  right: 0;
}

.property__slider__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property__slider__item {
  display: block;
  width: 100%;
  /**
			 * Background
			 * Used for background property image items
			 */
}

.property__slider__item img {
  width: 100%;
}

.property__slider__item--bg {
  background-position: center center;
  background-size: cover;
}

.property__slider__item--bg--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.property__notification {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  z-index: 10;
  background: url("/assets/img/sstc.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 67px;
  height: 67px;
  /**
		 * Notification -> Secondary
		 */
  /**
		 * Notification -> Tertiary
		 */
  /**
		 * Notification -> Quaternary
		 */
}

.property__notification--secondary {
  background-image: url("/assets/img/under-offer.png");
}

.property__notification--tertiary {
  background-image: url("/assets/img/sstc--secondary.png");
}

.property__notification--quaternary {
  background-image: url("/assets/img/let-agreed.png");
}

.property__header {
  margin-bottom: 20px;
}

@media screen and (max-width: 1110px) {
  .property__header {
    padding: 0px 20px;
  }
}

.property__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  /**
		 * Title -> Secondary
		 */
}

@media screen and (max-width: 768px) {
  .property__ttl {
    font-size: 16px;
    line-height: 24px;
  }
}

.property__ttl--secondary {
  font-weight: 400;
}

.property__price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  /**
		 * Price -> Secondary
		 */
}

@media screen and (max-width: 768px) {
  .property__price {
    font-size: 20px;
    line-height: 20px;
  }
}

.property__section {
  /**
		 * Left
		 * Used for left block
		 */
  /**
		 * Right
		 * Used for right block
		 */
  /**
		 * Full
		 */
  /**
		 * Inner
		 * Used for inner section
		 */
}

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

.property__section:after {
  clear: both;
}

.property__section {
  *zoom: 1;
}

.property__section__left {
  float: left;
  width: 65%;
}

@media screen and (max-width: 1140px) {
  .property__section__left {
    width: 100%;
  }
}

.property__section__right {
  float: right;
  width: 35%;
}

@media screen and (max-width: 1140px) {
  .property__section__right {
    width: 100%;
  }
}

.property__section__full {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .property__section__full {
    margin-bottom: 20px;
  }
}

.property__section__inner {
  padding-left: 20px;
  /**
			 * Inner -> Secondary
			 */
  /**
			 * Inner -> Tertiary
			 */
  /**
			 * Inner -> Quaternary
			 */
  /**
			 * Inner -> Quinary
			 */
  /**
			 * Inner -> Senary
			 */
}

@media screen and (max-width: 1140px) {
  .property__section__inner {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1110px) {
  .property__section__inner {
    padding: 0px 20px;
  }
}

.property__section__inner--secondary {
  padding: 30px;
  background: #103A5E;
  color: #FFFFFF;
}

.property__section__inner--tertiary {
  padding: 30px 30px 30px 0px;
}

@media screen and (max-width: 1110px) {
  .property__section__inner--tertiary {
    padding: 20px;
  }
}

.property__section__inner--quaternary {
  padding: 20px;
  background: #C8AD75;
}

.property__section__inner--quinary {
  padding: 20px 0px 0px 20px;
  background: #FFFFFF;
}

@media screen and (max-width: 1140px) {
  .property__section__inner--quinary {
    padding: 0px;
  }
}

@media screen and (max-width: 1110px) {
  .property__section__inner--quinary {
    padding: 0px 20px;
  }
}

.property__section__inner--senary {
  padding: 30px;
  background: #030F27;
  color: #FFFFFF;
}

.property__branch {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  /**
		 * Name
		 * Used for property branch name
		 */
  /**
		 * Address
		 * Used for property branch address
		 */
  /**
		 * Info
		 * Used for property branch info
		 */
  /**
		 * Buttons
		 * Used for property branch buttons
		 */
  /**
		 * Button
		 * Used for property branch button
		 */
}

.property__branch__name {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.property__branch__address {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 200;
}

.property__branch__info {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
}

.property__branch__info a {
  color: #103A5E;
  font-size: 19px;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.property__branch__info a:hover {
  color: #FDDF39;
  text-decoration: none;
}

.property__branch__btns {
  margin-bottom: 10px;
}

.property__branch__btn {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}

.property__heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #103A5E;
  text-transform: uppercase;
  letter-spacing: 5px;
  /**
		 * Heading -> Secondary
		 */
  /**
		 * Heading -> Tertiary
		 */
  /**
		 * Heading -> Quaternary
		 */
}

.property__heading--secondary {
  color: #FFFFFF;
}

.property__heading--tertiary {
  margin-bottom: 50px;
}

.property__heading--quaternary {
  color: #C8AD75;
}

.property__facts {
  display: block;
}

.property__facts span {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 200;
}

.property__facts span:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: '-';
}

.property__points {
  display: block;
  margin-bottom: 20px;
  /**
		 * Item
		 * Used for individual list item
		 */
}

@media screen and (max-width: 768px) {
  .property__points {
    margin-bottom: 0px;
  }
}

.property__points__item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-right: 3%;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .property__points__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.property__points__item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
}

.property__points__item span {
  display: inline-block;
  vertical-align: middle;
}

.property__desc {
  display: block;
}

.property__desc p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 200;
}

.property__contact {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding: 20px 0px;
  border-right: 1px solid #030F27;
  /**
		 * Person
		 * Used for contact person
		 */
  /**
		 * Inner
		 * Used for inner contact content
		 */
  /**
		 * Title
		 * Used for contact title
		 */
  /**
		 * Content
		 * Used for contact content
		 */
}

@media screen and (max-width: 768px) {
  .property__contact {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-right: none;
  }
}

.property__contact__person {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  overflow: hidden;
  display: block;
  max-width: 75px;
  border-radius: 50%;
}

.property__contact__person img {
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.property__contact__person:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .property__contact__person {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
  }
}

.property__contact__inner {
  padding-left: 95px;
}

@media screen and (max-width: 768px) {
  .property__contact__inner {
    padding-left: 0px;
  }
}

.property__contact__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: #000000;
}

.property__contact__content {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.property__contact__content a {
  font-weight: 800;
  color: #000000;
}

.property__quote {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding: 30px;
  font-size: 16px;
  line-height: 19.2px;
  font-style: italic;
  color: #000000;
}

.property__quote:before {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  z-index: 2;
  content: open-quote;
  font-size: 35px;
  line-height: 35px;
}

.property__quote:after {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: auto;
  z-index: 2;
  content: close-quote;
  font-size: 35px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  .property__quote {
    display: none;
  }
}

.property__certificates {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /**
		 * Item
		 * Used for each item
		 */
}

.property__certificates__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
}

@media screen and (max-width: 540px) {
  .property__certificates__item {
    max-width: 125px;
  }
}

.property__map,
.property__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.property__video {
  width: 100%;
  height: 100%;
  height: calc(100% - 60px);
}

@media screen and (max-width: 768px) {
  .property__video {
    height: 100%;
  }
}

.pagination-container {
  text-align: right;
  /**
	 * Space
	 * Used to space pagination
	 */
  /**
	 * Item
	 * Used for individual pagination item
	 */
  /**
	 * Pagination -> Secondary
	 */
}

.pagination-container--space {
  margin-top: 30px;
}

.pagination-container .page-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.pagination-container .page-item.active .page-link:after {
  bottom: 0px;
  background: #103A5E;
}

.pagination-container .page-item.disabled .page-link:hover:after {
  bottom: -3px;
}

.pagination-container .page-item .page-link {
  padding: 5px;
  margin: 0px 5px;
  font-size: 16px;
  color: #103A5E;
}

.pagination-container .page-item .page-link:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  content: '';
  background: #FDDF39;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.pagination-container .page-item .page-link:hover,
.pagination-container .page-item .page-link.active {
  text-decoration: none;
}

.pagination-container .page-item .page-link:hover:after,
.pagination-container .page-item .page-link.active:after {
  bottom: 0px;
}

.pagination-container--secondary {
  position: relative;
}

.pagination-container--secondary .pagination__item:after {
  background: #103A5E;
}

.pagination-container--secondary .pagination__item.active:after {
  background: #C8AD75;
}

.map {
  display: block;
  padding-bottom: 40%;
}

.contact_map_container {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .contact_map_container {
    height: 200px;
  }
}

.contact_map_container .contact_map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.map-content {
  position: relative;
  width: 350px;
  background: #FFFFFF;
}

.map-content__notification {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  padding: 10px;
  text-align: center;
  font-weight: 800;
  background: rgba(253, 223, 57, 0.8);
}

.map-content__img {
  padding-bottom: 65%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

.map-content__address {
  margin-top: 10px;
  color: #103A5E;
  font-weight: 800;
  font-size: 16px;
}

.map-content__alias {
  margin-top: 10px;
}

.map-content__price {
  margin-top: 20px;
}

.map-content__price span {
  display: block;
  font-size: 20px;
}

.map-content__btn {
  margin-top: 20px;
}

.modal {
  position: fixed;
  top: -150%;
  right: 0;
  bottom: 150%;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  /**
	 * Inner
	 * Used for modal inner positioning
	 */
  /**
	 * Box
	 * Used for modal box
	 */
  /**
	 * Close
	 * Used for close modal link
	 */
}

.modal.active {
  top: 0;
  bottom: 0;
}

.modal.active .modal__inner {
  top: 50%;
}

@media screen and (max-width: 480px) {
  .modal.active .modal__inner {
    top: 0;
    bottom: 0;
  }
}

.modal__inner {
  position: fixed;
  top: 200%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 480px) {
  .modal__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
  }
}

.modal__box {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #FFFFFF;
  border: 10px solid #103A5E;
  /**
		 * Box -> Secondary
		 */
  /**
		 * Box -> Tertiary
		 */
}

.modal__box__header {
  margin-bottom: 20px;
}

.modal__box__ttl {
  font-weight: 800;
}

.modal__box__subttl {
  margin-bottom: 20px;
  font-size: 14px;
}

.modal__box__subttl span {
  font-size: 20px;
}

.modal__box__subttl span a {
  font-size: 20px;
}

.modal__box--secondary {
  padding: 30px 30px 10px 30px;
}

.modal__box--tertiary {
  background: #F5F6F7;
}

.modal__box--quinary {
  background: #F5F6F7;
  width: 90%;
  max-width: 1200px;
}

.modal__box--quinary--image {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.modal__close:after {
  display: block;
}

.modal__close:hover {
  text-decoration: none;
  color: #FDDF39;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  /**
	 * Link
	 * Used for team link
	 */
  /**
	 * Section
	 * Used for individual team section
	 */
  /**
	 * Image
	 * Used for team image
	 */
  /**
	 * Heading
	 * Used for team heading
	 */
  /**
	 * Content
	 * Used for team content
	 */
  /**
	 * Link
	 * Used for team link
	 */
  /**
	 * Info
	 * Used for info links
	 */
  /**
	 * Name
	 * Used for team name
	 */
  /**
	 * Team -> Secondary
	 */
}

.team:hover .team__img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team--link {
  position: relative;
  overflow: hidden;
  height: 505px;
}

.team--link:after {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5px;
  content: '';
  background: #FDDF39;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.team--link:hover {
  text-decoration: none;
}

.team--link:hover:after {
  top: 0px;
}

.team__section {
  padding: 30px;
}

.team__section:last-of-type {
  border-top: 1px solid #F5F6F7;
  padding: 0;
  padding-left: 30px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team__img {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
}

.team__img img {
  width: 100%;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.team__heading {
  min-height: 65px;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: center;
  /**
		 * Heading -> Secondary
		 */
}

.team__heading--secondary {
  min-height: 0px;
  margin-bottom: 30px;
  font-weight: 400;
}

.team__content {
  font-weight: 200;
  text-align: center;
  /**
		 * Content -> Secondary
		 */
}

.team__content--secondary {
  margin-bottom: 30px;
}

.team__link {
  font-weight: 800;
  text-decoration: underline;
}

.team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.team__info i {
  display: inline-block;
  vertical-align: middle;
}

.team__info i:before {
  display: block;
  margin-right: 5px;
  margin-top: 3px;
}

.team__info span {
  display: inline-block;
  vertical-align: middle;
}

.team__info:hover {
  color: #FDDF39;
  text-decoration: none;
}

.team__name {
  display: block;
  font-weight: 800;
}

.team--secondary {
  background: transparent;
}

.team-modal {
  display: block;
  /**
	 * Info
	 * Used for info links
	 */
}

.team-modal__img {
  width: 100%;
}

.team-modal__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.team-modal__position {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 15px;
}

.team-modal__content {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 19.5px;
}

.team-modal__info {
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.team-modal__info i {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.team-modal__info i:before {
  display: block;
}

.team-modal__info span {
  display: inline-block;
  vertical-align: middle;
}

.team-modal__info:hover {
  color: #FDDF39;
  text-decoration: none;
}

.article {
  display: block;
  /**
	 * Small
	 * Used for small articles
	 */
}

.article--sml {
  padding: 30px;
  background: #FFFFFF;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  /**
		 * Image
		 * Used for small article image
		 */
  /**
		 * Title
		 * Used for small article title
		 */
  /**
		 * Date
		 * Used for small article date
		 */
  /**
		 * Content
		 * Used for small article content
		 */
  /**
		 * Article -> Secondary
		 */
}

.article--sml:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.article--sml:hover .article--sml__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.article--sml__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  /**
			 * Cover
			 * Used for cover images
			 */
  /**
			 * Reset
			 * Used to reset margins
			 */
}

.article--sml__img img {
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.article--sml__img--cover {
  padding-bottom: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.article--sml__img--reset {
  margin-bottom: 0;
}

.article--sml__ttl {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.article--sml__date {
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 14px;
  line-height: 14px;
}

.article--sml__content {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.article--sml--secondary {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.article__ttl {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
}

.article__header {
  margin-bottom: 30px;
  text-align: center;
}

.article__img {
  padding-bottom: 30%;
  margin-bottom: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.article__video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__content {
  margin-bottom: 50px;
  text-align: center;
}

.extra {
  position: relative;
  display: block;
  margin-bottom: 75px;
  /**
	 * Inner
	 * Used for inner extra content
	 */
  /**
	 * Link
	 * Used for news link
	 */
}

.extra.active .extra__inner {
  max-height: 5000px;
}

.extra.active .extra__inner:after {
  opacity: 0;
  visibility: none;
}

.extra__inner {
  position: relative;
  max-height: 500px;
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.extra__inner:after {
  position: absolute;
  top: 75%;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 153, 153, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=0 );
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.extra__link {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /**
		 * More
		 * Used for more link
		 */
  /**
		 * Less
		 * Used for less link
		 */
}

.extra__link span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: letter-spacing 0.2s ease-in-out;
  transition: letter-spacing 0.2s ease-in-out;
}

.extra__link i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 11px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  background: #103A5E;
  border-radius: 50%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.extra__link i:before {
  display: block;
}

.extra__link:hover {
  text-decoration: none;
}

.extra__link:hover span {
  letter-spacing: 3px;
}

.extra__link:hover i {
  color: #103A5E;
  background: #FDDF39;
}

.tlc .extra__link:hover i {
  background: #C8AD75;
  color: #030F27;
}

.extra__link.active .extra__link__more {
  display: none;
}

.extra__link.active .extra__link__less {
  display: block;
}

.extra__link__more {
  display: block;
}

.extra__link__less {
  display: none;
}

.accordion {
  display: block;
  /**
	 * Link
	 * Used for individual accordion link
	 */
  /**
	 * Content
	 * Used for individual accordion content
	 */
}

.accordion__link {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 1px;
  font-weight: 800;
  background: #FFFFFF;
}

.accordion__link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  font-family: 'loveitts';
  font-size: 16px;
  content: 'c';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.accordion__link:hover {
  text-decoration: none;
}

.accordion__link:hover:after {
  color: #FDDF39;
}

.accordion__link.active:after {
  content: 'd';
}

.accordion__content {
  position: relative;
  overflow: hidden;
  display: none;
  padding: 20px;
  margin-bottom: 1px;
  background: #FFFFFF;
}

.accordion__content.active {
  display: block;
}

.burger {
  display: none;
  color: #FFFFFF;
  font-size: 24px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /**
	 * Burger -> Secondary
	 */
}

.burger i:before {
  display: block;
}

.burger:hover {
  color: #FDDF39;
  text-decoration: none;
}

@media screen and (max-width: 1030px) {
  .burger {
    display: block;
  }
}

.burger--secondary {
  color: #C8AD75;
}

.burger--secondary:hover {
  color: #b99751;
}

.search {
  display: block;
  /**
	 * Search -> Secondary
	 */
}

@media screen and (max-width: 1030px) {
  .search {
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 99999;
    padding: 20px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .search.active {
    top: 67px;
    bottom: 0;
  }
}

@media screen and (max-width: 1030px) {
  .search--secondary {
    background: #030F27;
  }
}

.search-trigger {
  display: none;
  color: #FFFFFF;
  font-size: 24px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  /**
	 * Search Trigger -> Secondary
	 */
}

.search-trigger i {
  display: block;
}

.search-trigger:hover {
  color: #FDDF39;
  text-decoration: none;
}

@media screen and (max-width: 1030px) {
  .search-trigger {
    display: block;
  }
}

.search-trigger--secondary {
  color: #C8AD75;
}

.search-trigger--secondary:hover {
  color: #b99751;
}

.box {
  background: #FFFFFF;
  padding: 50px;
  /**
	 * Box -> Secondary
	 */
}

.box p:last-child {
  margin-bottom: 0px;
}

.box__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
}

.box__ttl--secondary {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
}

.box__label {
  margin: 20px 0px;
}

.box--secondary {
  background: #FDDF39;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  /**
	 * Row
	 * Replicate table row and set default styles
	 */
  /**
	 * Cell
	 * Replicate table cell and set default styles
	 */
  /**
	 * RWD
	 * Used to make the table responsive based on floats and splitting cells
	 */
}

.table__row {
  display: table-row;
  background: #F5F6F7;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.table__row:nth-child(odd) {
  background: #FFFFFF;
}

.table__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  font-weight: 200;
  border: 1px solid #D1D2D3;
  /**
		 * Large
		 * Used for large cells
		 */
  /**
		 * Medium
		 * Used for medium cells
		 */
  /**
		 * Small
		 * Used for small cells
		 */
  /**
		 * Reset
		 * Used to reset borders
		 */
}

.table__cell--lrg {
  width: 75%;
}

.table__cell--md {
  width: 55%;
}

.table__cell--sml {
  width: 15%;
}

.table__cell--reset {
  border: none;
}

.table--rwd {
  /*--------------------------------*/
  /*--------------------------------*/
}

@media screen and (max-width: 648px) {
  .table--rwd {
    /**
			 * Left
			 * Used to position text
			 */
    /**
			 * Center
			 * Used to position text
			 */
    /**
			 * Border
			 * Used to create bottom border
			 */
  }

  .table--rwd .table__row {
    /**
				 * Header
				 * Used for row header
				 */
  }

  .table--rwd .table__row--header {
    display: none;
  }

  .table--rwd .table__cell {
    display: block;
    width: 100%;
    float: left;
  }

  .table--rwd .table__cell--empty {
    padding: 0px;
  }

  .table--rwd .table__cell--header {
    font-weight: 400;
  }

  .table--rwd .table__cell--value {
    padding: 10px;
    text-align: left;
  }

  .table--rwd .table__cell:before {
    display: block;
    margin-bottom: 5px;
    content: attr(data-header);
    font-size: 12px;
    text-align: center;
  }

  .table--rwd__left {
    text-align: left;
  }

  .table--rwd__center {
    text-align: center;
  }

  .table--rwd__border {
    border-bottom: 1px solid #030F27;
    /**
				 * Border -> Secondary
				 */
  }

  .table--rwd__border--secondary {
    border-bottom: 1px solid #F5F6F7;
  }
}

/**
 * Table Link
 * Used for table link buttons
 */

.table-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  font-size: 20px;
  font-weight: 200;
  border: 1px solid #F5F6F7;
  /**
	 * Button
	 * Used for inner table link button
	 */
  /**
	 * Icon
	 * Used for inner table link icon
	 */
}

@media screen and (max-width: 648px) {
  .table-link {
    display: block;
    width: 100%;
    float: left;
  }
}

.table-link__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  background: #FDDF39;
  font-size: 24px;
}

@media screen and (max-width: 648px) {
  .table-link__btn {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    display: block;
  }
}

.table-link__btn:hover span {
  top: 40%;
}

.table-link__btn:hover span.table-link__hover {
  opacity: 1;
  visibility: visible;
}

.table-link__btn span {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  /**
			 * Hover
			 * Used for inner table link hover effect
			 */
}

@media screen and (max-width: 648px) {
  .table-link__btn span {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.table-link__btn span.table-link__hover {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

@media screen and (max-width: 648px) {
  .table-link__btn span.table-link__hover {
    display: none;
  }
}

.table-link__icon:before {
  display: block;
}

.icon {
  max-width: 50px;
  margin: 0 auto 20px auto;
}

.number {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px auto;
  padding-top: 9px;
  color: #FFFFFF;
  text-align: center;
  background: #103A5E;
  border-radius: 50%;
}

.points {
  display: inline-block;
}

.points__item {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}

.points__item__index {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background: #103A5E;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
}

.points__item__index--secondary {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 2;
  margin: 0 auto 10px auto;
  background: #FDDF39;
  color: #103A5E;
}

.points__item__text {
  display: block;
  padding-left: 50px;
}

.points__item__text--secondary {
  padding-left: 0px;
  text-align: center;
}

.points__item--secondary {
  margin-bottom: 20px;
}

.development {
  position: relative;
}

.development__header {
  margin-bottom: 50px;
}

.development__ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
}

.development__developer {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.development__content {
  margin-bottom: 50px;
}

.development-map {
  padding-bottom: 30%;
}

.searching {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .searching {
    display: block;
  }
}

.searching:after {
  position: absolute;
  top: 14px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: block;
  content: "r";
  font-family: 'loveitts';
  font-size: 28px;
  color: #103A5E;
}

.searching__input {
  padding: 20px 50px 20px 20px;
  width: 500px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .searching__input {
    width: 100%;
  }
}

.packages {
  position: relative;
  padding: 50px 30px;
  background: #030F27;
  /**
	 * Arrow
	 * Used for banner arrow
	 */
}

.packages__header {
  margin-bottom: 30px;
}

.packages__ttl {
  color: #FFFFFF;
}

.packages__subttl {
  color: #FFFFFF;
}

.packages__item {
  display: block;
}

.packages__item__icon {
  margin-bottom: 10px;
}

.packages__item__icon .icon {
  margin: 0 auto;
}

.packages__item__text {
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 200;
  color: #FFFFFF;
}

.packages__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Right
		 * Used for positioning
		 */
  /**
		 * Inner
		 * Usd for inner arrow icons
		 */
}

@media screen and (max-width: 768px) {
  .packages__arrow {
    display: none;
  }
}

.packages__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.packages__arrow:focus {
  text-decoration: none;
}

.packages__arrow--right {
  left: auto;
  right: 0;
}

.packages__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-radius-10 {
  border-radius: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.locations {
  display: block;
  margin-bottom: 50px;
  /**
	 * Link
	 * Used for individual navigation link
	 */
}

.locations .telephones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.locations .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locations .email .email_address {
  text-overflow: ellipsis;
  overflow: hidden;
}

.locations .email .email_address a {
  font-weight: 100;
  text-decoration: none;
}

.locations .heading-text {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}

.locations .row .col.info {
  padding: 10px 25px;
}

@media screen and (max-width: 768px) {
  .locations .row .col.info {
    margin-top: 30px;
  }
}

.locations .row .col.left {
  border-radius: 10px 0 0 10px;
  background: #103A5E;
  padding: 30px 50px;
}

@media screen and (max-width: 768px) {
  .locations .row .col.left {
    border-radius: 10px 10px 0 0;
  }
}

.locations .row .col.left .btn {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
}

.locations .row .col.left .btn:not(:hover) {
  background: #F5F6F7;
  color: rgba(0, 0, 0, 0.25);
}

.locations .row .col.left .btn.active {
  background: #FDDF39;
  color: #103A5E;
}

.locations .row .col.right {
  border-radius: 0 10px 10px 0;
  background: #F5F6F7;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .locations .row .col.right {
    text-align: center;
    border-radius: 0 0 10px 10px;
  }
}

.locations__item {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #F5F6F7;
}

.locations__item:first-child {
  border-left: none;
}

.locations__item:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
  display: block;
  width: 1px;
  content: '';
  background: #F5F6F7;
}

.locations__link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
  color: #6E6D6D;
  -webkit-transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .locations__link {
    padding: 20px 20px 10px 20px;
  }
}

.locations__link:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background: #FDDF39;
  -webkit-transition: bottom 0.2s ease-in-out, colour 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, colour 0.2s ease-in-out;
}

.locations__link:hover,
.locations__link.active {
  text-decoration: none;
  color: #103A5E;
  font-weight: bold;
}

.locations__link:hover:after,
.locations__link.active:after {
  bottom: 0px;
}

.locations__link:focus {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .locations .telephones,
  .locations .email {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.loading svg path,
.loading svg rect {
  fill: #FFFFFF;
}

.loading--secondary svg path,
.loading--secondary svg rect {
  fill: #103A5E;
}

.instant {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 99999;
  display: block;
  width: 100px;
  padding: 10px 0px;
  background: #FDDF39;
  text-align: center;
  border-bottom: 3px solid #ceaf02;
  border-radius: 5px 0px 0px 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 480px) {
  .instant {
    display: none;
  }
}

.instant:hover {
  background: #fcd707;
  text-decoration: none;
}

.instant__icon {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 10px;
}

.instant__ttl {
  display: block;
  font-size: 13px;
  line-height: 15.6px;
  font-weight: 800;
  text-transform: uppercase;
}

.career {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #D1D3D4;
}

.career__ttl {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
}

.career__link {
  display: block;
  margin-top: 20px;
  padding: 30px 0px;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.career__link span {
  display: inline-block;
  vertical-align: middle;
}

.career__link i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.career__link i:before {
  display: block;
}

.career__link:hover {
  text-decoration: none;
  background: #F5F6F7;
}

.downloads {
  display: block;
  font-size: 0;
}

.downloads__container {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

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

.downloads__container:after {
  clear: both;
}

.downloads__container {
  *zoom: 1;
}

@media screen and (max-width: 768px) {
  .downloads__container {
    width: 100%;
    margin-bottom: 20px;
  }

  .downloads__container:last-child {
    margin-bottom: 0px;
  }
}

.downloads__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.downloads__flex__left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.downloads__flex__left a {
  margin-left: 0 !important;
}

@media screen and (max-width: 900px) {
  .downloads__flex__left {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .downloads__flex__left:after {
    clear: both;
  }

  .downloads__flex__left {
    *zoom: 1;
  }
}

.downloads__flex a {
  margin: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

@media screen and (max-width: 900px) {
  .downloads__flex a {
    display: block;
    width: 33.33333333%;
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0px;
    padding: 10px;
  }
}

@media screen and (max-width: 650px) {
  .downloads__flex a {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .downloads__flex a {
    width: 100%;
  }
}

.downloads__flex a div img {
  max-height: 40px;
  min-height: 40px;
}

.downloads__flex a div span {
  margin-bottom: 5px;
}

.downloads__flex a:hover,
.downloads__flex a:focus {
  text-decoration: none;
}

.downloads__item {
  display: inline-block;
  vertical-align: middle;
  width: 33.33333333%;
  font-size: 0;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .downloads__item {
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .downloads__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.downloads__item:hover {
  color: #FDDF39;
}

.downloads__item__icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}

.downloads__item__content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  text-align: left;
}

.downloads__item__content span {
  display: block;
  font-weight: 600;
}

.downloads__item--secondary {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .downloads__item--secondary {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .downloads__item--tertiary {
    display: none;
  }
}

.downloads__icon,
.downloads__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.downloads__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 50px;
}

@media screen and (max-width: 1100px) {
  .downloads__list {
    padding: 0px 50px 0px 0px;
  }
}

@media screen and (max-width: 550px) {
  .downloads__list {
    padding: 0px;
  }
}

@media screen and (max-width: 550px) {
  .downloads__logo {
    margin-top: 20px;
  }
}

.downloads__logo img {
  max-width: 100px;
}

@media screen and (max-width: 1100px) {
  .downloads__icon {
    display: none;
  }
}

.downloads__icon svg {
  width: 90px;
}

.downloads__icon svg path,
.downloads__icon svg rect {
  fill: #D60A27;
}

.downloads--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 550px) {
  .downloads--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.auctions {
  position: relative;
  display: block;
  padding: 50px 0px 0px 0px;
  background: #F5F6F7;
  /**
	 * Arrow
	 * Used for banner arrow
	 */
}

.auctions__item {
  display: block;
}

.auctions__item.active .auctions__item__content {
  border-color: #FDDF39;
}

.auctions__item__ttl {
  padding: 10px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
  text-align: right;
  background: #FDDF39;
}

.auctions__item__ttl span {
  font-size: 18px;
  line-height: 18px;
}

.auctions__item__content {
  padding: 20px 20px 0px 20px;
  font-size: 16px;
  text-align: left;
  background: #FFFFFF;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.auctions__item__date {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}

.auctions__item__date--secondary {
  margin-bottom: 50px;
}

.auctions__item__time {
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
}

.auctions__item__label {
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
}

.auctions__arrow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 75px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #103A5E;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /**
		 * Right
		 * Used for positioning
		 */
  /**
		 * Inner
		 * Usd for inner arrow icons
		 */
}

@media screen and (max-width: 768px) {
  .auctions__arrow {
    display: none;
  }
}

.auctions__arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.auctions__arrow:focus {
  text-decoration: none;
}

.auctions__arrow--right {
  left: auto;
  right: 0;
}

.auctions__arrow__inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gdpr-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.gdpr-confirm input {
  margin-right: 5px;
  margin-top: 4px;
  border: 1px solid #D1D3D4;
  border-radius: 5px;
  height: 18px;
  width: 50px;
}

.gdpr-confirm label a {
  font-size: 14px;
  text-decoration: underline;
  color: #103A5E;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.gdpr-confirm label a:hover {
  color: #091f32;
}

.cookie-policy {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  padding: 20px;
  background: rgba(16, 58, 94, 0.75);
  text-align: center;
  color: #FFFFFF;
}

.cookie-policy__btns {
  margin-top: 20px;
}

.cookie-policy__btn {
  margin: 0 10px;
}

.cookie-policy__btn--secondary {
  font-size: 14px;
  line-height: 14px;
  color: #FDDF39;
}

.property-alert {
  display: block;
}

.property-alert__checkbox {
  position: absolute;
  opacity: 0;
}

.property-alert__checkbox + label {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: #103A5E;
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
}

.property-alert__checkbox + label + .property-alert__inner {
  display: none;
}

.property-alert__checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
}

.property-alert__checkbox:hover + label:before {
  background: #FDDF39;
}

.property-alert__checkbox:checked + label:before {
  background: #FDDF39;
}

.property-alert__checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 19px;
  background: #103A5E;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #103A5E, 4px 0 0 #103A5E, 4px -2px 0 #103A5E, 4px -4px 0 #103A5E, 4px -6px 0 #103A5E, 4px -8px 0 #103A5E;
          box-shadow: 2px 0 0 #103A5E, 4px 0 0 #103A5E, 4px -2px 0 #103A5E, 4px -4px 0 #103A5E, 4px -6px 0 #103A5E, 4px -8px 0 #103A5E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.property-alert__checkbox:checked + label + .property-alert__inner {
  display: block;
}

.scroller {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #103A5E;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 480px) {
  .scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .scroller.active {
    opacity: 1;
    visibility: visible;
  }
}

.scroller__icon:before {
  display: block;
}

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

.homepage-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homepage-blocks__left {
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__left {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

.homepage-blocks__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.homepage-blocks__right__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 700px) {
  .homepage-blocks__right__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homepage-blocks__banner__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__banner__item {
    height: 350px;
  }
}

.homepage-blocks__banner__item__inner {
  position: relative;
  z-index: 5;
  display: block;
  padding: 0px 10%;
}

.homepage-blocks__banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: rgba(16, 58, 94, 0.5);
}

.homepage-blocks__banner .flickity-page-dots {
  bottom: 40px;
  display: block;
  padding: 0px 10%;
  text-align: left;
}

.homepage-blocks__banner .flickity-page-dots .dot {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.homepage-blocks__banner .flickity-page-dots .dot.is-selected {
  background: #FFFFFF;
}

.homepage-blocks__btn {
  margin-top: 20px;
}

.homepage-blocks__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65%;
  margin-bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__search {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 700px) {
  .homepage-blocks__search {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__search--desktop {
    display: none;
  }
}

.homepage-blocks__search--mobile {
  display: none;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__search--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homepage-blocks__search:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: rgba(16, 58, 94, 0.75);
}

.homepage-blocks__search__inner {
  position: relative;
  z-index: 5;
  min-width: 50%;
  text-align: center;
}

.homepage-blocks__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1050px) {
  .homepage-blocks__cta {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 700px) {
  .homepage-blocks__cta {
    padding: 25px 10px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
}

.homepage-blocks__cta:first-child {
  margin-left: 0px;
}

.homepage-blocks__cta:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: rgba(16, 58, 94, 0.75);
}

.homepage-blocks__cta__inner {
  position: relative;
  z-index: 5;
  text-align: center;
}

.homepage-blocks__ttl {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .homepage-blocks__ttl {
    font-size: 20px;
    line-height: 20px;
  }
}

.homepage-blocks__ttl--secondary {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
}

@media screen and (max-width: 700px) {
  .homepage-blocks__ttl--secondary {
    font-size: 24px;
    line-height: 24px;
  }
}

.homepage-blocks__desc,
.homepage-blocks__link {
  color: #FFFFFF;
}

.homepage-blocks__link {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.homepage-blocks__form {
  margin-top: 20px;
}

.auctions-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

@media screen and (max-width: 650px) {
  .auctions-blocks {
    margin-bottom: 0px;
  }
}

.auctions-blocks__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 75px 0px;
  margin-left: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 650px) {
  .auctions-blocks__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 50px 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

.auctions-blocks__item:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 980px) {
  .auctions-blocks__item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 980px) {
  .auctions-blocks__item:nth-child(2n) {
    margin-left: 0px;
  }
}

.auctions-blocks__item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  background: rgba(16, 58, 94, 0.75);
}

.auctions-blocks__item__inner {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: center;
}

.auctions-blocks__ttl {
  margin: 0;
  color: #FFFFFF;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.auctions-blocks__ttl--secondary {
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 800;
}

.auctions-blocks__subttl {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
}

.auctions-blocks__btn {
  font-weight: 600;
}

.auctions-blocks__link {
  display: block;
  margin-top: 20px;
  color: #FFFFFF;
  text-decoration: underline;
}

.auctions-blocks__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px auto;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.auctions-blocks__icon svg {
  width: 50%;
}

.auctions-blocks__icon svg path,
.auctions-blocks__icon svg rect {
  fill: #FFFFFF;
}

.auctions-blocks__links {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .auctions-blocks__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.auctions-blocks__links a {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .auctions-blocks__links a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media screen and (max-width: 650px) {
  .auctions-blocks__links a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.homepage-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homepage-search__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  margin-bottom: 10px;
  min-width: 300px;
}

.homepage-search__toggles > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.homepage-search__toggles > *:first-child {
  margin-left: 0px;
}

.homepage-search__link {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}

@media screen and (max-width: 550px) {
  .homepage-search__link {
    padding: 5px;
  }
}

.homepage-search__link:hover {
  text-decoration: none;
  color: #103A5E;
  background: #FFFFFF;
}

.homepage-search__link.active {
  color: #103A5E;
  background: #FDDF39;
  border: 1px solid #FDDF39;
}

.flag div {
  top: auto !important;
  right: auto !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 95px !important;
  height: 95px !important;
}

