/******************************
Main Site CSS: 2025-04-22 14:18:30 
******************************/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.eot');
    src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.eot');
    src: url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'),
        url('../fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'FjallaOne';
    src: url('../fonts/FjallaOne-Regular.eot');
    src: url('../fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FjallaOne-Regular.woff') format('woff'),
        url('../fonts/FjallaOne-Regular.ttf') format('truetype'),
        url('../fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.mainlogo {
	max-width: 200px;
}
:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 14px 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #444444;
}
body:not(.desktop) * {
	background-attachment: scroll !important;
}
/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
.col-left a:not([class]),
.col-right a:not([class]) {
	color: #8D9FAD;
}
.col-left a:not([class]):hover,
.col-right a:not([class]):hover {
	color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
.filter-wrapper input[type=text]{
    width:100%;
    min-width:115px;
    color: #999 !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    padding-right: 25px !important;
    cursor: pointer;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
.search-box input[type]:-webkit-autofill,
.search-box input[type]:-webkit-autofill:hover,
.search-box input[type]:-webkit-autofill:focus,
.search-box input[type]:-webkit-autofill:active {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #FFFFFF;
}
.search-box input[type]::-webkit-input-placeholder{ 
    color: #FFFFFF;
}
.search-box input[type]:-ms-input-placeholder{ 
    color: #FFFFFF;
}
.search-box input[type]::placeholder { 
    color: #FFFFFF;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.form-check input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
.form-check input[type="checkbox"]:not(checked) + label{
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.form-check input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #aba7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
}
.form-check input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #ed1c24;
    z-index: 1;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Custom Select */
/* Custom Select */
.select2-container .select2-selection--single{
    text-align: left;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 50px !important;
    border: none;
}
.select2-container .select2-selection__rendered{
    font-size: 14px;
    font-weight: 500;
    color: #444444 !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    padding-right: 25px !important;
}
.select2-container .select2-selection__arrow{
    height: 100% !important;
    width: 20px !important;
    color: #191919;
}
.select2-container .select2-selection__arrow b{
    display: block;
    border-width: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    left: auto !important;
    transform: translateY(-50%);
}
.select2-container .select2-selection__arrow b:after{
    content: "\f107";
    color: #444444;;
    font: 16px 'Font Awesome\ 5 Pro';
    font-weight: 800;
}
.select2-dropdown{
    z-index: 100 !important;
    border: none;
    background: #FFFFFF;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: transparent;
}
.select2-results__option{
    padding: 10px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #eee;
    color: inherit;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #bfbfbf;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #bfbfbf;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: 1.3;
}
h1, h2{
    font-family: 'FjallaOne';
    font-size: 36px;
    margin-bottom: 20px;
}
h2.sub-header {
	margin-bottom: 30px;
	font-size: 22px;
}
h1.details {
	margin-bottom: 10px;
} 
h3 {
    font: 25px/1.2 'FjallaOne';
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4 {
    font: 18px 'FjallaOne';
}
h5 {
   font-size: 16px;
}
h6 {
   
}
h1 span, h2 span{
    display: block;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    color: #8D9FAD;
    margin-bottom: 5px;
}
.large-text{
    font: 54px/1.2 'FjallaOne';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    line-height: 1.75em;
    margin-bottom: 20px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
    list-style: none;
}
li{
    list-style-type: none;
    list-style: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 12px;
}
.flexbox.sponsors{
    justify-content:center;
}
/************************************************************
Generic Site Styles */
.scan-ticket,
.sell-tickets {
	color: #CFE9FD !important;
	border-color: #CFE9FD !important;
}
.sell-tickets{
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.22 74.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23CFE9FD;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m56.74,11.23c-.85-1.09-2.43-1.27-3.51-.42-1.08.85-1.27,2.43-.42,3.51l5.32,6.76c.47.6,1.18.95,1.94.95h.02c.75,0,1.46-.34,1.93-.92l10.74-13.1c.88-1.07.72-2.64-.35-3.52-1.07-.88-2.64-.72-3.52.35l-8.76,10.69-3.4-4.32Z'/%3E%3Cpath class='cls-1' d='m60.03,30.92c8.52,0,15.46-6.93,15.46-15.46,0-1.38-1.12-2.5-2.5-2.5s-2.5,1.12-2.5,2.5c0,5.77-4.69,10.46-10.46,10.46s-10.46-4.69-10.46-10.46,4.69-10.46,10.46-10.46c.51,0,1.03.04,1.53.11,1.37.2,2.64-.75,2.83-2.11s-.75-2.64-2.11-2.83c-.75-.11-1.5-.16-2.26-.16-8.52,0-15.46,6.93-15.46,15.46s6.93,15.46,15.46,15.46Z'/%3E%3Cpath class='cls-1' d='m75.68,58.54l-2.32-2.95c-2.87-3.65-7.18-5.75-11.83-5.75H20.21c-1.27,0-2.3-1.03-2.3-2.3s1.03-2.3,2.3-2.3h44.28c.16,0,.31-.02.46-.05.05,0,.1-.02.15-.04.1-.02.19-.05.29-.09.05-.02.1-.04.15-.06.09-.04.18-.09.26-.14.04-.03.08-.05.12-.08.11-.08.22-.17.32-.26,0,0,.01,0,.02-.02.1-.1.2-.22.28-.34.03-.04.05-.08.07-.12.05-.09.1-.17.14-.26.02-.05.05-.11.07-.16.02-.04.04-.08.05-.12l2.94-9.3c.42-1.32-.31-2.72-1.63-3.14-1.32-.42-2.72.31-3.14,1.63l-2.39,7.56H26.32l-6.07-20.26,19.46.06h0c1.38,0,2.5-1.11,2.5-2.49,0-1.38-1.11-2.5-2.49-2.51l-20.98-.07-3.52-11.73c-.32-1.06-1.29-1.78-2.39-1.78H2.5C1.12,1.46,0,2.58,0,3.96s1.12,2.5,2.5,2.5h8.47l10.13,33.78h-.88c-4.02,0-7.3,3.27-7.3,7.3s3.27,7.3,7.3,7.3h41.32c3.1,0,5.98,1.4,7.9,3.84l2.32,2.95c.49.63,1.23.96,1.97.96.54,0,1.08-.17,1.54-.53,1.09-.85,1.27-2.42.42-3.51Z'/%3E%3Cpath class='cls-1' d='m32.32,56.58c-4.98,0-9.03,4.05-9.03,9.03s4.05,9.03,9.03,9.03,9.03-4.05,9.03-9.03-4.05-9.03-9.03-9.03Zm0,13.06c-2.22,0-4.03-1.81-4.03-4.03s1.81-4.03,4.03-4.03,4.03,1.81,4.03,4.03-1.81,4.03-4.03,4.03Z'/%3E%3Cpath class='cls-1' d='m58.31,56.58c-4.98,0-9.03,4.05-9.03,9.03s4.05,9.03,9.03,9.03,9.03-4.05,9.03-9.03-4.05-9.03-9.03-9.03Zm0,13.06c-2.22,0-4.03-1.81-4.03-4.03s1.81-4.03,4.03-4.03,4.03,1.81,4.03,4.03-1.81,4.03-4.03,4.03Z'/%3E%3C/svg%3E");
}
.sell-tickets:hover {
		background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.22 74.64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m56.74,11.23c-.85-1.09-2.43-1.27-3.51-.42-1.08.85-1.27,2.43-.42,3.51l5.32,6.76c.47.6,1.18.95,1.94.95h.02c.75,0,1.46-.34,1.93-.92l10.74-13.1c.88-1.07.72-2.64-.35-3.52-1.07-.88-2.64-.72-3.52.35l-8.76,10.69-3.4-4.32Z'/%3E%3Cpath class='cls-1' d='m60.03,30.92c8.52,0,15.46-6.93,15.46-15.46,0-1.38-1.12-2.5-2.5-2.5s-2.5,1.12-2.5,2.5c0,5.77-4.69,10.46-10.46,10.46s-10.46-4.69-10.46-10.46,4.69-10.46,10.46-10.46c.51,0,1.03.04,1.53.11,1.37.2,2.64-.75,2.83-2.11s-.75-2.64-2.11-2.83c-.75-.11-1.5-.16-2.26-.16-8.52,0-15.46,6.93-15.46,15.46s6.93,15.46,15.46,15.46Z'/%3E%3Cpath class='cls-1' d='m75.68,58.54l-2.32-2.95c-2.87-3.65-7.18-5.75-11.83-5.75H20.21c-1.27,0-2.3-1.03-2.3-2.3s1.03-2.3,2.3-2.3h44.28c.16,0,.31-.02.46-.05.05,0,.1-.02.15-.04.1-.02.19-.05.29-.09.05-.02.1-.04.15-.06.09-.04.18-.09.26-.14.04-.03.08-.05.12-.08.11-.08.22-.17.32-.26,0,0,.01,0,.02-.02.1-.1.2-.22.28-.34.03-.04.05-.08.07-.12.05-.09.1-.17.14-.26.02-.05.05-.11.07-.16.02-.04.04-.08.05-.12l2.94-9.3c.42-1.32-.31-2.72-1.63-3.14-1.32-.42-2.72.31-3.14,1.63l-2.39,7.56H26.32l-6.07-20.26,19.46.06h0c1.38,0,2.5-1.11,2.5-2.49,0-1.38-1.11-2.5-2.49-2.51l-20.98-.07-3.52-11.73c-.32-1.06-1.29-1.78-2.39-1.78H2.5C1.12,1.46,0,2.58,0,3.96s1.12,2.5,2.5,2.5h8.47l10.13,33.78h-.88c-4.02,0-7.3,3.27-7.3,7.3s3.27,7.3,7.3,7.3h41.32c3.1,0,5.98,1.4,7.9,3.84l2.32,2.95c.49.63,1.23.96,1.97.96.54,0,1.08-.17,1.54-.53,1.09-.85,1.27-2.42.42-3.51Z'/%3E%3Cpath class='cls-1' d='m32.32,56.58c-4.98,0-9.03,4.05-9.03,9.03s4.05,9.03,9.03,9.03,9.03-4.05,9.03-9.03-4.05-9.03-9.03-9.03Zm0,13.06c-2.22,0-4.03-1.81-4.03-4.03s1.81-4.03,4.03-4.03,4.03,1.81,4.03,4.03-1.81,4.03-4.03,4.03Z'/%3E%3Cpath class='cls-1' d='m58.31,56.58c-4.98,0-9.03,4.05-9.03,9.03s4.05,9.03,9.03,9.03,9.03-4.05,9.03-9.03-4.05-9.03-9.03-9.03Zm0,13.06c-2.22,0-4.03-1.81-4.03-4.03s1.81-4.03,4.03-4.03,4.03,1.81,4.03,4.03-1.81,4.03-4.03,4.03Z'/%3E%3C/svg%3E");
		color: #fff !important;
	background-color: #CFE9FD !important;
}
.scan-ticket {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 78.12 77.49' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23CFE9FD'%3E%3Cpath d='m27.48 31.98h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m2.5 18.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5h-10.99v10.99c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m74.99 18.49c-1.38 0-2.5-1.12-2.5-2.5v-10.99h-10.99c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m15.99 77.49h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.99h10.99c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m74.99 77.49h-13.49c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h10.99v-10.99c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m27.48 66.03h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m64.06 31.98h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m64.06 66.03h-11.58c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h9.08v-7.59c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.09c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m16.93 41.93h-4.96c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h4.96c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m35.39 41.93h-9.06c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h6.56v-10.83c0-1.38 1.12-2.5 2.5-2.5h4.51v-7.6c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.1c0 1.38-1.12 2.5-2.5 2.5h-4.51v10.83c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m59.5 45.86h-7.01c-1.38 0-2.5-1.12-2.5-2.5v-3.14h-5.53c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h8.03c1.38 0 2.5 1.12 2.5 2.5v3.14h4.51c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m36.76 66.25c-1.38 0-2.5-1.12-2.5-2.5v-8.97c0-1.38 1.12-2.5 2.5-2.5h6.9v-4.25c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v6.75c0 1.38-1.12 2.5-2.5 2.5h-6.9v6.47c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.scan-ticket:hover {
	color: #fff !important;
	background-color: #CFE9FD !important;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 78.12 77.49' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m27.48 31.98h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m2.5 18.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5h-10.99v10.99c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m74.99 18.49c-1.38 0-2.5-1.12-2.5-2.5v-10.99h-10.99c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m15.99 77.49h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.99h10.99c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m74.99 77.49h-13.49c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h10.99v-10.99c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m27.48 66.03h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m64.06 31.98h-13.49c-1.38 0-2.5-1.12-2.5-2.5v-13.49c0-1.38 1.12-2.5 2.5-2.5h13.49c1.38 0 2.5 1.12 2.5 2.5v13.49c0 1.38-1.12 2.5-2.5 2.5zm-10.99-5h8.49v-8.49h-8.49z'/%3E%3Cpath d='m64.06 66.03h-11.58c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h9.08v-7.59c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.09c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m16.93 41.93h-4.96c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h4.96c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m35.39 41.93h-9.06c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h6.56v-10.83c0-1.38 1.12-2.5 2.5-2.5h4.51v-7.6c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.1c0 1.38-1.12 2.5-2.5 2.5h-4.51v10.83c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m59.5 45.86h-7.01c-1.38 0-2.5-1.12-2.5-2.5v-3.14h-5.53c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5h8.03c1.38 0 2.5 1.12 2.5 2.5v3.14h4.51c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5z'/%3E%3Cpath d='m36.76 66.25c-1.38 0-2.5-1.12-2.5-2.5v-8.97c0-1.38 1.12-2.5 2.5-2.5h6.9v-4.25c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v6.75c0 1.38-1.12 2.5-2.5 2.5h-6.9v6.47c0 1.38-1.12 2.5-2.5 2.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.checkin .house-title h4 {
	color: #CFE9FD !important;
}
.checkin .house-num {
	background-color: #CFE9FD !important;
}
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1130px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.view-cart-preview .btn.btn-orange {
    display: none;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.top-bar, .header-menu,
.sub-menu, .sub-ctrl, .slick-arrow, .btn,
.toggle-head, .toggle-head i,
.nav-controls a:after, .nav-controls a:before{
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.ql-box h2,
.hidden-text, .item-title,
.ql-box .relative{
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after,
.banner .single-banner:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(16, 40, 58, 0.36);
}
.img-box .relative {
    z-index: 1;
}
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #444444;
    background: transparent;
    text-align: center;
    min-width: 152px;
    padding: 13px 20px 11px;
    border: 1px solid #444444;
    background: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn:hover{
    background: #4A5B6D;
    border-color: #4A5B6D;
    color: #FFFFFF;

}
.btn-orange{
    border-color: #4A5B6D;
    background: #4A5B6D;
    color: #FFFFFF;
}
.btn-orange:hover,
.btn-search:hover{
    border-color: #8D9FAD;
    background: #8D9FAD;
    border-color: #8D9FAD;

}
.btn-light{
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.btn-light:hover{
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #444444;
}
.btn-search{
    border-radius: 0;
    border-width: 2px;
}
/* List */
.project-section ul:not([class]) li,
.about-wrapper ul:not([class]) li,
.content ul:not([class]) li {
    position: relative;
    padding-left: 12px;
}
.project-section ul:not([class]) li:before,
.about-wrapper ul:not([class]) li:before,
.content ul:not([class]) li:before,
.subcontractors .flexbox > div > strong:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #444444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.ico img{
    max-height: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
}
.ico-more{
    width: 32px;
    height: 15px;
    background-image: url(../images/layout/more.png);
}
.ico-bed{
    width: 37px;
    height: 23px;
    background-image: url(../images/icons/bed.png);
}
.ico-bath{
    width: 35px;
    height: 27px;
    background-image: url(../images/icons/bath.png);
}
.ico-house{
    width: 25px;
    height: 24px;
    background-image: url(../images/icons/house.png);
}
/* Page Navigation */
.nav-controls{
    display: flex;
    justify-content: space-between;
}
.nav-controls a{
    text-transform: uppercase;
    font-weight: 600;
}
.nav-controls a.prev-arrow:before,
.nav-controls a.next-arrow:after{
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 32px;
    height: 15px;
    position: relative;
}
.nav-controls a.prev-arrow:before{
    background: url(../images/layout/arrow-prev-long.png) no-repeat;
    margin-right: 13px;
    left: 0;
}
.nav-controls a.prev-arrow:hover:before{
    left: -5px;
}
.nav-controls a.next-arrow:after{
    background: url(../images/layout/arrow-next-long.png) no-repeat;
    margin-left: 13px;
    right: 0;
}
.nav-controls a.next-arrow:hover:after{
    right: -5px;
}
/* Title Separator */
.separator{
    display: block;
    text-align: center;
    margin-bottom: 55px;
}
.separator:before,
.separator:after{
    content: '';
    display: inline-block;
    width: 230px;
    height: 2px;
    background: #d0d0d0; 
}
.separator i{
    vertical-align: middle;
    margin: 0 25px;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: rgba(255, 255, 255, 0.5);
    z-index: 9;
}
.slick-arrow:after {
    font: 42px/1 Font Awesome\ 5 Pro;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}
.slick-arrow.slick-disabled{
    pointer-events: none;
    color: #e6e6e6;
}
.slider-arrows{
    width: 74px;
    display: flex;
}
.slider-arrows .slick-arrow{
    position: static;
    display: block;
    transform: none;
}
.slider-arrows .slick-prev{
    margin-right: 30px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 20px;
    height: auto;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 5.5px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active{
    background-color: #FFFFFF;
}
.slick-dots li button:before {
    content: none;
}
/************************************************************
 Toggle Styles */

.toggle-list{
    background: #f8f8f8;
    padding: 30px 0 75px;
}
.toggle-box{
    
}
.toggle-box:last-child{
    margin-bottom: 0;
}
.toggle-head{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 12px 90px 9px 35px;
    cursor: pointer;
}
.toggle-open .toggle-head{
    background: #e6e5e5;
}
.toggle-head i{
    vertical-align: middle;
    margin-right: 15px;
}
.toggle-head i img{
    display: inline-block;
    vertical-align: top;
    max-width: 24px;
    -webkit-filter: grayscale(100%) brightness(0.8);
    filter: grayscale(100%) brightness(0.8);
}
.toggle-open .toggle-head i img{
    -webkit-filter: none;
    filter: none;
}
.toggle-open .toggle-head i{
    color: #8D9FAD;
}
.toggle-content{
    display: none;
    padding:  15px 35px 30px 60px;
    position: relative;
}
.toggle-content:after{
    content: '';
    height: 2px;
    width: 86%;
    background: #e6e5e5;
    position: absolute;
    left: 7%;
    bottom: 0;
}
.toggle-head:after{
    content: "\f067";
    font: 16px/1 Font Awesome\ 5 Pro;
    display: block;
    font-weight: bold;
    color: #444444;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggle-open .toggle-head:after{
     content: "\f068";
}

/*=== HEADER ===*/
#header{
    height: 43px;
    background-color: #8D9FAD;
}
.header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.top-bar{
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    height: 43px;
    background-color: #8D9FAD;
}
.top-bar > .flexbox{
    align-items: center;
    justify-content: space-between;
}
.top-bar  a[href^=tel]{
    margin-left: 15px;
}
a[href^=tel] i{
    margin-right: 10px;
}
.top-bar  .social{
    display: inline-block;
}
.top-bar .social{
    margin-left: 32px;
    vertical-align: middle;
}
.top-bar .social a:first-child{
    margin-right: 7px;
}
.top-bar .social a:hover{
    color: #4A5B6D;
}
/*=== MAIN NAVIGATION ===*/
.header-menu{
    color: #FFFFFF;
    padding: 15px 0;
}
.header-menu > .flexbox{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-menu .social{
    display: none;
}
.logo-wrapper{
    width: 90px;
}
.logo-wrapper .logo,
.logo-wrapper .logo img{
    display: block;
}
.logo-wrapper .logo img + img{
    display: none;
}
#nav-btn,
#nav-close-btn{
    display: none;
}
.nav-menu{
    font-size: 0;
}
.nav-menu > li{
    display: inline-block;
    position: relative;
}
.nav-menu li a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.nav-menu > li > a{
    white-space: nowrap;
    padding: 10px;
}
.nav-menu li a:hover{
    color: #4A5B6D;
}
.main-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.main-nav > div {
	display: flex;
	justify-content: end;
}
.view-cart-preview {
	position: relative;
	padding-right: 40px;
}
.view-cart-preview > a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 21px;
	right: 10px;
}
.fixed .view-cart-preview > a > i {
	color: #4A5B6D;
}
.sub-menu{
    width: 250px;
    padding: 20px 30px 27px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.1);
}
li.has-child:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu li{
    margin-bottom: 17px;
}
.sub-menu li a{
    display: block;
    font-size: 14px;
}
.sub-menu li:last-child{
    margin-bottom: 0;
}
/*=== FIXED AND INNER HEADER ===*/
#inner #header{
    height: 155px;
    background: #FFFFFF;
}
.fixed .header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.1);
}
.fixed .top-bar{
    margin-top: -43px;
}
#inner .header-menu,
.fixed .header-menu{
    background-color: #FFFFFF;
    padding: 10px 0 13px;
}
#inner .nav-menu,
.fixed .nav-menu{
    text-align: right;
}
#inner .nav-menu a,
.fixed .nav-menu a{
    color: #444444;
}
#inner .nav-menu li a:hover,
.fixed .nav-menu li a:hover{
    color: #4A5B6D !important;
}
#inner .logo-wrapper .logo img,
.fixed .logo-wrapper .logo img{
    display: none;
}
#inner .logo-wrapper .logo img + img,
.fixed  .logo-wrapper .logo img + img{
    display: block;
}
#inner .sub-menu,
.fixed .sub-menu{
    background-color: #FFFFFF;
    color: #444444;
}

/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 650px;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner .single-banner:before{
    background: -moz-linear-gradient(top,  rgba(40,40,40,0.6) 0%, rgba(229,229,229,0) 35%);
    background: -webkit-linear-gradient(top,  rgba(40,40,40,0.6) 0%,rgba(229,229,229,0) 35%);
    background: linear-gradient(to bottom,  rgba(40,40,40,0.6) 0%,rgba(229,229,229,0) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99282828', endColorstr='#00e5e5e5',GradientType=0 );
}
.banner .container{
    height: 100%;
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.banner-text{
    width: 100%;
    padding: 110px 0 30px;
    color: #FFFFFF;
    text-align: center;
}
.banner .large-text{
    position: relative;
}
.banner-content{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.75;
}
.banner-content p{
    margin-bottom: 0;
}
.banner-content img{
    height: auto;
    margin: 0 auto 15px;
}
.banner-content img + p em,
.banner-content img + br + p em{
    font-size: 36px;
    font-style: normal;
    position: relative;
    top: -70px;
    letter-spacing: -0.3px;
    margin-right: 10px;
}
.banner-content img + br{
    display: none;
}
.banner-text .sponsor-logo{
    position: absolute;
    right: 15px;
    bottom: 40px;
}
.banner .slick-arrow{
    width: 52px;
    height: 102px;
}
.banner .slick-arrow.slick-prev{
    left: 20px;
}
.banner .slick-arrow.slick-next{
    right: 20px;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots{
    height: auto;
    left: 50%;
    bottom: 90px;
    width: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.banner-bottom-line {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
    z-index: 9;
}
.counter {
    display: inline-block;
}
.counter div {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    vertical-align: middle;
    font-size: 11.5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
.counter div:before,
.counter div:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;    
}
.counter div:before {
    top: 28px;
}
.counter div:after {
    bottom: 16px;
}
.counter div:last-child {
    padding-right: 0;
}
.counter div:last-child:before,
.counter div:last-child:after {
    content: none;
}
.counter div:first-child span {
    width: 138px;
}
.counter span {
    display: block;
    width: 90px;
    padding: 8px 10px;
    text-align: center;
    letter-spacing: 25px;
    background: url(../images/layout/bg-counter.png) repeat-x bottom left -4px;
    font-size: 34px;
    font-weight: 500;
    line-height: 45px;
    color: #4A5B6D;
}
.move-down{
    position: absolute;
    bottom: -30px;
    z-index: 9;
    left: calc(50% - 5px);
}
.move-down i{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
}
/*=== ABOUT SECTION ===*/
.about-wrapper{
    padding: 45px 0 55px;
}
.about-wrapper > .flexbox > div + div:last-child{
    padding-left: 75px;
}
.about-wrapper > .flexbox > div:nth-last-child(2),
.about-wrapper > .flexbox > div + div{
    width: 50%;
}
.about-wrapper a {
	color: #8D9FAD}
/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper .flexbox {
    height: 580px;
    flex-direction: column;
}
.ql-box{
    width: 50%;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
}
.ql-box:nth-child(2):not(:last-child),
.ql-box:nth-child(n+3){
    height: 50%;
}
.ql-box:nth-last-child(4){
    height: 50%;
}
.ql-box h2{
    font: 54px/1.2 'FjallaOne'; 
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    border-bottom: 2px solid transparent;
    top: 20px;
}
.ql-box:hover h2{
    color: #8D9FAD;
    border-bottom: 2px solid #8D9FAD;
    top: 0;
}
.ql-box .relative{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.ql-box:hover .relative{
    background: rgba(255, 255, 255, 0.8);
}
.ql-box .hidden-text{
    opacity: 0;
    visibility: hidden;
    position: relative;
    font-size: 16px;
    transform: translateY(100%);
    height: 0;
}
.ql-box:hover .hidden-text{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}
.ql-box:hover .hidden-text{
    top: 0;
}
.ql-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    margin-bottom: 13px;
}
.ql-icon img{
    display: block;
    max-height: 100%;
}
.ql-box h3{
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 25px;
    color: #42361f;
}
.ql-box p{
    line-height: 1.5;
    margin-bottom: 25px;
}
/*=== SPONSOR SECTION ===*/
.sponsor-wrapper{
    padding: 55px 0 45px;
}
.sponsor-wrapper h2{
    display: inline-block;
    font-size: 42px;
    color: #8D9FAD;
}
.sponsor-wrapper h2:after{
    content: '';
    display: block;
    height: 2px;
    width: 76%;
    margin: 5px 12% 35px;
    background: #8D9FAD;
}
.sponsor-wrapper ul li{
    width: 25%;
    text-align: center;
    margin-bottom: 45px;
    padding: 0 15px;
}
.sponsor-wrapper .img-box{
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.sponsor-wrapper .img-box:after{
    content: none;
}
.sponsor-wrapper .img-box img{
    max-height: 100%;
}
.sponsor-wrapper h4{
    text-transform: capitalize;
}
/*=== CALLOUT BANNERS ===*/
.bar-callout{
    background: #4A5B6D;
    color: #FFFFFF;
}
.bar-callout .flexbox{
    align-items: center;
    justify-content: space-around;
    height: 175px;
    padding: 20px 15px;
}
.bar-callout .flexbox > div:first-child{
    padding: 0 20px 0 30px;
    max-width: calc(100% - 170px);
}
/*.bar-callout .flexbox > div:last-child{
    width: 220px;
}*/
.bar-callout .large-text{
    letter-spacing: -1px;
    margin-bottom: 0;
}
.bar-callout span{
    font-size: 18px;
}
/*=== FOOTER ===*/
.footer-wrapper{
    height: auto;
    padding: 30px 0 50px;
    font-size: 12px;
    color: #FFFFFF;
    background: #4A5B6D;
}
.footer-wrapper ul{
    margin-bottom: 5px;
}
.footer-wrapper li{
    display: inline-block;
    vertical-align: top;
}
.footer-wrapper li:after{
    content: "|";
    margin: 0 4px 0 7px;
}
.footer-wrapper li:last-child:after{
    content: none;
}
.footer-wrapper .container > div a{
    text-transform: uppercase;
    margin-right: 10px;
}
.footer-wrapper .container > div a:last-child{
    margin-right: 0;
}
.footer-wrapper .container > div a:hover{
    color: #4A5B6D;
}
.footer-wrapper  span {
    margin-right: 30px;
}
/*=== INNER PAGES ===*/

/* Sub Banner */
.sub-banner{
    height: 272px;
    position: relative;
}
.sub-banner:after{
    background: rgba(16, 40, 58, 0.85);
}
.sub-banner .container{
    align-items: center;
}
.sub-banner .banner-text{
    padding: 60px 30px 30px;
    position: relative;
}
.sub-banner .banner-text:after,
.sub-banner.top-details h1:after{
    content: '';
    display: block;
    width: 190px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
}
.sub-banner h1{
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sub-banner p{
    margin-bottom: 5px;
}
.flex-container {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}
.flex-container > * {
	max-width: 100%;
}
/* Breadcrumbs */
.breadcrumbs{
    padding: 15px 0 30px;
    text-align: left;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.breadcrumbs li:after{
    content: "\2022";
    display: inline-block;
    margin: 0 2px;
}
.breadcrumbs li:last-child:after{
    content: none;
}
.breadcrumbs li:last-child{
    color: #4A5B6D;
}
/* Main Content */
.main-content{
    position: relative;
    padding: 10px 0 50px;
    overflow: hidden;
    flex-grow: 1;
}
.main-content .content .inner-box{
    max-width: 800px;
}
.main-content .content ul,
.main-content .content ol{
    margin-bottom: 30px;
    text-align: left;
}
.main-content .sidebar{
    width: 380px;
    padding-left: 80px;
}
.col-right.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
.img-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    padding: 40px 15px;
    text-align: center;
    color: #FFFFFF;
}
.img-banner:after{
    background: rgba(16, 40, 58, 0.5);
}
.img-banner{
    width: 100%;
    min-width: 0;
    margin: 0;
}
/*=== LISTINGS PAGE ===*/
.filter-wrapper{
    background: #e6e5e5;
    padding: 20px 0;
}
.filter-wrapper h4{
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    color: #8D9FAD;
    margin-bottom: 15px;
}
#more_filters{
    display: none;
}
#more_filters h4:after{
    content: "\f107";
    font: 18px 'Font Awesome\ 5 Pro';
    font-weight: 800;
    margin-left: 10px;
}
.property-filter > .flexbox{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.property-filter > .flexbox > div:first-child{
    width: 365px;
    padding-right: 20px;
}
.property-filter > .flexbox > div:nth-child(2){
    padding-right: 10px;
    flex-grow: 1;
}
.property-filter > .flexbox > div:last-child{
    width: 155px;
    text-align: right;
}
.property-filter .select2-container{
    display: block;
    min-width: 110px;
}
.prop-main .select2-container--default .select2-selection--single{
    background: #4A5B6D;
}
.prop-main .select2-container .select2-selection__rendered{
    padding-right: 45px;
}
.prop-main .select2-container .select2-selection__rendered,
.prop-main .select2-container .select2-selection__arrow b:after{
    color: #FFFFFF !important;
}
.prop-main .select2-container .select2-selection__arrow{
    width: 35px;
}
.filter-row{
    display: flex;
}
.filter-row:first-child{
    padding-bottom: 20px;
}
.filter-row > div{
    margin-right: 15px;
}
.filter-row > div:not(.col-md){
    width: 110px;
    flex-grow: 1;
}
.filter-row > div:last-child{
    padding-right: 0;
}
.filter-row .col-md {
    flex-grow: 0;
    flex-shrink: 0;
}
.filter-row .select-md + .select2-container{
    min-width: 170px;
    max-width: 170px;
}
.listings-wrapper{
    padding-bottom: 112px;
}
.listings-wrapper > .container{
    max-width: 1230px;
    padding: 0;
}
.listings-wrapper .flexbox > li{
    width: 33.333%;
}
.item-box .img-box{
    display: block;
    width: 100%;
    height: 270px;
}
.item-box .img-box:after{
    content: none;
}
.item-box .item-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 70px 20px 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.item-box:hover .item-title{
    opacity: 1;
    visibility: visible;
}
.item-box .item-title h4{
    font-family: "Montserrat";
    font-weight: bold;
    color: #4A5B6D;
    margin-bottom: 10px;
}
.item-box .item-title h4 span {
	display: block;
	font-size: 80%;
}
.item-box .item-title p{
    font-weight: 500;
    margin-bottom: 30px;
}
.item-box .attribute-list{
    display: flex;
    border: 1px solid #e2e2e1;
}
.item-box .attribute-list li{
    width: 25%;
    border-right: 1px solid #e2e2e1;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.item-box .attribute-list li:last-child{
    border-right: none;
    justify-content: center;
}
.item-box .attribute-list i{
    margin-bottom: 5px;
}
.item-box .attribute-list span{
    display: block;
}
.item-box .item-num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4A5B6D;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*=== CHECKIN PAGE ===*/


.checkin .item-num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4A5B6D;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*=== DETAILS PAGE ===*/
.sub-banner.top-details .container,
.project-wrapper .container{
    max-width: 1000px;
}
.sub-banner.top-details h1{
    font-size: 42px;
    margin-bottom: 15px;
}
.sub-banner.top-details h1:after{
    margin: 15px auto 0;
}
.sub-banner.top-details .banner-text:after{
    content: none;
}
.sub-banner.top-details .banner-bottom-line{
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
}
.sub-banner.top-details .prop-num{
    font-size: 28px;
    font-weight: bold;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    background: #4A5B6D;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.sub-banner.top-details .nav-controls{
    padding-bottom: 25px;
}
.project-wrapper{
    padding: 45px 0 60px;
}
.project-prime-photo,
.project-gallery li{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.project-prime-photo{
    height: 430px;
    width: 100%;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
    z-index: 0;    
}
.project-prime-photo img{
    opacity: 0;
    position: absolute;
    visibility: hidden;    
}
.project-gallery li img {
	max-height: 100%;
	display: block;
	margin-top: -20px;
}
.project-gallery li > a {
	display: inline-block; 
	max-height: 100%;
	overflow: hidden;
}
.project-top {
	position: relative;
}
.project-top .message {
	display: block;
	width: 70%;
	padding: 14px 35px;
	color: #FFFFFF;
	font-size: 26px;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 1;	
	text-align: right;
	background: -moz-linear-gradient(left,  rgba(125,185,232,0) 13%, rgba(125,185,232,0.28) 30%, rgba(50,74,103,1) 73%, rgba(3,4,22,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 13%,rgba(125,185,232,0.28) 30%,rgba(50,74,103,1) 73%,rgba(3,4,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(125,185,232,0) 13%,rgba(125,185,232,0.28) 30%,rgba(50,74,103,1) 73%,rgba(3,4,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#030416',GradientType=1 ); /* IE6-9 */
}
.project-top .flexbox{
    justify-content: space-between;
}
.project-gallery{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 345px);
}
.project-gallery li{
    width: 105px;
    height: 65px;
    margin: 0 17px 15px 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.project-buttons{
    width: 345px;
    text-align: right;
}
.project-buttons .btn{
    padding: 13px 15px 11px;
    min-width: 250px;
    margin-bottom: 5px;
}
.project-info .flexbox a {
	margin-right: 15px;
}
.project-buttons .btn i{
    display: none;
}
.project-buttons .btn + .btn{
    margin-left: 5px;
}
.project-details{
    padding: 20px 0 30px;
}
.project-details h3{
    font-size: 24px;
    text-transform: capitalize;
    color: #8D9FAD;
    margin-bottom: 15px;
    cursor: pointer;
}
.project-details p{
    margin-bottom: 10px;
}
.project-info{
    padding-right: 80px;
}
.project-floor-plan{
    width: 345px;
}
.project-floor-plan h3{
    margin-bottom: 25px;
}
.project-info .flexbox{
    padding-top: 55px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.project-contacts{
    width: 300px;
    min-width: 300px;
    line-height: 1.75;
}
.project-contacts h2{
	margin: auto;
    color: #4A5B6D;
}
.project-contacts a[href^=http]:not('.no-color'){
    color: #4A5B6D;
}
.project-section{
    padding: 30px 0;
}
.project-section h2{
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
}
.project-section .flexbox{
    flex-wrap: nowrap;
}
.project-section .flexbox > div{
    flex-grow: 1;
}
.project-section .attribute-list{
    width: 430px;
    padding: 0 60px;
    flex-shrink: 0;
}
.project-section .attribute-list li{
    padding: 4px 25px;
}
.project-section .attribute-list li:nth-child(even){
    background: #e6e5e5;
}
.project-section .attribute-list li strong{
    text-transform: uppercase;
    font-size: 18px;
}
.project-section ul:not(.list) li{
    margin-bottom: 10px;
}
.project-section .flexbox > div{
    display: flex;
    justify-content: center;
}
.project-section .home-content > div {
	display: inline-block !important;
}

.fancy-list {
	margin-bottom: 40px;
}
.fancy-list > li {
	position: relative;
	font: 18px/24px 'Montserrat Regular', Helvetica, sans-serif;
	border: 3px solid #e6e7e8;
	text-transform: uppercase;
	text-align: left;
}
.fancy-list > li:last-child {
	border-bottom: 3px solid #e6e7e8;
}

.fancy-list > li.no-content {
	padding:25px 45px 20px 80px;
}

.fancy-list > li .icon {
	display: block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	position: absolute;
	left: 15px;
	top: 15px;
}

.fancy-list > li .hideshow-trigger .icon {
	left:20px;
	top:14px;
}

.fancy-list > li .icon.ico-chart{
	background-image: url(/images/icons/chart.png);
}
.fancy-list > li .icon.ico-team{
	background-image: url(/images/icons/team.png);
}
.fancy-list > li .icon.ico-avatar{
	background-image: url(/images/icons/avatar.png);
}
.fancy-list > li .icon.ico-money{
	background-image: url(/images/icons/money.png);
}
.fancy-list > li .icon.ico-rules{
	background-image: url(/images/icons/rules.png);
}
.fancy-list > li .icon.ico-bulb{
	background-image: url(/images/icons/bulb.png);
}
.fancy-list > li .icon.ico-badge{
	background-image: url(/images/icons/badge.png);
}
.fancy-list > li .icon.ico-home {
	background-image: url(/images/icons/home.png);
}

.fancy-list > li + li {
	margin-top:4px;
}

.main-content .col-left .hideshow-content p {
	margin-bottom:20px;
}

.blue-border {
	max-width:245px;
	height:3px;
	margin:0 0 20px;
	background-color:#8D9FAD;
	border:none;
}
.hideshow-content .blue-border {
	max-width:0;
	overflow: hidden;
	
	transition:all 0.25s ease 0s;
}
.open .hideshow-content .blue-border {
	max-width:245px;
	
	transition:all 0.25s ease 1.5s;
}

/* special styling for lists within hide/show */

.hideshow-content > ul li {
	position: relative;
	padding-left:35px;
}

.hideshow-content > ul li:before {
	content:"";
	display: inline-block;
	height:5px;
	width:5px;
	background-color:#8D9FAD;
	border-radius: 50%;
	
	position: absolute;
	top:9px;
	left:17px;
}
.hideshow-content > ul li + li {
	margin-top:8px;
}

/* hide/show content -- used with CMS sections tool */

.fancy-list .hideshow-trigger {
	padding: 25px 45px 20px 80px;
}
.fancy-list .hideshow-content {
	padding: 0 45px 20px 80px;
}

.hideshow-trigger {
	position: relative;
	cursor: pointer;
	
	transition:all 0.4s ease 0s;
}

.hideshow-content {
	font-size:14px;
	font-family:'Montserrat Regular', Helvetica, sans-serif;
	text-transform: none;
	
	display: none;
}

.plus-small {
	display: inline-block;
	position: absolute;
	top:50%;
	margin-top:-8px;
	right:16px;
	width:16px;
	height:16px;
}
.plus-small:before,
.plus-small:after {
	content:"";
	display: inline-block;
	background-color:#8D9FAD;
	position: absolute;
	
	transition:all 0.3s ease 0s;
}
.plus-small:before {
	width:16px;
	height:4px;
	
	top:50%;
	margin-top:-2px;
	left:0;
}
.plus-small:after {
	width:4px;
	height:16px;
	
	top:0;
	left:50%;
	margin-left:-2px;
}

.open .hideshow-trigger {
	color:#8D9FAD;
}
.open .plus-small:after {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.subcontractors .flexbox {
	flex-wrap: wrap;
}
.subcontractors .flexbox > div {
	position: relative;
	display: inline-block;
	width: 50%;
	max-width: 50%;
	padding: 0 30px;
	color: #8D9FAD;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.subcontractors .flexbox > div:hover {
	color: inherit;
}
.subcontractors .flexbox > div:nth-child(2n+1) {
    text-align: right;
}
.subcontractors .flexbox > div > strong {
	position: relative;
	padding-left: 12px;
	padding-top: 1px;
}

.video {
	display: block;
	width: 100%;
	max-width: 300px;
	padding-bottom: 40%;
	margin-top: 35px;
	background-attachment: scroll;
	background-color: transparent;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.video:before {
	content:"\f144";
	font-weight: 900;
	font-family:"Font Awesome 5 Pro";
	font-size: 60px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);	
	position: absolute;
	top:0;
	left: 0;
	transition: all 0.3s ease 0s;
	z-index: 0;
}
.video:hover:before {
	color: #8D9FAD}

.video:after {
	content: "View Virtual Tour";
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	bottom: 14px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 1;
	text-transform: uppercase;
}

/***********************
  Pagination Styles
***********************/

.pagination {
  text-align: right;
  text-align: left;
}

.flexbox.pagination {
	margin: 15px 0;
}

.flexbox.pagination > div:first-child {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.pagination > div,
.pagination li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
}

.pagination li:before {
	display: none;
}

.pagination > div + div,
.pagination li + li {
  margin-left: 6px !important;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'Lato Medium';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
}

.pagination span {
  padding:10px 13px 10px 11px;
}

.pagination a {
  color: #000 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #8D9FAD;
  color: #FFFFFF !important;
}

.pagination span,
.pagination > li > strong {
  font-family: 'Lato Regular';
  color: #FFFFFF !important;
  background-color: #8D9FAD;
  border: 1px solid #FFFFFF;
  font-weight: bold;
}

.pagination > .prev a,
.pagination > .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

.pagination > .prev:empty,
.pagination > .next:empty {
  display: none;
}

.pagination > .prev:empty + div {
  margin-left: 0px;
}
#search-results ol li h4 {
	font-size: 24px;
}

/* Business Directory */
#business-container .flexbox {
	display: flex;
}
#business-container .flexbox > div {
	padding: 22px 0px 22px 15px;
	flex-grow: 1;
}
#business-container .flexbox > div:nth-child(1) {
	width: 180px;
}
#business-container .flexbox > div:nth-child(2) {
	width: 200px;
}
#business-container .flexbox > div:nth-child(3) {
	width: 125px;
}
#business-container .flexbox > div:nth-child(4) {
	width: 230px;
}
#business-container .flexbox > div:nth-child(5) {
	width: 110px;
}
.directory-header > div {
	background-color: #4A5B6D;
	color: #FFFFFF;
	text-transform: uppercase;
}
.directory-list:nth-child(even) {
	background-color: #f8f8f9;
}

#business-container #directory-search {
	margin: 50px 0;
}
#business-container #directory-search > div {
	padding: 0;
	width: auto;
}
#business-container #directory-search > div + div {
	padding-left: 15px;
}
#business-container #directory-search > div:last-child {
	flex-grow: 0;
}
#directory-search input {
	width: 100%;
}
#directory-search button {
	border: none;
	transition: all 0.3s ease 0s;
}
.directory-search-form {
	background-color: #ededed;
	display: flex;
	padding: 15px;
	justify-content: space-between;
}
.directory-search-form > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 80%;
}
.directory-search-form #bName input {
	height: 50px;
	padding: 0 20px;
	width: 100%;
}
.directory-search-form .btn {
	min-width: auto;
	flex-basis: 132px;
	margin-top: 0;
}
.directory-search-form > div:last-child {
	text-align: right;
	margin-bottom: 0;
	width: 14%;
}

.alphabet {
	text-align: center !important;
	margin-top: 15px;
}
.alphabet li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 0 10px 10px;
}
.alphabet li:before {
	display: none;
}

.home-title-num {
	position: absolute;
	left: 0;
	right: 0;
	width: 50px;
	margin: auto;
	bottom: -25px;
	height: 50px;
	border-radius: 50%;
	background-color: #8D9FAD;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
}
.prev-home,
.next-home {
	position: absolute;
	bottom: 10px;
	color: #FFFFFF;
	z-index: 1;
}
.prev-home {
	left: 150px;
}
.next-home {
	right: 150px;
}
.popup {
	display: block;
	padding: 30px;
	background-color: #FFFFFF;
}

.popup * {
	margin: 0;
}

.error-message p {
    color: #4A5B6D;
    font-size: 20px;
}

.error-message h2 {
    padding-top: 50px;
}

#map-search-box.float-map {
	display: block;
	position:fixed;
	top:-100%;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #FFFFFF;
	transition: all 0.3s ease 0s;
}

#map-search-box.float-map.show {
	top:0;
}

#map-search-box.float-map #map-search {
  height: 100%;
}

#map-search-box.float-map #map-search.loading:after {
  content:' ';
  position:absolute;
  background:rgba(0,0,0,0.2) url('../images/icons/map-loading.gif') no-repeat center center;
  height:100%;
  width:100%;
  left:0;
  top:0;
}

#map-search-box.float-map #map-search .map-cluster {
  background: transparent url('/images/icons/map-cluster.svg?1745349510') no-repeat scroll center center;
  width:  65px;
  height: 65px;
  color: #FFFFFF;
  font-size:  16px;
  text-align: center;
}

#map-search-box.float-map #map-search .map-cluster span {
  display: inline-block;
  padding-top: 22px;
}

#map-search .map-cluster {
  background: transparent url('/images/icons/map-cluster.svg?1745349510') no-repeat scroll center center;
  width:  65px;
  height: 65px;
  color: #FFFFFF;
  font-size:  16px;
  text-align: center;
}

#map-search .map-cluster span {
  display: inline-block;
  padding-top: 22px;
}

#map-search-box.float-map #map-search .map-div-marker {
  background: transparent url('/images/icons/map-marker.svg?1745349510') no-repeat scroll center center;
  width:  65px;
  height: 65px;
  color: #FFFFFF;
  font-size:  16px;
  text-align: center;
}

#map-search-box.float-map #map-search .map-div-marker span {
  display: inline-block;
  padding-top: 6px;
}

#map-search .map-div-marker {
  background: transparent url('/images/icons/map-marker.svg?1745349510') no-repeat scroll center center;
  width:  65px;
  height: 65px;
  color: #FFFFFF;
  font-size:  16px;
  text-align: center;
}

#map-search .map-div-marker span {
  display: inline-block;
  padding-top: 6px;
}



#map-search-box.float-map .close-map {
	font-size: 38px;
	position: absolute;
	display: inline-block;
	right: 40px;
	top:25px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	z-index: 99999;
	cursor: pointer;
}
#map-search-box.float-map .close-map:before {
	content: "CLOSE";
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -72px;
	font-size: 20px;
}

#map.display-info #prop-info-template {
	display: none;
}

#map.display-info .popup-prop-box .list-image {
    height: 176px;
}
#map.display-info .popup-prop-box .get-directions {
    background-color: rgba(54, 54, 54, 0.5);
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}
#map.display-info .popup-prop-box .get-directions i:not([class]) {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 55px;
}
#map.display-info .popup-prop-box .get-directions i[class*="fa"] {
	display: block;
	text-align: center;
	font-size: 42px;
	margin-top: 5px;
}
#map.display-info .gallery-sm, #map.display-info .gallery-sm figure {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#map.display-info .featured-name {
	padding-top: 30px;
}
#map.display-info .prop-address {
	font-family: "Montserrat";
	font-weight: bold;
	color: #4A5B6D;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	font-size: 12px;
}
#map.display-info .prop-address i {
	font-size: 16px;
}
#map.display-info .contractor > p {
	font: 14px 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
}
#map.display-info .prop-num {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #4A5B6D;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    font: 14px 'Montserrat', sans-serif;
    line-height: 40px;
}

#map-search-total {
  display: block;
  background-color: #4A5B6D;
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
}

.addon-btns a:hover {
	<!--color: #FFF;-->
	<!--background:#4A5B6D;-->
	border-color: #4A5B6D; 
}
.leaflet-container a:hover{
    color:  #4A5B6D !important;
}
.prop-address {
	font-family: "Montserrat";
	font-weight: bold;
	color: #4A5B6D;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	font-size: 12px;
}
.prop-num {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #4A5B6D;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    font: 14px 'Montserrat', sans-serif;
    line-height: 40px;
}
.project-details .price {
	display: block;
	font-size: 24px;
	margin: auto;
}
.item-cart {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
}
.item-cart .qty {
    display: flex;
    height: 48px;
    margin-right: 10px;
    border: 1px solid #4A5B6D;
    border-radius: 8px;
    color: #4A5B6D;
}
.item-cart .qty button {
    width: 52px;
    border: 0;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
}
.item-cart .qty input {
    width: 60px;
    border-right: 1px solid #4A5B6D;
    border-left: 1px solid #4A5B6D;
    text-align: center;
    font: 28px 'FjallaOne';
    color: #8D9FAD;
}
.item-cart .btn {
/*     flex-grow: 1; */
    
}
.item-cart .item-options {
    margin: 8px 0 8px 14px;
}

.cart-btn {
    position: relative;
    color: #8D9FAD;
}
.cart-btn .count {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    background-color: #FFFFFF;
}
.cart-preview {
	background-color: #8D9FAD;
	border-top: 1px solid #4A5B6D;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 45px 0 0;
	position: fixed;
	top: 0;
	right: -347px;
/* 	height: calc(100% - 65px); */
	height: 100%;
	width: 347px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 99;
}
.cart-preview.show {
	right: 0;
}
.cart-preview .cart-items > p {
	position: absolute;
	top: 9px;
	left: 25px;
	font-size: 30px;
	line-height: 1;
	font-family: 'FjallaOne';
	margin-bottom: 0;
	text-transform: uppercase;
}
.cart-preview .close-cart {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	border-left: solid 1px #4A5B6D;
	cursor: pointer;
	height: 45px;
}
.cart-preview .close-cart > i {
	margin: auto !important;
	padding: 0 5px;
	font-size: 24px;
}
.cart-preview .cart-items {
	border-top: 1px solid #4A5B6D;
	border-bottom: 1px solid #4A5B6D;
	flex-grow: 1;
	padding: 15px;
	height: 100%;
	overflow: auto;
}
.cart-preview .cart-items > *:last-child {
	padding-bottom: 15px;
}
.option-cart {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.option-cart span:first-child {
	flex-grow: 1;
	padding-right: 10px;
}
.cart-item-quantity button {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	width: 35px;
}
.cart-item-quantity button i {
	margin: auto !important;
	font-size: 12px;
	line-height: 16px;
}
.cart-item-quantity input[type="text"] {
	background: transparent;
	border: none;
	flex-grow: 1;
	padding: 5px;
	text-align: center;
	height: 24px;
	width: 50px;
}
.cart-preview .cart-product {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.cart-preview .cart-btn {
	margin: 20px 25px 20px;
}
.cart-preview .cart-item-quantity {
	padding-top: 10px;
}
.cart-preview .cart-item-quantity > div {
	background-color: #efefef;
	border-radius: 3px;
	display: flex;
	padding: 2px 0;
}
.cart-preview .cart-product + .cart-product {
	padding-top: 20px;
}
/*
.cart-preview-img {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 10px;
	width: 25%;
}
*/
.cart-preview-img {
	width: 20%;
}
.cart-preview-details {
	text-align: left;
	padding: 0 20px 0 10px;
	position: relative;
	width: 80%;
}
.cart-preview-details > a {
	color: #FFFFFF !important;
	font-size: 12px !important;
}
.cart-preview-details .remove-item {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.cart-preview-details .remove-item > i {
	font-size: 18px;
	margin: auto;
}
.cart-preview-details > * {
	font: 13px 'Montserrat', sans-serif;
	margin-bottom: auto;
	text-transform: none;
	text-align: left;
}
.cart-preview .btn {
	color: #FFFFFF !important;
	margin: auto;
	width: 100%;
	font-size: 18px;
	border: 1px solid #FFFFFF;
}
.cart-preview .btn:hover,
.cart-preview .btn:active {
	border-color: #FFFFFF;
	color: #FFFFFF !important;
}
#inner .nav-menu li a.btn:hover, 
.fixed .nav-menu li a.btn:hover {
	color: #FFFFFF !important;
}

/*=== PEOPLES CHOICE PAGES ===*/
.peoples-choice .item-box {
    margin: 0 25px 25px;
    border: 2px solid #e2e2e1;
}
.peoples-choice h4 {
    margin-top: 35px;
    margin-bottom: 10px;
    color: #8D9FAD;
}
.peoples-choice-wrapper h2,
.peoples-choice h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #8D9FAD;
}
.peoples-choice{
    padding: 45px 0 55px;
}
.peoples-choice-wrapper {
     padding: 25px;
}
.peoples-choice-wrapper > .flexbox > div + div:last-child{
    padding-left: 75px;
}
.peoples-choice-wrapper > .flexbox > div:nth-last-child(2){
    width: 65%;
}
.peoples-choice-wrapper > .flexbox > div + div{
    width: 35%;
}
.fgdark {
    color: #444444 !important;
}

/* jquery stars  plugin styles */
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

/*Alert Bar */
.top-alert-content h5 {
	font-family: apertura, sans-serif;
	color: #585959;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: normal;
}
.top-alert-content p {
	font-family: apertura, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #585959;
}
.top-alert-content .btn {
	font-family: apertura, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
}
.top-alert-title{
    background-color: #CFE9FD;
    padding-top: 12px;
    color: #444444;
    min-height: 48px;
}
.top-alert-title .container{
    max-width: 1190px;
    padding: 0 100px;
    justify-content: center;
    align-items: flex-start;
}

.top-alert-title span{
    display: block;
    position: relative;
    padding-left: 30px;
	font-family: apertura, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
.top-alert-title span i{
    font-size: 20px;
    margin-right: 8px;
    vertical-align: text-bottom;
    position: absolute;
    left: 0;
}
.top-alert .close-btn{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 1px;
	color: #fff;
	text-decoration: none;
}
.top-alert .toggle-btn{
    background: #4A5B6D;
    position: absolute;
    width: 40px;
    height: 34px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    top: -12px;
    right: 50px;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    text-decoration: none !important;
}
.top-alert .toggle-btn:after{
    content: '\f107';
    font: bold 18px/1 Font Awesome\ 5 Pro;
}
.top-alert-content{
    display: none;
    background: #f8f8f8;
    padding: 60px 0 30px;
}
.top-alert-content p a {
    font-weight: bold;
    color: #00867d;
}
.top-alert-content .container > ul{
    display: flex;
}
.top-alert-content .container > ul > li{
    width: 50%;
}
.top-alert-content .container > ul > li:first-child{
    padding-right: 25px;
}
.top-alert-content .container > ul > li:last-child{
    padding-left: 25px;
}
.top-alert-content .container > ul > li:first-child p:last-child,
.top-alert-content .container > ul > li:last-child p:last-child{
    margin-bottom: 0;
}

.color-heading {
	position: relative;
	background-color:#8D9FAD;
	color:#FFFFFF;
	padding:15px 40px;
	margin:35px auto 0;
	text-transform: none;
}
.color-heading .ch-label {
	background-color: #8D9FAD;
	position: absolute;
	height:100%;
	top:0;
	left:0;
	z-index: 1;
}
.dark-bg {
	background-color:#8D9FAD;
	border-bottom: solid 2px #fff;
	color:#fff;
}
.gray-bg {
	background-color:#FFFFFF;
	color:#444444;
}
#step-payment button {
	background: #8D9FAD;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	border-radius: 0 0 4px 4px;
	border: 0;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
	width: 100%;
}
