
@charset "utf-8";
@font-face {
	font-family: Financier;
	src: url(https://storage.googleapis.com/rcmcdn/financier-display-web-medium.woff2);
	font-weight: 600;
  }
  
  @font-face {
	font-family: Calibre;
	src: url(https://storage.googleapis.com/rcmcdn/calibre-web-regular.woff2);
	font-weight: 400;
  }
  
  @font-face {
	font-family: Calibre;
	src: url(https://storage.googleapis.com/rcmcdn/calibre-web-medium.woff2);
	font-weight: 500;
  }
  
  @font-face {
	font-family: Calibre;
	src: url(https://storage.googleapis.com/rcmcdn/caliber-web-semibold.woff2);
	font-weight: 600;
  }

:root {
	--cbre-green: #003F2D;
	--accent-green: #17E88F;
	--dark-green: #012A2D;
	--dark-grey: #435254;
	--light-grey: #CAD1D3;
	--celadon: #80BBAD;
	--financier-font: "Financier", serif;
	--calibre-font: "Calibre", sans-serif;
}

/* CSS Document */
/*html*/
body {
	color: var(--dark-grey);
	font-family: var(--calibre-font);
	font-size:16px;
	padding-top:0px;
}	

a, a:hover,a:active, a:enabled, a:link, a:focus{	color: var(--celadon); text-decoration: none;	
}

.main-container.container {
	padding:0px;
	width:100%;
}
/*lightbox*/
.ekko-lightbox-nav-overlay a:empty {
  top:42% !important;
}

.ekko-lightbox.modal .modal-dialog {
  width:100% !important;
}

.ekko-lightbox.modal .modal-dialog {
	max-width:100% !important;
	width:100% !important;
}
.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin:0 auto;
}
.ekko-lightbox .modal-header {
	border:0;
}
.ekko-lightbox .modal-header .close {
	color:#fff;
	font-size:60px;
	opacity:1;
}
.ekko-lightbox .modal-content {
	background:none;
	border:0;
	box-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
	background:none;
	width:50px;
}	
.carousel-inner {
	height:260px;
	min-height:260px;
}
.carousel-inner > .item > a > img {
	max-height:250px;
}
/*fonts*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.main-nav,
section.statistics .stat .info,
section.statistics .stat .desc {
	font-family: var(--calibre-font);
}
/*nav*/
#main-nav {
	clear:both;
	padding:0;
}
.logo {
	float:left;
}
.logo img {
	height: auto;
	max-width: 115px;
}
.navbar-brand {
	height:auto;
	padding: 22px 56px 13px 56px;
}
nav.main-nav {
    background: var(--dark-grey);
    border-bottom: 1px solid var(--light-grey);
    color: #ffffff;
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
nav.main-nav ul {
	margin:0;
}
nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
	text-align: center;
	width:100%;

}
nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a {
	background:none;
	font-size:16px;
	color:#ffffff;
	font-family: var(--calibre-font);
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	color:#ffffff;
	font-size:16px;
	margin:0;
	padding:26px 10px;
	font-family: var(--calibre-font);
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-toggle .icon-bar {
	background: #ffffff;
}
.btn-mobile-nav {
	margin-top:17px;
}
/*header*/
header {
	background:#333333 url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGNye6VNr_L7zdUMEEp22tXSvI87r6mgkGKF40GkRdU06B.png) repeat;
	border-bottom:18px solid #aa9763;
	border-top:18px solid #aa9763;
	margin-top:70px;
	min-height:360px;
	position: relative;
	overflow:hidden;
	text-align: center;
}
header .logo_intro img {
	max-width:260px;
}
header .header-intro {
background: #00000080;
	border-left:0px;
	border-right:0px;
	left:0;
	margin:0 auto;
	padding: 35px;
	position: relative;
	top:30%;
	width:100%;
}
header .carousel-caption {
	top:10%;
}
h1.intro {
	font-size:30px;
	font-family: var(--financier-font);
	font-weight: 600;
}
header h2 {
	color:#fff;
	font-family: var(--calibre-font);
	font-size: 14px;
}
/*buttons*/
.links {
	margin-top:40px;
}
.btn.btn-outline {
	background:#ffffff80;
	border:1px solid #fff;
	font-size: 16px;
	color:#ffffff;
	margin: 10px;
	padding: 10px 15px;
	border-radius: 0px;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}
.btn.btn-outline:hover, .ca .btn.btn-outline:hover {
	opacity:.8;
}
.ca {
	bottom:0px;
	left:0px;
	position:fixed;
	right:auto;
	width:100%;
	z-index:1000;
}
.ca .btn.btn-outline {
	background:#aa9763;
	border-color:#fff;
	border-radius: 0px;
	color:#000;
	font-size:14px;
	margin:0;
	width:100%;
}
.overlay-disable div.ca {
    display: none !important;
}

/*main body*/
.main.container-fluid {
	min-height:400px;
	padding:0px;
}
section {
	background:#ffffff;
	border-bottom:18px solid #aa9763;
	padding:80px 15px;
}
section .col-sm-4,
section .col-sm-6,
section .col-sm-3 {
	margin-bottom:60px;
}
section .col-sm-4:last-child,
section .col-sm-6:last-child,
section .col-sm-3:last-child {
	margin-bottom:0px;
}
section .section-title {
	text-align:center;
	font-family: var(--calibre-font);
	font-size: 53px;
	color: var(--cbre-green);
}
section .section-title h2 {
	display: block;
	color:var(--dark-green);
	font-size: 53px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 44px 0;
	padding: 10px 0;
	text-align: center;
	
}
section h3.subtitle {
	border-top: .5px solid var(--light-grey);
	color:var(--cbre-green);
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height:36px;
	margin: 20px 0 0 0;
	padding-top:10px;
	text-align: left;
	width:auto;
}
section h3.subtitle.first {
	margin-top:0px;
}
section .content {
	color:var(--dark-grey);
	line-height:24px;
	margin-top:20px;
	padding:10px;
}
section img.pull-left {
	padding:0 15px 5px 0;
}
section img.pull-right {
	padding:0 0 5px 15px;
}
section.photo-section {
  background: #f2f3f4;
  color: var(--dark-grey);
}
section.photo-section a,
section.photo-section a:hover {
	color:#fff;
}
section.photo-section a:hover {
	text-decoration: underline;
}
section img,
section.photo-section a img {
	border:2px solid var(--light-grey);
}


/*you can add background default image below - url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN25Fswwknd6lDqgtKEIcs_aQLN50lczJ2klCR5_VRdAA.png) repeat fixed center top;*/

section.statistics {
	background-color: var(--light-grey);
	padding:0;
}
section.statistics .inner {
	padding:260px 15px 200px 15px;
	text-align: center;
}
section.statistics .stat {
    display: inline-block;
    color: var(--dark-grey) !important;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 50px 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
}
section.statistics .icon {
	background-color: var(--dark-grey) !important;
    color: #ffffff !important;
	border:2px solid #fff;
	border-radius:40px;
	display:inline-block;
	font-size:28px;
	height:80px;
	width:80px;
	position: relative;
}
section.statistics .icon .fa {
	margin-top: 3px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.statistics .stat .desc {
	font-family: var(--calibre-font);
	font-size:20px;
}
section.statistics .stat .info {
	font-family: var(--calibre-font);
	font-weight: 500;
	font-size:40px;
}
section.map {
	padding:0;
}
section.map .map_address {
	background:#f1efe9;
	font-size:12px;
	padding:10px 15px;
	text-align:center;
}
section .photos img {
	max-height: 250px;
}
section ul li {
	margin-bottom:15px;
}
/*contacts*/
section.contacts {
	padding-bottom:70px;
	padding-top:74px;
	text-align:center;
}
section.contacts .contacts_wrapper {
	display:block;
	width:100%;
}
section.contacts .contact {
	display:block;
	margin:0;
	padding:0 5px 40px 5px;
	text-align:center;
	vertical-align: top;
	width:100%;
}
section.contacts img {
	border:0px;
	margin-top:40px;
}
section .contact strong {
	font-size:16px;
	font-weight:600;
}

section .contact a {
	font-size:19px;
	font-weight:600;
}


/*tables*/
table {
	background:#fff;
	border:0px;
	width:100%;
	text-transform: uppercase;
	font-size: 14px;
}
table th,
table td {
	border-bottom:1px solid #aa9763;
	padding:12px 8px;
}
table th {
	background:#aa9763;
	color:#333333;
}
table th a, table th a strong {
	color:#FFFFFF;
}
table tr:nth-child(even) {
	background: #f0f3f7;
}
.table-responsive {
	border:0px;
}

.table-responsive p {
	margin: 0 0 0px !important;
}
/*footer*/
footer {
	background: var(--dark-grey);
	color:rgba(255,255,255,0.8);
	min-height:60px;
	padding:15px 15px 40px 15px;
	position: relative;
	text-align:center;
}
footer a {
  color:#ffffff !important;
	display:inline-block;
	margin:10px;
}
footer a:hover,
footer a:focus {
  color:#ffffff !important;
	text-decoration:none;
}
footer .btn-top {
	background:none;
	border:0px solid #ffffff;
	border-radius:2px;
	font-size:22px;
	color:#ffffff;
	display:inline-block;
	margin-bottom:20px;
	opacity:1;
	padding:4px 8px 30px;
	transition: all .2s ease-in-out;
}
footer .btn-top:hover,
footer .btn-top:focus {
	opacity:1;
}
footer .social {
  font-size:40px;
	color:#ffffff !important;
}
footer .social a {
	margin:0 10px;
	color:#ffffff !important;
}
footer p {
	text-align: justify;
	font-size: 13px;
	font-weight: 300;
}
#google_translate_element {
	display:inline-block;
	width:146px;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color:#ffffff;
	font-family: var(--calibre-font);
	font-size:16px;
}
#google_translate_element .goog-te-gadget-simple {
	background:none;
	border:0px;
}
#google_translate_element span {
	border:none !important;
}
#google_translate_element span a:hover {
	color:#ffffff !important;
}
#google_translate_element img {
	display:none;
}
#google_translate_element span a span:last-child {
	display: none;
}
/*modal*/
.tech-supp-form {
	color:#333;
	font-family: var(--calibre-font);
	font-size:14px;
	font-weight: 300;
}
.tech-supp-form p {
	margin: 5px 0 10px 0;
}
.tech-supp-form label {
	vertical-align: top;
	padding-right: 10px;
	display: inline;
}
.tech-supp-form .form-label {
	clear:both;
	float: left;
	text-align: left;
	margin-top: 8px;
	width: 100%;
}
.tech-supp-form textarea {
	resize: none;
	width: 100%;
	height: 100px;
	margin-top: 8px;
}
.tech-supp-form input[type="text"] {
	width: 100%;
	margin-top: 8px;
}
.tech-supp-form .captcha-image {
	margin: 10px 0 0 0px;
	float: left;
	width:auto;
}
.tech-supp-form .captcha-image img {
	max-width:228px;
}
.tech-supp-form #captcha_reload_btn {
	display: inline-block;
	height: 21px;
	width: 21px;
	margin: 20px 0 0 20px;
	background: white;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .55;
	background: url(https://my.rcm1.com/files/co989XL0Jthr2MLwExpdavMPySdF1Ig-qwq2jXChWkDj4WD2RbwJKj6QEMskSOtw.png) -63px;
}
.tech-supp-form .captcha-response-label {
	margin: 10px 0 0 0px;
}
.tech-supp-form #captcha-response {
	margin: 10px 0 0 0px;
}
#send-success {
	font-family: var(--calibre-font);
	font-size: 11pt;
}
.ui-widget-overlay {
	background:rgba(0,0,0,0.8);
}
.ui-widget {
	font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane {
	border-width: 0;
}
.ui-front {
	z-index: 9500;
}
.ui-widget-header {
	background:#aa9763; 
	border:0;
	border-bottom:1px solid #aa9763;
	border-radius:0px;
	color:#fff;
	font-family: var(--calibre-font);
	font-size:16px;
	font-weight: 400;
}
.ui-dialog {
	border:1px solid #aa9763;
	border-radius:0px;
	color:#333;
	font-family: var(--calibre-font);
	font-weight: 300;
	max-width:300px;
	padding:0px;
	width:100% !important;
}
.ui-dialog .ui-dialog-content {
	height:auto!important;
}
.ui-dialog ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
.ui-dialog ol li {
	list-style-type: decimal;
}
.ui-dialog ol.lower-alpha li {
	list-style-type: lower-alpha;
}
.ui-dialog ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
.ui-dialog ul li {
	list-style-type: disc;
}
.ui-dialog ul.main-dlg li {
	line-height: 2em;
}
.ui-dialog a:link {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:visited {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:hover {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:active {
	color: #0645AD;
	font-weight: normal;
}	
.ui-dialog .ui-dialog-buttonpane {
	border-top:1px solid #aa9763;
}
.ui-widget-content,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
	color:#333;
	font-family: var(--calibre-font);
	font-size:14px;
	font-weight: 300;
}
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea {
	border:1px solid #ccc;
	border-radius:0px;
	font-size:12px;
	padding:1px 10px;
}
.ui-widget-content label {
	font-size:14px;
	font-weight:300;
	padding-right:10px;
	vertical-align: top;
}
#question {
	width:100%;
}
.ui-widget-content .ui-state-default{
	background: #fff;
	border-color: #ccc;
	color: #333;
}
.ui-widget-content .ui-state-default:hover {
	background: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
#support-choice {
	min-height:246px !important;
	max-width:300px;
}
#support-choice fieldset input[type="text"] {
	width:100%;
}
#support-choice div:first-child {
	width:100% !important;
}
#support-choice div:last-child {
	width:100% !important;
}
/*desktop & tablet*/
@media (min-width: 768px) {
	/*html*/
	body {
		font-size:16px;
	}
	.main-wrapper.container {
		padding:0 15px;
	}
	section .col-sm-4,
	section .col-sm-6,
	section .col-sm-3 {
		margin-bottom:0px;
	}
	/*nav*/
	#main-nav {
		clear:none;
	}
	nav.main-nav ul {
		margin:0 15px 0 0;
	}	
	nav.main-nav {
	  background: var(--dark-grey);
	}
	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		display: inline-block;
		width:auto;
	}
	.navbar-nav > li > a span {
		background:#ffffff;
		height:0px;
		left:0px;
		position:absolute;
		bottom:10px;
		visibility:hidden;
		width:100%;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	.navbar-nav > li > a:hover span {
		height:1px;
		visibility:visible;
		width:100%;
	}
	.navbar-nav > .active > a span,
	.navbar-nav > .active > a:hover span,
	.navbar-nav > .active > a:focus span {
		background:#ffffff;
		display:block;
		height:1px;
		left:0px;
		position:absolute;
		bottom:10px;
		visibility:visible;
		width:100%;
	}
	/*header*/
	h1.intro {
		font-size:46px;
	}
	header h2 {
		font-size:20px;
	} 
	header .logo_intro {
	  max-width:300px;
  }
	header .header-intro {
	  border:0px solid #fff;
	}
	header .carousel-caption {
	  top:30%;
		width: max-content;
	}
	/*buttons*/
	.btn.btn-outline {
		font-family: var(--calibre-font);
	}
	.ca {
	  left:auto;
		right:0;
		width:auto;	
	}
	.ca .btn.btn-outline {
		width:auto;
		font-family: var(--calibre-font);
	}
	/*main body*/
	section .section-title h2 {
	font-family: var(--financier-font);
	font-size: 53px;
	color:var(--cbre-green);
	}
	section h3.subtitle {
		font-weight: 500;
		font-size:22px;
		color: var(--cbre-green);
	}
	section.statistics .stat {
		width:50%;
	}
	/*contacts*/
	section.contacts .contacts_wrapper {
		display:block;
		width:100%;
	}
	section.contacts .contact {
		display:inline-block;
		vertical-align: top;
		width:24%;
	}
	section .contact strong {
	  font-size:20px;	
	}
	/*footer*/
	footer a {
		margin:20px 10px;
	}
	#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	  font-size:16px;	
	}
	/*modal*/
	.tech-supp-form .form-label {
		text-align:right;
		width: 100px;
	}
	.tech-supp-form textarea {
		width: 325px;
	}
	.tech-supp-form input[type="text"] {
		width: 325px;
	}
	.tech-supp-form .captcha-image {
		float: left;
		margin: 10px 0 0 100px;
		width:auto;
	}
	.tech-supp-form .captcha-image img {
		max-width:none;
	}
	.tech-supp-form .captcha-response-label {
		margin: 10px 0 0 100px;
	}
	.tech-supp-form #captcha-response {
		margin: 10px 0 0 100px;
	}
	.tech-supp-form #captcha_reload_btn {
		display: inline-block;
		margin: 30px 0 0 10px;
	}
	.ui-dialog {
		max-width:none;	
		width:auto !important;
	}
	#question {
		width:325px;
	}
	#support-choice {
		min-height:120px !important;
		max-width:none;
		overflow-x:hidden;
	}
	#support-choice fieldset input[type="text"] {
		width:250px;
	}
	#support-choice div:first-child {
		width:280px !important;
	}
	#support-choice div:last-child {
		width:280px !important;
	}
}

/*desktop only*/
@media (min-width: 992px) {
  /*header*/
	h1.intro {
		font-size:60px;
	}
	header h2 {
		font-size:24px;
	}
	/*main body*/
	section.statistics .stat {
		width:25%;
	}
}
@media (min-width: 1491px){
    .btn-bar {
        margin-top: -15px;
    }
    .overlay-disable .btn.btn-outline, .overlay-disable .btn.btn-outline:hover  {
        padding: 8px 10px;
        font-size: 12px;
    }
    .hidden-xlg {
        display: none!important;
    }
}
/*collapse on tablet*/
@media (max-width: 1491px) {
	.navbar-header {
			float: none;
	}
	.navbar-left,.navbar-right {
			float: none !important;
	}
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
			display: none!important;
	}
	.navbar-nav {
			float: none!important;
			margin-top: 7.5px;
	}
	.navbar-nav>li {
			float: none;
	}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.collapse.in{
			display:block !important;
	}
	nav.main-nav ul {
		border-top:1px solid var(--light-grey);
		clear:both;
		float:none;
	}
	#main-nav {
		clear:both;
		padding:0;
		color: var(--dark-grey);
	}
	nav.main-nav ul, 
	nav.main-nav li, 
	nav.main-nav a {
		text-align: center;
		width: 100%;
	}
	.navbar-nav > li {
			float: none;
	}
	nav.main-nav a:hover,
	nav.main-nav a:focus,
	nav.main-nav li.active a {
		background:none;
		color:#ffffff;
	}
	.navbar-nav > li > a span {
		display:none !important;
	}
    .btn-bar {
        display: none;
    }
}

/* REPLACE FA ICONS TO CBRE ICONS */

/* Confidentiality Agreement Icon */

.fa-pencil-square-o::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cpxfEw4yYWS0QRRNND8tLqGB6zXd-PwEKj7sXMgIQCD03.svg');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	shape-rendering: crispEdges;
	margin-bottom: -3px;
}

.fa-file-contract::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cpxfEw4yYWS0QRRNND8tLqGB6zXd-PwEKj7sXMgIQCD03.svg');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	shape-rendering: crispEdges;
	margin-bottom: -3px;
}

/* Brochure Icon */

.fa-book::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp4OVRPgvWuYyI7GdeEk02Os5h4lZlSX83Hg7UEUiQlsO.svg');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	shape-rendering: crispEdges;
	margin: 0 2px -2px 0;
}

/* Quotes & Offer (Money) Icon */

.fa-money::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp_vG6TCbJAtpvs2TwbQq93BuZR8vsOAPtda7-Lts0KsN.svg');
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 15px;
	content: "";
	shape-rendering: crispEdges;
	margin: 0 2px 0 0;
}

/* Auction (Gavel) Icon */

.fa-gavel::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp7BItiW3b9apiZJWNQyWhB6W_6e3T-kARiTxKFt2t_Gx.svg');
	background-size: 22px 15px;
	display: inline-block;
	width: 22px;
	height: 15px;
	content: "";
	shape-rendering: crispEdges;
	margin: 0 2px -3px 0;
}

/* USD Icon for Stats Section*/

.fa-usd::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cpyPFoS3hrU6b9bJ58yS91Rt8Yklt5ms4iHmg_rLc4Net.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* EUR Icon for Stats Section*/

.fa-eur::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp1Yz9L8FhBUQ2qAoOwf1nYd3P65DtlZ-7o39bxc4RIGj.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* GBP Icon for Stats Section*/

.fa-gbp::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp73oJbAcASoDloE4PeFdtu5DvNRcZ-hhHMT3pWTamSIA.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* JPY Icon for Stats Section*/

.fa-jpy::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp3HGiRTZPOIaKG4iAsj3dZZt1XEL_iorGKXF-VDYWpGZ.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Bank Icon for Stats Section*/

.fa-university::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp1yqXWbOnDYndt0hc7aui49Ky1SWb2zztHxMGQYrqM6v.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Units Icon for Stats Section*/

.fa-cubes::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp_db_wKNveb97-l7lUFgxe7KKsyYd7RewCcKR5yMTPK0.svg');
    background-size: 35px 35px;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
	shape-rendering: crispEdges;
}

/* Beds Icon for Stats Section*/

.fa-bed::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp2gMFCdAY97LOerakVXIaZxNuRhHTc75D2ayrxYrGl2n.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Rooms Icon for Stats Section*/

.fa-key::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp3URVlrR9Rq8yhxFvBZ8hXL5cIuTBp5Cpk8aXJ9MPLnK.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Spaces Icon for Stats Section*/

.fa-th-large::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp2xUnuTe9ptwCWO6Th48EjJeDZxdicUczJQlumLExdVZ.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Tenants Icon for Stats Section*/

.fa-users::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp-pfj99FdxBVrpe89RErx1lqdXMrJFfZ4QpdGITvdRZR.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Tenants Icon for Stats Section*/

.fa-arrows-alt::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp2RIRbmdWqrzu7IEz7Zqzcz22C7THzAnzvvvLcBM1T0d.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* Tenants Icon for Stats Section*/

.fa-calendar::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/h-fdndAaaBwCf9zrJK1cp6vewupGHuVXtymaO6NsVdS-FScmhJVS33toIHh2KObP.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	shape-rendering: crispEdges;
}

/* center table in single column section*/


.single-section table,
.single-section table {
	margin: 0 auto;
   }