:root {
	--white: #ffffff;
	--green: #06B683;
	--red: #f05b61;
	--red-hover: #f37479;
	--blue: #00b2db;
	--blue-hover: #24bde0;
	--blue-background: #16a1cd;
	--yellow: #FFC340;
	--gray-dark: #dadfe6;
	--gray: #2a2a2a;
	--gray-light: #cccccc;
	--color-title: #333333;
	--color-sub-title: #05b3dc;
	--color-content: #616161;
	--font-title: 'Poppins', sans-serif;
	--font-content: 'Roboto', sans-serif;
}
.home_content {
	max-width: 1220px;
	margin: 0 auto;
	overflow: hidden;
}
body,
body span,
body a,
body button,
body p {
	font-family: var(--font-content);
}
body h1,
body h2,
body h3,
body h4,
body h5 {
	font-family: var(--font-title);
}
body ul,
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
/**************************Begin wrapper_hero************************************/
.wrapper_hero {
	height: calc(100vh - 78px);
	/*min-height: 700px;*/
	background-repeat: no-repeat;
	position: relative;
}
@media only screen and (min-width: 600px) {
	.wrapper_hero {
		background-image: url(../../../images/homepage/svg/hero-fullimage.svg);
		background-size: cover;
		background-position: left bottom;
	}
}
@media only screen and (max-width: 599px) {
	.wrapper_hero {
		min-height: 580px;
		background-image: url(../../../images/homepage/svg/marker-garageforrent-mobile.svg),
		url(../../../images/homepage/svg/marker-roomforstorage-mobile.svg),
		url(../../../images/homepage/svg/marker-outdoorparking-mobile.svg),
		url(../../../images/homepage/svg/hero-background-mobile.svg);
		background-position: left 63%, center 77%, right 70%, center bottom;
		background-size: auto, auto, auto, cover;
	}
}

.wrapper_hero .hero_insurance {
	width: 100%;
	/*position: absolute;
	bottom: 100px;*/
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #077483;
	font-style: italic;
}
.wrapper_hero .hero_insurance img {
	height: 23px;
	margin-left: 10px;
}
.wrapper_hero .home_hero_content {
	max-width: 860px;
	margin: 0 auto;
	margin-top: 20vh;
	color: var(--white);
}
.home_hero_content .home_title {
	font-family: var(--font-title);
	font-size: 52px;
	font-weight: 600;
	line-height: 1.15em;
	text-align: center;
	margin-bottom: 15px;
	/*text-shadow: 2px 2px 20px rgba(0,0,0,.56);*/
}
.home_hero_content .home_sub_title {
	font-family: var(--font-title);
	font-weight : normal;
	text-align : center;
	line-height : 30px;
	font-size : 22px;
}
/*form_search*/
.home_hero_content .form_search_home {
	margin-top: 38px;
}
.seach-listing-homepage {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: 10%;
}
.seach-listing-homepage .searchInput {
	width: calc(100% - 170px);
	margin-right: 20px;
}
.seach-listing-homepage .searchButton {
	width: 150px;
	float: left;
}
.seach-listing-homepage .tardis-test-a  .searchButton{
	width: 150px;
	float: right;
	position: absolute;
	right: 0px;
}
.seach-listing-homepage .tardis-test-b .searchButton{
	width: 150px;
	float: left;
}
.seach-listing-homepage .searchInput input {
	width: calc(100% - 22px);
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px var(--gray-light);
	background-color: var(--white);
	height: 54px;
	margin-bottom: 0px;
}
.seach-listing-homepage .wp_space_type {
	margin-bottom: 4px;
	overflow: hidden;
}
.seach-listing-homepage .wp_space_type-tardis {
	 margin-top: 10px;
	 overflow: hidden;
	 float: right;
	 margin-right: 20%;
 }
.seach-listing-homepage .wp_space_type span,
.seach-listing-homepage .wp_space_type label {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: var(--white);
	background-color: transparent;
}
.seach-listing-homepage .wp_space_type-tardis span,
.seach-listing-homepage .wp_space_type-tardis label {
	font-size: 18px;
	/*font-weight: 500;*/
	line-height: 30px;
	color: var(--white);
	background-color: #F05B61;
}
.seach-listing-homepage .wp_space_type label {
	width: 75px;
	padding-left: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.seach-listing-homepage .wp_space_type-tardis label {
	width: 140px;
	padding-left: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.seach-listing-homepage .wp_space_type label:hover {
	background-color: var(--red-hover);
}
.seach-listing-homepage .wp_space_type span {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.error-section span{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	display: none;
	padding-left: 10px;
}
.seach-listing-homepage .wp_space_type label[for="storage_type_home"] {
	background-image: url(/images/svg/header_menu/icon-storage-white.svg) !important;
	margin-right: 10px;
}
.seach-listing-homepage .wp_space_type label[for="parking_type_home"] {
	background-image: url(/images/svg/header_menu/icon-parking-white.svg) !important;
}
.seach-listing-homepage .wp_space_type-tardis label[for="storage_type_home_2"] {
	background-image: url(/images/svg/header_menu/icon-storage-white.svg) !important;
}
.seach-listing-homepage .wp_space_type-tardis label[for="parking_type_home_2"] {
	background-image: url(/images/svg/header_menu/icon-parking-white.svg) !important;
	margin-right: 10px;
}
.seach-listing-homepage .wp_space_type input[type="radio"]:checked+label {
	background-color: var(--red) !important;
}
.seach-listing-homepage .wp_space_type-tardis input[type="radio"]:checked+label {
	background-color: var(--red);
}
.seach-listing-homepage .danger_search_btn {
	font-family: var(--font-content);
	font-size: 18px;
	color: var(--white);
	background: var(--red) url(../../../images/svg/v3/icons_home-search.svg) no-repeat;
	background-size: 15px 15px;
	background-position: calc(50% - 32px);
	margin: 0px;
	line-height: 56px;
	border: 0px;
	padding: 0px;
	padding-left: 25px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.seach-listing-homepage .danger_search_btn:hover {
	background-color: var(--red-hover);
}
/*END form_search*/

/*watch_video*/
.home_how_it_work {
	text-align: center;
}
.home_how_it_work button {
	color: var(--white);
	font-size: 16px;
	text-decoration: underline;
	border: none;
	background: var(--blue-background) url(../../../images/homepage/svg/icon-playvideo.svg) no-repeat;
	background-position: 10px center;
	line-height: 32px;
	padding: 0 13px 0 38px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#howSpacerWorksVideo.modal.fade {
	top: -100%;
}
#howSpacerWorksVideo .modal-header {
	height: 65px;
	padding: 0 20px;
}
#howSpacerWorksVideo .modal-header h4 {
	line-height: 65px;
	font-size: 18px;
	font-weight: lighter;
	color: var(--gray);
}
#howSpacerWorksVideo .modal-header button {
	font-size: 28px;
	line-height: 62px;
}
#howSpacerWorksVideo .modal-body {
	padding: 20px;
}
#howSpacerWorksVideo .modal-body .youtube-player iframe {
	width: 100%;
	height: 225px;
}
#howSpacerWorksVideo .modal-footer .btn {
	background-image: unset;
	border: 0;
	text-shadow: unset;
	outline: unset;
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: .375rem;
}
#howSpacerWorksVideo .modal-footer .btn-primary {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	box-shadow: unset;
}
#howSpacerWorksVideo .modal-footer .btn-primary:hover {
	background-color: var(--blue-hover);
	border-color: var(--blue-hover);
}
#howSpacerWorksVideo .modal-footer .btn-default {
	background-color: transparent;
	border: 2px solid var(--gray-dark);
	margin-right: 15px;
}
#howSpacerWorksVideo .modal-footer .btn-default:hover {
	background-color: var(--gray-dark);
	box-shadow: unset;
}
#howSpacerWorksVideo.modal.in {
	top: 0;
	bottom: 0;
	margin: auto !important;
	height: fit-content;
	left: 0;
	right: 0;
	z-index: 1050 !important;
}
#howSpacerWorksVideo {
	z-index: -1;
}
/*END watch_video*/
.wrapper_hero .marker_storage_type {
	height: 30vh;
	margin-top: 30px;
	min-height: 229px;
	width: 100%;
}
.marker_storage_type img {
	width: 100%;
	height: 100%;
}
/**************************End wrapper_hero************************************/

/**************************wrapper_selling_points************************************/
.wrapper_home_hero {
	height: calc(100vh + 90px);
}
.wrapper_selling_points {
	position: absolute;
	width: 100%;
	top: calc(100vh - 70px);

}
.wrapper_selling_points .home_content {
	max-width: 1240px;
}
@media (min-width: 992px) {
	.wrapper_selling_points ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 40px;
	}
}
.wrapper_selling_points ul li .caption {
	height: 80px;
	background-color: var(--white);
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 35px 25px;
	margin: 0px 10px 20px;
}
.wrapper_selling_points .caption svg {
	float: left;
	max-width: 60px;
	margin-top: 5px;
}
.wrapper_selling_points .caption div {
	float: left;
	width: calc(100% - 100px);
	margin-left: 40px;
}
.caption .caption_title {
	font-size: 28px;
	font-weight: 500;
	color: var(--color-title);
	line-height: 1.5rem;
	margin-bottom: 10px;
}
.caption p {
	font-size: 16px;
	color: var(--color-content);
	line-height: 1.5rem;
}
/**************************End wrapper_selling_points************************************/
.wp_title {
	font-size: 38px;
	font-weight: 500;
	line-height: 57px;
	color: var(--color-title);
	text-align: left;
}
.wp_sub_title {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	color: var(--color-sub-title);
	text-align: left;
}
.home_divider {
	border-top: 1px solid #e8eff7;
	margin: 60px 0px;
}
/**************************wrapper_home_media_link************************************/
.wrapper_home_media_link .wp_title {
	text-align: center;
}
.wrapper_home_media_link .list_media_link {
	margin-top: 40px
}
.list_media_link .item_media_link {
	float: left;
	width: calc(100%/8);
	text-align: center;
}
.item_media_link a{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: inherit;
	border-left: 1px solid var(--gray-light);
	cursor: text;
}
.item_media_link img {
	width: 105px;
}
.item_media_link.item_1 a {
	border-left: none;
}
/**************************End wrapper_home_media_link************************************/

/**************************wrapper_home_city************************************/
.wrapper_home_city {
	margin-top: 80px;
}
.wrapper_home_city .list_city {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.list_city .item_1 {
	grid-column: 1 / 3;
}
.list_city .item_city {
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.item_city a {
	display: table-cell;
	vertical-align: middle;
	height: 297px;
	width: 700px;
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	color: var(--white);
	background-color: rgba(20, 48, 73, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.item_city a:hover {
	text-decoration: none;
	color: var(--white);
	background-color: rgba(138, 155, 170, 0.6);
}
.list_city_bottom {
	text-align: center;
}
.list_city_bottom a {
	font-size: 16px;
	color: var(--color-content);
	display: inline-block;
}
.list_city_bottom svg {
	margin: 0px 10px;
}
/**************************End wrapper_home_city************************************/

/**************************wrapper_home_storage_type************************************/
.wrapper_home_storage_type .wp_home_storage_type_content {
	background-color: #f6f7f9;
	margin-top: 50px;
	padding: 80px 0px;
	min-height: 432px;
}
.wp_home_storage_type_content .wp_storage_content {
	float: left;
	width: 35%;
}
.wp_home_storage_type_content .wp_storage_type {
	float: right;
	margin-left: 50px;
	width: calc(65% - 50px);
	margin-bottom: 20px;
}
.wp_storage_type {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px 20px;
}
.wp_storage_type .storage_type {
	padding: 24px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 6px solid #f6f7f9;
}
.wp_storage_type .storage_type:hover {
	box-shadow: 0 10px 14px 0 rgba(42, 43, 47, 0.2);
	background-color: var(--white);
	border-color: var(--white);
	cursor: pointer;
}
.wp_storage_type .storage_type.active {
	box-shadow: 0 10px 14px 0 rgba(42, 43, 47, 0.2);
	background-color: var(--white);
	border-color: var(--red);
}
.wp_storage_type .storage_type_title {
	font-size: 22px;
	line-height: 33px;
	font-weight: 500;
	color: var(--color-title);
	margin-bottom: 6px;
	margin-top: 15px;
}
.wp_storage_type .storage_type_sub_title {
	font-size: 14px;
	line-height: 1.15rem;
	color: var(--color-content);
}
.wp_storage_content img{
	margin-bottom: 32px;
}
.wp_storage_content p {
	font-size: 16px;
	line-height: 1.5rem;
	color: var(--color-content);
	margin-bottom: 34px;
	text-align: left;
}
.wp_storage_content a {
	display: table-cell;
	font-size: 16px;
	color: var(--color-title);
	width: 110px;
	text-align: left;
	background-image: url(../../../images/homepage/svg/icon-goarrow-blue.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.wp_storage_type .storage_type.active[data-id="caravan"] {
	border-color: #F07F5B;
}
.wp_storage_type .storage_type.active[data-id="furniture"] {
	border-color: #FDC24E;
}
.wp_storage_type .storage_type.active[data-id="clothes"] {
	border-color: #1FB584;
}
.wp_storage_type .storage_type.active[data-id="officedocs"] {
	border-color: #24C6BC;
}
.wp_storage_type .storage_type.active[data-id="boat"] {
	border-color: #06B4DC;
}
.wp_storage_type .storage_type.active[data-id="pallets"] {
	border-color: #73CDE1;
}
/**************************End wrapper_home_storage_type************************************/

/**************************wrapper_home_introduce************************************/
.wrapper_home_introduce .wp_introduce_content {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;

}
.wp_introduce_content .introduce_item .wp_image {
	margin-bottom: 24px;
	margin-top: 40px;
}
.wp_introduce_content .introduce_item .introduce_title {
	font-size: 22px;
	line-height: 33px;
	font-weight: 500;
	color: var(--color-title);
}
.wp_introduce_content .introduce_item .introduce_content {
	font-size: 14px;
	line-height: 1.86rem;
	color: var(--color-content);
	margin-right: 50px;
}

/**************************End wrapper_home_introduce************************************/

/**************************wrapper_home_renter_and_host************************************/
.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.wrapper_home_renter_and_host .wp_space_content {
	position: relative;
}
.wrapper_home_renter_and_host .wp_icon {
	position: absolute;
	left: 40px;
	height: 78px;
	width: 78px;
	background-color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.09);
	text-align: center;
}
.wrapper_home_renter_and_host .wp_icon svg {
	margin-top: 21.5px;
}
.wrapper_home_renter_and_host .wp_container {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	margin-top: 40px;
	padding: 52px 40px 43px;
}
.wrapper_home_renter_and_host .wp_home_renter .wp_container {
	border-color: #03b3db;
	background-color: #03b3db;
	color: var(--white);
}
.wrapper_home_renter_and_host .wp_home_host .wp_container {
	border-color: #e5e5e5;
	background-color: #f2f4f7;
	color: var(--color-title);
}
.wrapper_home_renter_and_host .wp_container .wp_container_title {
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 12px;
}
.wp_home_renter .wp_container .wp_container_content {
	font-size: 16px;
	line-height: 1.5rem;
}
.wp_home_host .wp_container .wp_container_content {
	font-size: 28px;
	font-style: italic;
	line-height: 35px;
	color: var(--color-sub-title);
}
.wrapper_home_renter_and_host .wp_container .wp_container_content {
	height: 131px;
}
.wrapper_home_renter_and_host .wp_container a {
	font-size: 16px;
	display: table-cell;
}
.wrapper_home_renter_and_host .wp_container a svg {
	float: right;
}
.wp_home_renter .wp_container a {
	color: var(--white);

}
.wp_home_host .wp_container a {
	color: var(--color-title);

}
/**************************End wrapper_home_renter_and_host************************************/

/**************************wrapper_home_social_proof_slider************************************/
.wrapper_home_social_proof_slider .carousel-inner {
	background-image: url(../../../images/homepage/svg/graphic-australia.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.wrapper_home_social_proof_slider .slider_content {
	max-width: 884px;
	margin: 0px auto;
	height: 792px;
	position: relative;
}
.slider_content .slider_title {
	text-align: center;
	color: var(--color-title);
	width: 100%;
	position: absolute;
	top: 32%;
}
.slider_content .slider_title h2 {
	font-size: 96px;
	font-weight: 600;
	line-height: 104px;
}
.slider_content .slider_title h4 {
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
}
.slider_content .slider_btn {
	position: absolute;
	bottom: 34px;
	width: 100%;
	text-align: center;
}
.slider_content .slider_btn .btn_find {
	display: inline-block;
	width: 213px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	line-height: 52px;
	background-color: var(--red);
}
.slider_content .slider_btn .btn_find:hover {
	text-decoration: none;
	background-color: var(--red-hover);
}
.slider_content .slider_btn .btn_lease {
	display: inline-block;
	width: 300px;
	height: 52px;
	background: url(/images/svg/header_menu/button-leasemyspace.svg) no-repeat 0 0;
}
.slider_content .slider_map {
	height: 100%;
	width: 100%;
}
.slider_content.renter_map .slider_map {
	background-image: url(../../../images/homepage/face1.png),
	url(../../../images/homepage/face2.png),
	url(../../../images/homepage/face3.png),
	url(../../../images/homepage/face4.png),
	url(../../../images/homepage/face5.png),
	url(../../../images/homepage/face6.png),
	url(../../../images/homepage/face7.png),
	url(../../../images/homepage/face8.png);
	background-repeat: no-repeat;
	background-position: 46% 5%, 65% 70%, 20% 28%, 98.5% 43%, 79% 18%, 95% 67%, 84% 81%, 8% 74%;
}
.slider_content.host_map .slider_map {
	background-image: url(../../../images/homepage/host-face1.png),
	url(../../../images/homepage/host-face2.png),
	url(../../../images/homepage/host-face3.png),
	url(../../../images/homepage/host-face4.png),
	url(../../../images/homepage/host-face5.png),
	url(../../../images/homepage/host-face6.png);
	background-repeat: no-repeat;
	background-position: 82% 80%, 98.5% 43%, 95% 67%, 8% 75%, 42% 6%, 70% 75%;
}
.wrapper_home_social_proof_slider .slider_content.host_testimonials,
.wrapper_home_social_proof_slider .slider_content.renter_testimonials {
	max-width: 1139px;
}
.renter_testimonials  .list_renter_testimonials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	position: absolute;
	top: 99px;
}
.list_renter_testimonials .item_renter_testimonials {
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	background-color: var(--white);
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.item_renter_testimonials .item_img {
	width: 112px;
	float: left;
}
.item_renter_testimonials .item_container {
	float: left;
	width: calc(100% - 112px);
	background-image:  url(../../../images/homepage/logo-5startrustpilot.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.item_renter_testimonials .item_container .note {
	font-size: 18px;
	font-style: italic;
	line-height: 1.67rem;
	color: var(--color-content);
	min-height: 104px;
}
.item_renter_testimonials .item_container .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.63rem;
	color: var(--color-title);
	margin-top: 8.5px;
	margin-bottom: 5px;
}
.item_renter_testimonials .item_container .address {
	font-size: 14px;
	line-height: 1.86rem;
	color: var(--color-content);
	opacity: 0.5;
}
.host_testimonials .graphic_quote {
	position: absolute;
	left: 97px;
	top: 55px;
	z-index: 1;
}
.host_testimonials .host_testimonials_content {
	background-color: #fdcb53;
	background-image: url(../../../images/homepage/host-cyril.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 97px;
	padding-bottom: 39px;
	position: absolute;
	width: 100%;
	top: 120px;
	color: #1f273e;
}
.host_testimonials .host_testimonials_content > div{
	max-width: 642px;
	margin-left: 97.5px;
	background-image: url(../../../images/homepage/logo-large5startrustpilot.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.host_testimonials .host_testimonials_content h4 {
	font-size: 32px;
	font-weight: 500;
	line-height: 46px;
}
.host_testimonials .host_testimonials_content .note {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.9rem;
	margin: 30px 0px;
}
.host_testimonials .host_testimonials_content .note p {
	margin-bottom: 15px;
}
.host_testimonials .host_testimonials_content .name {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.host_testimonials .host_testimonials_content .address {
	font-size: 18px;
	line-height: 1.67rem;
	color: #47495d;
}
.wrapper_home_social_proof_slider .carousel-control {
	opacity: 1;
	width: 80px;
	height: 80px;
	border: none;
}
/**************************End wrapper_home_social_proof_slider************************************/

/**************************wrapper_home_top_locations************************************/
.wrapper_home_top_locations {
	margin-bottom: 120px;
}
.wrapper_home_top_locations .wp_list_locations {
	margin-top: 30px;
}
.wrapper_home_top_locations .wp_list_locations a.self_storage_link {
	display: inline-block;
	width: calc(100% / 6);
	font-size: 14px;
	line-height: 28px;
}
.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
	display: inline-block;
	width: calc(100% / 5);
	font-size: 14px;
	line-height: 28px;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab {
	display: table;
	margin-bottom: 20px;
    width: 100%;
	font-family: var(--font-content);
	font-size: 16px;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab {
	display: table-cell;
	padding: 10px 20px;
	width: 10%;
	border-bottom: solid 1px #B2B5B8;
	color: var(--color-content);
	cursor: pointer;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab.active, 
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab:hover {
	color: #00B2DB;
	border-bottom: solid 2px #00B2DB;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab_blank_tab {
	width: 60%;
	display: table-cell;
	border-bottom: solid 1px #B2B5B8;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab span {
	display: block;
	white-space: nowrap;
}

.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile {
	border-top: solid 1px #B2B5B8;
	color: var(--color-content);
	padding: 15px 0px;
	font-size: 16px;
	background: url(/images/arrow-down-black.png) no-repeat right center;
}
.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile_last_tab {
	border-bottom: solid 1px #B2B5B8;
}
.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile.active {
	background: url(/images/arrow-up-black.png) no-repeat right center;
}
/**************************End wrapper_home_top_locations************************************/

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.caption .caption_title {
		font-size: 18px;
	}
	.wrapper_selling_points ul {
		grid-gap: 10px;
	}
	.wrapper_selling_points ul li .caption {
		height: 105px;
		padding: 30px 10px;
	}
	.wrapper_selling_points .caption div {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 1224px) {
	.home_content {
		width: calc(100% - 40px);
	}
	.wp_introduce_content .introduce_item .wp_image .connecting_wire {
		display: none;
	}
}
@media only screen and (max-width: 1179px) {
	.wrapper_home_renter_and_host .wp_container .wp_container_title {
		font-size: 30px;
		line-height: 40px;
	}
	.wp_home_host .wp_container .wp_container_content {
		font-size: 22px;
		line-height: 30px;
	}
	.renter_testimonials .list_renter_testimonials {
		top: 35px;
	}
	.wrapper_home_social_proof_slider .slider_content.host_testimonials,
	.wrapper_home_social_proof_slider .slider_content.renter_testimonials {
		margin: 0px 20px;
	}
}
@media only screen and (max-width: 1450px) {
	.wrapper_hero .home_hero_content {
		margin-top: 15vh;
	}
}

@media only screen and (max-width: 1024px) {
	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 4);
	}
	.wrapper_hero .home_hero_content {
		margin-top: 22vh;
	}
}
@media only screen and (max-width: 991px) {
	.wrapper_home_hero {
		height: calc(100vh + 340px);
	}
	.wrapper_hero .home_hero_content {
		margin-top: 24vh;
	}
	.wrapper_selling_points .home_content {
		width: 100%;
	}
	.wrapper_selling_points ul li .caption {
		margin: 0px auto 20px;
		width: calc(70% - 52px);
		min-width: 285px;
		height: 85px;
		padding: 20px 25px;
	}
	.caption .caption_title {
		font-size: 18px;
	}
	.list_media_link .item_media_link {
		width: calc(100%/4);
	}
	.item_media_link.item_5 a {
		border-left: none;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.wrapper_home_social_proof_slider .carousel-control svg {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 979px) {
	.home_hero_content .home_title {
		font-size: 28px;
	}
	.home_hero_content .home_sub_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.seach-listing-homepage .searchInput input {
		height: 42px;
	}
	.seach-listing-homepage .danger_search_btn {
		line-height: 44px;
	}
	.wp_title {
		font-size: 30px;
		line-height: 40px;
	}
	.wp_sub_title {
		font-size: 25px;
	}
	.wrapper_home_renter_and_host .wp_icon {
		width: 55px;
		height: 55px;
		left: 20px;
	}
	.wrapper_home_renter_and_host .wp_icon svg {
		width: 32px;
		margin-top: 12.5px;
	}
	.wrapper_home_renter_and_host .wp_container {
		padding: 40px 20px 32px;
		margin-top: 30px;
	}
	.wrapper_home_renter_and_host .wp_container .wp_container_title {
		font-size: 25px;
		line-height: 28px;
	}
	.wp_home_host .wp_container .wp_container_content {
		font-size: 20px;
		line-height: 24px;
	}
	.wrapper_home_renter_and_host .wp_container .wp_container_content {
		height: 169px;
	}
	.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
		grid-column-gap: 20px;
	}
	.wrapper_home_social_proof_slider .carousel-inner {
		background-size: 100%;
	}
	.renter_testimonials .list_renter_testimonials {
		grid-gap: 20px;
	}
	.item_renter_testimonials .item_container {
		float: none;
		width: 100%;
	}
	.item_renter_testimonials .item_container .note {
		font-size: 16px;
		line-height: 22px;
	}
	.wrapper_home_social_proof_slider .carousel-control {
		bottom: 36px;
		top: auto;
	}
	.host_testimonials .host_testimonials_content > div {
		margin-left: 20px;
		margin-right: 20px;
	}
	.host_testimonials .graphic_quote {
		left: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.item_city a {
		font-size: 18px;
		line-height: 22px;
		height: 162px;
	}
	.wp_home_storage_type_content .wp_storage_content {
		width: 100%;
	}
	.wp_storage_content .storage_content {
		text-align: center;
	}
	.wp_home_storage_type_content .wp_storage_type {
		width: 100%;
		margin: 0px;
		display: block;
		float: left;
		margin-bottom: 30px;
	}
	.wp_storage_type .storage_type {
		padding: 10px;
		float: left;
		height: 24px;
	}
	.wp_storage_type img {
		width: 24px;
		float: left;
	}
	.wp_storage_type .storage_type_title {
		font-size: 16px;
		float: left;
		margin: 0px;
		margin-left: 8px;
		line-height: 24px;
	}
	.wp_storage_type .storage_type_sub_title {
		display: none;
	}
	.wrapper_home_introduce .wp_introduce_content {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
	}
	.wp_introduce_content .introduce_item {
		text-align: center;
	}
	.wp_introduce_content .introduce_item .introduce_content {
		line-height: 1.5rem;
		margin: 0px;
	}
	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 3);
	}
	.seach-listing-homepage .wp_space_type{
		width: calc(100% - 215px);
		margin-right: 20px;
	}
	.seach-listing-homepage .wp_space_type-tardis {
		margin-top: 10px;
		overflow: hidden;
		float: right;
		margin-right: 23%;
	}
	.seach-listing-homepage {
		margin-left: 0px !important;
	}
}
@media only screen and (max-width: 650px) {
	.wrapper_home_top_locations { margin-bottom: 50px; }
}
@media only screen and (max-width: 599px) {
	.wrapper_home_hero {
		height: auto;
	}
	.seach-listing-homepage .searchButton {
		width: 44px;
	}
	.seach-listing-homepage{
		margin-left: 0px;
	}
	.seach-listing-homepage .danger_search_btn {
		text-indent: -1000px;
		background-position: center;
	}
	.seach-listing-homepage .searchInput {
		width: calc(100% - 64px);
	}
	.wrapper_selling_points {
		position: unset;
		margin-bottom: 20px;
	}
	.wrapper_selling_points ul li .caption {
		width: calc(100% - 82px);
		padding: 20px 20px;
	}
	.wrapper_selling_points .caption div {
		width: calc(100% - 80px);
		margin-left: 20px;
	}
	.marker_storage_type img {
		display: none;
	}
	.marker_storage_type {
		background-image: url(../../../images/homepage/svg/marker-room.svg),
		url(../../../images/homepage/svg/marker-garage.svg),
		url(../../../images/homepage/svg/marker-outdoor.svg);
		background-repeat: no-repeat;
		background-position: top left, center right, bottom left;
	}
	.wp_title {
		font-size: 20px;
		line-height: 25px;
	}
	.wp_sub_title {
		font-size: 18px;
	}
	.wrapper_home_city .list_city {
		grid-template-columns: 1fr 1fr;
	}
	.list_city_bottom a {
		font-size: 14px;
		padding: 10px;
	}
	.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
		grid-template-columns: 1fr;
	}
	.wrapper_home_renter_and_host {
		margin-bottom: 60px;
	}
	.wrapper_home_social_proof_slider .slider_content {
		height: 400px;
	}
	.slider_content .slider_title {
		top: 125px;
	}
	.slider_content .slider_title h2 {
		font-size: 52px;
		line-height: 60px;
	}
	.slider_content .slider_title h4 {
		font-size: 28px;
	}
	.renter_testimonials .list_renter_testimonials {
		grid-template-columns: 1fr;
		top: 0px;
	}
	.list_renter_testimonials .item_renter_testimonials:nth-child(n+3) {
		display: none;
	}
	.list_renter_testimonials .item_renter_testimonials {
		padding: 15px;
	}
	.item_renter_testimonials .item_container {
		background-size: 65px;
	}
	.item_renter_testimonials .item_container .note {
		font-size: 12px;
		line-height: 18px;
		min-height: auto;
	}
	.item_renter_testimonials .item_container .name {
		margin: 0px;
	}
	.item_renter_testimonials .item_container .address {
		font-size: 12px;
		line-height: 16px;
	}
	.item_renter_testimonials .item_img {
		width: 70px;
	}
	.host_testimonials .host_testimonials_content {
		top: 25px;
		padding-top: 30px;
		padding-bottom: 20px;
		background-size: 115px;
	}
	.host_testimonials .graphic_quote {
		top: 0px;
	}
	.host_testimonials .graphic_quote svg {
		width: 51px;
		height: 40px;
	}
	.host_testimonials .host_testimonials_content > div {
		padding-bottom: 18px;
		background-size: 142px;
		background-position: bottom left;
	}
	.host_testimonials .host_testimonials_content h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.host_testimonials .host_testimonials_content .note {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0px;
	}
	.host_testimonials .host_testimonials_content .note p {
		margin-bottom: 10px;
	}
	.host_testimonials .host_testimonials_content .name {
		font-size: 18px;
		line-height: 27px;
	}
	.host_testimonials .host_testimonials_content .address {
		font-size: 12px;
		line-height: 22px;
	}
	.slider_content .slider_map {
		background-size: 7%;
		height: 400px;
		max-width: 400px;
		margin: auto;
	}
	.slider_content .slider_btn .btn_find {
		line-height: 44px;
	}
	.slider_content .slider_btn .btn_lease {
		max-width: 213px;
		height: 44px;
		background-size: 100% 100%;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.wrapper_home_social_proof_slider .carousel-control svg {
		width: 44px;
		height: 44px;
	}
	.wrapper_home_social_proof_slider .carousel-inner {
		background-size: 100% 400px;
		background-position: left center;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.slider_content .slider_btn {
		bottom: 0px;
	}
	.wrapper_hero .home_hero_content {
		margin-top: 35px;
	}
	.wrapper_hero .hero_insurance {
		position: absolute;
		bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.list_media_link .item_media_link {
		width: calc(100%/2);
	}
	.item_media_link.item_3 a,
	.item_media_link.item_7 a {
		border-left: none;
	}
	.wrapper_home_introduce .wp_introduce_content {
		grid-template-columns: 1fr;
	}
	.wp_introduce_content .introduce_item .wp_image svg {
		width: 54px;
	}
	.wp_introduce_content .introduce_item .introduce_title {
		font-size: 18px;
	}
	.wp_introduce_content .introduce_item .introduce_content {
		font-size: 16px;
	}
	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 2);
		font-size: 12px;
		padding: 10px 0;
	}
	.home_hero_content .home_title {
		max-width: 400px;
		margin: 0 auto;
	}
	.seach-listing-homepage .wp_space_type span,
	.seach-listing-homepage .wp_space_type label {
		font-size: 14px;
	}
	.seach-listing-homepage .wp_space_type label {
		padding-left: 25px;
		/*width: 50%;*/
	}
}
@media only screen and (max-width: 450px) {
	.seach-listing-homepage .searchInput {
		margin-right: 0px;
		width: 100%;
	}
	.seach-listing-homepage .wp_space_type {
		right: 10px;
		width: 100%;
		margin-right: 0px;
		display: flex;
	}
	.home_how_it_work button {
		font-size: 14px;
	}
	.home_hero_content .home_sub_title {
		font-size: 16px;
		line-height: 25px;
	}
	.wrapper_hero .hero_insurance {
		font-size: 14px;
	}
	.seach-listing-homepage .searchButton {
		position: absolute;
		right: 7px !important;
		top: 41px;
		width: 40px !important;
		z-index: 999 !important;
	}
	.seach-listing-homepage .danger_search_btn {
		line-height: 30px;
	}
	.seach-listing-homepage .wp_space_type-tardis {
		display: flex;
		margin-top: 10px;
		overflow: hidden;
		float: none;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 360px) {
	.wrapper_hero .home_hero_content {
		margin-top: 20px;
	}
	.home_hero_content .home_title {
		font-size: 24px;
	}
	.home_hero_content .form_search_home {
		margin-top: 12px;
	}
	.seach-listing-homepage .wp_space_type span,
	.seach-listing-homepage .wp_space_type label {
		font-size: 12px;
	}
	.seach-listing-homepage .wp_space_type label {
		padding-left: 15px;
		background-position: 8px center;
	}
}

/************************WIDGET LINK****************************/

#longtail-widget-location .longtail-content h3 {
	margin: 0px 0 15px;
	font-weight: normal;
	font-size: 28px;
	line-height: 42px;
}

#longtail-widget-location ul#longtail-links li {
	display: inline-block;
	padding: 0px 8px;
}

#longtail-widget-location ul#longtail-links li a {
	color: #474c54;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 30px;
}

#longtail-widget-location ul#longtail-links li a:hover {
	text-decoration: none;
}

#site-index #longtail-widget-location {
	background: #ffffff;
	padding: 40px 0;
	width: 100%;
	text-align: center;
	border: 1px solid #E8EFF7;
	box-sizing: border-box;
}

#site-index #longtail-widget-location .longtail-content {
	max-width: 1220px;
	margin: 0 auto;
}

#site-index #longtail-widget-location .longtail-content h3 {
	text-align: center;
}

#site-index #longtail-widget-location .longtail-content .border_bottom{
	border: 2px solid #03b3db;
	max-width: 320px;
	margin: auto;
}

#site-index #longtail-widget-location ul#longtail-links{
	padding-top: 40px;
}

#site-index #longtail-widget-location ul#longtail-links li {
	border-right: 1px solid #807f83;
	margin: 5px 0;
}

#site-index #longtail-widget-location ul#longtail-links li:last-child {
	border-right: none;
}

#site-index #longtail-widget-location ul#longtail-links li a {
	padding: 0 10px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #616161;
}

#site-index #longtail-widget-location ul#longtail-links li a:hover {
	text-decoration: underline;
}

#site-landingpage #longtail-widget-location {
	margin-top: 40px;
}

#search-index #longtail-widget-location {
	text-align: center;
	padding: 20px 40px;
}

@media only screen and (max-width: 900px){
	#longtail-widget-location .longtail-content h3 {
		font-size: 20px;
	}
	#site-index #longtail-widget-location ul#longtail-links li a{
		font-size: 14px;
	}
	#site-index #longtail-widget-location {
		padding: 25px 0;
	}
	#site-index #longtail-widget-location ul#longtail-links {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 599px){
	#site-index #longtail-widget-location ul#longtail-links li a{
		font-size: 12px;
	}
	#longtail-widget-location .longtail-content h3 {
		margin: 0;
	}
	#site-index #longtail-widget-location ul#longtail-links li a {
		padding: 0 5px;
	}
	#longtail-widget-location ul#longtail-links li {
		padding: 0px 5px !important;
	}
}

/************************END WIDGET LINK****************************/
