/***********************************/
/************* GENERAL *************/
/***********************************/

body,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif !important;
	color: #000;
}

body {
	-webkit-text-size-adjust: none;
}

section {
	padding: 50px 0;
	margin: 0 50px;
	position: relative;
}

.full {
	margin: 0 auto !important;
	max-width: 100% !important;
}

.container.full {
	padding: 0 !important;
}

.clearfix {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}
.red {
	color: #ee3c45;
}
.gray {
	color: #505050;
}
.serif {
	font: normal 50px/50px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

a {
	outline: 0;
}
*:focus {
	outline: none;
}

p > a {
	color: #ee3c45;
}

.strong {
	font-weight: bold;
}

.lh10 {
	line-height: 10px;
}
.lh15 {
	line-height: 15px;
}
.lh20 {
	line-height: 20px;
}
.lh25 {
	line-height: 25px;
}
.lh30 {
	line-height: 30px;
}

.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.txtleft {
	text-align: left;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}

.txtcol2 {
	column-count: 2;
	column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
}

.txtcol3 {
	column-count: 3;
	column-gap: 40px;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
}

.inner {
	margin: 0 auto;
	max-width: 1120px;
	height: 100%;
}

.w600 {
	max-width: 600px !important;
}
.w750 {
	max-width: 750px !important;
}
.w960 {
	max-width: 960px !important;
}
.w1024 {
	max-width: 1024px !important;
}
.w1200 {
	max-width: 1200px !important;
}

.col-1-2 {
	display: inline-block;
	max-width: 50%;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

.col-1-3 {
	display: inline-block;
	max-width: 33.333333%;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

.col-2-3 {
	display: inline-block;
	max-width: 66.666666%;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

/**********************************/
/************* HEADER *************/
/**********************************/

.site-branding {
	position: absolute !important;
	top: 30px;
	left: 30px !important;
	bottom: inherit !important;
	margin: 0;
	padding: 0 !important;
	display: inline-block !important;
	width: auto !important;
	z-index: 99999 !important;
}

.custom-logo {
	margin-top: 0.5em !important;
	display: block;
	margin-left: 1em !important;
}

.custom-logo img {
	width: 100%;
	max-width: 200px;
}

.home .site-branding .custom-logo .white,
.single-cmw_centris_listing .site-branding .custom-logo .white,
.site-branding .custom-logo .black {
	display: block;
}

.home .site-branding .custom-logo .black,
.single-cmw_centris_listing .site-branding .custom-logo .black,
.site-branding .custom-logo .white {
	display: none;
}

.site-branding .wrap {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.site-branding .wrap a {
	margin: 0;
	padding: 0;
}

.site-branding .wrap img {
	width: 100%;
	height: auto;
}

.site-header {
	background-color: #fff !important;
}

.archive .site-header {
	padding-bottom: 75px;
}

.custom-header .title {
	padding: 140px 0 0 0;
	margin: 0 auto;
}

.custom-header .title:after {
	border-bottom: 4px solid #000;
	content: "";
	margin: 24px auto 40px auto;
	display: block;
	width: 100%;
	max-width: 50px;
}

.custom-header .title .attribute {
	display: none;
}

.term-condos .custom-header .title .attribute,
.term-condos-fr .custom-header .title .attribute,
.term-maisons .custom-header .title .attribute,
.term-houses .custom-header .title .attribute {
	display: inline-block;
}

.custom-header .description {
	max-width: 650px;
	text-align: center;
	margin: 0 auto 40px auto;
	font-size: 14px;
	width: 100%;
}

.custom-logo {
	width: 100%;
	max-width: 300px;
	top: 5px;
	position: relative;
}

.custom-logo img {
	max-width: 100%;
}

.site-branding .custom-logo .black {
	filter: invert(100%);
}

@media screen and (max-width: 1100px) {
	.custom-logo {
	max-width: 16vw;
	}
}

@media screen and (max-width: 960px) {
	.custom-logo {
	max-width: 11vw;
	}
}

/**************************************/
/************* NAVIGATION *************/
/**************************************/

.navigation-top {
	top: 30px;
	right: 30px !important;
	left: inherit !important;
	bottom: inherit !important;
	background: transparent !important;
	border: none !important;
	z-index: 99998 !important;
}

.navigation-top .wrap {
	padding: 0 !important;
	float: right;
	display: inline-block;
}

.navigation-top .menu {
	text-align: right;
}

.navigation-top .sub-menu > a {
	padding-left: 0 !important;
}

.navigation-top .menu a {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.navigation-top .menu > .menu-item:hover > a,
.navigation-top .menu > .current-menu-item > a,
.navigation-top .menu > .current-menu-parent > a {
	color: #fff !important;
	background: #ee3c45 !important;
}

.navigation-top .menu > .menu-item:hover > a span,
.navigation-top .menu > .current-menu-item > a span {
	color: #fff !important;
}

.navigation-top .sub-menu > .current-menu-item > a {
	color: #ee3c45 !important;
}

.navigation-top .menu .wpml-ls-menu-item a {
	background: #fff;
	color: #000 !important;
	padding: 10px 15px;
	font-weight: 600 !important;
	margin-left: 10px;
}

.navigation-top .menu-scroll-down {
	display: none !important;
}

.navigation-top a {
	color: #000 !important;
	font-size: 12px;
	font-weight: bold !important;
	letter-spacing: 1px;
	padding: 0.8em 0.7em !important;
}

.navigation-top .wpml-ls-item a {
	background: #000 !important;
}

.navigation-top .wpml-ls-item a span {
	color: #fff !important;
}

.home .navigation-top a,
.single-cmw_centris_listing .navigation-top a {
	color: #fff !important;
	font-weight: normal !important;
}

.home .navigation-top .wpml-ls-item a,
.single-cmw_centris_listing .navigation-top .wpml-ls-item a {
	background: #fff !important;
}

.home .navigation-top .wpml-ls-item a span,
.single-cmw_centris_listing .navigation-top .wpml-ls-item a span {
	color: #000 !important;
}

.home .navigation-top .sub-menu,
.single-cmw_centris_listing .navigation-top .sub-menu {
	background: #fff !important;
}

.home .navigation-top .sub-menu a,
.single-cmw_centris_listing .navigation-top .sub-menu a {
	color: #000 !important;
}

.home .navigation-top li li:hover,
.single-cmw_centris_listing .navigation-top li li:hover,
.home .navigation-top li li.focus,
.single-cmw_centris_listing .navigation-top li li.focus {
	background: #f1f1f1 !important;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
	display: none !important;
}

.navigation-top li li:hover,
.navigation-top li li.focus {
	background: #f1f1f1 !important;
}

.navigation-top .sub-menu {
	background: #fff;
	border: none;
	margin-left: -7px;
}

.main-navigation li li {
}

.navigation-top ul ul a {
	padding: 0.75em !important;
}

.site-navigation-fixed {
	/* display: none !important; */
}

.site-navigation-fixed .sub-menu,
.site-navigation-fixed svg {
	display: none !important;
}

.site-navigation-fixed .menu .current-menu-item,
.site-navigation-fixed .menu > .menu-item:hover {
	background: transparent !important;
	color: #ee3c45 !important;
}

.navigation-top .min-logo {
	display: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	left: 16px;
	top: 6px;
	font-family: "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.site-navigation-fixed .min-logo {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}

.min-logo {
	max-width: 240px;
	top: 12px !important;
}

.navigation-top .wrap {
	margin-right: 1em;
}

.site-navigation-fixed.navigation-top {
	height: 70px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 57em) {
	.navigation-top {
		height: 70px !important;
	}

	.navigation-top .wrap .menu-toggle {
		top: 10px !important;
	}
}

/***************************************/
/************* MOBILE MENU *************/
/***************************************/

.main-navigation .menu-btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #5f6f81;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	background: transparent;
	padding: 17px;
	z-index: 9999;
	margin: 0;
}

.main-navigation ul ul.toggled-on {
	display: none;
}

.main-navigation .menu-btn:focus,
.main-navigation .menu-btn:hover {
	outline: 0;
	outline-offset: inherit;
	background: 0 0;
}

.main-navigation .icon-bar {
	background-color: #000 !important;
	display: block;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navigation-top.open .main-navigation > div > ul {
	display: block;
}

.navigation-top.open .main-navigation .menu-btn .icon-bar {
	background-color: #000 !important;
}

.navigation-top.open .main-navigation .menu-btn .icon-bar:nth-child(1) {
	-webkit-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-moz-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-ms-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-o-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	margin: 0;
}

.navigation-top.open .main-navigation .menu-btn .icon-bar:nth-child(2) {
	display: none;
}

.navigation-top.open .main-navigation .menu-btn .icon-bar:nth-child(3) {
	-webkit-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-moz-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-ms-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-o-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	margin: 0;
}

/*************************************/
/************* SLIDESHOW *************/
/*************************************/

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 0 !important;
}

.bx-wrapper img {
	height: 100vh;
}

.bx-wrapper .bx-pager {
	bottom: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 3px #fff solid;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
}

.bx-viewport {
	height: 100vh;
}

.bxslider,
.listingheader {
	text-align: center;
}

.bxslider li,
.listingheader {
	height: 100vh;
	max-height: 100vh;
	min-height: 600px;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	position: relative;
	background-color: #000;
}

.listingheader {
	height: 75vh;
}

.bxslider li:before,
.listingheader:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.bxslider li .details,
.listingheader .details {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	z-index: 99999;
	color: #fff;
	line-height: normal;
	padding: 0 10%;
}

.bxslider li .special_title,
.listingheader .special_title {
	font-family: "sofia-pro", serif;
	letter-spacing: 1px;
	font-size: 60px;
	font-weight: bold;
	display: block;
}

.bxslider li .special_title:after,
.listingheader .special_title:after {
	content: "";
	display: block;
	border-bottom: 2px solid #fff;
	width: 60px;
	margin: 0.5em auto;
}

.bxslider li .civic,
.bxslider li .address,
.listingheader .civic,
.listingheader .address {
	font-family: "sofia-pro", serif;
	font-weight: bold;
}

.bxslider li .civic,
.listingheader .civic {
	font-size: 60px;
}

.bxslider li .address,
.listingheader .address {
	font-size: 40px;
	margin: 0;
	padding: 0;
}

.bxslider li .price,
.listingheader .price {
	font-size: 60px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.bxslider li .price .price_left,
.listingheader .price .price_left {
	font-size: 35px;
	position: absolute;
	left: -30px;
	top: 20px;
}

.bxslider li .price span,
.listingheader .price span {
	font-size: 25px !important;
	vertical-align: middle;
	margin-left: 0.5em;
	letter-spacing: 2px;
}

.bxslider li .price .price_right,
.listingheader .price .price_right {
	font-size: 25px;
	position: relative;
	top: -15px;
	right: -10px;
}

.bxslider li a,
.listingheader .a {
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	padding: 12px 20px;
	font-size: 16px;
	margin-top: 50px;
	display: inline-block;
}

/* .bxslider li .no1,
.listingheader .no1 {
	width: 489px;
	height: 224px;
	display: inline-block;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index: -1;
} */

/**************************************/
/************* FRONT PAGE *************/
/**************************************/

.home .featured ul {
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.home .featured ul li {
	height: 100vh;
	overflow: hidden;
	max-width: 32%;
	width: 100%;
	max-height: 350px;
	background: #000;
}

.home .featured ul li:nth-child(1) {
	float: left;
}

.home .featured ul li:nth-child(3) {
	float: right;
}

.home .featured ul li:nth-child(3) .image {
	opacity: 0.3;
}

.home .featured ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.home .featured ul li .image {
	transform: scale(1);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	top: 0;

	background-size: cover;

	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.home .featured ul li:hover .image {
	transform: scale(1.05);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.home .featured ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 60, 69, 0);
	z-index: 75;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.home .featured ul li:hover a:before {
	background: rgba(238, 60, 69, 0.8);
}

.home .featured .vcenter {
	z-index: 100;
}

.home .featured strong,
.home .featured .button {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.home .featured strong {
	font-family: "sofia-pro", serif;
	line-height: 28px;
	font-size: 30px;
	margin-bottom: 25px;
}

.home .featured .button {
	font-size: 16px;
	border: 2px solid #fff;
	padding: 10px 20px;
	background: transparent;
	letter-spacing: 1px;
	border-radius: 0;
	display: inline-block;
}

.home .featured a:hover .button,
.home .featured a:focus .button {
	background: transparent;
}

.home .intro {
	text-align: center;
	color: #000;
}

.home .intro .title {
	font-family: "sofia-pro", serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
}

.home .intro .title:after {
	border-bottom: 4px solid #000;
	content: "";
	margin: 40px auto;
	display: block;
	width: 100%;
	max-width: 50px;
}

.home .intro .content {
	font-family: "Roboto", sans-serif !important;
	font-size: 30px;
	line-height: 30px;
}

.home .blocks {
	padding-bottom: 0;
	margin: 0 auto;
}

.home .blocks ul {
	border-top: 1px solid #000;
	margin: 0 auto;
}

.home .blocks .row {
	font-size: 0;
	margin: -1px 0;
	padding: 0;
}

.home .blocks .row .col-1-2 {
	text-align: center;
	padding: 8%;
	position: relative;
	min-height: 550px;
}

.home .blocks .row:nth-child(even) .image {
	float: right;
}

.home .blocks .row .image {
	background-size: cover;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.home .blocks .row .image:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home .blocks .smalltitle {
	font-family: "sofia-pro", serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	z-index: 100;
}

.home .blocks .smalltitle:after {
	border-bottom: 4px solid #fff;
	content: "";
	margin: 40px auto;
	display: block;
	width: 100%;
	max-width: 50px;
}

.home .blocks .content {
	font-family: "Roboto", sans-serif !important;
	font-size: 16px;
	line-height: 30px;
}

/**********************************/
/************* SOCIAL *************/
/**********************************/

.social-navigation a {
	background: transparent !important;
	color: #fff !important;
	margin: 0 auto !important;
	padding: 0;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background: transparent !important;
	color: #ee3c45 !important;
}

/**********************************/
/************* FOOTER *************/
/**********************************/

.contact {
	height: 395px;
	text-align: center;
	color: #fff;
	background-position: bottom right;
	background: #000;
}

.contact .title {
	display: block;
	margin-bottom: 15px;
	text-transform: none !important;
}

.contact .title:after {
	display: none !important;
}

.contact .title span {
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	display: block;
}

.contact .title strong {
	font-size: 1em;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
}

.contact img {
	padding: 0 50px;
	max-width: 100%;
}

.contact .button {
	background: #ee3c45;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 400;
	display: inline-block;
	padding: 1em 2em;
}

.contact .button a {
	color: #fff;
}

.site-footer {
	margin-top: 0 !important;
	border: none !important;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	background: url(../images/home-section-contact-bg.jpg) no-repeat #000;
	background-position: right;
}

.site-footer .logo {
	display: inline-block;
	float: left;
}

.site-footer .site-info {
	float: none;
	padding: 0.7em 0 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.site-footer .wrap {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.site-footer .details {
	font-size: 12px;
	color: #fff;
	float: left;
	margin: 50px auto 0 auto;
	max-width: 650px;
	width: 100%;
	line-height: 1.8em;
}

.site-footer .details a {
	display: block;
	color: white;
}

.site-footer .details div {
	display: block;
}

.site-footer .details > img {
	width: 55%;
}

.site-footer .details .large {
	font-size: 25px;
	line-height: normal;
}

.site-footer .footer-navigation {
	display: inline-block;
}

.site-footer .footer-navigation a {
	color: #fff;
}

.site-footer .copyright {
	color: #fff;
}

.site-footer .footer-navigation li {
	font-weight: bold;
}

.site-footer .footer-navigation li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px 0 15px;
	font-weight: bold;
	color: #fff;
}

.site-footer .social-navigation {
	display: inline-block;
	clear: none;
	float: none;
	vertical-align: middle;
	width: inherit;
}

.site-footer .social-navigation a {
	width: 25px;
}

.site-footer .footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .footer-menu li {
	display: inline-block;
}

.site-footer .no1 {
	position: absolute;
	z-index: 1;
	top: 15%;
	right: 0;
	max-width: 400px;
}

.site-footer .valuation-wrapper {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	/* left: 2em; */
	right: 2em;
	bottom: 2em;
	cursor: pointer;
	z-index: 9999;
}

.site-footer .valuation-wrapper .valuation {
	padding: 1em;
	background: #ee3c45;
	color: #fff;
	text-transform: uppercase;
}

.contact.full .title {
	max-width: 700px;
}

.site-footer {
	background-image: url(../images/footer-myp-photo.png), url(../images/footer-sam-photo.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right bottom, left bottom;
	background-size: 24% auto, 30% auto;
}

.site-footer .details {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.site-footer .details strong > span {
	display: inline-block !important;
}

.site-footer .details > img {
	margin-bottom: 2em;
}

.site-footer .details > a {
	margin-bottom: 1em;
}

.site-footer .details .large {
	font-size: 32px;
}

.site-footer .footer-navigation a {
	font-size: 16px;
	left: -2px;
	position: relative;
}

.site-footer .footer-navigation li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
	color: #fff;
	height: 100%;
	top: -1px;
	position: relative;
}

.site-footer .footer-menu li:last-of-type:after {
	display: none;
}

.site-footer .social-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em auto;
}

.site-footer .social-container .social-item:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.site-footer .social-container .social-item:first-of-type:after {
	content: "";
	display: block;
	margin: 0 25px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	width: 1px;
	position: relative;
	background: white;
}

.site-footer .social-container .name {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-right: 5px;
}

.social-links-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1500px) {
	.site-footer {
		background-size: 17% auto, 20% auto;
	}
}

@media screen and (max-width: 911px) {
	.site-footer {
		background-position: calc(100% + 20px) bottom, calc(0% - 30px) bottom;
		background-size: 24% auto, 30% auto;
	}
}

@media screen and (max-width: 750px) {
	.site-footer {
		background-position: calc(100% - -20px) calc(100% - 70px), calc(0% - 30px) calc(100% - 70px);
		padding-bottom: 10em;
	}
}

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

	.site-footer .details > img {
		width: auto;
	}

	.site-footer .footer-navigation li {
		display: flex;
		flex-direction: column;
	}

	.site-footer .footer-navigation li:after {
		display: none;
	}

	.site-footer .social-container {
		flex-direction: column;
	}

	.site-footer .social-container .social-item {
		display: flex !important;
		flex-direction: column;
		text-align: center;
	}

	.site-footer .social-container .name {
		margin: 0 !important;
	}

	.site-footer .social-container .name span {
		display: none;
	}

	.site-footer .social-container .social-item:first-of-type {
		margin-bottom: 1em;
	}

	.site-footer .social-container .social-item:first-of-type:after {
		display: none;
	}
}

/************************************/
/************* SUBPAGES *************/
/************************************/

.archive .site-content-contain,
.page-template .site-content-contain {
	background: #fafafa;
}

.site-content {
	padding-top: 0 !important;
}

.site-content > .container {
	margin: 0 auto;
	text-align: center;
	max-width: 1150px;
	width: 100%;
	padding: 50px;
}

.archive .site-content > .container {
	padding: 0 50px 50px 50px;
}

.title,
.smalltitle {
	text-transform: uppercase;
	max-width: 650px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}

.title {
	font: bold 50px/50px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.title:after {
	border-bottom: 4px solid #000;
	content: "";
	margin: 40px auto;
	display: block;
	width: 100%;
	max-width: 50px;
}

.smalltitle {
	font: bold 28px/28px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.description {
	font-size: 16px;
	max-width: 600px;
	margin: 20px auto 50px auto;
}

.page:not(.home) #content {
	padding-bottom: 0 !important;
}

.page-template-template-generic .site-content-contain {
	background: #fff !important;
}

.page-generic {
	padding: 0 50px 50px 50px !important;
}

/***********************************/
/************* CONTACT *************/
/***********************************/

.page-contact .desktop {
	display: block !important;
}

.page-contact .mobile {
	display: none !important;
}

.page-contact .col-1-4 {
	max-width: 22%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	text-align: left;
	float: left;
}

.page-contact .info {
	float: right;
}

.page-contact .col-2-4 {
	max-width: 47%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0 4%;
	text-align: left;
}

.page-contact li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-contact .name {
	font-family: "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px !important;
}

.page-contact .info > div {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

.page-contact .team {
}

.page-contact .team ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.page-contact .team ul li {
	margin-bottom: 40px;
}

.page-contact .team .position {
	font-size: 14px;
}

.page-contact .team .email {
	color: #ee3c45;
	font-size: 14px;
	font-weight: bold;
}

.page-contact .address {
	font-weight: normal !important;
}

.page-contact .phone {
}

.page-contact .phone span {
	color: #ee3c45;
	margin-right: 10px;
}

.page-contact .schedule li {
	margin-bottom: 5px;
}

.page-contact .schedule li span {
	width: 105px;
	display: inline-block;
	color: #ee3c45;
}

.page-contact .details {
	font-style: italic;
	font-weight: normal !important;
}

.page-contact form span.red {
	color: #ee3c45;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.form input,
.form textarea {
	padding: 0 0 10px 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0 !important;
	margin-bottom: 10px;
}

.form textarea {
	border: 2px solid #000 !important;
	padding: 20px !important;
	margin-top: 15px;
}

.form input[type="submit"] {
	background: #ee3c45 !important;
	padding: 15px 25px !important;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	border: 0 !important;
	float: left;
}

.page-contact .form .newsletter .wpcf7-list-item {
	margin: 0;
	display: block;
}

div.wpcf7-validation-errors {
	border: none !important;
	color: #ee3c45;
	margin: 0 !important;
	padding: 10px 0 !important;
	clear: both;
}

.page-template-template-contact .map {
	margin-top: 50px;
	position: relative;
}

.page-template-template-contact .map .overlay {
	width: 100%;
	min-height: 500px;
	position: absolute;
	top: 0;
}

.page-template-template-contact .map iframe {
	width: 100%;
}

.page-template-template-contact .contact {
	display: none;
}

.page-template-template-contact .valuation-wrapper {
	display: none;
}

.grecaptcha-badge {
	display: none !important;
}

/************************************/
/*************** SELL ***************/
/************************************/

.page-template-template-sell .site-content-contain {
	background-color: #fff;
}

.page-template-template-sell .site-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-sell {
	background: #000;
	max-width: 100% !important;
	padding: 0 !important;
}

.expertise {
	color: #fff;
	padding: 100px 50px !important;
	background-size: cover;
	background-position: center center;
}

.expertise .title {
	font: bold 28px/30px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.expertise .description {
	font-size: 16px;
	max-width: 600px;
	margin: 20px auto 50px auto;
}

/* .expertise ul:first-of-type {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2em;
}

.expertise ul:first-of-type li {
	max-width: 100% !important;
} */

.expertise > ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
}

.expertise > ul.items {
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	gap: 3em;
}

.expertise > ul.items > li {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

.expertise > ul.items > li .ico {
	width: 80px;
}

.expertise > ul > li {
	display: inline-block;
	max-width: 16.666666666666667%;
	vertical-align: top;
	width: 100%;
	padding: 0 15px;
	margin: 0 -1%;
}

.expertise > ul > li .ico,
.expertise > ul > li strong {
	margin: 0 auto;
	display: block;
}

.expertise > ul > li strong {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}

.expertise .items .items {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin-top: 25px;
	line-height: 15px;
}

.expertise .items .items li {
	margin-bottom: 0.5em;
}

.expertise .items .items li:last-of-type {
	margin-bottom: 0;
}

.strategy {
	height: 600px;
	background-color: #fff;
	padding: 0 50px;
	overflow: hidden;
	margin: 50px auto;
}

.strategy .vcenter {
	max-width: 35%;
	text-align: left;
	margin: 0 auto;
	vertical-align: top;
	display: inline-block;
}

.strategy .image {
	display: inline-block;
	max-width: 60%;
}

.strategy .image img {
	width: 100%;
}

.strategy .smalltitle {
	text-align: left;
}

.strategy .description {
	max-width: 400px;
	display: inline-block;
	margin: 20px auto;
}

.strategy button {
	background: #ee3c45;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 400;
	display: block;
}

.strategy button a {
	color: #fff;
	font-size: 0.8em;
}

.page-sell .team,
.page-profile .team {
	background: #fafafa;
	margin: 0 auto;
	padding: 100px 50px !important;
}

.page-sell .team .members,
.page-profile .team .members {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 960px;
}

.page-sell .team .members li:first-child {
	display: block;
	text-align: center !important;
	max-width: 100%;
}

.page-sell .team .members li:first-child .content,
.page-profile .team .members li:first-child .content {
	width: auto;
	text-align: left;
}

.page-sell .team .members .thumb,
.page-profile .team .members .thumb {
	width: 75px;
	height: 75px;
	background-size: cover !important;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.page-sell .team .members li:first-child .thumb,
.page-profile .team .members li:first-child .thumb {
	width: 100px;
	height: 100px;
	margin-top: -10px;
}

.page-sell .team .members .content,
.page-profile .team .members .content {
	text-align: center;
	display: inline-block;
	max-width: 85%;
	width: 100%;
	margin: 0 2%;
}

.page-sell .team ul,
.page-profile .team ul,
.page-profile .donations ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-sell .team ul li,
.page-profile .team ul li,
.page-profile .donations ul li {
	text-align: center;
	max-width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 40px;
	width: 100%;
}

.page-sell .team .name,
.page-profile .team .name {
	font-family: "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}

.page-sell .team .position,
.page-profile .team .position {
	font-size: 14px;
	line-height: 16px;
	margin: 10px auto;
}

.page-sell .team .email,
.page-profile .team .email {
	color: #ee3c45;
	font-size: 14px;
	font-weight: bold;
}

.page-profile .team ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.page-profile .team ul li {
	display: flex !important;
    flex: 1 1 calc(50% - 20px);
    align-items: center;
    flex-direction: column;
}

.page-profile .team ul li:nth-child(n + 3) {
	flex: 1 1 calc(33.33% - 20px) !important;
}

.page-profile .team ul li .thumb {
	width: 100px !important;
	height: 100px !important;
	margin-top: -10px;
}

.page-profile .team ul li .content {
	text-align: center !important;
}

/*********************************************/
/*************** INTERNATIONAL ***************/
/*********************************************/

.page-international {
	background: #fff;
	max-width: 100% !important;
	padding: 0 !important;
}

.page-international .buysell {
	padding: 0;
}

.page-international .buysell .col-1-2 {
	max-width: 48%;
	margin: 1.2% 0.7%;
	height: 500px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.page-international .buysell a {
	display: block;
	height: 100%;
	color: #fff;
	z-index: 9999;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.page-international .buysell .col-1-2 .image {
	transform: scale(1);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	background-size: cover;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-international .buysell .col-1-2 a:before {
	background: rgba(238, 60, 69, 0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	content: "";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-international .buysell .col-1-2:hover .image {
	transform: scale(1.05);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-international .buysell .col-1-2:hover a:before {
	background: rgba(238, 60, 69, 0.8);
}

.page-international .buysell .col-1-2 .image:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(48, 48, 48, 0.5);
	z-index: 0;
	vertical-align: top;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-international .buysell .vcenter {
	z-index: 10;
}

.page-international .buysell .title {
	font: bold 40px/42px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.page-international .buysell .description {
	font: 13px/16px "Roboto", sans-serif;
	margin-top: 5px;
}

.page-international .buysell button {
	border-radius: 0;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

/***************************************/
/*************** PROFILE ***************/
/***************************************/

.page-profile button a {
	color: #fff;
}

.about {
	background: #000;
	color: #fff;
	padding: 100px 50px !important;
	background-size: cover;
	background-position: right center;
}

.about .description {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	max-width: 750px;
	text-align: justify;
	margin: 0 auto;
	width: 100%;
}

.testimonials,
.donations {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 50px;
	background: #fff;
}

.testimonials ul {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}

.testimonials li {
	max-width: 22%;
	margin: 0 0 50px 0;
	float: left;
	width: 100%;
	text-align: left;
	border: 1px solid #000;
	vertical-align: top;
	font-size: 13px;
	list-style: none;
	position: relative;
	cursor: pointer;
}

.testimonials .popup {
	z-index: 99999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: none;
	max-width: 100%;
	height: 100%;
}

.testimonials .popup:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.testimonials .popup li {
	background: #fff;
	max-width: 650px !important;
	margin: 0 auto;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	padding: 50px;

	display: none;
}

.testimonials .popup li.active {
	display: block !important;
}

.testimonials .popup .pagination {
	position: absolute;
	z-index: 9999;
	top: 40%;
	left: 0;
	right: 0;
	color: #fff;
	border: none;
	padding: 0;
	margin: 0;
}

.testimonials .popup .close {
	position: absolute;
	right: 12px;
	top: 15px;
	color: #5f6f81;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	background: transparent;
	padding: 17px;
	z-index: 9999;
	margin: 0;
	display: block !important;
}

.testimonials .popup .close .icon-bar {
	background-color: #000 !important;
	display: block;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.testimonials .popup .close .icon-bar:nth-child(1) {
	-webkit-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-moz-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-ms-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	-o-transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	transform: translate(0, 6px) rotate(-45deg) scalex(1.3);
	margin: 0;
}

.testimonials .popup .close .icon-bar:nth-child(2) {
	display: none;
}

.testimonials .popup .close .icon-bar:nth-child(3) {
	-webkit-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-moz-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-ms-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	-o-transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	transform: translate(0, 4px) rotate(45deg) scalex(1.3);
	margin: 0;
}

.testimonials .popup .pagination .fa {
	position: absolute;
	font-size: 3em;
	padding: 15px 25px;
}

.testimonials .popup .pagination .prev {
	left: -65px;
}

.testimonials .popup .pagination .next {
	right: -65px;
}

.testimonials .col-1-4:nth-child(4n + 2) {
	margin: 0 2% 50px 4%;
}

.testimonials .col-1-4:nth-child(4n + 3) {
	margin: 0 4% 50px 2%;
}

.testimonials .col-1-4:nth-child(4n) {
	float: right;
}

.testimonials .col-1-4:hover a {
	margin-top: 10px;
}

.testimonials .testimonial {
	max-width: 650px;
	margin: 70px auto;
	text-align: center;
	line-height: normal;
	height: auto !important;
	padding: 30px;
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.testimonials .testimonial .quote {
	font-size: 16px;
	text-align: left;
	font-family: "Roboto", sans-serif !important;
	font-weight: normal;
	line-height: 22px;
}

.testimonials .testimonial .quote:before,
.testimonials .testimonial .quote:after {
	display: none;
}

.testimonials .testimonial .more {
	position: absolute;
	bottom: -30px;
	right: 15px;
	text-transform: uppercase;
	color: #ee3c45;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

.more:after {
	content: "\f105";
	font-family: FontAwesome;
	right: -15px;
	position: absolute;
	top: 0;
}

.donations {
	background: #ee3c45;
}

.donations .title,
.donations .description {
	color: #fff;
}

.page-profile .donations .title:after {
	border-color: #fff;
}

.donations .col-1-4 {
	max-width: 18% !important;
	margin: 15px auto !important;
}

.showcase button {
	background: #ee3c45;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 400;
	display: inline-block;
}

.showcase ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.showcase ul li {
	font-size: 0.8em;
	text-align: left;
}

.showcase ul li:last-of-type {
	margin-bottom: 0;
}

.showcase .col-1-3 {
	max-width: 31%;
	text-align: center;
	border: 1px solid #000;
	padding: 35px;
	position: relative;
	margin: 0 auto;
	min-height: 400px;
}

.showcase .col-1-3:nth-child(2) {
	margin: 0 2%;
}

.showcase .title {
	text-align: inherit;
}

.showcase .award,
.showcase .article {
	margin-bottom: 30px;
}

.showcase .title {
	font: bold 26px/26px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
}

.showcase .smalltitle,
.showcase .description,
.showcase .years {
	text-align: inherit;
	margin: 0 auto 10px auto !important;
	font-size: 1.3em;
	text-transform: none;
}

.showcase .description p {
	font-size: 12.8px !important;
	margin: 0;
}

.showcase .years {
	font-size: 1em;
	color: #ee3c45;
}

.showcase .sales {
	text-align: inherit;
}

.showcase .award .smalltitle,
.showcase .article .smalltitle {
	color: #ee3c45;
	font-size: 14px;
	line-height: 18px;
	font-family: "Roboto", sans-serif !important;
}

.showcase .txtcol2 {
	column-count: 1;
	column-gap: 0;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
}

.showcase .col-1-3 > a {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}

/**************************************/
/*************** AWARDS ***************/
/**************************************/

.page-awards {
}

.page-awards .awards {
}

.page-awards .award {
	display: inline-block;
	line-height: normal;
	margin: 0 auto;
	text-align: left;
	padding: 25px;
	width: 100%;
}

.page-awards .award .smalltitle {
	text-align: inherit;
	text-transform: none;
	line-height: normal;
	margin-left: 0;
}

.page-awards .award .description {
	margin-bottom: 0;
	margin-left: 0;
	text-align: inherit;
}

.page-awards .award .description p {
	margin: 0;
}

.page-awards .award .years {
	color: #ee3c45;
	text-align: inherit;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}

/************************************************/
/*************** NOTEWORTHY SALES ***************/
/************************************************/

.sales {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.sales span {
	color: #ee3c45;
}

/****************************************/
/*************** ARTICLES ***************/
/****************************************/

.page-articles {
}

.page-articles ul {
	list-style: none;
}

.page-articles ul li {
	margin: 0 auto 50px auto;
}

.page-articles ul li a {
	display: block;
	opacity: 1;
}

.page-articles ul li a:hover {
	opacity: 0.8;
}

.page-articles ul li .smalltitle {
	color: #ee3c45;
	line-height: normal;
	max-width: 100%;
}

.page-articles ul li .smalltitle span {
	color: #000;
	display: block;
	font-weight: normal;
	text-transform: none;
}

.page-articles .author {
	color: #7a7a7a;
}

/*************************************/
/************* DISTRICTS *************/
/*************************************/

.page-districts {
	position: relative;
}

.page-districts .children {
	max-width: 24%;
	position: sticky;
	top: 60px;
}

.page-districts .children ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-districts .children li {
	text-align: left;
	font-family: "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.page-districts .children li:hover a {
	color: #ee3c45;
}

.page-districts .col-2-3 {
	max-width: 75%;
}

.page-districts .content {
	text-align: left;
}

.page-districts .nearby {
	margin: 0 auto;
}

.page-districts .nearby .section-title {
	color: #ee3c45;
	font-size: 40px;
	text-transform: uppercase;
	font-family: "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 60px;
}

.page-districts .nearby ul {
	margin: 0;
	padding: 0;
}

.page-districts .nearby li {
	list-style: none;
	text-align: left;
	display: block;
}

.page-districts .nearby > ul > li > ul > li {
	margin: 0 0 25px 0;
	max-width: 32%;
	float: left;
	width: 100%;
	text-align: left;
	border: 1px solid #000;
	vertical-align: top;
	font-size: 13px;
}

.page-districts .nearby > ul > li > ul > li a {
	padding: 30px;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-districts .nearby > ul > li > ul > li:hover a {
	margin-top: 10px;
}

.page-districts .nearby > ul > li > ul > li:nth-child(3n + 2) {
	margin: 0 2% 25px 2%;
}

.page-districts .nearby > ul > li > ul > li:nth-child(3n) {
	float: right;
}

.page-districts .nearby li .smalltitle {
	font: bold 18px/18px "sofia-pro", "Helvetica Neue", Helvetica, sans-serif;
	text-align: left;
}

.page-districts .nearby li .website {
	color: #ee3c45;
	font-weight: bold;
}

.page-districts .nearby > ul > li > ul > li div {
	margin-bottom: 20px;
}

/*************************************/
/**************** FAQ ****************/
/*************************************/

.faq {
	font-style: italic;
	text-align: left;
	text-transform: none;
	list-style: none;
	font-size: 14px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.faq li {
	margin-bottom: 2em;
}

.faq strong {
	color: #ee3c45;
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
}

.faq a {
	color: #ee3c45;
}

/*************************************/
/************* MARKETING *************/
/*************************************/

.page-marketing .blocks {
	padding: 0;
	margin: 0 auto;
}

.page-marketing .blocks ul {
	margin: 0 auto;
}

.page-marketing .blocks .row {
	font-size: 0;
	margin: 0 auto;
	padding: 0;
}

.page-marketing .blocks .row .col-1-2 {
	text-align: center;
	padding: 8%;
	position: relative;
	min-height: 550px;
}

.page-marketing .blocks .row:nth-child(even) .image {
	float: left;
}

.page-marketing .blocks .row .image img {
	width: 100%;
	height: auto;
	max-width: 400px;
	mix-blend-mode: darken;
}

.page-marketing .blocks .smalltitle:after {
	border-bottom: 4px solid #fff;
	content: "";
	margin: 40px auto;
	display: block;
	width: 100%;
	max-width: 50px;
}

.page-marketing .blocks .content {
	font-family: "Roboto", sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #000;
	background-size: cover;
	background-position: center center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-marketing .blocks .content:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-marketing .blocks .description {
	max-width: 450px;
	width: 100%;
}

/**************************************/
/************* NOS VENTES *************/
/**************************************/

.page-sales {
	padding: 4em 0;
}
