.container {
	width:100%;
	max-width:1668px;
}
* {
	color:#000000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Playfair Display', serif;
    font-weight:400;
    margin-top:0;
    margin-bottom:0;
}
a,a:hover,.menu li {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header {
	margin-top:17px;
	padding-bottom: 26px;
}
header .menu {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	margin-bottom:16px;
}
header .menu li {
	display:inline-block;
	width:100%;
	max-width: 230px;
	text-align:center;
	min-height:50px;

	border:solid thin #000;
	position:relative;
}
header .menu li a {
	line-height:initial;
	color:#000;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing:1px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	justify-content:center;
}
.home header .menu li.home_scroll_menu {
	display:inline-block;
}
.home header .menu li.home_scroll_menu a {

}
header .menu li a span {
	display:inline-block;
	width:100%;
	font-size:10px;
}
body:not(.home) header .menu li.home_scroll_menu {
	display:none;
}
.home header .menu li.not_home_scroll {
	display:none;
}
header .menu li.current-menu-item a{
	background:#000;
}
header .menu li:hover, header .menu li.current-menu-item {
	background:#000;
}
header .menu li:hover span, header .menu li:hover div {
	color:#fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .menu li:hover a, header .menu li.current-menu-item a {
	color:#fff;
}
.top_left_img {

}
.link_panels_home a:hover {
	opacity:0.6;
}
.top_left_img img {
	width:100%;
	max-width:398px;
	height:auto;
}
.top_right_content {
	text-align:right;
}
.top_right_content h3 {
	font-size:36px;
	line-height:48px;
	margin-bottom:9px;
}
.top_right_content p {
	margin-bottom:0;
	line-height:initial;
}
.top_right_content a {
	font-size:25px;
	color:#D63030;

}
.top_right_content a strong {
	font-size:32px;
	color:#D63030;
	font-weight:400;
	margin-right: 15px;
}
.sub_page_top {

}
body:not(.home) header {
	border-bottom:solid thin #D5D5D5;
}
/* Footer */
footer {
	margin-top:93px;
	background:#F8F8F8;
	padding:30px 0 60px;
}
.home footer {
	margin-top:0;
}
footer .top_right_content h3 {
	font-size:32px;
	line-height:1.5;
}
.home .top_banner_home {
	margin-bottom:0
}
footer .footer_logo {

}
footer .footer_logo img {
	width:100%;
	max-width:340px;
	height:auto;
}
footer .footer_realtor_img {
	text-align:right;
}
footer .footer_realtor_img img{
	max-width:100%;
	height:auto;
}
footer p {
	font-size:20px;
	line-height:27px;
	font-family: 'Playfair Display', serif;
	margin-bottom:0;
}
footer a {
	display:inline-block;
	font-size:24px;
	line-height:29px;
	margin-top:0px;
	color:#000;
}
footer a:hover {
	color:#000;
}
.sub_footer {
	padding:7px 0;
	background:#000;
}
.sub_footer p {
	color:#fff;
	font-size:14px;
	line-height:17px;
	margin-bottom:0;
}
.sub_footer p a {
	color:#fff;
}

/* Home Page */
.banner_number {
	display: inline-block;
	background:rgba(255,255,255,0.9);
	text-align:center;
	padding:15px;
}
.banner_number p {
	margin-bottom: 0;
	font-size:14px;
}
.banner_number h3 {
    font-size: 50px;
    line-height: 60px;
}
.banner_number h3 strong {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 0;
}
.top_banner_home {
	background-size: cover !important;
	background-position:center center !important;
	height:100vh;
	max-height:400px;
	margin-bottom:30px;
	padding:15px;
}
.top_sub_title {
	text-align:center;
	margin-bottom:44px;
}
.top_sub_title h3 {
	font-size:40px;
	line-height:53px;
}
.center_img_home {

}
.center_img_home img {
	max-width:100%;
	height:auto;
}
.center_content_home {

}
.center_content_home h3 {
	font-size:64px;
	line-height:85px;
	margin-bottom:32px;
}
.center_content_home p {
	font-size:18px;
	line-height:27px;
	margin-bottom:0;
}
.center_content_home a {
	display:inline-block;
	border-radius:8px;
	background:#D63030;
	color:#fff;
	width:100%;
	max-width:202px;
	text-align:center;
	line-height:64px;
	margin-top:32px;
}
.center_content_home a:hover {
	background:#000;
}
.link_panels_home {
	padding-top:119px;
}
.link_panels_home p {
	margin-bottom: 0;
	text-align:center;
}
.link_panels_home img {
	max-width:100%;
	height:auto;
}
.link_panels_home a {
	position:relative;
	display:inline-block;
	width:100%;
}
.link_panels_home h3 {
	font-size:36px;
	text-align:center;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.9);
	padding:7.5px 0 0;
	color:#000;
	letter-spacing: 5px;
}
.link_panels_home h3.red_color {
	color:#D63030;
}
.down_arrow {
	text-align:center;
	padding-bottom:7px;
}
.down_arrow span {
	font-size: 18px;
	line-height: 27px;
}
/* About Barry */
.content_far_right_about {
	text-align:center;
	align-self: flex-start;
	padding-top:42px;
}
.content_far_right_about img {
	max-width:100%;
	height:auto;
}
.content_far_right_about p {
	margin-bottom:0;
}
.content_left_about {

}
.content_left_about img {
	max-width:100%;
	height:auto;
}
.content_right_about {
	text-align:center;
}
.content_right_about h4{
	font-size:24px;
	line-height:27px;
	text-transform:uppercase;
	margin-bottom:31px;
}
.content_right_about h3 {
	font-size:56px;
	line-height:75px;
}
.sub_panels_about {
	border-top:solid thin #D5D5D5;
	padding-top:64px;
}
.sub_panels_about h3 {
	font-size:48px;
	line-height:64px;
	margin-bottom:20px;
}
.sub_panels_about ul {
	padding-left:15px;
	margin-bottom:0;
}
.sub_panels_about ul li {
	font-size:18px;
	margin-bottom:12px;
}
/* Sellers */
.content_main_sellers {
	text-align:center;
	padding:96px 15px;
}
.content_main_sellers h3 {
	font-size:72px;
	line-height:96px;
	margin-bottom:35px;
}
.content_main_sellers p {
	font-size: 21px;
	line-height: 32px;
	margin-bottom:0;
}
.bordert_btm_top_sellers {
	border-top:solid thin #D5D5D5;
	padding-top:67px;
}
.bordert_btm_top_sellers .bottom_left_sellers {

}
.bordert_btm_top_sellers .bottom_left_sellers img{
	max-width:100%;
	height:auto;
}
.bordert_btm_top_sellers .bottom_left_sellers  p {
	margin-bottom:0;
	margin-top:96px;
	font-size:9px;
	line-height:16px;
}
.bordert_btm_top_sellers .bottom_right_sellers {

}
.bordert_btm_top_sellers .bottom_right_sellers h3 {
	font-size:32px;
	line-height:40px;
	margin-bottom:26px;
}
.bordert_btm_top_sellers .bottom_right_sellers h3 strong {
	color:#D63030;
    font-family: 'Playfair Display', serif;
    font-weight:400;
}
.bordert_btm_top_sellers .bottom_right_sellers p {
	font-size:18px;
	line-height:27px;
	margin-bottom:27px;
}
/* Contact Page */
.contact_container {
	text-align:center;
	padding-top:112px;
	padding-bottom:63px;
}
.contact_container h3 {
	font-size:72px;
	line-height:96px;
	margin-bottom: 37px;
}
.contact_container p {
	margin-bottom:39px;
}
.contact_container p strong {
	margin-bottom:10px;
    font-family: 'Playfair Display', serif;
    font-weight:400;
    font-size: 20px;
    line-height:27px;
    display: inline-block;
}
.contact_container a {
	font-size:24px;
	line-height:29px;
	color:#000;
}
.contact_container p:nth-last-child(1) {
	margin-bottom:0;
}
/* Straight Talk */
.content_top_straight_talk {
	padding-top:89px;
	text-align:center;
	margin-bottom:96px;
}
.content_top_straight_talk h4 {
	font-size:24px;
	line-height:32px;
	position:relative;
	text-transform: uppercase;
	padding-bottom:34px;
	margin-bottom:16px;
}
.content_top_straight_talk h4:after {
	content:'';
	width:122px;
	bottom:0;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	border-top:solid thin #D63030;
	height:1px;
}
.content_top_straight_talk h3 {
	font-size:72px;
	line-height:96px;
	margin-bottom: 35px;
}
.content_top_straight_talk p {
	font-size:24px;
	margin-bottom:0;
	line-height:32px;
}
.content_top_straight_talk p strong {
	color:#D63030;
}
.content_top_left_straight_talk,.content_top_right_straight_talk {

}
.content_top_left_straight_talk h3, .content_top_right_straight_talk h3 {
	font-size:30px;
	line-height:40px;
	margin-bottom: 38px;
	letter-spacing:0;
}
.content_top_left_straight_talk h3 strong, .content_top_right_straight_talk h3 strong {
	color:#D63030;
	font-family: 'Playfair Display', serif;
}
.content_top_left_straight_talk ul, .content_top_right_straight_talk ul {
	margin-bottom:0;
	padding-left:15px;
}
.content_top_left_straight_talk ul li,
.content_top_right_straight_talk ul li
 {
	font-size:18px;
	line-height:27px;
	margin-bottom: 20px;
}
.content_top_left_straight_talk p {
	font-size:18px;
	line-height:27px;
}
.bottom_row_staight_talk {
	margin-top: 72px;
}
.content_btm_left_side {
	margin-top:10px;
}
.content_btm_left_side h3 {
	font-size:72px;
	line-height:80px;
}
.content_btm_right_side{

}
.content_btm_right_side p {
	font-size:18px;
	line-height:27px;
	margin-bottom:27px;	
}
/* Listing Page */
.listing_list_page {

}
.listing_list_title {
	margin-bottom: 78px;
	margin-top: 62px;
}
.listing_list_title h1 {
	font-size:72px;
	line-height:96px;
	text-align:center;
}
.listing-panel {
	margin-bottom:64px;
	text-align:center;
}
.listing-panel a {
	color:#000;
}
.listing-panel img {
	max-width:100%;
	height:auto;
}
.listing-panel h2 {
	margin-top:18px;
	margin-bottom: 16px;
	font-size:24px;
	line-height:27px;
	font-family: 'Lato', sans-serif;
}
.listing-panel h2 span {
	color:#D63030;
}
.listing-panel h3 {
	font-size:16px;
	line-height:27px;
	font-family: 'Lato', sans-serif;
}
.listing-panel h3 span {
	text-transform: uppercase;
}
/* Listing Details */
.single_listing_container {
	margin-top:68px;
}
.left_single_listing {

}
.left_single_listing h2 {
	font-size:48px;
	line-height:56px;
}
.left_single_listing h3 {
	font-size:24px;
	line-height:27px;
	font-family: 'Lato', sans-serif;
	margin-top: 16px;
}
.left_single_listing div.content_area {
	margin-top:64px;
	padding-bottom: 26px;
}
.left_single_listing p {
	font-size:18px;
	line-height:27px;
	margin-bottom:10px;
}

.left_single_listing h4 {
	font-size:18px;
	line-height:27px;
	margin-bottom:19px;
	font-family: 'Lato', sans-serif;
}
.right_single_listing {
	text-align:right;
}
.right_single_listing h4{
	font-size:32px;

}
.right_single_listing p {
	font-size:48px;
	line-height:56px;
	color:#D63030;
	font-family: 'Lato', sans-serif;
	margin-top:6px;
	text-transform:uppercase;
}
.listing_details_main .owl-prev {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:23px;
	width:48px;
	height:48px;
	background:#fff;
}
.listing_details_main .owl-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:23px;
	width:48px;
	height:48px;
	background:#fff;
}
.listing_details_main .owl-prev i, .listing_details_main .owl-next i {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.listing_details_main  {
	margin-bottom:11px;
	margin-top: 51px;
}
/* Testimonials */
.testimonials_list_title {
	margin-bottom:97px;
	text-align:center;
	margin-top:96px;
}
.testimonials_list_title h1 {
	font-size:72px;
	line-height:96px;
	text-align:center;
}
.testimonial_col {

}
.testimonial_col h3 {
	font-size:18px;
	line-height:27px;
	font-family: 'Lato', sans-serif;
	margin-bottom:24px;
}
.testimonial_col p {
	border-bottom: solid 2px #000;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	text-align: right;
}
	.testimonial_col p strong {
		color:#D63030;
		font-weight: 400;
	}
@media(max-width:1030px) {
	.top_right_content h3 {
		font-size:24px;
		line-height:34px;
		margin-bottom:7px;
	}
	.top_right_content a {
		font-size:18px;
	}
	.top_right_content a strong {
	    font-size: 20px;
	    color: #D63030;
	    font-weight: 400;
	    margin-right: 7px;
	}
	.center_content_home h3,.sub_panels_about h3,.content_top_straight_talk h3,.content_main_sellers h3,.bordert_btm_top_sellers .bottom_right_sellers h3,.contact_container h3 {
	    font-size: 32px;
	    line-height: 42px;
	    margin-bottom: 15px;
	}
	.content_top_straight_talk p,.content_main_sellers p {
		font-size:18px;
		line-height:28px;
	}
	.contact_container p strong {
		font-size:14px;
		line-height:24px;
		margin-bottom:7px;
	}
	.testimonial_col h3 {
		font-size:14px;
		line-height:24px;
		margin-bottom:15px;
	}
	.testimonial_col p {
		font-size:14px;
		line-height:24px;
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:solid thin #000;
	}

	.listing-panel h2 {
	    margin-top: 15px;
	    margin-bottom: 7px;
	    font-size: 16px;
	    line-height: 26px;
	    font-family: 'Lato', sans-serif;
	}
	.contact_container a {
	    font-size: 18px;
	    line-height: 28px;
	    color: #000;
	}
	.link_panels_home h3 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.contact_container p {
	    margin-bottom: 15px;
	}
	.content_top_straight_talk h4 {
	    font-size: 18px;
	    line-height: 28px;
	    position: relative;
	    text-transform: uppercase;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.content_top_left_straight_talk h3, .content_top_right_straight_talk h3 {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 15px;
    }
    .right_single_listing h4 {
	    font-size: 24px;
	}
	.content_right_about h3, .content_btm_left_side h3,.left_single_listing h2, .right_single_listing p {
	    font-size: 32px;
	    line-height: 42px;	
	}
	.left_single_listing h3 {
	    font-size: 18px;
	    line-height: 28px;
	    font-family: 'Lato', sans-serif;
	    margin-top: 7px;
	}
	.left_single_listing p {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 7px;
	}
	.left_single_listing h4 {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 7px;
	}
	.content_btm_right_side p, .bordert_btm_top_sellers .bottom_right_sellers p {
	    font-size: 14px;
	    line-height: 28px;
	    margin-bottom: 7px;
	}
	.content_right_about h4 {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 15px;
	}
	.sub_panels_about ul li {
	    font-size: 14px;
	    margin-bottom: 7px;
	}
	.content_top_left_straight_talk ul li, .content_top_right_straight_talk ul li {
	    font-size: 14px;
	    line-height: 28px;
	    margin-bottom: 7px;
	}
	.center_content_home p {
		font-size:14px;
		line-height:28px;
	}
	footer a {
		font-size:16px;
		margin-top:0;
	}

	header .menu li a {
		font-size:12px;
	}
}
@media(max-width:769px) {
	.top_sub_title {
		margin-bottom:30px;
	}
	.listing_list_title, .testimonials_list_title {
		margin-bottom:30px;
		margin-top:60px;
	}
	.listing_list_title h1, .testimonials_list_title h1 {
		font-size:32px;
		line-height:42px;
	}
	.single_listing_container {
		margin-top:30px;
	}
	.bordert_btm_top_sellers .bottom_left_sellers p {
		margin-top:30px;
	}
	.top_banner_home {
		margin-bottom:60px;
	}
	.link_panels_home {
		padding-top:60px;
	}
	.contact_container {
		padding-top:60px;
		padding-bottom:0;
	}
	.left_single_listing div.content_area {
	    margin-top: 30px;
	    padding-bottom: 15px;
	}
	.right_single_listing p {
		margin-bottom:0;
	}
	.listing_details_main {
		margin-top:30px;
	}
	footer {
		padding:30px 0;
		margin-top:60px 0 30px;
	}
	.sub_panels_about {
		padding-top:30px;
	}
	.content_top_straight_talk {
	    padding-top: 60px;
	    margin-bottom: 60px;
	}
	.content_top_left_straight_talk h3, .content_top_right_straight_talk h3 {
		font-size:16px;
		line-height:26px;
	}
	.bottom_row_staight_talk {
		margin-top:60px;
	}
	.content_main_sellers {
	    padding: 60px 15px;
	}
	.bordert_btm_top_sellers {
		padding-top:60px;
	}
	header .menu {
		display:none;
	}
	footer a {
		font-size:12px;
	}
	footer p {
		font-size:14px;
	}
	.center_content_home a {
	    max-width: 160px;
	    line-height: 40px;
	    margin-top: 15px;
	}
	.link_panels_home h3 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.top_right_content h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.top_right_content a {
		font-size:16px;
	}
	.top_right_content a strong {
		font-size:18px;
	}
	.top_sub_title h3 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.center_content_home h3, .sub_panels_about h3, .content_top_straight_talk h3, .content_main_sellers h3, .bordert_btm_top_sellers .bottom_right_sellers h3, .contact_container h3 {
	    font-size: 24px;
	    line-height: 34px;
	    margin-bottom: 15px;
	}

}
.mobile_view_listing, .mobile_gallery {
	display:none;
}
@media(max-width:750px) {
	.listing_list_title, .testimonials_list_title {
	    margin-bottom: 15px;
	    margin-top: 30px;
	}
	.top_right_content {
		display:none;
	}
	.top_sub_title h3 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.center_content_home{
		margin-top:15px;
	}
	.link_panels_home a {
		margin-bottom:15px;
	}
	header {
	    margin-top: 15px;
	    padding-bottom: 15px;
	}
	footer, .right_single_listing .row {
		display:none;
	}
	.content_right_about {
		margin-top:15px;
	}
	.sub_panels_about {
		margin-top:30px;
	}
	.sub_panels_about ul {
		margin-bottom:15px;
	}
	.bottom_row_staight_talk {
		margin-top:30px;
	}
	.bordert_btm_top_sellers .bottom_right_sellers {
		margin-top:30px;
	}
	.right_single_listing {
		text-align:left;
	}
	.left_single_listing div.mobile_view_listing{
		display:block;
		margin-top:0;
		padding-bottom:0px;
	}
	.left_single_listing div.mobile_view_listing h4 {
		font-size: 24px;
		font-family: 'Playfair Display', serif;
		margin-bottom:0;
		margin-top:0;
	}
	.left_single_listing div.mobile_view_listing p {
		font-size: 32px;
		line-height: 42px;
		color: #D63030;
		font-family: 'Lato', sans-serif;
		margin-top: 6px;
		margin-bottom: 0;
	}
	.right_single_listing h4, .right_single_listing p {
		display:none;
	}
	.mobile_gallery {
		display:block;
	}
	.sub_footer {
		margin-top:30px;
	}
	.sub_footer p {
		font-size:12px;
	}
}
