﻿/* loader */

.no-js #loader { display: none; }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-color: #dcdde2;
}

.loader i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 3em;
}

.fa-spin-custom, .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  -moz-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* web site */

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    line-height: 2em;
    color: #000;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(255,255,255,.2);
}

a {
    color: #f7a933;
}

a:hover, a:focus {
    color: #7c7c7c;
    text-decoration: underline;
}

h1, h2, h3 {
    color: #f7a933;
    font-weight: 700;
    margin: 20px 0;
}

h1 {
    margin-top: 0;
    line-height: 1.25em;
}

h3 {
    font-size: 13pt;
}

p {
    margin: 20px 0;
}

/* media queries */

@media only screen and (max-width:767px) {
    h1 {
        font-size: 20pt;
    }
    h2 {
        font-size: 14pt;
    }
}

@media only screen and (min-width:768px) {
    .content-container .row [class*="col-"] p:first-child,
    .content-container .row [class*="col-"]:last-child h2:first-child,
    .content-container .row [class*="col-"]:last-child h3:first-child {
        margin-top: 0;
    }
    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 20pt;
    }
}

/* navigation */

.navbar-custom {
    padding: 20px 0 0 0;
    margin: 0;
    font-weight: 500;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    font-size: 1em;
    z-index: 999;
    line-height: 1.5em;
}

.navbar-brand {
    display: none;
}

.navbar-custom li { /* no margins or padding */
    margin: 0;
    padding: 0;
}

.navbar-custom li a {
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
}
 
.navbar-custom li a:hover, .navbar-custom li a:focus, .navbar-custom li a:active,
.navbar-custom .navbar-nav .open a, .navbar-custom .navbar-nav .open a:hover, .navbar-custom .navbar-nav .open a:focus { /* top level clicked / selected showing drop-down */
    outline: 0;
    background-color: transparent;
    color: #fff;
}

/* standard mobile navigation */

@media only screen and (max-width:599px) {
    .navbar-header .navbar-toggle span {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 0 !important;
    }
    .navbar-header .navbar-toggle {
        margin: 0;
        padding: 0 !important;
        font-weight: 500;
        color: #fff;
    }
    .navbar-header .navbar-toggle i {
        font-size: 2em;
        transition: 0.75s;
        -webkit-transition: 0.75s;
        -moz-transition: 0.75s;
        -ms-transition: 0.75s;
        -o-transition: 0.75s;
        float: left;
    }
    .navbar-header .navbar-toggle:hover i, .navbar-header .navbar-toggle:focus i {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    .navbar-header span {
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 0 0 5px;
    }
    a.closenav {
        display: inline-block !important;
        background-color: transparent;
        color: #fff;
        padding: 0;
        text-align: center;
        top: 13px;
        right: 18px;
        position: absolute;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.2em;
    }
    .navbar-collapse {
        opacity: .98;
        margin: 0 !important;
        padding: 10px 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-height: unset !important;
        height: 100%;
		min-height: 100%;
        height: 100vh;
		min-height: 100vh;
        white-space: nowrap;
        width: 100%;
	    background-color: #000;
    }
    .navbar-custom li a {
        display: block;
        font-weight: 700;
        margin: 0;
        padding: 20px 40px;
	    background-color: #000;
    }
    .navbar-custom li a:hover, .navbar-custom li a:focus {
        color: #fff;
        background-color: #f7a933;
    }
    .navbar-nav > li:first-child {
        margin: 40px 0 0 0;
    }
    .navbar-nav > li.ruleoff {
        margin: 40px 0 0 0;
        padding: 20px 0 0 0;
        border-top: 1px solid #fff;
    }
    .navbar-nav > li:last-child a,
    .navbar-nav > li.ruleoff a {
        padding: 10px 40px;
    }
    .navbar-nav > li:last-child a:hover, .navbar-nav > li:last-child a:focus,
    .navbar-nav > li.ruleoff a:hover, .navbar-nav > li.ruleoff a:focus {
        text-decoration: underline;
        background-color: transparent !important;
    }
}

/* standard desktop navigation */

@media only screen and (min-width:768px) {
    .navbar-header .navbar-toggle {
        display: none !important;
    }
    #navbar {
        float: left;
    }
    .navbar-custom li {
        padding: 10px;
    }
    .navbar-custom li a {
        padding: 0 0 5px 0;
    }
    .navbar-custom .navbar-nav > li > a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
        -webkit-transition: transform 0.25s ease-out;
        -moz-transition: transform 0.25s ease-out;
        -ms-transition: transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
    }
    .navbar-custom .navbar-nav > li > a:hover::after, .navbar-custom .navbar-nav > li > a:focus::after, .navbar-custom .navbar-nav > li > a:active::after {
      transform: scaleX(1);
      transform-origin: bottom left;
    }
    .navbar-nav > li:last-child {
        padding: 10px 0 10px 10px;
    }
    a.closenav {
        display: none;
    }
}

#idContact {
    float: right;
    padding: 8px 0 0 0;
}

#idContact a {
    color: #fff;
    text-decoration: none;
}

#idContact a:first-child {
    font-size: 2em;
    letter-spacing: .08em;
}

#idContact a:last-child {
    font-weight: 700;
    font-size: .9em;
    letter-spacing: -.03em;
}

/* media queries */

@media only screen and (max-width:991px) {
    #idContact {
        display: none;
    }
}

/* standard responsive layout */

.container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.content-container {
    padding: 150px 20px 20px 20px;
}

body.home .content-container {
    padding: 20px !important;
}

.row {
    margin: 0;
    padding: 0;
}

[class*="col-"] {
    margin: 0;
    padding: 0;
}

/* media queries */

@media only screen and (max-width: 767px) {
    .row [class*="col-sm-"]:last-child {
        padding-top: 20px;
    }
    #idForm .col-sm-6:last-child {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .content-container {
        padding: 200px 20px 20px 20px;
    }
    .content-container .col-sm-6:first-child {
        padding-right: 30px;
    }
    .content-container .col-sm-6:last-child {
        padding-left: 30px;
    }
    #idForm .col-sm-6:first-child {
        padding-right: 20px;
    }
    #idForm .col-sm-6:last-child {
        padding-left: 20px;
    }
}

/* carousel */

svg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 99;
}

.carousel {
    overflow: hidden;
}

.carousel,
.carousel .item,
.carousel .active,
.carousel-inner {
    height: 400px;
}

.fill {
    width: 100%;
    height: 400px;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* media queries */

@media only screen and (min-width:768px) {
    svg {
        height: 110px;
    }
}

@media only screen and (min-width:992px) and (min-height: 1000px) {
    .carousel,
    .carousel .item,
    .carousel .active,
    .carousel-inner,
    .fill {
        height: 600px;
    }
}

.carousel p {
    position: absolute;
    display: block !important;
    bottom: 95px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    padding: 0 15%;
    line-height: 1.5em;
}

/* controls */

.carousel-indicators {
    display: block !important;
    bottom: 10px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid #fff;
    background-color: #fff;
    margin: 0 3px;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border: 1px solid #f7a933;
    background-color: #f7a933;
}

/* media queries */

@media only screen and (min-width:768px) {
    .carousel p {
        font-size: 1.5em;
        bottom: 75px;
    }
}

@media only screen and (min-width:992px) and (min-height: 1000px) {
    .carousel p {
        font-size: 2em;
        padding: 0 25%;
        bottom: 100px;
    }
}

@media only screen and (min-width:1200px) and (min-height: 1000px) {
    .carousel p {
        font-size: 2.25em;
        bottom: 125px
    }
}

@media only screen and (min-width:1600px) and (min-height: 1000px) {
    .carousel p {
        font-size: 2.5em;
    }
}

@media only screen and (max-width:767px) {
    .carousel-indicators {
        display: none;
    }
}

/* overlay */

#idOverlay {
    position: fixed;
    top: 25px;
    left: 50%;
    left: calc(50vw - 100px);
    border: 1px solid #fff;
    padding: 0;
    background-color: transparent;
    z-index: 99;
}

#idOverlay .img-responsive {
    width: 200px;
}

/* media queries */

@media only screen and (min-width:768px) {
    #idOverlay {
        top: 75px;
    }
}

@media only screen and (min-width:992px) {
    #idOverlay {
        left: 50%;
        left: calc(50vw - 150px);
    }
    #idOverlay .img-responsive {
        width: 300px;
    }
}

@media only screen and (min-width:1200px) {
    #idOverlay {
        left: 50%;
        left: calc(50vw - 200px);
    }
    #idOverlay .img-responsive {
        width: 400px;
    }
}

/* fixed width content */

@media only screen and (min-width: 1200px) {
    .fixed-width {
        /* maximum container width */
        width: 1200px !important;
        margin: 0 auto;
    }
}

/* all content pages */

.content {
    background-color: #f3f3f3;
    margin-bottom: 40px;
    padding: 50px 0;
}

ul {
    padding: 0 0 0 15px;
    list-style-type: disc;
}

.clsCaption {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 40px 0;
    width: 100%;
    display: block;
}

/* home page */

#idHomeBoxes .container {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#idHomeBoxes .row:nth-child(even) {
    background-color: #000;
}

#idHomeBoxes .row:nth-child(odd) {
    background-color: #f7a933;
}

#idHomeBoxes .row .col-sm-6 {
    background-position: center center;
    height: 150px;
    text-align: center;
    border-bottom: 10px solid #fff;
    padding-top: 0;
}

#idHomeBoxes .row .col-sm-6 a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#idHomeBoxes .row .col-sm-6 a span {
    display: inline-block;
    margin: 48px auto;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 45px;
    font-size: 1.2em;
    padding: 6px 20px;
    font-weight: 700;
}

#idHomeBoxes .row .col-sm-6 a:hover, #idHomeBoxes .row .col-sm-6 a:focus {
   transform: scale(1.1);
}

#idHomeBoxes svg {
  position: relative;
  top: 0;
  width: 100%;
  height: 250px;
  z-index: 9;
}

/* media queries */

@media only screen and (min-width: 768px) {
    #idHomeBoxes .row .col-sm-6 {
        height: 250px;
    }
    #idHomeBoxes .row .col-sm-6 a span {
        height: 50px;
        margin: 95px auto;
        font-size: 1.3em;
        padding: 8px 30px;
    }
}

/* rightmove button */

a.clsExternal {
    display: block;
    background-color: #f7a933;
    color: #fff;
    padding: 10px 15px;
    margin: 40px 0 20px 0;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
}

a.clsExternal:hover, a.clsExternal:active, a.clsExternal:focus {
    background-color: #000;
}

a.clsExternal span {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
}

a.clsExternal i {
    float: left;
    font-size: 2em;
    margin-bottom: 20px;
    margin-right: 10px;
}

a.clsExternal .clearfix {
    max-height: 1px !important;
    overflow: hidden !important;
}

/* media queries */

@media only screen and (min-width: 992px) {
    a.clsExternal {
        padding: 10px 20px;
    }
    a.clsExternal span {
        font-size: 1.2em;
        line-height: 50px;
    }
    a.clsExternal i {
        font-size: 3em;
    }
}

/* contact us */

.content-container iframe {
    border: 1px solid #fff !important;
}

/* terms etc. */

ol.clsTerms {
    margin: 0;
}

ol.clsTerms li {
   margin-bottom: 20px;
}

ol.clsTerms li ol {
    list-style-type: lower-alpha;
}

ol.clsTerms li ol,
ol.clsTerms li ul {
   margin-top: 20px;
   margin-bottom: 20px;
}

ol.clsTerms li ol li,
ol.clsTerms li ul li {
    margin-bottom: 0;
}

/* forms */

.form-control {
    border-radius: 15px;
    outline: none;
    color: #585856;
    border: 1px solid #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 0 10px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(88,88,86,.66) !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(88,88,86,.66) !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(88,88,86,.66) !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(88,88,86,.66) !important;
}

.clsShort {
    max-width: 300px;
}

.clsError {
    border: 1px solid #f7a933 !important;
    color: #585856 !important;
}

.clsError::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(88,88,86,.66) !important;
}

.clsError::-moz-placeholder { /* Firefox 19+ */
    color: rgba(88,88,86,.66) !important;
}

.clsError:-ms-input-placeholder { /* IE 10+ */
    color: rgba(88,88,86,.66) !important;
}

.clsError:-moz-placeholder { /* Firefox 18- */
    color: rgba(88,88,86,.66) !important;
}

label {
   visibility: hidden;
   display: none;
   font-weight: 500;
}

label.clsShow {
   visibility: visible;
   display: block;
   margin: 10px 0;
}

.btn-default {
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    font-weight: 700;
    box-shadow: none;
    background-color: #f7a933;
    color: #fff;
    border: none !important;
    border-radius: 15px;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #000;
}

.g-recaptcha {
    margin: 20px 0;
}

/* form validation messages */

.clsValidation {
	margin: 0 0 20px 0;
    display: block;
    line-height: 1.5em;
}

.clsValidation p {
    margin: 0 0 20px 0;
    font-weight: 500 !important;
}

.clsValidation.clsErrors {
    background-color: #f7a933;
    color: #fff;
	padding: 20px;
    border-radius: 15px;
}

.clsValidation.clsErrors p {
    margin: 0;
}

/* footer */

footer .container {
    padding: 50px 20px;
}

footer #idForm {
    background-color: #f3f3f3;
}

footer #idForm p {
    font-size: .9em;
}

footer #idSummary.container {
    text-align: center;
    background-color: #f3f3f3;
    font-size: 1.2em;
    color: #f7a933;
    margin: 50px 0;
}

footer .container:last-child {
    text-align: center;
    color: #000;
    font-size: .8em;
    margin: 50px auto;
}

footer .img-responsive {
    display: inline-block;
    height: 60px;
    margin: 0 10px 20px 10px;
}

footer .container:last-child a {
    color: #111;
}

footer .container:last-child a:hover, footer .container:last-child a:focus {
    color: #f7a933;
    text-decoration: none;
}

/* media queries */

@media only screen and (min-width: 768px) {
    footer .img-responsive {
        height: 75px;
        margin: 0 20px 20px 20px;
    }
}

@media only screen and (min-width: 992px) {
    footer .img-responsive {
        height: 85px;
    }
}

/* media queries */

@media only screen and (min-width: 768px) {
    footer .img-responsive {
        height: 75px;
        margin: 0 20px 20px 20px;
    }
}

@media only screen and (min-width: 992px) {
    footer .img-responsive {
        height: 85px;
    }
}

/* back to top */

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -ms-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 10px 12px;
    margin: 0;
    background-color: #f7a933;
    background-image: url(/Assets/Images/CSS/bgUpArrow.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 15px 15px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -ms-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
      /* the button becomes visible */
      visibility: visible;
      opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
