/* Core Template CSS */
.brand-colour-bg { background: #FF4D00; }

.brand-colour-second-bg { background: #A0A0A0; }

.brand-colour-third-bg { background: #FF7A42; }

.brand-colour-fourth-bg { background: #4D4D4D; }

.brand-colour { color: #FF4D00; }

.brand-colour-second { color: #A0A0A0; }

.brand-colour-third { color: #FF7A42; }

.brand-colour-fourth { color: #4D4D4D;}

/*content */
.modal { z-index: 3000; background-color: #FF4D00; }

.content a, .content a:focus { color: #FF4D00; }

.content a:hover { color: rgba(255, 77, 0, 0.8); }

.recent-news a { border-bottom: 1px dashed #FF4D00; color: #FF4D00; }

.recent-news a:hover { border-bottom: 1px dashed rgba(255, 77, 0, 0.5); color: rgba(255, 77, 0, 0.5); }

.google-info-window-property a { color: #FF4D00; }

.google-info-window-property a:hover { color: rgba(255, 77, 0, 0.5); }

/*Adjustments to carousel styles*/
#home-main-carousel .home-content-area-contain { background: rgba(0, 0, 0, 0.4); }

#testimonials-carousel .home-content-area-contain { background: #A0A0A0; }

.home-content-area a { color: #fff; border: solid 2px #fff; }

.home-content-area a:hover { background: rgba(255, 255, 255, 0.5); border: solid 2px transparent; }

.contact-meta .head-tel-icon + span { margin: 0 10px 0 0; }

/*search bar*/
/* .search { background: rgba(255, 77, 0, 0.7); } */

.search-page-wrap .search { background: #f6f6f6; }

.search-page-wrap input, .search-page-wrap select, .search-page-wrap input:focus, .search-page-wrap select:focus { background: transparent; border: 1px solid #4D4D4D; color: #4D4D4D; }

.search button:hover { background: rgba(255, 255, 255, 0.5); }

/*buttons*/
.button.button-ghost-white { border: solid 2px #fff; background: transparent; color: #fff; }

.button.button-ghost-brand { border: solid 2px #FF4D00; background: transparent; color: #FF4D00; }

.button.button-brand { background: #FF4D00; color: #fff; }

.button.button-brand-second { background: #A0A0A0; color: #fff; }

.button.button-brand-third { background: #FF7A42; color: #fff; }

a:hover.button { color: #fff; }

a:hover.button.button-ghost-white { border: solid 2px transparent; background: 255, 255, 255, 0.6; }

a:hover.button.button-ghost-brand { border: solid 2px #FF4D00; background: #FF4D00; color: #fff; }

a:hover.button.button-brand { background: rgba(255, 77, 0, 0.6); border: solid 2px transparent; }

a:hover.button.button-brand-second { background: rgba(182, 199, 205, 0.6); border: solid 2px transparent; }

a:hover.button.button-brand-third { background: rgba(255, 77, 0, 0.6); border: solid 2px transparent; }

/*home panel images*/
.home-panel-sell { background: url("/images/panel-images/Pk-panel.jpg") no-repeat top center; }

.home-panel-let { background: url("/images/panel-images/media.jpg") no-repeat top center; }

.home-panel-reg { background: url("/images/panel-images/sofa.jpg") no-repeat top center; }

/*page headers*/
.thumbs-page { background: url("/images/page-headers/property.jpg") no-repeat center center; }

/*results page */
.contact-agent strong { color: #FF4D00; }

/*FOOTER*/
footer a { color: #fff; }

footer a:hover { color: rgba(255, 255, 255, 0.5); }

/*Global Styles*/
body, html { height: 100%; width: 100%; font-size: 16px; margin: 0; padding: 0; font-family: 'Raleway', sans-serif; }

.row { padding: 70px 0px 70px 0px; }

.row-bottom { padding: 0px 0px 70px 0px; }

.row-top { padding: 70px 0px 0px 0px; }

.row-sml { padding: 35px 0px 35px 0px; }

.row-nopad { padding: 0px; }

.black-bg { background: #000; }

.grey-bg { background: #eee; }

.quarter-height { height: 25%; display: block; }

.thirtythree-height { height: 33%; display: block; }

.half-height { height: 50%; display: block; }

.three-quarter-height { height: 75%; display: block; }

.full-height { height: 100%; display: block; }

.page-head { background-size: cover; display: block; height: 25%; }

/*TEXT STYLES*/
h1, .h1 { font-size: 2em; line-height: 1.2em; margin: 0 0 0.75em 0; font-weight: 600; }

h2, .h2 { font-size: 1.6em; line-height: 1.5; margin: 0 0 1em 0; font-weight: 400; }

h3, .h3 { font-size: 1.4em; line-height: 1.2em; margin: 0 0 1.5em 0; font-weight: 400; }

h4, .h4 { font-size: 1.25em; line-height: 1.2; margin: 0 0 0.75em 0; }

h5, .h5, p, .p { font-size: 1em; line-height: 1.5; margin: 0 0 2em 0; font-weight: 400; text-align: justify; }

a {
  color: #FF4D00;
}

a:hover {
  color:#FF7A42;
}

a, a:hover, a:focus { cursor: pointer; text-decoration: none; outline: 0 !important; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: 0.5s; transition: 0.5s; border: 0; }

button, button:hover, button:focus { cursor: pointer; text-decoration: none; outline: 0 !important; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: 0.5s; transition: 0.5s; border: 0; }

ul { list-style: none; margin: 0; padding: 0; }

li { padding: 0; margin: 0; }

.bullet-content ul {
	list-style-type: disc;
	margin: 0px 0px 30px 30px;
}

.bullet-content li {
	margin: 10px 0px;
}

input { width: 100%; margin: 0px 0px 15px 0px; padding: 0px 10px 0px 10px; font-size: 1em; color: #555555; border-radius: 0px; border: none; height: 50px; line-height: 50px; background: #fff; font-weight: 400; }

input:focus, textarea:focus, select:focus, option:focus { border: none; outline: none; }

label { font-size: 1em; margin-bottom: 15px; display: block; font-weight: 400; }

textarea { width: 100%; margin: 0px 0px 15px 0px; padding: 10px; font-size: 1em; color: #555555; border-radius: 0px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; min-height: 107px; resize: vertical; font-weight: 300; }

select { width: 100%; margin: 0px 0px 15px 0px; padding: 10px; font-size: 1em; color: #555555; border-radius: 0px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 50px; background: #fff; font-weight: 400; }

input[type='checkbox'] { height: 15px; width: 15px; padding: 0px; margin: 0px 0px 0px 0px; }

input[type='radio'] { height: 15px; width: 15px; padding: 0px; margin: 0px 0px -10px 0px; }

label.error { color: red; display: block; white-space: nowrap; }

.captcha { margin: 0px 0px 15px 0px; }

.gdpr-consent { background: #eee; padding: 10px; margin-bottom: 20px; }

.gdpr-consent p { font-size: 12px; line-height: 1; }

.gdpr-consent label { font-size: 12px; font-weight: bold; }

.gdpr-consent .alert-danger { display: block; margin: 10px 0; text-align: center; text-transform: uppercase; }

::-webkit-input-placeholder { font-size: 1em; color: #000; }

::-moz-placeholder { font-size: 1em; color: #000; }

:-ms-input-placeholder { font-size: 1em; color: #000; }

input:-moz-placeholder { font-size: 1em; color: #000; }

.place-white::-webkit-input-placeholder { font-size: 1em; color: #fff; }

.place-white::-moz-placeholder { font-size: 1em; color: #fff; }

.place-white:-ms-input-placeholder { font-size: 1em; color: #fff; }

input.place-white:-moz-placeholder { font-size: 1em; color: #fff; }

.center-text { text-align: center; }

.right-text { text-align: right; }

.left-text { text-align: left; }

.no-margin { margin: 0; }

.white-text { color: #fff; }

.white-text a {color:#fff;}

.grey-text { color: #ccc; }

.uppercase-text { text-transform: uppercase; }

.letter-spacing { letter-spacing: 2px; }

.sml-text { font-size: 0.8em; }

.semi-bold { font-weight: 600; }

strong { font-weight: 800; }

.button { display: block; border-radius: 50px; line-height: 50px; font-size: 1em; text-transform: uppercase; border: solid 2px transparent; width: 100%; margin: 0; font-weight: 800; text-align: center; letter-spacing: 2px; }

/*HEADER*/
header { z-index: 2; padding: 40px; position: absolute; top: 0; left: 0; width: 100%; }

.result-page header { background: #FF4D00; position: relative; }

header ul { text-align: right; }

header li { display: inline; margin-left: 20px; text-transform: uppercase; font-size: 1em; font-weight: 600; }

header p { text-align: right; margin-bottom: 15px; }

header a, header a:focus { color: white; }

header a:hover, header a:active, header a.active { color: rgba(255, 255, 255, 0.5); }

.head-menu-icon { display: none; }

/*modals*/
.modal-content { padding-top: 0%; position: relative; background-clip: padding-box; border: 1px solid #999; border: 1px solid transparent; border-radius: 0px; outline: 0; -webkit-box-shadow: 0 3px 9px transparent; box-shadow: 0 3px 9px transparent; background-color: transparent; }

.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }

.modal-backdrop.in { filter: alpha(opacity=100); opacity: 1; }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; border: none; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.42857143; }

.modal-body { position: relative; padding: 20% 15px 15px 15px; color: #fff; }

.modal-body p { color: #fff; }

.modal-body .text-center { text-align: center; margin-top: 10px; }

.modal-body.modal-body-team { padding: 15% 15px 15px 15px; }

#navigation .modal-body li { text-align: center; font-size: 1.5em; margin-bottom: 1em; color: #fff; }

#navigation .modal-body li a, #navigation .modal-body li a:hover { color: #fff; }

.modal-body .modal-hide { display: none; }

@media (max-width: 991px) { .modal.in .modal-dialog { -webkit-transform: translate(0, 0%); transform: translate(0, 0%); } }

@media (min-width: 768px) { .modal-dialog { width: auto; max-width: 970px; }
  #search .modal-dialog { width: auto; max-width: 700px; } }

.close-mod { position: absolute; right: 30px; top: 20px; font-size: 3em; z-index: 3000; cursor: pointer; }

/*Home page main image*/
#home-main-carousel { height: 100%; width: 100%; display: block; z-index: 1; position: relative; }

#testimonials-carousel { height: 50%; width: 100%; display: block; z-index: 1; position: relative; margin: 5px 0px 5px 0px; }

#home-main-carousel .carousel-inner, #home-main-carousel .item, #testimonials-carousel .carousel-inner, #testimonials-carousel .item { height: 100%; width: 100%; }

#home-main-carousel .left-arrow, #home-main-carousel .right-arrow, #testimonials-carousel .left-arrow, #testimonials-carousel .right-arrow { position: absolute; top: 45%; }

#home-main-carousel .left-arrow, #testimonials-carousel .left-arrow { left: 30px; }

#home-main-carousel .right-arrow, #testimonials-carousel .right-arrow { right: 30px; }

.home-content-area-contain { display: table; height: 100%; width: 100%; }

.home-content-area { display: table-cell; height: 100%; width: 100%; vertical-align: middle; padding-bottom: 50px; }

.home-content-area p { color: #fff; text-align: center; font-size: 1.8em; line-height: normal; margin-bottom: 0px; }

.home-content-area p a { margin-top: 30px; display: block; }

.home-content-area p strong { font-size: 1.8em; text-transform: uppercase; font-weight: 600; }

#testimonials-carousel p { font-size: 1.4em; line-height: 1.5em; }

#testimonials-carousel p strong { font-size: 1em; }

.home-content-area a { display: block; border-radius: 50px; padding: 15px 0 15px 0px; font-size: 0.6em; text-transform: uppercase; width: 45%; margin: 0 auto 0 auto; font-weight: 600; }

/* content */
.page-section { height: 70%; width: 100%; padding: 0px; margin: 0px; }

.content-area-contain { background: rgba(0, 0, 0, 0.4); right: auto; left: auto; bottom: 0; display: table; height: 100%; width: 100%; text-shadow: none; }

.content-area { display: table-cell; color: #fff; vertical-align: middle; height: 100%; padding: 0px 0px 0px 0px; }

.content-area h1 { font-size: 3.4em; color: #fff; text-align: center; }

.content-area h2 { color: #aac6b8; text-align: center; }

.content-area-left h2 { text-align: left; }

.content-area p { font-size: 1.2em; font-style: 300; color: #fff; text-align: center; }

.content-area-left p { text-align: left; }

.content-area .fa { color: #aac6b8; }

.figure-openbook { width: 75%; margin: 0px auto 0px auto; display: block; }

.bread { text-align: center; display: block; z-index: 4; position: relative; }

.bread li { display: inline; font-size: 1em; margin: 0 0 0em 0; }

.breadul { margin: 0 0 1em 0; padding: 0; }

.breadul li a { color: white; }

.breadul > li + li:before { padding: 0 5px; color: rgba(255, 255, 255, 0.5); content: '/\00a0'; }

.bread .onpage { color: rgba(255, 255, 255, 0.5); }

.content input, .content select, .content textarea { background: #eee; color: #333; }

.content li { margin-bottom: 15px; }

.team-member { border-bottom: 1px #ccc solid; }

.recent-news { background: #eee; padding: 30px; }

.recent-news li { margin-bottom: 20px; }

.contact-map { height: 500px; }

.social-media-icon-fb { display: inline-block; border-radius: 50%; width: 45px; height: 45px; background: #3b5998; text-align: center; padding-top: 8px; color: white; fill: white; margin-right: 5px; }

a:hover.social-media-icon-fb { background: rgba(59, 89, 152, 0.5); }

.social-media-icon-tweet { display: inline-block; border-radius: 50%; width: 45px; height: 45px; background: #00aced; text-align: center; padding-top: 8px; color: white; fill: white; margin-right: 5px; }

a:hover.social-media-icon-tweet { background: rgba(0, 172, 237, 0.5); }

/*SEARCH*/
.search { display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding: 50px 0px 50px 0px; }

.search-page-wrap .search { position: relative; bottom: auto; left: auto; padding: 30px 0px 30px 0px; }

.nav-pills { display: block; position: absolute; top: 0px; left: 15px; z-index: 3; }

.search .input-marg-down { margin-top: 65px; margin-bottom: 0; }

.search p { line-height: 50px; margin: 0 0 15px 0; color: #fff; }

.search-page-wrap .search p { color: #333; }

.search .button { line-height: 44px; -webkit-transition: 0.5s; transition: 0.5s; }

.search button:hover { border: solid 2px transparent; }

.search .button-brand:hover { background: rgba(255, 77, 0, 0.6); }

.search .button-brand { display: none; }

.search-page-wrap .search .button-brand { display: block; }

.search-page-wrap .search .button-ghost-white { display: none; }

.tab-content { clear: both; }

.nav-pills li img { margin-top: -4px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: transparent; padding: 0; }

.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover { color: #fff; background-color: transparent; margin-right: 15px; font-weight: 600; font-size: 1.2em; line-height: 45px; padding: 0; }

.nav-pills li.active .on-icon { display: inline; }

.nav-pills li.active .off-icon { display: none; }

.nav-pills li .off-icon { display: inline; }

.nav-pills li .on-icon { display: none; }

.search-page-wrap .nav-pills > li.active > a, .search-page-wrap .nav-pills > li.active > a:focus, .search-page-wrap .nav-pills > li.active > a:hover { color: #FF4D00; }

.search-page-wrap .nav-pills > li > a, .search-page-wrap .nav-pills > li > a:focus, .search-page-wrap .nav-pills > li > a:hover { color: #FF4D00; }

.icon-blue { display: none; }

.search-page-wrap .icon-blue { display: inline; }

.search-page-wrap .icon-white { display: none; }

/*Thumbnails*/
.thumbs-head label { display: block; float: left; line-height: 50px; color: #fff; margin: 0; }

.thumbs-head select { display: block; float: right; width: auto; margin: 0; }

.thumbs-head a, .thumbs-head .h3 { line-height: 50px; margin: 0; color: #fff; }

.thumbs-head a:hover { color: #4D4D4D; }

.thumbs-head p { text-align: right; margin: 0; }

.google-info-window-property p { margin-bottom: 10px; text-align: center; max-width: 195px; }

.google-info-window-property img { margin-bottom: 15px; }

.property { padding: 40px 0px 40px 0px; position: relative; -webkit-box-shadow: 0px 19px 64px -45px #666666; box-shadow: 0px 19px 64px -45px #666666; }

.property .corner-flash, .corner-flash { position: absolute; left: 8px; top: 0; }

.corner-flash { fill: #FF4D00; width: 80px; height: 80px; }

.corner-flash text { fill: #FFFFFF; }

.property-main-image { padding: 0px 8px 16px 8px; }

.property-sml-image { padding: 0px 8px 0px 8px; }

.property h2 { color: #4D4D4D; font-weight: 300; font-size: 1.6em; margin: 0 10px 15px 0; line-height: 1.2em; }

.red-bg .property h2 { color: #fff; }

.property p { margin: 0 0 15px 0; }

.property h2 .sml-text { text-transform: uppercase; color: #ccc; font-weight: 600; font-size: 0.6em; }

.teal-bg .property h2 .sml-text { color: #fff; }

.property h2 strong { font-size: 1.2em; line-height: 1em; }

.bed-text { font-size: 1.1em; color: #FF4D00; float: right; line-height: 10px; font-weight: bold; padding-top: 40px; }

.bed-text img { margin-top: -20px; }

.property .button { position: absolute; right: 7px; bottom: 40px; width: 23%; }

.add-to-shortlist .remove, .remove-from-shortlist .add { display: none; }

.google-info-window-property p { margin-bottom: 10px; text-align: center; max-width: 195px; }

.google-info-window-property img { margin-bottom: 15px; }

/*results*/
.nav-justified > li { border: none; }

.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:focus { background: #FF4D00; color: #fff; border: none; border-bottom-color: 1px solid transparent; font-weight: bold; font-size: 1em; margin: 0 1px 0 1px; text-transform: uppercase; }

.nav-tabs.nav-justified > li > a:hover { background: rgba(255, 77, 0, 0.7); }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus { background: #fff; border: none; border-bottom-color: 1px solid #fff; color: #FF4D00; margin: 0 1px 0 1px; }

.nav-tabs.nav-justified > .active > a:hover { background: #fff; border: none; color: #FF4D00; border-bottom-color: 1px solid #fff; }

.nav-tabs.nav-justified img { display: none; }

.tab-content-result { background: #fff; padding: 10px; }

#property-carousel .prop-image { height: 600px; width: auto; margin: 0 auto 0 auto; }

#property-carousel .left-arrow, #property-carousel .right-arrow, #property-carousel a:hover.left-arrow, #property-carousel a:hover.right-arrow, #property-carousel a:focus.left-arrow, #property-carousel a:focus.right-arrow { position: absolute; top: 45%; color: #666666; z-index: 50; }

#property-carousel .left-arrow, #property-carousel .right-arrow { display: block; background: #eee; border-radius: 50%; width: 50px; height: 50px; padding-top: 2px; text-align: center; top: 45%; line-height: 45px; }

#property-carousel a:hover.left-arrow, #property-carousel a:hover.right-arrow { background: #ccc; }

#property-carousel .left-arrow { left: 20px; }

#property-carousel .right-arrow { right: 20px; }

#property-thumbnails { padding: 0 30px 0 30px; display: block; position: relative; }

#property-thumbnails .left-arrow { position: absolute; top: 40%; left: 5px; background: rgba(255, 255, 255, 0); }

#property-thumbnails .right-arrow { position: absolute; top: 40%; right: 5px; background: rgba(255, 255, 255, 0); }

.prop-image { width: 100%; }

#property-thumbnails { padding: 0px 30px 0px 30px; height: 130px; overflow: hidden; margin-bottom: 15px; }

#property-thumbnails .prop-image { outline: 1px solid #fff; }

#googlemap.result-map { height: 740px; }

.result-map iframe {width:100%; height:100%;border:none;}

.epc-image { margin: 10px auto 10px auto; width: 50%; }

.contact-agent { background: #eee; padding-bottom: 30px; }

.contact-agent p { padding: 30px 30px 15px 30px; margin: 0; text-align: center; }

.contact-agent strong { font-size: 2em; font-weight: 800; }

.contact-agent .location-image { width: 100%; }

.contact-agent .button { width: 75%; margin: 0 auto 15px auto; }

.details ul { margin-bottom: 30px; }

.addthis_inline_share_toolbox { margin-top: 30px; margin-bottom: 15px; }

#floorplan-interactive iframe {border:0px; width:100%; height:800px;}


/*HOME PAGE PANELS*/
.home-panel-table { display: table; height: 100%; width: 100%; }

.home-panel-table-cell { display: table-cell; vertical-align: middle; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); }

a:hover.home-panel-table-cell { background: transparent; }

.home-panel-table-cell p { text-align: center; margin: 0; color: #fff; font-size: 1.2em; line-height: normal; }

.home-panel-table-cell p strong { font-size: 1.8em; }

.home-panel { height: 100%; padding: 0; outline: 5px solid #fff; background-size: cover; }

/*FOOTER*/
.social-media-icon { display: inline-block; border-radius: 50%; width: 45px; height: 45px; background: #FF7A42; text-align: center; padding-top: 8px; color: white; fill: white; margin-right: 5px; }

a:hover.social-media-icon { background: rgba(255, 77, 0, 0.6); }

footer hr { background: #FF7A42; height: 1px; border: 0px solid #FF7A42; }

.footer-logos img {margin:10px;}

/*Cookie consent*/

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

  background-color: rgba(0, 0, 0, 0.8) !important;
  max-width: 100% !important;
  
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
  background-color:  #FF4D00 !important;
  border-radius: 50px;
  color:#fff !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject{
  border-radius: 50px;
  color:#fff !important;
  background-color: #4b2683  !important;

}
.freeprivacypolicy-com---palette-dark .cc-nb-changep{
  border-radius: 50px;
}
/*Cookie consent*/

@media (max-width: 1381px) { header li { margin-left: 7px; font-size: 0.9em; } }

@media (max-width: 1024px) { header a:hover { color: white; }
  .search { padding: 15px 0px 20px 0px; }
  .home-content-area a:hover { background: rgba(255, 255, 255, 0); border: solid 2px #fff; }
  .nav-pills { position: relative; width: 100%; left: 0px; }
  .nav-pills li { margin-bottom: 15px; }
  .search .input-marg-down { margin-top: 0px; margin-bottom: 15px; } }

  @media (max-width:1200px) {
    .head-menu-icon { margin-left: 12px; display: inline; }
    header ul { display: none; }
  }    

@media (max-width: 991px) { #home-main-carousel { height: auto; }
  #home-main-carousel .item { height: 500px; }
  .search { position: relative; padding: 20px 0px 20px 0px;background: rgba(255, 77, 0, 1); }
  header ul { display: none; }
  .page-section { height: 50%; }
  .search p { text-align: center; margin: 0; }
  .search .no-margin { margin-bottom: 15px; }
  .half-height { height: auto; }
  .home-panel { height: 300px; }
  .home-content-area-contain { padding: 50px; }
  .home-content-area { vertical-align: top; padding-top: 130px; padding-bottom: 0px; }
  #testimonials-carousel .home-content-area-contain { padding: 20px; }
  #testimonials-carousel .home-content-area { padding-top: 0px; vertical-align: middle; }
  .head-menu-icon { margin-left: 12px; display: inline; }
  .property .button { position: relative; right: auto; bottom: auto; width: 50%; margin: 20px auto 0 auto; }
  .bed-text { float: none; padding-top: 10px; padding-bottom: 10px; }
  #property-carousel .prop-image { height: auto; width: auto; margin: 0 auto 0 auto; } }

@media (max-width: 768px) { .home-content-area { padding-top: 200px; }
  a:hover.home-panel-table-cell { background: rgba(0, 0, 0, 0.5); }
  .home-content-area-contain { padding: 0px; }
  .contact-meta .head-tel-icon { margin: 0 10px 0 0; }
  #testimonials-carousel .home-content-area-contain { padding: 20px; }
  #testimonials-carousel .home-content-area { padding-top: 0px; }
  .content-area { vertical-align: bottom; padding: 0px 0px 30px 0px; }
  .content-area h1 { font-size: 3em; } }

@media (max-width: 767px) { .nav-tabs.nav-justified { width: auto; border-bottom: 0; }
  .nav-tabs.nav-justified img { display: inline; }
  .nav-tabs.nav-justified > li { float: left; }
  .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 0px; }
  .logo { width: 200px; margin: 0 auto 20px auto; display: block; }
  header p { text-align: center; }
  .home-content-area-contain { padding: 25px; }
  .home-content-area { font-size: 14px; }
  .head-tel-icon { width: 16px; }
  .head-email-icon { width: 30px; }
  .head-menu-icon { width: 20px; }
  footer p { text-align: center; }
  .epc-image { margin: 10px auto 10px auto; width: 100%; }
  #googlemap.result-map { height: 340px; } }

  @media (min-width: 769px) and (max-width: 992px) {
    .content-area h1 { font-size: 1.6em; }
    .social-media-icon {  margin-right: 2px; }
    .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:focus { padding:5px; font-size:0.9em;}

  }  

  @media (min-width: 481px) and (max-width: 768px) {
    .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:focus { padding:10px; height:40px;}
    .content-area h1 { font-size: 1.6em; }
    .home-content-area p strong { font-size: 1.6em; }
  }

@media (max-width: 480px) { 
  .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:focus { padding:10px; height:40px;}
  h2, .h2, .h5 { text-align: center; }
  .home-content-area-contain { padding: 25px; }
  .content-area h1 { font-size: 1.4em; } 
  #testimonials-carousel p { font-size: 1.1em; }
  .home-content-area p strong { font-size: 1em; }
  .home-content-area a { width: 80%; }
  .property .button { width: 90%; margin: 20px auto 0 auto; } }
