@import url("https://use.typekit.net/xko2itw.css");

body,
html {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

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

body {

    font-weight: 300;
    font-style: normal;
    background-color: #F7F3EF;
    font-family: futura-pt, sans-serif;
}

p {

    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-style: normal;
    margin: 0 0 30px 0;
    line-height: 1;
    letter-spacing: 0.05em;
}

h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 80px;
    line-height: 0.9;
}

.home h1 {
    font-size: 90px;
    max-width: 75%;
}

.single-post h1 {
    max-width: 80%;
}

.single-property h1 {
    max-width: 80%;
	margin-bottom: 20px;
}

h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    line-height: 0.9;
    text-align: center;
}

h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    line-height: 0.9;
}

.single-property h6.propprice {
	color: #fff!important;
}

.blue_text {
    color: #003760
}

.page-template-properties h1 {
    max-width: 75%;
}

.container {
    max-width: 1366px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.container.narrow {
    max-width: 800px;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
}

section {
    display: block;
    position: relative;
    padding: 75px 0;
}


footer {
    display: block;
    position: relative;
    padding: 25px 0;
}


header {
    display: block;
    position: relative;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 20px 0;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header .logo {
    float: left;
    width: 126px;
    height: 95px;
}

header ul.menu {
    float: left;
    margin: 0 0 0 100px;
    float: left;
    width: auto;
    padding: 0;
}

header ul.menu li {
    float: left;
    width: auto;
    margin: 0 20px;
    padding: 0;
    list-style: none;
    line-height: 100px;
    position: relative;
}

header ul.menu li a,
header ul.menu li a:visited {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    line-height: 0.9;
    text-decoration: none;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    position: relative;
    z-index: 2;
}

header ul.menu li.current_page_item > a {
    color: #FFC82E;
}

header ul.menu li:hover:after {
    content: '';
    width: 130%;
    left: -15%;
    height: 15px;
    background-color: #FFC82E;
    position: absolute;
    bottom: 33px;
    z-index: 1;
    width: 0%;
    transform: rotate(-3deg);
    -webkit-animation: underline 500ms ease-in-out 500ms forwards;
    animation: underline 500ms ease-in-out 500ms forwards;
}

@keyframes underline {
    to {
        width: 130%;
    }
}

header .button {
    position: absolute;
    top: 10px;
    right: 0;
    min-width: 180px;
    text-align: center;
}

header .button.repair {
    top: 110px;
}

header .button i {
    margin-left: 15px;
}

header .button.light.hide_mobile {
    position: absolute;
    top: 60px;
    right: 0;
}

#hero {
    padding: 0;
    height: 800px;
    height: 85vh;
}

.page-id-91 #hero,
.page-id-91 #hero .item {
    height: 60vh;
}

.archive #hero,
.archive #hero .item,
.single-post #hero,
.single-post #hero .item,
.page-template-default #hero,
.page-template-default #hero .item {
    height: 85vh;
}

.owl-carousel .owl-item img {
    height: auto;
}

#hero .item:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#hero .item {
    height: 800px;
    height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#hero .item p {
    color: #fff;
    font-size: 18px;
    margin: -20px 0 0 5px;
}

.text_link,
.text_link:visited {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFC82E;
    font-size: 16px;
    line-height: 0.9;
    text-decoration: none;
    background-color: transparent;
    border-radius: 30px;
    padding: 0 0;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    border: none;
}

.text_link.blue,
.text_link.blue:visited {
    color: #003760;
}

button,
.button,
.button:visited {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 0.9;
    text-decoration: none;
    background-color: #FD495C;
    border-radius: 30px;
    padding: 12px 20px;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    border: 2px solid #FD495C;
    cursor: pointer;
}

.button.transparent,
.button.transparent:visited {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.button.transparent.red,
.button.transparent.red:visited {
    color: #FD495C;
    background-color: transparent;
    border: 2px solid #FD495C;
}

.button.light,
.button.light:visited {
    color: #003760;
    background-color: #fff;
    border: 2px solid #fff;
}

button:hover,
button:hover,
.button:hover,
.button:focus {
    opacity: 0.6;
}

.text_link:hover,
.text_link:focus {
    opacity: 0.6;
}

.button i {
    margin-left: 30px;
}

.text_link i {
    margin-left: 10px;
}

#hero h1 .button {
    position: relative;
    top: -23px;
    margin-left: 30px;
    letter-spacing: 0;
    white-space: nowrap;
}

#hero .container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 3;

}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#hero .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 3;
}

ul.social {
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 40px;
}

ul.social form {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% -130%;
    transform-origin: 50% -130%;
    width: 200px;
}

ul.social li {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: block;
}

ul.social li a,
ul.social li a:visited {
    background-color: #FFC82E;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

ul.social li a:hover,
ul.social li a:focus {
    opacity: 0.7;
}

#filter {
    background-color: #003760;
    padding: 50px 0;
}

#filter h6 {
    margin: 0 30px 0 0;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    line-height: 40px;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 5px 0;
    width: 200px;
    border: none;
    border-bottom: 1px solid #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #fff;
    font-size: 17px;
    margin: 0 20px;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

select option {
    color: #000;
}

.select {
    position: relative;
    display: inline-block;
}

.select:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 25px;
    top: 15px;
    z-index: 1;
    text-align: center;
    width: 10px;
    height: auto;
    pointer-events: none;
    box-sizing: border-box;
}

#filter form {
    position: relative;
    display: inline-block;
}

#property_list {
    width: 100%;
    text-align: center;
    min-height: 1000px
}

.property_block .item {
    display: inline-block;
    width: 370px;
    margin: 0 10px 50px;
    background-color: #fff;
    position: relative;
    vertical-align: top;
}

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

.property_block .item h4 {
    color: #424242;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 19px;
}

.property_block .item h4.propprice {
	margin-top: -20px;
	font-weight: 400;
}

.property_block .item h4 a,
.property_block .item h4 a:visited {
    color: #424242;
    text-decoration: none;
}

.property_block .item .content {
    padding: 20px 20px 50px;
    text-align: left;
    display: block;
    width: 100%;
}

.property_block .item h6 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #FFC82E;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.single-property #features h6 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 15px;
    font-size: 14px;
    background-color: #FFC82E;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.property_block .item .button {
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
    clear: both;
}

#property_list .container {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

#property_list .container.working {
    opacity: 0;

}

#property_list .container.worked {
    opacity: 1;
}

#testimonials {
    background-color: #003760;
    padding: 125px 0;
    text-align: center;
    background-image: url('../img/test_left.svg'), url('../img/test_right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left 0, right 0;
    background-size: auto 100%, auto 100%;
}

#testimonials h3 {
    font-size: 35px;
    margin: 0 0 50px 0;
    color: #fff;
}

#testimonials p {
    font-size: 16px;
    margin: 0 0 0 0;
    color: #fff;
}

#testimonials p strong {
    margin-top: 20px;
    display: block;
}

#testimonials .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

#testimonials .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 25px;
}

#testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 25px;
}

#testimonials .item {
    padding: 0 100px;
}

#featured_properties {
    background-color: #003760;
    padding: 75px 0;
}

#featured_properties h2 {
    font-size: 35px;
    margin: 0 0 50px 0;
}

#featured_properties .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 40%;
}

#featured_properties .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
    top: 0;
    color: #fff;
    font-size: 25px;
}

#featured_properties .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
    top: 0;
    color: #fff;
    font-size: 25px;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
}

.property_block {
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    opacity: 0.7;
}

#latest_news {
    text-align: center;
}

#latest_news ul {
    margin: 0;
    padding: 0;
}

#latest_news ul li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    margin: 0 10px 50px;
    position: relative;
    height: 360px;
    color: #fff;
    text-align: left;
}

.category #latest_news ul li {
    margin: 0 10px 20px;
}

.category #latest_news ul li:nth-of-type(7n+2),
.category #latest_news ul li:nth-of-type(7n+6) {
    width: 665px;
}

#latest_news ul li .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    overflow: hidden;
}

#latest_news ul li .content:before {
    background-color: #FFC82E;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: translate(0%, 100%);
    transition: 0.5s;
    z-index: 1;
}

#latest_news ul li:hover .content:before {
    transform: translate(0%, 0);
}

#latest_news ul li .content a.link {
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0 0 7px;
}

#latest_news ul li .content a.link i {
    float: right;
    color: #FFC82E;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    position: absolute;
    top: 100%;
    right: 0;
}

#latest_news ul li:hover .content a.link i {
    color: #fff;
    top: 3px;
}

#latest_news ul li .content a.link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFC82E;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

#latest_news ul li:hover .content a.link:after {
    background-color: #fff;
}

#latest_news ul li .content h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
}

#latest_news ul li .content p {
    position: relative;
    z-index: 2;
}

#latest_news ul li .content h4 a,
#latest_news ul li .content h4 a:visited {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

footer {
    padding: 75px 0;
    background-color: #003760;
}

footer .column_1 {
    float: left;
    width: 20%;
    margin: 0 5% 0 0;
}

footer .column_2 {
    float: left;
    width: 15%;
    margin: 0 5% 0 0;
}

footer .column_3 {
    float: left;
    width: 15%;
    margin: 0 5% 0 0;
}

footer h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 30px 0;
}

footer ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px 0;
}

footer .column_2 ul li {
    width: 100%;
}

footer ul li a,
footer ul li a:visited {
    color: #fff;
    text-decoration: none;
}

footer p {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0;
    color: #fff;
    text-decoration: none;
}

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

footer p a.tel > i {
    margin-right: 10px;
}

footer p a.social > i {
    margin: 20px 20px 0 0;
    font-size: 20px;
}

footer img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: auto;
    z-index: 5;
}

footer a,
footer a:visited,
footer p a,
footer p a:visited {
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
    color: #fff;
}

footer a:hover,
footer a:focus {
    opacity: 0.7;
}

#hero.news_hero {
    background-color: #003760;
}

.news_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
    background-image: url('../img/news_left.svg')
}

.news_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 0;
    background-image: url('../img/news_right.svg')
}

.news_bottom {
    position: absolute;
    left: 48%;
    bottom: 0;
    height: 20%;
    width: 14%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 bottom;
    background-image: url('../img/news_bottom.svg');
}

.featured_post {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #FFC82E;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 15px;
}

.single-post #content,
.page-template-default #content {
    text-align: left;
}

.page-template-home #content p {
    margin: 0 0 10px 0;
}

.page-template-home #content a.button {
    margin: 20px 0 0 0;
    float: left;
}

.page-template-default #content h2 {
    color: #424242;
    text-align: left;
    font-size: 30px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

.page-template-default #content h3 {
    color: #424242;
    text-align: left;
    font-size: 28px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

.page-template-default #content h4 {
    color: #424242;
    text-align: left;
    font-size: 26px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

.page-template-default #content h5 {
    color: #424242;
    text-align: left;
    font-size: 24px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

.page-template-default #content h6 {
    color: #424242;
    text-align: left;
    font-size: 22px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

.single-post #content h2,
.single-post #content h3,
.single-post #content h4,
.single-post #content h5,
.single-post #content h6 {
    color: #424242;
    text-align: left;
    font-size: 30px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 0;
}

p a,
p a:visited {
    color: #FFC82E;
    text-decoration: none;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
}

p a:hover,
p a:focus {
    opacity: 0.7;
}

.single-post section#content {
    padding: 100px 0 100px;
}

.read_time {
    float: left;
    width: 300px;
    color: #fff;
    padding: 0px 0 10px;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    max-width: 100%;
}

.read_time span {
    color: #FFC82E;
}

#hero h6 {
    color: #FFC82E;
    text-align: left;
    font-size: 22px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 0.9;
    margin: 0 0 20px 3px;
}

.single-post #content .button i {
    margin: 30px 30px 0 0;
}

.half {
    width: 50%;
    float: left;
}

.page-template-contact .half:nth-of-type(1) {
    padding: 20px 75px 0 0;
}

.page-template-contact .half:nth-of-type(2) {
    padding: 20px 0 0 75px;
}

.wpcf7 {
    float: left;
    width: 100%;
}

.wpcf7 select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 5px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #424242;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #424242;
    font-size: 17px;
    margin: 0 0;
    height: 40px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 5px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #424242;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #424242;
    font-size: 17px;
    margin: 0 0;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wpcf7 textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 5px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #424242;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #424242;
    font-size: 17px;
    margin: 0 0;
    height: 80px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wpcf7 label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.wpcf7 label span {
    color: #FD495C;
}

.wpcf7 .select {
    position: relative;
    float: left;
    width: 100%;
}

.wpcf7 .text {
    position: relative;
    float: left;
    width: 100%;
}

.wpcf7 .select:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    color: #424242;
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 15px;
    z-index: 1;
    text-align: center;
    width: 10px;
    height: auto;
    pointer-events: none;
    box-sizing: border-box;
}

.wpcf7 .row {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.wpcf7 .button {
    margin: 0 0 20px 0;
    cursor: pointer;
}

.wpcf7 .row .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.wpcf7 .row .right {
    float: right;
    width: 48%;
    margin: 0 0 0 2%;
}

.wpcf7 small {
    color: #424242;
    font-size: 16px;
}

.wpcf7 small a {
    color: #424242;
    text-decoration: underline;
    font-size: 16px;
}

.wpcf7-not-valid-tip,
.ajax-loader {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #FD495C !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 20px !important;
    border: none !important;
    background-color: #FD495C !important;
    text-align: center !important;
    color: #fff !important;
    float: left !important;
    width: 100% !important;
}

#features {
    background-color: #003760;
    padding: 75px 0 50px;
}

#features ul {
    width: 100%;
    margin: 60px 0 150px;
    padding: 0;
    text-align: center;
    display: block;
}

#features ul li {
    display: inline-block;
    margin: 0 15px 15px;
    padding: 0;
    list-style: none;
    color: #fff;
    width: 100px;
    vertical-align: top;
}

#features ul li img {
    display: block;
    margin: 0 auto 15px;
    clear: both;
    width: auto;
    height: 30px;
}

.single-property #content .owl-carousel {
    width: 150% !important;
    margin-left: -25% !important;
}

.hide {
    overflow: hidden;
    margin-top: -200px;
    margin-bottom: 100px;
}

.single-property #content .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 33%;
    top: 47%;
    font-size: 25px;
    margin: 0;
}

.single-property #content .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 33%;
    top: 47%;
    font-size: 25px;
    margin: 0;
}

.single-property #content .owl-carousel .owl-nav button.owl-next:hover,
.single-property #content .owl-carousel .owl-nav button.owl-prev:hover {
    color: #003760;
    opacity: 0.7;
}

.single-property #content .owl-carousel .item {
    opacity: 0.6;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.single-property #content .owl-carousel .center .item {
    opacity: 1;
}

.single-property #content .owl-carousel .center .item img {
    height: auto;
}

.description {
    width: 800px;
    margin: 0 auto 60px;
    display: block;
    text-align: center;
    max-width: 100%;
}

.description p {
    line-height: 1.6;
    font-size: 19px;
    float: left;
    width: 100%;
    padding: 40px;
}

.description ul li {
    line-height: 1.6;
    font-size: 19px;
}

.local_area {
    width: 800px;
    margin: 90px auto 130px;
    display: block;
    text-align: center;
    max-width: 100%;
    position: relative;
}

.local_area img,
.local_area iframe {
    float: left;
    width: 80%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    height: 450px;
}

.local_area img {
    height: auto;
}

.local_area .box {
    position: absolute;
    bottom: -50px;
    right: 0px;
    color: #fff;
    width: 50%;
    text-align: left;
    padding: 60px 50px;
    background-color: #003760;
    z-index: 2;
}

.local_area .box.lower {
    right: -130px;
    width: 60%;
    bottom: auto;
    top: -50px;
}

.local_area.yellow img {
    float: right;
    width: 70%;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.local_area.yellow .box {
    bottom: -50px;
    left: 0px;
    background-color: #FFC82E;
}

.local_area .box h4 {
    font-size: 30px;
    margin: 0 0 15px;
    font-weight: 600;
}

.local_area .box ul {
    margin: 20px 0;
}

.local_area .box .button {
    float: left;
    margin-top: 30px;
}

.local_area .box p {
    margin: 0 0 0;
}

.btn_group {
    width: 800px;
    margin: 0 auto 0;
    display: block;
    text-align: center;
    max-width: 100%;
}

.btn_group .button,
.btn_group form {
    display: inline-block;
    margin: 0 5px;
}

.dots {
    position: absolute;
    right: 7%;
    top: 17%;
    height: 130px;
    width: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    background-image: url(../img/dots.svg);
    z-index: 1;
}

.local_area.yellow .dots {
    left: 20%;
    top: 20%;
}

#faqs {
    background-color: #FD495C;
    position: relative;
}

#faqs h3 {
    text-align: left;
}

#faqs:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background-color: #424242;
}

#faqs .half {
    float: left;
    width: 50%;
    position: relative;
    min-height: 350px;
}

.faq_content {
    display: none;
    color: #fff;
    width: 70%;
}

.faq_content p {
    font-size: 16px;
    font-weight: 300;
}

.faq_content ul {
    margin: 0 0 20px 20px !important;
}

.faq_content ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 !important;
    list-style: disc !important;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 120px;
}

#faqs ul {
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;
    display: block;
}

#faqs ul li {
    margin: 50px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
}

#faqs ul li h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

#faqs ul li a,
#faqs ul li a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms ease color;
    transition: 300ms ease color;
}

#faqs ul li a:hover,
#faqs ul li a:focus {
    color: #FD495C;
}

.triangle-right:after {
    content: "";
    display: block;
    width: 0px;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #424242;
    position: absolute;
    top: 14%;
    left: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}

.triangle-right.number_1:after {
    top: 14%;
}

.triangle-right.number_2:after {
    top: 33%;
}

.triangle-right.number_3:after {
    top: 53%;
}

.triangle-right.number_4:after {
    top: 73%;
}

#faqs ul li.active a {
    color: #FD495C;
}

.page-template-repairs .local_area .box {
    bottom: -90px;
}

.page-template-repairs .local_area {
    margin: 90px auto 80px;
}

.page-template-story .local_area {
    margin: 90px auto 80px;
}

.page-template-repairs .local_area .dots {
    right: 7%;
    top: 12%;
}

.page-template-repairs #content {
    padding: 5px 0 85px;

}

.page-template-home #content {
    background-repeat: no-repeat;
}

.page-template-home #content .half:nth-of-type(1) {
    padding: 100px 100px
}

.property_block .item ul {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    display: block;
    clear: both;
    height: auto;
}

.property_block .item ul li {
    float: none;
    margin: 0 20px 10px 0;
    padding: 0;
    list-style: none;
    color: #003760;
    width: auto;
    vertical-align: top;
    height: 30px;
    display: inline-block;
}

.property_block .item ul li p {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -5px;
    margin-right: 3px;
    font-weight: 600;
}

.property_block .item ul li img {
    display: inline-block;
    margin: 5px auto 0;
    clear: none;
    width: auto;
    height: 25px;
}

.story_links {
    position: absolute;
    width: 400px;
    left: 50%;
    height: 50px;
    bottom: 0;
    margin-left: -200px;
    z-index: 3;
    text-align: center;
}

.story_links a {
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 50px;
    position: relative;
}

.story_links a:hover,
.story_links a:focus,
.story_links a.active {
    color: #FFC82E;
}

.story_links a.active:after {
    height: 5px;
    width: 100%;
    background-color: #FFC82E;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;

}

.page-template-story .local_area .dots {
    position: absolute;
    right: -6%;
    top: 37%;
}

.page-template-story .local_area.yellow .dots {
    left: -10%;
    top: 60%;
}

.layered {
    position: relative;
    margin: 0px 0 100px;
}

.layered img:nth-of-type(1) {
    float: right;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}

.layered img:nth-of-type(2) {
    width: 300px;
    height: auto;
    position: absolute;
    top: 70%;
    left: 10%;
    z-index: 3;
}

.layered .dots {
    right: auto;
    left: 20%;
    top: 0%;
    z-index: 1;
}

.mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #FD495C;
    display: none;
}

.mobile_menu ul {
    margin: 160px 0 0;
    padding: 0;
    text-align: center;
}

.mobile_menu ul li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}

.mobile_menu ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

header .button.mobile_button {
    padding: 0 !important;
    font-size: 20px;
    line-height: 45px;
    display: none;
}

header .button.mobile_button:focus,
header .button.mobile_button:active {
    opacity: 1;
}

#timeline p {
    padding: 30px;
    color: #fff;
    background-color: #003760;
    width: 400px;
}

#timeline div.tooltip {
    background-color: #F7F3EF;
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 50%;
    padding: 3px;
    border: 4px solid #808080;
    position: absolute;
    bottom: 19px;
    left: 17%;
    z-index: 2;
    cursor: pointer;
}

#timeline div.tooltip:hover {
    background-color: #003760;
    border-color: #003760;
}

#timeline div.tooltip:hover:before {
    height: 18px;
    width: 18px;
    border: 3px solid #fff;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
}

#timeline .line {
    float: left;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% auto;
    background-position: left 0 bottom 30px;
    background-image: url(../img/line.svg);
}

#timeline div.tooltip.middle {
    left: 49%;
}

#timeline div.tooltip.last {
    left: 81%;
}

#timeline .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 30px;
    left: -40px;
    bottom: 10px;
}

#timeline .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 30px;
    right: -40px;
    bottom: 10px;
}

#timeline .owl-carousel .owl-nav button.owl-next:hover,
#timeline .owl-carousel .owl-nav button.owl-prev:hover {
    color: #003760;
    opacity: 0.7;
}

.triangle_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 0;
    background-image: url(../img/triangle.svg);
}

#about_2 {
    display: none;
}

ul.student_tabs {
    width: 100%;
    padding: 0;
    margin: 60px 0 0 0;
    text-align: center;
}

ul.student_tabs li {
    list-style: none;
    width: 250px;
    display: inline-block;
    padding: 20px;
    margin: 0 20px;
    background-color: #003760;
    color: #fff;
    vertical-align: top;
    border-radius: 17px;
    text-align: left;
}

ul.student_tabs li.yellow {
    background-color: #FFC82E;
}

ul.student_tabs li.red {
    background-color: #FD495C;
}

ul.student_tabs li.light_blue {
    background-color: #00589B;
}

.text-center {
    text-align: center;
}

ul.student_tabs li h4 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 600;
}

ul.student_tabs li p {
    min-height: 50px;
}

ul.student_tabs li .button {
    width: 100%;
    float: left;
    text-align: center;
}

.bar-con {
    background-color: #eee;
    height: 5px;
}

.bar-con {
    background-color: #eee;
    height: 5px;
}

.bar {
    float: left;
    height: 100%;
    width: 0%;
}

.bar-two .bar {
    background-color: #003760;
    transition: width ease-in-out 1s;
    -webkit-transition: width ease-in-out 1s;
    -moz-transition: width ease-in-out 1s;
    -o-transition: width ease-in-out 1s;
    position: relative;
}

.bar-three .bar {
    background-color: #FF9900;
}

.bar-two span {
    background-color: #F7F3EF;
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 50%;
    padding: 3px;
    border: 4px solid #808080;
    position: absolute;
    bottom: -10px;
    left: 17%;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
}

.bar-two span.active {
    background-color: #fff;
    border: 4px solid #003760;
}

#timeline_new {
    padding-top: 350px;
    position: relative;
}

.bar-two span.dot_one {
    left: 17%;
}

.bar-two span.dot_two {
    left: 50%;
}

.bar-two span.dot_three {
    left: 81%;
}

.highlight_box {
    background: #003760;
    border: none;
    border-radius: 4px;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    margin: 0 0 0 15px;
    position: absolute;
    bottom: 50px;
    left: 17%;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.highlight_box:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 15px #003760;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.highlight_box.a_1 {
    left: 17%;
}

.highlight_box.a_2 {
    left: 50%;
}

.highlight_box.a_3 {
    left: 81%;
}

.highlight_box.a_4 {
    left: 17%;
}

.highlight_box.a_5 {
    left: 50%;
}

.highlight_box.a_6 {
    left: 81%;
}

.highlight_box.a_7 {
    left: 17%;
}

.highlight_box.a_8 {
    left: 50%;
}

.highlight_box.a_9 {
    left: 81%;
}

.highlight_box.show {
    visibility: visible;
    opacity: 1;
}

.highlight_box .highlight_content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}

.highlight_box .highlight_content p {
    color: #fff;
    margin: 0;
}

.timeline_2 {
    display: none;
}

.timeline_3 {
    display: none;
}

.prev_timeline {
    position: absolute;
    left: -50px;
    bottom: -18px;
    color: #003760;
    font-size: 30px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.next_timeline {
    position: absolute;
    right: -50px;
    bottom: -18px;
    color: #003760;
    font-size: 30px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.prev_timeline:hover,
.prev_timeline:active,
.next_timeline:hover,
.next_timeline:active {
    opacity: 0.7;
}

.current_2,
.current_3 {
    display: none;
}

.timeline_1 .a_4,
.timeline_1 .a_5,
.timeline_1 .a_6,
.timeline_1 .a_7,
.timeline_1 .a_8,
.timeline_1 .a_9 {
    display: none;
}

.timeline_2 .a_1,
.timeline_2 .a_2,
.timeline_2 .a_3,
.timeline_2 .a_7,
.timeline_2 .a_8,
.timeline_2 .a_9 {
    display: none;
}

.timeline_3 .a_1,
.timeline_3 .a_2,
.timeline_3 .a_3,
.timeline_3 .a_4,
.timeline_3 .a_5,
.timeline_3 .a_6 {
    display: none;
}

footer p.gro {
    width: 100%;
    margin: 30px 0 0 0;
}

footer p.gro i {
    color: #FFC82E
}

.hide_desktop {
    display: none;
}

/* Property Videos */

.single-property .video-container {
    background: white;
    padding: 40px;
    margin-top: -40px;
}

.single-property .video h2 {
    color: #003760;
}

.single-property .video {
    width: 60%;
    display: table;
    margin: auto;
}

#footer .column_3 a {
    display: inline-block;
    padding: 2px 0;
}

@media all and (max-width:1366px) {

    .container {
        max-width: 92%
    }

    header ul.menu {
        float: left;
    }

    .home h1,
    .page-template-properties h1,
    .single-property h1,
    h1 {
        font-size: 80px;
        max-width: 100%;
    }

    #featured_properties .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    #featured_properties .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .layered .dots {
        left: 10%;
    }

    .page-template-home #content .half:nth-of-type(1) {
        padding: 100px 70px;
    }

    #testimonials {
        background-position: left -150px top 0, right -190px top 0;
    }

    #latest_news ul li {
        width: 320px;
    }

    footer .column_1 {
        width: 30%;
    }

    .property_block .item {
        width: 300px;
    }

}


@media all and (max-width:1100px) {

    .menu-main-menu-container {
        display: none;
    }

    .hide {
        margin-top: -140px;
    }

    #features ul {
        width: 100%;
        margin: 60px 0 80px;
    }

    .single-property #content .owl-carousel .owl-nav button.owl-prev,
    .single-property #content .owl-carousel .owl-nav button.owl-next {
        color: #003760;
    }

    #filter {
        text-align: center;
    }

    .category #latest_news ul li:nth-of-type(7n+2),
    .category #latest_news ul li:nth-of-type(7n+6) {
        width: 605px;
    }

    .mobile_menu .menu-main-menu-container {
        display: block;
    }



    header .button.light.hide_mobile,
    header .button {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        margin: 25px 0px 0 20px;
        min-width: 1px;
        text-align: center;
    }

    .flex {
        padding-left: 60px;
    }

    header .button.mobile_button i {
        margin-left: 0;
    }

    header .button.mobile_button {
        padding: 12px;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        display: block;
    }

}


@media all and (max-width:800px) {

    .property_block .item {
        width: 330px;
    }

    .highlight_box {
        width: 280px;
    }

    .next_timeline {
        right: 0;
        bottom: -50px;
    }

    .prev_timeline {
        left: 0;
        bottom: -50px;
    }


    #faqs .half {
        min-height: 430px;
    }

    .page-template-repairs #content,
    .page-template-story section#content,
    .single-property section#content {
        overflow-x: hidden;
    }

    .half {
        width: 100%;
    }

    .hide {
        margin-top: 0;
    }

    #features {
        padding: 70px 0 1px;
    }

    .news_left {
        background-position: -180px 0px;
    }

    .category #latest_news ul li:nth-of-type(7n+2),
    .category #latest_news ul li:nth-of-type(7n+6) {
        width: 310px;
    }

    .page-template-contact .half:nth-of-type(1),
    .page-template-contact .half:nth-of-type(2) {
        padding: 0;
        margin: 30px 0;
    }

    .news_right {
        background-position: -70% 0;
    }

    .page-template-home #content .half:nth-of-type(1) {
        padding: 0 10%;
        text-align: center;
    }

    .layered img:nth-of-type(1) {
        margin: 110px 70px 0 0;
    }

    .layered .dots {
        left: 20%;
        top: 30%;
    }

    #latest_news ul li {
        width: 310px;
        margin: 0 10px 20px;
    }

    footer .column_1 {
        width: 40%;
    }

    footer .column_2 {
        width: 20%;
    }

    footer .column_3 {
        width: 25%;
    }

    .container.narrow {
        max-width: 92%;
    }

    .local_area {
        width: 100%;
    }

    #timeline .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        bottom: -30px;
    }

    #timeline .owl-carousel .owl-nav button.owl-next {
        right: 0;
        bottom: -30px;
    }

}

@media all and (max-width:600px) {

    .hide_mobile,
    #timeline {
        display: none !important;
    }

    .hide_desktop {
        display: block;
    }

    #header {
        padding-top: 60px;
        height: 160px;
    }

    .availability {
        position: fixed;
        top: 0;
        float: left;
        width: 100%;
        padding: 0 10px;
    }
    
    iframe{
        max-width: 100% !important;
        width:100% !important;
        height: 300px !important;
    }
    
    .single-property #content .owl-carousel .item{
        height: 300px;
    }

    footer p.gro {
        text-align: center;
    }

    .page-template-home #content a.button {
        float: none;
        display: block;
        width: 190px;
        margin: 40px auto 0;
    }

    .highlight_box.a_1,
    .highlight_box.a_2,
    .highlight_box.a_3,
    .highlight_box.a_4,
    .highlight_box.a_5,
    .highlight_box.a_6,
    .highlight_box.a_7,
    .highlight_box.a_8,
    .highlight_box.a_9 {
        left: 50% !important;
        margin: 0;
         !important;
    }

    .bar-two span {
        transform: translate(-50%, 0);
    }

    .single-property #hero .button {
        float: none;
        margin: 20px auto;
        display: block;
        width: 200px;
    }

    .single-property #content .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 100px;
        color: #fff;
    }

    .single-property #content .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 100px;
        color: #fff;
    }

    .hide {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    #features ul li {
        display: inline-block;
        margin: 10px 10px 10px;
        padding: 0;
        list-style: none;
        color: #fff;
        width: 80px;
        vertical-align: top;
    }

    .local_area img,
    .local_area.yellow img {
        width: 100%;
        height: auto;
    }

    .local_area .box.lower {
        right: auto;
        width: 100%;
        bottom: auto;
        top: auto;
    }

    .btn_group .button {
        display: inline-block;
        margin: 10px 20px;
    }

    #filter h6 {
        margin: 0;
        line-height: 1;
    }

    .read_time {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }

    .single-post section#content {
        padding: 50px 0;
    }

    #hero h6 {
        margin: 150px 0 20px 0;
        text-align: center;
    }

    .home h1,
    .single-post h1,
    .page-template-properties h1,
    .single-property h1,
    h1 {
        font-size: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    #faqs .half {
        min-height: 1px;
    }

    .page-template-repairs .local_area,
    .page-template-story .local_area,
    .local_area {
        margin: 30px auto 30px;
    }

    .flex {
        padding-left: 0;
        padding: 20px;
        background-color: #424242;
        margin: 30px 0 0;
    }

    .faq_content {
        width: 100%;
    }

    #faqs ul li {
        margin: 20px 0;
    }

    #faqs ul li.active a {
        color: #fff;
        font-weight: bold;
    }

    #faqs .half {
        float: left;
        width: 100%;
    }

    #faqs:before,
    .triangle-right:after {
        content: none;
    }

    .page-template-repairs #content {
        padding: 50px 0 50px;
    }

    ul.social li {
        margin: 8px 0;
    }

    #hero h1 .button {
        display: block !important;
        top: auto;
        margin: 10px auto 0;
        width: 250px;
    }

    header .logo {
        width: 86px;
        height: 65px;
    }

    #hero h1 {
        margin-top: 50px;
    }

    .single-property #hero h1 {
        margin-top: 0;
    }

    #hero .item,
    #hero {
        height: 60vh;
		background-size: contain;
    	background-color: black;
    }

    #featured_properties h2,
    h2,
    h3,
    #testimonials h3 {
        font-size: 25px;
    }

    #featured_properties .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    #featured_properties .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .layered img:nth-of-type(1) {
        margin: 160px 0px 0 0;
        width: 100%;
        max-width: 100%;
    }

    section {
        padding: 50px 0;
    }

    .local_area .box,
    .local_area.yellow .box,
    .page-template-repairs .local_area .box {
        position: relative;
        bottom: auto;
        right: auto;
        color: #fff;
        width: 100%;
        text-align: left;
        padding: 50px 50px;
        z-index: 2;
        float: left;
    }

    .layered img:nth-of-type(2) {
        width: 240px;
        height: auto;
        position: absolute;
        top: 80%;
        left: 30%;
        z-index: 3;
    }

    .layered .dots {
        left: 12%;
        top: 18%;
    }

    #testimonials {
        background-position: left -330px top 0, right 1000% top 0;
        background-image: url(../img/test_left.png), none;
    }

    #testimonials .item {
        padding: 0 10%;
    }

    #testimonials {
        padding: 75px 0;
    }

    footer .column_1,
    footer .column_2,
    footer .column_3 {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    footer ul li {
        width: 100%;
    }

    footer p a.social > i {
        margin: 20px 10px 0 10px;
    }

    footer img {
        position: fixed;
        right: 20px;
        left: auto;
        bottom: 20px;
        width: 40px;
        height: auto;
    }

    .tooltipster-fade.tooltipster-show {
        display: none !important;
    }

    ul.social {
        right: 20px;
        bottom: 60px;
    }

    .wpcf7-dynamictext {
        margin: 0 0 20px 0 !important;
    }

    button.light.hide_mobile,
    header .button {
        margin: 15px 0px 0 20px;
    }

    .wpcf7 .row .left,
    .wpcf7 .row .right {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

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

    .wpcf7 .button {
        margin: 20px 0 20px 0;
    }

    .local_area .box,
    .page-template-repairs .local_area .box,
    .local_area .box,
    .local_area.yellow .box,
    .page-template-repairs .local_area .box {
        padding: 30px;
    }

}


@media all and (max-width:400px) {

    .property_block .item {
        width: 240px;
    }

    .story_links a {
        padding: 0 10px;
        font-size: 14px;
    }

    .story_links {
        position: absolute;
        width: 100%;
        left: 0;
        height: 50px;
        bottom: 0;
        margin-left: 0;
        z-index: 3;
        text-align: center;
    }

    .home h1,
    h1 {
        font-size: 30px;
    }

    .layered img:nth-of-type(2) {
        left: 20%;
    }

    #latest_news ul li {
        width: 280px;
    }

}