/*-----------------------------------------------------------------------------------
	Beyond Capital
	About: First release
	Author: du2design.com
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CircularStd-Book';
	src: url('./fonts/CircularStd-Book/CircularStd-Book.woff');
	src: url('./fonts/CircularStd-Book/CircularStd-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'CircularStd-Bold';
	src: url('./fonts/CircularStd-Bold/CircularStd-Bold.woff');
	src: url('./fonts/CircularStd-Bold/CircularStd-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"CircularStd-Book";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:150px;
}
.img-style{
	width:350px;
	margin-bottom:20px;
	padding-bottom:0px;
	margin-top:0px;
	border-radius:0px 0px 0px 0px;
}
.h3-style{
	font-size:21px;
	line-height:40px;
	text-indent:0px;
	margin-bottom:5px;
	font-family:"CircularStd-Book";
	font-weight:300;
}
.img-placeholder-us-style{
	border-radius:132px 132px 132px 132px;
}
.p-7-style{
	width:100%;
	margin-bottom:25px;
	font-family:"CircularStd-Book";
	font-size:16px;
}
.h3-9-style{
	font-size:15px;
	margin-top:10px;
}
.bloc-padding-right{
	background-color:#FFFFFF;
	box-shadow:0px 0px 10px #C4C4C4;
	padding:25px 25px 25px 25px;
	border-radius:15px 15px 15px 15px;
}
.field-style{
	font-family:"CircularStd-Book";
	font-weight:300;
	font-size:13px;
	color:#1D1D1D!important;
}
.btn-submit-style{
	width:20%;
	font-family:"CircularStd-Book";
	font-weight:400;
	background-color:#1D1D1D;
	color:#FFFFFF!important;
}
.bloc-0-padding-left{
	padding-top:15px;
}
.bloc-margin-bottom{
	padding-bottom:1px;
	margin-bottom:40px;
}
.row-margin-bottom{
	margin-bottom:50px;
}
h3{
	font-family:"CircularStd-Bold";
	font-weight:500;
}
.h3-meet-our-team-style{
	font-family:"CircularStd-Bold";
	font-weight:500;
	font-size:32px;
}
.h3-mario-rossi-style{
	font-size:24px;
	margin-bottom:10px;
}
.h3-maria-verdi-style{
	font-size:24px;
	margin-bottom:10px;
}
.h3-luigi-stagno-style{
	font-size:24px;
	margin-bottom:10px;
}
.h3-ada-ricci-style{
	font-size:24px;
	margin-bottom:10px;
}
.h2-properties-style{
	font-family:"CircularStd-Bold";
	font-weight:500;
	font-size:28px;
}
.p-style{
	font-size:20px;
	font-family:"CircularStd-Book";
	font-weight:300;
	line-height:24px;
	margin-bottom:41px;
	width:89.47%;
}
.bloc-bloc-3-margin-bottom{
	margin-bottom:0px;
}
.h3card{
	font-family:"Rubik";
	font-weight:500;
	color:#383939!important;
	font-size:18px;
}
.paracard{
	font-family:"CircularStd-Book";
	font-size:15px;
	line-height:18px;
	color:#888888!important;
	font-weight:300;
}
.h3-margin-bottom{
	margin-bottom:5px;
	margin-top:15px;
	width:100%;
	font-family:"CircularStd-Bold";
}
.p-margin-bottom{
	margin-bottom:10px;
	font-family:"CircularStd-Book";
	font-weight:300;
}
.img-cityflats-style{
	width:360px;
	border-radius:15px 15px 15px 15px;
}
.h2-beyond-trends-style{
	font-family:"CircularStd-Bold";
	font-weight:500;
	font-size:35px;
	margin-top:35px;
}
.bloc-bloc-1-margin-bottom{
	margin-bottom:0px;
}
.h1-style-hero{
	font-size:22px;
	position:relative;
	top:50px;
	font-family:"CircularStd-Book";
	width:76.48%;
}
.dnastyle{
	font-family:"Rubik";
	font-weight:300;
	font-size:16px;
	line-height:24px;
}
.dnastyle:first-line{
	font-family:"CircularStd-Bold";
	font-weight:500;
	font-size:32px;
	line-height:70px;
}
.h2-3-style{
	width:57.02%;
	font-family:"CircularStd-Book";
	margin-bottom:40px;
}
.h2-contact-us-style{
	font-family:"CircularStd-Bold";
	font-weight:500;
}
.buttonproperties{
	background-color:#3C3C3C;
	font-family:"CircularStd-Book";
	font-weight:300;
	font-size:13px;
	width:110px;
	background-size:length;
}
.h3-margin-top{
	margin-top:10px;
	margin-bottom:13px;
}
.h3-bloc-14-margin-bottom{
	margin-bottom:13px;
	margin-top:10px;
}
.h3--12--margin-bottom{
	margin-bottom:13px;
	margin-top:10px;
}
h1{
	font-family:"CircularStd-Bold";
}
h2{
	font-family:"CircularStd-Bold";
}
h4{
	font-family:"CircularStd-Bold";
}
h5{
	font-family:"CircularStd-Bold";
}
h6{
	font-family:"CircularStd-Bold";
}
p{
	font-family:"CircularStd-Book";
}
label{
	font-family:"CircularStd-Book";
}
a{
	font-family:"CircularStd-Book";
}
.navbar-brand{
	font-family:"CircularStd-Book";
}
.p-bloc-5-style{
	font-family:"CircularStd-Book";
}
.carousel-radius{
	border-style:_popUpItemAction:;
	z-index:1;
	overflow:hidden;
	border-radius:20px 20px 20px 20px;
}
.buttonproperties:hover{
	background-color:#141414;
}
.linkstyle{
	font-family:"CircularStd-Bold";
	color:#4B4B4B!important;
}
.carousel-style{
	width:100%;
	top:20px;
}
.carousel-nav-icon{
	stroke:#FFFFFF;
	fill:transparent;
	fill-type:evenodd;
	stroke-linecap:round;
	background-color:transparent;
}
.getinstyle{
	border-style:solid;
	border-color:#F6F6F6!important;
	color:#414141!important;
	font-family:"CircularStd-Book";
	font-weight:normal;
	box-shadow:0px 0px 5px #DBDBDB;
	padding:5px 12px 5px 12px;
}
.getinstyle:hover{
	font-family:"CircularStd-Book";
	font-weight:normal;
	padding:5px 12px 5px 12px;
}
.menustyle{
	color:#000000!important;
	font-size:14px;
	padding-right:90px;
	font-family:"CircularStd-Book";
	font-weight:500;
}
.menustyle:active{
	border-style:_popUpItemAction:;
	border-bottom-width:1px;
}
.img-bloc-8-style{
	width:45px;
	height:45px;
}
.h6-style{
	font-family:"CircularStd-Book";
	font-size:14px;
	width:100%;
	margin-bottom:0px;
}
.active-page-link{
	text-decoration:none;
	border-style:_popUpItemAction:;
	background-size:20px auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url("img/linetta.png");
	background-image: -webkit-image-set(url("img/linetta.webp") 1x,
url("img/linetta.webp") 2x);background-image: image-set(url("img/linetta.png") 1x,
url("img/linetta.png") 2x,url("img/linetta.webp") 1x,
url("img/linetta.webp") 2x);
}
.active-page-link:active{
	border-style:_popUpItemAction:;
}
.row-bloc-15-margin-bottom{
	margin-bottom:30px;
}
.h3-our-criteria-margin-bottom{
	margin-bottom:50px;
}
.bloc-bloc-22-margin-bottom{
	margin-bottom:70px;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:40px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:40px;
}
.bloc-divider-t-style{
	height:40px;
	fill:#FFFFFF;
}
.bloc-divider-b-style{
	height:40px;
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-3-fill{
	fill:#FFFFFF;
	height:40px;
}
.margineinalto{
	bottom:30px;
}
.h4-style{
	font-size:20px;
}
.bloc-bloc-7-padding-right{
	padding-right:73px;
	padding-left:0px;
}
.img-prop-asset-13-style{
	height:60px;
	margin-right:15px;
}
.numbers-style{
	font-size:24px;
}
.h5-margin-bottom{
	margin-bottom:10px;
}
.h5-mountains-margin-bottom{
	margin-bottom:10px;
}
.h5-city-margin-bottom{
	margin-bottom:10px;
}
.h5-lake-margin-bottom{
	margin-bottom:10px;
}
.img-asset-19-style{
	height:60px;
}
.columnstyle{
	border-radius:20px 20px 20px 20px;
}
.testocitazioneblocco{
	font-family:"CircularStd-Book";
	font-size:25px;
	line-height:40px;
	padding-top:40px;
	padding-bottom:30px;
}
.img-itafl-style{
	width:27px;
	height:20px;
	margin-right:26px;
	margin-top:6px;
	padding-top:0px;
	border-radius:0px 0px 0px 0px;
}
.getinstylemobile{
	border-style:_popUpItemAction:;
	color:#000000!important;
	font-family:"CircularStd-Book";
	font-weight:normal;
	background-color:#FFFFFF;
	padding:5px 12px 5px 12px;
}
.getinstylemobile:hover{
	font-family:"CircularStd-Book";
	font-weight:normal;
	padding:5px 12px 5px 12px;
}
.sidebar{
	width:328px;
	position:fixed;
	z-index:123456;
	display:block;
	top:0px;
	bottom:0px;
	right:0px;
}
.container-div-padding-bottom{
	padding-bottom:30px;
}
.navbar-nav li a{
	color:#000000!important;
	font-family:"CircularStd-Book";
	font-size:13px;
}
.link-margin-right{
	margin-right:25px;
}
.link-bloc-1-margin-right{
	margin-right:0px;
}
.bloc-bloc-1-padding-left{
	padding-left:0px;
	padding-right:31px;
}
.custom-menu{
	font-size:40px;
}
.mobilelinks{
	color:#FFFFFF!important;
}
.mobilelinks:hover{
	color:#FFFFFF!important;
}
.divider{
	background-color:rgba(255,255,255,0.72);
}
.buttonmobile{
	background-color:#FFFFFF;
	color:#000000!important;
}
.buttonmobile:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}
.h4-margin-bottom{
	margin-bottom:0px;
}
.h4-padding-bottom{
	margin-bottom:0px;
}
.btn-margin-top{
	width:150px;
}
.row-margin-top{
	margin-top:35px;
}
.img-asset-4-style{
	width:250px;
	margin-bottom:70px;
}
.container-div-style{
	width:30.61%;
}
.languagelink{
	color:#FFFFFF!important;
}
.languagelink:hover{
	color:#FFFFFF!important;
}
.p-margin-top{
	margin-top:15px;
}
.img-18-style{
	width:30px;
}
.p-16-style{
	font-size:14px;
	width:100%;
}
.img-hiring-style{
	width:165px;
}
.img-47-margin-bottom{
	width:200px;
}
.img-asset-44-2x-style{
	width:306px;
}
.img-padding-left{
	padding-left:0px;
}
.bloc-bloc-5-padding-right{
	margin-right:50px;
}
.bloc-padding-left{
	margin-right:100px;
}
.paddingfooter{
	padding-bottom:20px;
}
.paddingfootermobile{
	padding-bottom:20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7640:#FEFFFF;
	
	--swatch-var-5771:#000000;
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-2400:#393939;
	
	--swatch-var-2815:#FAFBFF;
	
	--swatch-var-2558:#7F7F7F;
	
	--swatch-var-5358:#FFFFFF;
	
	--swatch-var-7129:#353535;
	
	--swatch-var-1027:#D7D7D7;
	
	--swatch-var-1182:#525152;
	
}


/* Background colour styles */

.bgc-5771{
	background-color:var(--swatch-var-5771);
}
.bgc-2815{
	background-color:var(--swatch-var-2815);
}

/* Text colour styles */

.tc-7640{
	color:var(--swatch-var-7640)!important;
}
.tc-2400{
	color:var(--swatch-var-2400)!important;
}
.tc-2558{
	color:var(--swatch-var-2558)!important;
}

/* Icon colour styles */

.icon-2815{
	color:var(--swatch-var-2815)!important;
	border-color:var(--swatch-var-2815)!important;
}
.icon-2400{
	color:var(--swatch-var-2400)!important;
	border-color:var(--swatch-var-2400)!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.img-placeholder-us-style{
		border-radius:176px 176px 176px 176px;
	}
	.h3-margin-bottom{
		width:100%;
	}
	.p-margin-bottom{
		width:100%;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.bloc-0-bloc-3-margin-bottom{
		margin-bottom:50px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"CircularStd-Book";
	}
	.carousel-style{
		width:100%;
	}
	.img-margin-bottom{
		margin-bottom:30px;
	}
	.img-bloc-15-margin-bottom{
		margin-bottom:30px;
	}
	.p-style{
		width:94.1%;
		font-size:18px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:60px;
	}
	.h6-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h6-dolomites-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-milan-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-garda-area-style{
		font-family:"CircularStd-Bold";
	}
	.h5-lake-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h5-city-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h5-mountains-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h5-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h5-9-style{
		font-family:"CircularStd-Bold";
	}
	.h5-stylish-design-style{
		font-family:"CircularStd-Bold";
	}
	.h5-7-style{
		font-family:"CircularStd-Bold";
	}
	.h5-6-style{
		font-family:"CircularStd-Bold";
	}
	.h5-bloc-3-style{
		font-family:"CircularStd-Bold";
	}
	.h5-style{
		font-family:"CircularStd-Bold";
	}
	.h3-our-criteria-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h4-bloc-11-style{
		font-family:"CircularStd-Bold";
	}
	.h3-bloc-14-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h4-style{
		font-family:"CircularStd-Bold";
	}
	.h3-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h3--12--margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h4-5-style{
		font-family:"CircularStd-Bold";
	}
	.h5-14-style{
		font-family:"CircularStd-Bold";
	}
	.h5-15-style{
		font-family:"CircularStd-Bold";
	}
	.h5-16-style{
		font-family:"CircularStd-Bold";
	}
	.h5-17-style{
		font-family:"CircularStd-Bold";
	}
	.h5-8-to-12-rooms-style{
		font-family:"CircularStd-Bold";
	}
	.h3-our-locations-style{
		font-family:"CircularStd-Bold";
	}
	.h5-25-style{
		font-family:"CircularStd-Bold";
	}
	.h5-limited-supply-style{
		font-family:"CircularStd-Bold";
	}
	.h5-23-style{
		font-family:"CircularStd-Bold";
	}
	.h1-style-hero{
		width:74.15%;
	}
	.h2-3-style{
		width:100%;
	}
	.mobilelinks{
		font-family:"CircularStd-Book";
		color:#FFFFFF!important;
	}
	.buttonmobile{
		background-color:#FFFFFF;
		font-family:"CircularStd-Book";
		color:#000000!important;
	}
	.buttonmobile:hover{
		background-color:#FFFFFF;
		color:#000000!important;
		font-family:"CircularStd-Book";
	}
	.custom-menu:hover{
		color:#000000!important;
	}
	.custom-menu{
		color:#000000!important;
	}
	.divider{
		background-color:rgba(255,255,255,0.75);
	}
	.h4-margin-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.h4-padding-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.btn-margin-top{
		margin-top:20px;
		width:150px;
	}
	.row-margin-top{
		margin-top:30px;
	}
	.img-asset-4-style{
		width:220px;
		margin-bottom:80px;
	}
	.languagelink:hover{
		color:#FFFFFF!important;
	}
	.languagelink{
		color:#FFFFFF!important;
	}
	
}

@media (max-width: 767px){
	.img-placeholder-us-style{
		border-radius:251px 251px 251px 251px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.h3-margin-bottom{
		width:100%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"CircularStd-Book";
	}
	.img-margin-bottom{
		margin-bottom:20px;
	}
	.img-bloc-15-margin-bottom{
		margin-bottom:20px;
	}
	.p-style{
		width:100%;
		font-size:18px;
	}
	.h1-style-hero{
		font-size:20px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:60px;
	}
	.img-cityflats-style{
		width:348px;
	}
	.h4-bloc-11-style{
		font-family:"CircularStd-Bold";
	}
	.h3-bloc-14-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h4-style{
		font-family:"CircularStd-Bold";
	}
	.h3-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h3--12--margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h3-our-criteria-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h5-style{
		font-family:"CircularStd-Bold";
	}
	.h5-bloc-3-style{
		font-family:"CircularStd-Bold";
	}
	.h5-6-style{
		font-family:"CircularStd-Bold";
	}
	.h5-7-style{
		font-family:"CircularStd-Bold";
	}
	.h5-stylish-design-style{
		font-family:"CircularStd-Bold";
	}
	.h5-9-style{
		font-family:"CircularStd-Bold";
	}
	.h6-garda-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-milan-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-dolomites-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h3-our-locations-style{
		font-family:"CircularStd-Bold";
	}
	.h5-14-style{
		font-family:"CircularStd-Bold";
	}
	.h5-15-style{
		font-family:"CircularStd-Bold";
	}
	.h5-16-style{
		font-family:"CircularStd-Bold";
	}
	.h5-17-style{
		font-family:"CircularStd-Bold";
	}
	.h5-8-to-12-rooms-style{
		font-family:"CircularStd-Bold";
	}
	.h4-5-style{
		font-family:"CircularStd-Bold";
	}
	.h5-23-style{
		font-family:"CircularStd-Bold";
	}
	.h5-limited-supply-style{
		font-family:"CircularStd-Bold";
	}
	.h5-25-style{
		font-family:"CircularStd-Bold";
	}
	.img-style{
		width:370px;
	}
	.h2-3-style{
		width:100%;
	}
	.h6-style{
		width:61.79%;
	}
	.mobilelinks{
		color:#FFFFFF!important;
	}
	.buttonmobile{
		font-family:"CircularStd-Book";
		color:#000000!important;
		background-color:#FFFFFF;
	}
	.buttonmobile:hover{
		background-color:#FFFFFF;
		color:#000000!important;
	}
	.custom-menu{
		color:#000000!important;
	}
	.custom-menu:hover{
		color:#000000!important;
	}
	.divider{
		background-color:rgba(255,255,255,0.78);
	}
	.h4-margin-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.h4-padding-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.btn-margin-top{
		margin-top:20px;
		width:150px;
	}
	.row-margin-top{
		margin-top:30px;
	}
	.img-asset-4-style{
		width:200px;
		margin-bottom:70px;
	}
	.languagelink{
		color:#FFFFFF!important;
	}
	.languagelink:hover{
		color:#FFFFFF!important;
	}
	.bloc-bloc-5-margin-bottom{
		margin-bottom:35px;
	}
	.navbar-brand img{
		width:140px;
	}
	
}

@media (max-width: 575px){
	.smartnav{
	}
	.p-margin-bottom{
		width:100%;
	}
	.h3-margin-bottom{
		width:100%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"CircularStd-Book";
	}
	.p-bloc-5-style{
		margin-bottom:50px;
	}
	.img-margin-bottom{
		margin-bottom:20px;
	}
	.img-bloc-15-margin-bottom{
		margin-bottom:20px;
	}
	.img-47-margin-bottom{
		margin-bottom:20px;
	}
	.row-bloc-15-margin-bottom{
		margin-bottom:0px;
	}
	.h5-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h5-bloc-3-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h5-6-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h5-7-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h5-stylish-design-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h5-9-style{
		font-size:18px;
		font-family:"CircularStd-Bold";
	}
	.h6-style{
		font-size:12px;
		margin-bottom:-2px;
		width:82.96%;
	}
	.bloc-bloc-7-padding-right{
		margin-top:1px;
	}
	.p-style{
		width:100%;
		font-size:16px;
	}
	.columnstyle{
		border-style:_popUpItemAction:;
		border-radius:20px 20px 20px 20px;
	}
	.h3-3-style{
		font-size:20px;
		line-height:30px;
	}
	.btn-submit-style{
		width:33.86%;
	}
	.bloc-0-margin-bottom{
		margin-bottom:60px;
	}
	.h4-bloc-11-style{
		font-family:"CircularStd-Bold";
	}
	.h3-bloc-14-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h4-style{
		font-family:"CircularStd-Bold";
	}
	.h3-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h3--12--margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h3-our-criteria-margin-bottom{
		font-family:"CircularStd-Bold";
	}
	.h6-margin-top{
		font-family:"CircularStd-Bold";
	}
	.h6-dolomites-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-milan-area-style{
		font-family:"CircularStd-Bold";
	}
	.h6-garda-area-style{
		font-family:"CircularStd-Bold";
	}
	.h4-5-style{
		font-family:"CircularStd-Bold";
	}
	.h5-14-style{
		font-family:"CircularStd-Bold";
	}
	.h5-15-style{
		font-family:"CircularStd-Bold";
	}
	.h5-16-style{
		font-family:"CircularStd-Bold";
	}
	.h5-17-style{
		font-family:"CircularStd-Bold";
	}
	.h5-8-to-12-rooms-style{
		font-family:"CircularStd-Bold";
	}
	.h3-our-locations-style{
		font-family:"CircularStd-Bold";
	}
	.h5-23-style{
		font-family:"CircularStd-Bold";
	}
	.h5-limited-supply-style{
		font-family:"CircularStd-Bold";
	}
	.h5-25-style{
		font-family:"CircularStd-Bold";
	}
	.img-style{
		width:270px;
	}
	.h2-properties-style{
		margin-top:0px;
	}
	.bloc-0-bloc-3-margin-bottom{
		margin-bottom:0px;
	}
	.h1-style-hero{
		width:92.44%;
	}
	.h2-3-style{
		width:100%;
	}
	.bloc-bloc-22-margin-bottom{
		margin-bottom:50px;
	}
	.getinstylemobile:hover{
		color:#000000!important;
		background-color:#FFFFFF;
	}
	.buttonmobile{
		background-color:#FFFFFF;
		color:#000000!important;
		font-family:"CircularStd-Book";
	}
	.buttonmobile:hover{
		font-family:"CircularStd-Book";
		color:#000000!important;
		background-color:#FFFFFF;
	}
	.mobilelinks{
		color:#FFFFFF!important;
		font-size:20px;
		border-style:_popUpItemAction:;
		border-bottom-width:1px;
	}
	.custom-menu{
		font-size:30px;
		background-color:transparent;
		color:#000000!important;
	}
	.custom-menu:hover{
		color:#000000!important;
	}
	.divider{
		background-color:rgba(255,255,255,0.60);
	}
	.h4-padding-bottom{
		padding-bottom:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
	.btn-margin-top{
		margin-top:25px;
		width:150px;
	}
	.h4-margin-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.row-margin-top{
		margin-top:25px;
	}
	.img-asset-4-style{
		width:180px;
		margin-bottom:65px;
	}
	.languagelink{
		color:#FFFFFF!important;
	}
	.languagelink:hover{
		color:#FFFFFF!important;
	}
	.bloc-margin-bottom{
		padding-top:0px;
	}
	.bloc-bloc-5-margin-bottom{
		margin-bottom:30px;
	}
	.navbar-brand img{
		width:130px;
	}
	
}

