.hvr-fade, .btn, .readon, #fifthrow .nspHeader A {
   /*display: inline-block !important;*/
   vertical-align: middle !important;
   -webkit-transform: perspective(1px) translateZ(0) !important;
   transform: perspective(1px) translateZ(0) !important;
   box-shadow: 0 0 1px transparent !important;
   overflow: hidden !important;
   -webkit-transition-duration: 0.3s !important;
   transition-duration: 0.3s !important;
   -webkit-transition-property: color, background-color, border-color !important;
   transition-property: color, background-color, border-color !important;
}
/* Grow */
.hvr-grow {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px transparent;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
/* Grow Rotate*/
.hvr-grow-rotate {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
   -webkit-transform: scale(1.1) rotate(4deg);
   transform: scale(1.1) rotate(4deg);
}
/* Grow Rotate PROJECTS*/
IMG.nspImage {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px transparent;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
   z-index: 54 !important;
}
IMG.nspImage:hover, IMG.nspImage:focus, IMG.nspImage:active {
   z-index: 54 !important;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
DIV.nspArt.nspCol3 {
   overflow: hidden;
}
#fifthrow H4 {
   z-index: 555 !important;
   position: relative;
}
/* Bounce To Top */
.hvr-bounce-to-top {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #FBF50D;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
   color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Sweep To Top */
.hvr-sweep-to-top {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #2098D1;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
   color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
}
HTML {
   overflow-x: hidden;
}
BODY {
   background-color: #FFFFFF;
   font-family: gill-sans-nova, sans-serif;
   color: #000000;
   position: relative;
   overflow-x: hidden;
}
P, OL, UL {
   font-size: 18px;
   font-weight: 400;
   line-height: 1.3;
}
P.gallerylink {
   margin: 0;
   position: relative;
}
.blog P.gallerylink, .blog-featured P.gallerylink {
   display: none;
}
.gallerylink A {
   background-color: #FFFFFF;
   color: #D5B75C;
   border: 1px solid #D5B75C;
   display: inline-block;
   padding: 7px 12px 9px;
   font-size: 12px;
   position: absolute;
   top: -68px;
   right: 0px;
   border-right: 0px solid black;
}
.gallerylink A:hover {
   background-color: #D4B65C;
   color: #FFFFFF;
}
DIV.moduletable.backtotop {
   text-align: right;
   margin-top: 10px;
}
DIV.moduletable.backtotop A {
   color: #D5B75C;
}
DIV.moduletable.backtotop P {
   margin: 0;
   overflow: hidden;
}
.contact-form STRONG.formRequired {
   font-weight: 400;
   color: #A1A1A1;
}
.container {
   /*padding: 20px !important;*/
   position: relative;
   margin: auto;
}
.row {
   margin: auto;
}
A[href^=tel] {
   color: #000000;
   text-decoration: none;
}
P.phone A[href^=tel] {
   color: #ED1C24;
   text-decoration: none;
}
[class^="icon-"], [class*=" icon-"] {
}
A {
   color: #000000;
   text-decoration: none;
   word-wrap: break-word;
}
A:hover {
   color: #6C6C6C;
   /*text-decoration: underline;*/
}
.heartbeat {
   -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
   animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-3-6 14:44:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
   from {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
   10% {
      -webkit-transform: scale(0.91);
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
   17% {
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
   33% {
      -webkit-transform: scale(0.87);
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
   45% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}
@keyframes heartbeat {
   from {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
   10% {
      -webkit-transform: scale(0.91);
      transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
   17% {
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
   33% {
      -webkit-transform: scale(0.87);
      transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
   45% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}
/*****  OVERLAY MENU  *****/
.overlay {
   height: 100%;
   width: 0px;
   position: fixed;
   z-index: 3;
   top: 0;
   right: 0;
   background-color: #737261;
   overflow-x: hidden;
   transition: 0.5s;
}
.overlay.open {
   width: 100%;
}
.overlay-content {
   position: relative;
   width: 100%;
   text-align: center;
   /*margin-top: 40px;*/
   z-index: 2;
   transition: 0.2s;
}
.overlay-content A {
   padding: 6px;
   text-decoration: none;
   font-size: 0px;
   display: inline-block;
   transition: 0.3s;
   margin: auto;
}
.overlay-content DIV.menuLogo {
   opacity: 0;
   transition: 0.3s;
   width: 174px;
   margin: auto;
}
.overlay-content.open DIV.menuLogo {
   opacity: 0.59;
}
.overlay-content.open A {
   color: #FFFFFF;
   font-size: 26px;
   padding: 4px;
}
.menuLogo P {
   margin-bottom: 0;
}
.overlay-content.open UL.nav-child A {
   font-size: 22px;
   color: rgba(255, 255, 255, 0.504);
   padding: 5px;
}
.overlay-content.open A:hover {
   color: #404041;
}
.overlay-content UL {
   list-style: none;
   margin: 30px 0 0;
   padding: 0;
}
.overlay-content UL UL.nav-child {
   margin-top: 0;
   margin-bottom: 15px;
}
.overlay .closebtn {
   position: absolute;
   top: 0px;
   right: 20px;
   font-size: 50px;
   z-index: 3;
   text-decoration: none;
   color: rgba(255, 255, 255, 0.306);
}
DIV#menuIcon SPAN {
   font-size: 48px;
   cursor: pointer;
   color: #FFFFFF;
}
/* HEADINGS */
H1, H2, H3, H4, H5 {
   margin: 0;
   padding: 0;
   font-weight: 400;
}
#slideshowrow P {
   margin: 0;
   line-height: normal;
}
#slideshowrow PICTURE IMG {
   margin: 0 0 -5px 0;
   width: 100%;
}
/*.main .item-page H3
{
	padding-top: 15px !important;
}*/
H2 A {
   text-decoration: none;
   line-height: 1;
}
H2 A:hover {
   color: #145C99;
}
/**** MAIN MENU ****/
#menu-row {
   background-color: #AD903E;
}
#main-menu UL.nav {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: space-between;
   justify-content: flex-end;
}
#main-menu A {
   color: #FFFFFF;
   text-transform: uppercase;
   display: block;
   padding: 10px 15px;
}
#main-menu A.red {
   background-color: #C61717;
}
#main-menu A:hover {
   color: #FFFFFF;
   text-transform: uppercase;
   background-color: #D5B75C;
}
#main-menu LI LI A:hover {
   background-color: #AC8F40;
}
#menu-row UL.nav-child {
   background-color: #D5B75C;
   position: absolute;
   margin: 0;
   padding: 0;
   list-style: none;
   visibility: hidden;
   z-index: 2;
}
#menu-row UL.nav LI:hover UL.nav-child {
   visibility: visible;
}
/**** ICONS ****/
#iconsrow {
   background-color: #C6BCA1;
   color: #FFFFFF;
}
#iconsrow DIV.row {
   display: flex;
}
#iconsrow P.icon {
   font-size: 38px;
}
#iconsrow P {
   margin: 0;
   text-transform: uppercase;
}
/**** Featured ****/
#maintitlerow {
   background-color: #E9E9E9;
   background-color: #737261;
   /*padding-top: 20px;*/
}
#maintitle DIV.moduletable.featured {
   background-color: #737261;
   padding: 3px 0px 4px;
}
#main_content .moduletable.featured {
   background-color: #D5B75C;
   width: 100%;
}
#main_content DIV.moduletable.featured DIV.custom.featured {
   padding: 5px 14px 7px;
}
DIV.moduletable.featured H2 {
   margin: 0;
   color: #FFFFFF;
   text-transform: uppercase;
   font-size: 16px;
}
#aboutrow P {
   color: #525252;
}
/**** HEADER IMAGES ****/
DIV.form-row.submit-row {
   margin: 22px 0px;
}
.contact-form P.legal-text {
   font-size: smaller;
}
#contact-info A {
   color: #59574F;
}
#contact-info A:hover {
   color: #FFFFFF;
}
/**** ROW MAP ****/
DIV#maprow .map-title {
   text-align: center;
   background-color: #132D48;
   color: #FFFFFF;
   text-transform: uppercase;
   height: 87px;
}
DIV#maprow {
   margin-top: 15px;
}
DIV#maprow {
   margin-top: 0px;
}
#maprow DIV.map-preview {
   border: 0px solid black;
}
.map-title H2 {
   font-size: 52px !important;
   line-height: 95px;
   color: #FFFFFF !important;
   letter-spacing: 6px;
}
/**** SIDEBAR  ****/
DIV.sidebar DIV.moduletable {
   margin-bottom: 15px;
   /*background-color: #BCB6B6;*/
}
DIV.sidebar DIV.moduletable H3 {
   color: #FFFFFF;
   background-color: #D5B75C;
   font-size: 20px;
   padding: 3px 10px !important;
   border-bottom: 3px solid #E9E9E9;
   margin: 0;
}
DIV.moduletable.searchiframe {
   background-color: #FFFFFF;
}
DIV.sidebar DIV.moduletable UL LI A {
   display: block;
   background-color: #D4D4D4;
   border-bottom: 1px dotted #FFFFFF;
   text-decoration: none;
   padding: 5px 10px;
}
DIV.sidebar DIV.moduletable UL LI A:hover {
   background-color: #CDCDCD;
   color: #000000;
}
DIV.main_large_image {
   padding: 0px 10px;
}
.sidebar DIV.moduletable UL {
   list-style: none;
   margin: 0;
   padding: 0;
}
/**** Main Content  ****/
#main_content H4, .contact-form H4 {
   font-size: 22px;
   margin: 20px 0px;
}
.item-page .faq H4 {
   color: #AD903E;
   line-height: 1.2;
   font-size: 18px !important;
   font-weight: normal;
   margin-top: 31px !important;
   margin-bottom: 1px !important;
   padding: 0 !important;
}
.faq P {
   margin: 0 0 14px 0;
}
.inside H3 {
   font-size: 26px !important;
   margin-bottom: 7px !important;
}
.inside H4 {
   font-size: 20px !important;
   margin-bottom: 0px !important;
}
P.intro {
   font-size: 26px;
   margin-top: 0;
   margin-bottom: 0px;
}
DIV.item-page.news DIV.pull-none.item-image {
}
DIV.item-page .item-image IMG {
   width: 100%;
}
#main_content BLOCKQUOTE {
   background-color: #FFFFFF;
   color: #D5B75C;
   padding: 0px 20px;
   border: 3px solid #D6B85C;
   margin: 50px;
   font-style: italic;
}
#main_content BLOCKQUOTE P {
   font-size: 20px;
}
/**** SIDE BAR  ****/
.sidebar DIV.moduletable.cmplogo, .sidebar DIV.moduletable.rentsmart {
   text-align: center;
   background-color: #FFFFFF;
   padding: 15px;
}
.sidebar .custom.cmplogo, .sidebar .custom.rentsmart {
   width: 57%;
   margin: auto;
}
.sidebar .cmplogo IMG, .sidebar .rentsmart IMG {
   width: 100%;
}
.sidebar DIV.moduletable.enquire A {
   background-color: #AC8F40;
   color: #FFFFFF;
   text-transform: uppercase;
   display: block;
   padding: 10px 10px;
   font-size: 18px;
}
.sidebar DIV.moduletable.enquire A:hover {
   background-color: #D5B75C;
}
.sidebar P {
   text-align: center;
   margin: 0;
}
/**** FEATURED PROPERTIES  ****/
#main_content DIV.blog-featured DIV.item H2.item-title, #main_content DIV.blog.properties DIV.item H2, #main_content DIV.blog-featured DIV.items-row H2 {
   /*display: none;*/
   margin: 0;
}
#main_content DIV.blog-featured DIV.item H2.item-title A, #main_content DIV.blog.properties DIV.item H2 A, #main_content DIV.blog-featured DIV.items-row H2 A {
   color: #FFFFFF;
   background-color: #D5B75C;
   display: block;
   padding: 5px 10px 7px;
   font-size: 20px;
}
#main_content DIV.blog-featured DIV.item H2.item-title A:hover, #main_content DIV.blog.properties DIV.item H2 A:hover {
   background-color: #AC8F40;
}
UL.primary-features {
   list-style: none;
   margin: 0;
   padding: 5px 10px;
   display: flex;
   background-color: rgba(89, 88, 80, 0.427);
}
UL.primary-features LI {
   margin-right: 18px;
   color: #FFFFFF;
   font-size: 14px;
}
UL.primary-features LI:last-child {
   margin-right: 0px;
}
DIV.blog-featured DIV.item-image A IMG, DIV.blog.properties DIV.item-image A IMG {
   width: 100%;
}
DIV.blog-featured DIV.item-image IMG, DIV.blog.properties DIV.item-image IMG {
   width: 100%;
}
DIV.blog-featured .item-image A, DIV.blog.properties .item-image A {
   background-color: #103844;
   background-color: #FFFFFF;
   display: block;
   margin-bottom: -5px;
}
DIV.blog-featured DIV.item-image A:hover IMG, DIV.blog.properties DIV.item-image A:hover IMG {
   opacity: 0.8;
}
.blog-featured DIV.item P.readmore, .blog.properties DIV.item P.readmore {
   margin: 0;
   text-align: right;
   position: absolute;
   bottom: 0px;
   right: 0px;
}
DIV.blog-featured DIV.item P.readmore A.btn, DIV.blog.properties DIV.item P.readmore A.btn {
   border-right: 0px solid black;
   border-bottom: 0px solid black;
   border-top-left-radius: 16px;
   background-color: #D4B65C;
   color: #FFFFFF;
   border-top: 1px solid #D4B65C;
   border-left: 1px solid #D4B65C;
   font-size: 17px;
   padding-left: 11px;
   margin-right: -1px;
}
DIV.blog-featured DIV.item P.readmore A.btn:hover, DIV.blog.properties DIV.item P.readmore A.btn:hover {
   background-color: #AB8E42;
}
DIV.blog-featured DIV.item-image, DIV.blog.properties DIV.item-image {
   /*height: 180px;*/
   overflow: hidden;
}
DIV.info {
   padding: 10px;
}
DIV.info-main {
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   align-items: baseline;
}
DIV.info-main P.price {
   flex: 1 0 auto;
   text-align: right;
   font-size: 18px;
   color: #AC8F40;
}
P.price SPAN {
   font-size: 12px;
}
DIV.info P.location {
   font-weight: normal;
   font-size: 18px;
}
P.location::before {
   content: "Location: ";
}
P.propertyid {
   /*margin-bottom: 7px;*/
   color: #FFFFFF;
   font-size: 15px;
   background-color: #D5B75C;
   margin-top: -20px;
   padding: 3px 10px 5px;
   text-transform: uppercase;
}
#inside P.propertyid::before {
   content: "Property ID: ";
}
DIV.blog.properties P.propertyid, DIV.blog-featured P.propertyid {
   display: none;
}
DIV.info-main P.headline {
   font-size: 20px;
}
DIV.info-main P {
   margin: 0;
}
DIV.check {
   display: inline-block;
   position: absolute;
   top: 20px;
   right: 20px;
}
DIV.check A {
   background-color: #D5B75C;
   color: #FFFFFF;
   padding: 5px 10px;
   text-transform: uppercase;
}
DIV.check A:hover {
   background-color: #AC8F40;
}
DIV.item-page.properties {
   position: relative;
}
DIV.item-page P.introdesc {
   display: none;
}
/**** Testimonials  ****/
#testimonialsrow {
   background-color: #AA8D44;
   color: #FFFFFF;
   clear: both;
}
#testimonialsrow DIV.moduletable {
   padding: 10px 0px 40px;
}
#testimonialsrow DIV.custom {
   display: flex;
   flex-wrap: wrap;
}
#testimonialsrow DIV.custom P {
   width: 40%;
   flex: 1 0 auto;
   padding-left: 50px;
   background-image: url(../images/quote-marks-40.png);
   background-repeat: no-repeat;
   font-size: 16px;
   padding-right: 24px;
}
#testimonialsrow H3 {
   text-align: center;
   font-size: 24px;
}
/**** MAP  ****/
/**** INSIDE  ****/
A.btn, A.readon {
   text-decoration: none;
   background-image: none;
   padding: 4px 7px 6px;
   font-size: 19px;
   text-shadow: none;
   color: #D5B75C;
   background-color: transparent;
   background-color: transparent;
   border-radius: 0px;
   /*border-radius: 13px;*/
   font-weight: 400;
   border: 2px solid #D5B75C;
   display: inline-block;
   text-transform: uppercase;
}
A.btn:hover, A.readon:hover {
   background-color: #FFFFFF;
}
A.btn.rvs {
   border: 6px double #FFFFFF;
   color: #FFFFFF;
   background-color: #132D48;
}
A.btn.rvs:hover {
   border: 6px double #132D48;
   color: #132D48;
   background-color: #FFFFFF;
}
/**** Main Content  ****/
/**** RIGHT MENU  ****/
DIV.moduletable.latestmenu {
   padding: 0 !important;
}
DIV.right UL.latestnews {
   margin: 0px;
   padding: 0;
   list-style: none;
}
DIV.right UL.latestnews LI {
   padding: 0;
   margin: 0;
   border-bottom: 1px solid #FFFFFF;
}
DIV.right UL.latestnews LI A {
   color: #FFFFFF;
   text-decoration: none;
   display: block;
   padding: 7px 10px;
   font-weight: 300;
   font-size: 17px;
   background-color: #244F6D;
}
DIV.right UL.latestnews LI A:hover {
   background-color: #758C42;
}
/**** Footer ****/
#footer {
   background-color: #D5B75C;
   clear: both;
   padding: 70px 0px;
   color: #FFFFFF;
}
#footer DIV.footer-item.container {
   display: flex;
}
#footer H3 {
   font-size: 22px !important;
   color: #FFFFFF;
   margin-top: 0;
}
#footer P.social {
   font-size: 36px;
   margin: 0;
}
#footer P.social A {
   padding-right: 10px;
   color: #FFFFFF;
}
#footer P.social A:hover {
   color: #A98C46;
}
#footer P.social SVG {
   margin-right: 8px;
   margin-top: 20px;
}
#footer H5 {
   font-size: 18px;
   font-weight: 400;
   color: #FFFFFF;
   margin-top: 30px !important;
   margin-bottom: 0;
}
#footer DIV.moduletable.logobox A {
   text-decoration: none;
   color: #6C6D6F;
}
#footer DIV.moduletable.logobox A:hover {
   text-decoration: underline;
}
#footer UL {
   margin: 0;
   padding: 0;
   list-style: none;
}
#footer A.signup {
   background-color: #FFFFFF;
   color: #D4B65C;
   text-decoration: none;
   padding: 6px 10px;
   text-transform: uppercase;
}
#footer A.signup:hover {
   background-color: #A98C46;
   color: #FFFFFF;
}
#footer UL LI A {
   text-decoration: none;
   color: #FFFFFF;
}
#footer UL LI A:hover {
   color: #747361;
}
#footer UL.nav-child A {
}
#footer UL.nav-child A::before {
   content: "- ";
}
/**** LEGAL ****/
#legal {
   background-color: #747361;
   color: #FFFFFF;
}
#legal UL {
   margin: 0;
   padding: 0;
   list-style: none;
}
#legal P, #legal A {
   margin: 0;
   font-size: 12px;
}
#legal A {
   color: #FFFFFF;
   text-decoration: none;
   margin-right: 15px;
}
#legal A:hover {
   color: #D1D1D1;
   text-decoration: none;
   background-color: transparent;
}
#legal UL LI {
   float: right;
}
#legal UL LI:last-child {
   border-right: 0px solid #FFFFFF;
}
#legal UL.nav.menu {
   padding: 0;
}
#legal DIV.moduletable {
   text-align: center;
   padding: 14px;
}
#legal DIV.moduletable.copyright {
   padding: 3px;
}
#legal DIV.moduletable.holidayhomes {
   background-color: #3785A3;
}
DIV.moduletable.sandownlogo {
   background-color: #747361;
}
#legal DIV.moduletable IMG {
   height: 36px;
}
/**** NEWSLETTER ****/
DD.published {
   margin-left: 0;
}
DD.published SPAN.icon-calendar {
   display: inline-block;
   margin-top: -2px;
}
DIV.pagination UL {
   margin: 0;
   padding: 0;
   line-height: 1;
}
DIV.indicates-required {
   color: #B23533;
   font-size: 12px;
}
#myBtn {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Fixed/sticky position */
   bottom: 20px;
   /* Place the button at the bottom of the page */
   right: 20px;
   /* Place the button 30px from the right */
   z-index: 99;
   /* Make sure it does not overlap */
   border: none;
   /* Remove borders */
   outline: none;
   /* Remove outline */
   /* Set a background color */
   color: white;
   /* Text color */
   cursor: pointer;
   /* Add a mouse pointer on hover */
   /*padding: 15px 0px;*/
   /* Some padding */
   border-radius: 0px;
   /* Rounded corners */
   font-size: 16px;
   /* Increase font size */
   text-transform: uppercase;
   /*width: 88px;*/
   text-align: center;
   background-color: transparent;
}
#myBtn:hover {
   /*background-color: #B23533;*/
   /* Add a dark-grey background on hover */
}
/*** HOUSE ** */
#inside #main_content DIV.item-page.properties DIV {
   /*border: 1px solid black;*/
   /*background-color: #E7E7E7;*/
   background-color: #FFFFFF;
}
#main_content DIV.main DIV.moduletable {
   overflow: auto;
}
#inside #main_content DIV.item-page.properties DIV.bt_media_items_gallery DIV DIV.gm-style-iw {
   background-color: #FFFFFF;
   padding: 15px;
}
DIV.gm-style-iw P {
   font-size: 12px;
   margin-top: 0;
   margin-bottom: 0;
}
DIV.gm-style-iw P A {
   background-color: #3785A4;
   color: #FFFFFF;
   padding: 3px 6px;
   display: inline-block;
   margin-top: 10px;
}
DIV.gm-style-iw P A:hover {
   background-color: #103844;
}
#inside #main_content DIV.item-page.properties DIV.bt_media_items_gallery DIV {
   background-color: transparent;
}
#inside #main_content DIV.item-page.properties UL.primary-features {
   margin-bottom: 20px;
}
#inside #main_content DIV.item-page.properties DIV DIV {
   /*padding: 0px;*/
}
#inside #main_content DIV.item-page.properties DIV.page-header {
   padding-top: 20px;
}
#inside #main_content DIV.item-page.properties DIV.page-header H2 {
   margin: 0;
   font-size: 30px;
   line-height: 1.1;
}
#inside UL.rsmg_content_gallery LI DIV.rsmg_content_container {
   border: 0px solid #FFFFFF;
   background: #3785A4;
   box-shadow: 0px 0px 0 #3785A4;
}
#inside DIV.item-page H3 {
   font-size: 24px;
   color: #000000;
   margin-bottom: 0;
}
#inside #main_content DIV.item-page DIV.page-header H2 {
   font-size: 38px;
   margin-top: 0;
}
DIV.blog.news .item-image IMG {
   width: 100%;
}
/*******************************/
/*DIV.blog DIV.category-desc P
{
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}*/
DIV.newsletter-form {
   margin-top: 30px;
}
DIV.newsletter-form DIV.form-row.anti-row {
   margin-top: 30px;
   margin-bottom: 30px;
}
DIV.page-header H1 {
   background-color: #AC8F40;
   color: #FFFFFF;
   margin: 0 0 15px 0;
   padding: 5px 10px;
   font-size: 20px;
}
/*******************************/
/********* MEDIA QUERIES ********/
/*******************************/
/*******************************/
/* Phones Portrait (phones, less than 480px) */
@media (max-width: 767px) {
   BODY {
      font-size: 16px;
   }
   DIV.container {
      /*margin: auto;*/
      /*width: 100%;*/
   }
   P {
      font-size: 18px;
   }
   #headerRowWide {
      background-color: #D4B65C;
   }
   #headerRowWide P {
      margin: 0;
   }
   #headerRow {
      position: relative;
   }
   #headerLeft {
      z-index: 2;
      padding: 10px 0px;
      margin: auto;
      width: 200px;
   }
   #headerRight {
      /*display: ;*/
      position: absolute;
      top: 5px;
      right: 21px;
   }
   #contact-info {
      display: none;
   }
   #headerLeft #logo IMG {
      width: 100%;
   }
   DIV#menuIcon SPAN {
      font-size: 32px;
      margin-left: 0px;
      color: #103844;
      color: #FFFFFF;
   }
   #iconsrow P {
      font-size: 14px;
   }
   DIV#menu-row {
      display: none;
   }
   #slideshowrow {
      /*height: 330px;*/
      overflow: hidden;
   }
   #iconsrow {
      margin-top: -1px;
   }
   #iconsrow DIV.row {
      flex-wrap: wrap;
   }
   #iconsrow DIV.moduletable {
      text-align: center;
      flex: 1 1 auto;
      padding: 18px;
      width: 30%;
   }
   #aboutrow DIV.row.container {
      width: 100%;
   }
   #aboutrow {
      background-color: #EFEFF0;
   }
   #aboutrow DIV.moduletable {
      padding-top: 60px;
      padding-bottom: 40px;
      background-color: #FFFFFF;
   }
   #aboutrow DIV.moduletable DIV.custom {
      padding: 0px 20px 20px;
      text-align: center;
   }
   #aboutrow H3 {
      text-align: center;
      text-transform: uppercase;
      color: #D4B65C;
      font-size: 36px;
      margin: 0;
   }
   #main_content DIV.blog-featured DIV.item, #main_content DIV.blog.properties DIV.item {
      /*border: 2px solid #3785A4;*/
      flex: 0 1 auto;
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 26px;
      margin-bottom: 30px;
      background-color: #E1E1E1;
      background-color: #FFFFFF;
      border: 1px solid #D3B55C;
   }
   #main_content BLOCKQUOTE {
      margin: 0px;
   }
   #inside #main_content DIV.item-page.properties DIV {
   }
   DIV.moduletable.featured H2 {
      text-align: center;
   }
   #testimonialsrow DIV.custom {
      padding: 20px;
   }
   #testimonialsrow P {
      font-size: 16px;
   }
   #footer {
      padding: 30px 2.5%;
   }
   #footer H3 {
      font-size: 29px !important;
      margin-bottom: 0;
      margin-top: 20px;
   }
   #footer DIV.moduletable P {
      width: 70%;
      margin: auto auto 15px auto;
   }
   #footer DIV.moduletable.logobox P IMG {
      margin-bottom: 27px;
      width: 100%;
   }
   #footer LI {
      padding: 3px;
   }
   #footer LI A {
      font-size: 20px;
   }
   #footer DIV.moduletable {
      margin-bottom: 30px;
      text-align: center;
   }
   DIV.footer-item.container {
      flex-direction: column;
   }
   .inside DIV.main_content {
      margin-top: 46px;
   }
   .blog .page-header H2 {
      font-size: 33px;
   }
   DIV.main, DIV.sidebar {
      padding: 20px;
      background-color: #E8E8E8;
   }
   #inside #main_content {
      /*background-color: #E9E9E9;*/
   }
   DIV.main DIV.moduletable {
      /*margin-bottom: 30px;*/
      padding-bottom: 30px;
      /*border: 1px solid black;*/
   }
   .headerimagetop DIV.restrict {
      bottom: 29px;
      left: 2.5%;
      width: 80%;
   }
   #inside .formResponsive INPUT[type="text"], #inside .formResponsive INPUT[type="password"], #inside .formResponsive TEXTAREA, .formResponsive SELECT {
      width: 90% !important;
   }
   DIV.blog DIV.items-row {
      flex-direction: column;
      margin-top: 0;
   }
   DIV.blog DIV.items-row DIV.span4 {
      width: auto;
      margin-top: 18px;
      margin-bottom: 18px;
   }
   DIV.blog.news DIV.item {
      margin-bottom: 60px;
   }
   #inside DIV.blog.news DIV.page-header H1 {
      margin-bottom: 30px;
   }
   #legal DIV.row.container {
   }
   #legal UL LI {
      float: none;
      text-align: right;
   }
   DIV.moduletable.holidayhomes {
      background-color: #E9C10E;
   }
   .primary-features P.tooltip {
      display: none;
   }
   DIV.check {
      top: 85px;
      right: 20px;
   }
   DIV.check A {
      font-size: 12px;
   }
   P.gallerylink A {
      font-size: 24px;
      padding: 5px 10px;
      color: #FFFFFF;
      background-color: #D4B65C;
   }
   DIV.rsmg-content-details-container DIV.rsmg-content-details-image IMG {
      width: 95% !important;
      border: 2px solid #FFFFFF;
   }
   /*#inside LI.span3.margin_left_none
   {
   	width: 100%;
   }*/
   /*#inside LI.span3.margin_left_none DIV
   {
   	width: 100%;
   }*/
}
/*Phones Landscape (phones, 480px and up) */
/*@media (min-width: 481px)
{
}*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   BODY {
      padding: 0;
   }
   .container {
      width: 700px;
      padding-left: 0px;
      padding-right: 0px;
   }
   #headerRowWide {
      background-color: #D6B85C;
      max-height: 1200px;
      padding: 20px;
   }
   #headerRight {
      display: flex;
      align-items: center;
   }
   #headerRight #contact-info P {
      color: #59574F;
      text-align: right;
      font-size: 24px;
      margin: 0;
      text-transform: uppercase;
   }
   #headerRight #contact-info P.phone {
      color: #FFFFFF;
      font-size: 32px;
   }
   DIV#menuIcon {
      display: none;
   }
   DIV#slideshowrow {
      overflow: hidden;
   }
   DIV#headerRow {
      display: flex;
      justify-content: space-between;
      /*width: 93%;*/
      padding: 0% 1%;
      z-index: 2;
   }
   #headerRow DIV {
      /*border: 1px solid black;*/
   }
   #headerRight {
      /*display: flex;*/
   }
   #headerLeft {
      max-width: 360px;
   }
   #headerLeft #logo IMG {
      width: 100%;
   }
   #main_content DIV.items-row {
      display: flex;
      justify-content: space-between;
   }
   #main_content DIV.blog-featured DIV DIV.item {
      margin-bottom: 30px;
      width: 32%;
   }
   #main_content DIV.blog-featured.home2 DIV.items-row DIV.span4 {
      flex: 0 0 32%;
      display: flex;
   }
   #main_content DIV.blog-featured.home2 DIV DIV DIV.item {
      width: 99%;
   }
   /*#main_content DIV.blog-featured DIV.item
   {
   	margin-bottom: 30px;
   	width: 32%;
   }*/
   #main_content DIV.blog-featured DIV DIV.item, #main_content DIV.blog.properties DIV DIV.item {
      border: 2px solid #D4B65C;
      flex: 0 1 auto;
      overflow: hidden;
      position: relative;
      padding-bottom: 26px;
      background-color: #FFFFFF;
   }
   #main_content DIV.blog.properties DIV.span4 {
      width: 32%;
      display: flex;
   }
   #main_content DIV.blog.properties DIV.span6 {
      width: 49%;
      display: flex;
   }
   #iconsrow DIV.moduletable {
      text-align: center;
      flex: 1 1 auto;
      padding: 18px;
   }
   #aboutrow {
      background-color: #FFFFFF;
   }
   #aboutrow DIV.row {
      display: flex;
      padding: 50px 50px 25px 50px;
   }
   #aboutrow DIV.moduletable {
      text-align: center;
   }
   #aboutrow H3 {
      color: #D5B75C;
      font-size: 38px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
   }
   #aboutrow P {
      width: 75%;
      margin: auto;
      padding-bottom: 26px;
      font-size: 19px;
   }
   UL.pager.pagenav {
      clear: both;
   }
   #footer DIV.moduletable {
      flex: 1 1 auto;
      padding: 0px 5px 5px;
      width: 20%;
   }
   #footer DIV.moduletable.logobox IMG {
      width: 60%;
   }
   #footer DIV.moduletable.logobox {
      text-align: center;
      width: 33%;
   }
   DIV.item-page DIV.two-cols {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 250px;
      -moz-column-width: 250px;
      column-width: 250px;
   }
   .two-cols DIV[itemprop="articleBody"] {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 250px;
      -moz-column-width: 250px;
      column-width: 250px;
   }
   .three-cols DIV[itemprop="articleBody"] {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-width: 250px;
      -moz-column-width: 250px;
      column-width: 250px;
   }
   DIV.col {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      border: 1px solid #F5F5F5;
      margin-bottom: 10px;
   }
   DIV.columns {
      display: flex;
      justify-content: space-between;
   }
   DIV.col2 {
      width: 48%;
   }
   DIV.col3 {
      width: 32%;
   }
   DIV.clearall {
      clear: both;
   }
   .hidden-xs {
      display: block;
   }
   .visible-xs {
      display: none;
   }
   .moduletable.small {
      float: left;
      width: 15%;
      background-color: #000000;
      margin: 0% 1% 1% 0%;
      height: 166px;
   }
   .moduletable.big {
      width: 50%;
      background-color: #F47D7D;
      float: left;
      margin: 0% 1% 1%;
      height: 344px;
      background-image: url("../images/history-image.jpg");
   }
   .moduletable.darkblue, .moduletable.red {
      width: 50%;
   }
   .moduletable.blue, .moduletable.darkred, .moduletable.grey {
      width: 33.3333333%;
   }
   DIV.nspCol1 {
      display: flex;
      justify-content: space-between;
      /*border: 1px solid #FFFFFF;*/
   }
   #legal DIV.row.container {
      display: flex;
      flex-direction: row;
   }
   .inside DIV.main_content {
      margin-top: 25px;
      margin-bottom: 25px;
      padding-bottom: 25px;
   }
   .blog .page-header H2 {
      font-size: 18px;
   }
   #header {
      /*display: none;*/
   }
   DIV#header DIV.moduletable {
      margin-top: 15px;
      margin-bottom: 30px;
   }
   #header P {
      padding: 0;
      margin: 0;
   }
   #firstrow DIV.row.container {
      display: flex;
   }
   #inside #main_content DIV.row.container {
      display: flex;
   }
   #main_content {
      background-color: #F5F5F5;
      background-color: #EAEAEA;
      padding-bottom: 1px;
      padding-top: 40px;
   }
   DIV.sidebar {
      flex: 1 1 28%;
      /*background-color: #C4B8F1;*/
      /*background-color: #D7D6D6;*/
      padding: 0px 0px 0px 20px;
   }
   DIV.main {
      padding-top: 10px;
      padding-bottom: 50px;
   }
   #inside DIV.main {
      padding-top: 0px;
      padding-bottom: 50px;
      width: 67%;
   }
   #inside.wide DIV.main {
      flex: 0 0 100%;
      width: 100%;
   }
   DIV.blog.news DIV.items-row {
      border-bottom: 1px solid #C7C7C7;
      margin-bottom: 30px;
      padding-bottom: 30px;
   }
   DIV.columns {
      display: flex;
   }
   DIV.col2-1 {
      padding-right: 30px;
      width: 100%;
   }
   DIV.col2-2 {
      padding-right: 30px;
      width: 100%;
   }
   #inside.wide .main DIV.item-page, #inside.wide DIV.main DIV.moduletable {
      padding-right: 0;
   }
   DIV.main DIV.blog {
      padding-bottom: 30px;
   }
   DIV.blog DIV.items-row {
      display: flex;
      justify-content: space-between;
      /*margin-top: 36px;*/
      margin-bottom: 20px;
   }
   .primary-features P.tooltip {
      display: block;
      position: absolute;
      background-color: #737261;
      width: 110px;
      padding: 5px 7px;
      top: -60px;
      border: 2px solid #FFFFFF;
      visibility: hidden;
      /*+border-radius: 8px;*/
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      border-radius: 8px;
      text-align: center;
      font-size: 16px;
      color: #FFFFFF;
   }
   .primary-features LI:hover P {
      visibility: visible;
   }
   /*DIV.blog .primary-features LI:hover P
   {
   	visibility: hidden;
   }*/
   UL.primary-features LI {
      position: relative;
   }
   .gallerylink A {
      font-size: 16px;
      top: -73px;
      right: 0px;
   }
   .gallerylink A::after {
      content: " Gallery";
   }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .container {
      width: 940px;
   }
   #footer .footer-item.container {
      display: flex;
   }
   .gallerylink A {
      font-size: 16px;
      top: -76px;
      right: 0px;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .container {
      width: 1080px;
   }
   .blog .page-header H2 {
      font-size: 28px;
   }
   .gallerylink A {
      font-size: 18px;
      top: -78px;
      right: 0px;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
   .container {
      /*width: 1440px;*/
      width: 1248px;
   }
   .blog .page-header H2 {
      font-size: 32px;
   }
   .headerimagetop DIV.restrict {
      width: 80%;
      bottom: 80px;
      /*bottom: 100px;*/
   }
   #header IMG {
      width: 100%;
   }
   DIV.blog DIV.page-header {
   }
   .gallerylink A {
      font-size: 18px;
      top: -86px;
      right: 0px;
   }
}
.rsmg-content-item-thumb-container {
   position: relative !important;
   padding-top: 75% !important;
}
#inside #main_content DIV.item-page.properties DIV {
   padding: 0px 20px 20px;
}
#inside #main_content DIV.item-page.properties DIV DIV {
   padding: 0px;
}
.rsmg-content-item-thumb > IMG, .rsmg-system-item-thumb > IMG {
   width: auto;
}
