/*-----------------------------------------------------------------------------------
	    AugustiWebsite_MobileOptimized
        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-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* 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;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = 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;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-l-edge{
	background: left no-repeat;
}
.bg-r-edge{
	background: right no-repeat;
}
.bg-tr-edge{
	background: top right no-repeat;
}


/* Background Textures */

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


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* 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;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}




/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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


.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:120px;
	height:120px;
}
.h2-style{
	font-size:36px;
}
.bloc-margin-bottom{
	margin-bottom:-1px;
}
.img-placeholder-us-style{
	width:210px;
}
.p-style{
	font-size:36px;
	text-decoration:none;
	font-weight:normal;
}
.p-bloc-4-style{
	font-size:27px;
}
.h3-style{
	line-height:48px;
	font-size:28px;
}
.link-style{
	font-weight:bold;
}
.link-filosofia-style{
	font-weight:bold;
}
.link-ricerca-style{
	font-weight:bold;
}
.link-team-style{
	font-weight:bold;
}
.link-contatti-style{
	font-weight:bold;
}
.p-17-style{
	font-size:18px;
	width:100%;
	margin-left:0px;
}
.p-bloc-5-style{
	font-size:18px;
}
.p-18-style{
	font-size:22px;
	font-family:Lato;
	font-weight:100;
	width:100%;
}
.btn-style{
	border-radius:5px 5px 5px 5px;
}
.p-bloc-3-style{
	font-size:18px;
	line-height:24px;
}
.p-14-style{
	font-size:18px;
	line-height:24px;
}
.img-augustilo-style{
	width:140px;
	height:145px;
}
.link-home-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
	text-decoration:none;
}
.link-0-filosofia-style{
	font-weight:bold;
}
.link-0-team-style{
	font-weight:bold;
}
.link-0-contatti-style{
	font-weight:bold;
}
.p-bloc-1-style{
	line-height:36px;
	font-size:24px;
}
.macdivider{
	height:2px;
	width:60px;
	background-color:#7F8685;
	background-size:3px auto;
	text-shadow:0px 0px 0px #000000;
	margin:20px 15px 15px 15px;
	padding:0px 0px 0px 0px;
}
.img-bloc-6-style{
	width:140px;
}
.img-7-style{
	width:140px;
	height:145px;
}
.mydivider{
	height:0px;
	background-size:2px 2px;
	border-style:dashed;
	width:1000px;
	border-width:10px 2px 2px 2px;
}
.h3-comunicazione-style{
	font-size:25px;
}
.h3-dati-style{
	font-size:25px;
}
.h3-visita-style{
	font-size:25px;
}
.p-bloc-6-style{
	font-size:14px;
}
.p-17-bloc-6-style{
	font-size:14px;
}
.p-16-style{
	font-size:14px;
}
.row-margin-right{
	margin-right:0px;
}
.mt-3{
	;
}
.mycoloredcolumn{
	background-position:left center;
	background-image:url("img/SondaPerio_Cool.jpg");
	border-style:dotted;
}
.mycoloredcolumn:hover{
}
.mybody{
	background-position:right center;
	border-style:none;
	background-repeat:repeat;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-image:url("img/SondaPerio_Cool.jpg");
}
.mybackground{
	background-image:url("img/SondaPerio_Cool.jpg");
	background-position:right bottom;
}
.mybackcolumn{
	background-image:url("img/SezioneAureaLoop.jpg");
}
.myback{
	background-image:url("img/SezioneAureaLoop.jpg");
	background-position:center top;
}
.mysecondback{
	background-image:url("img/SezioneAureaLoop.jpg");
	background-position:right center;
}
.myrow{
	background-image:url("img/SezioneAureaLoop.jpg");
}
.p-19-style{
	width:100%;
}
.mycolumnsonde{
	background-image:url("img/MixSonde.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}
.sezioneaurea{
	;
}
.p-bloc-11-style{
	font-size:20px;
}
.btn-margin-right{
	border-radius:18px 18px 18px 18px;
}
.p-2-style{
	font-size:24px;
}
.btn-indietro-style{
	border-radius:10px 10px 10px 10px;
}
.h3-bloc-14-style{
	font-size:16px;
}
.h3-15-style{
	font-size:16px;
}
.h3-14-style{
	font-size:20px;
}
.p-bloc-14-style{
	font-size:14px;
}
.p-32-style{
	font-size:14px;
}
.p-35-style{
	font-size:14px;
}
.h3-bloc-15-style{
	font-size:16px;
}
.p-bloc-15-style{
	font-size:14px;
}
.h3-17-style{
	font-size:16px;
}
.p-41-style{
	font-size:14px;
}
.mytransparentcolumn{
	opacity:0.2;
}
.mytransparentback{
	text-shadow:0px 0px 0px #000000;
	opacity:0.3;
}
.myrowbackground{
	opacity:0.2;
	background-repeat:no-repeat;
	background-position:left top;
	border-color:rgba(152,0,0,0.00)!important;
	background-image:url("img/OrcidLogo.png");
	background-size:150px auto;
	border-width:2px 2px 2px 2px;
}
.orcidbackground{
	background-image:url("img/OrcidID_Logo.jpg");
	border-color:#941100!important;
	border-bottom-width:5px;
	border-bottom-right-radius:1px;
	border-bottom-left-radius:1px;
	border-style:solid;
}
.myorcidback{
	background-repeat:no-repeat;
	background-position:center top;
	border-style:solid;
	background-size:150px 150px;
	opacity:0.5;
	background-image:url("img/OrcidLogo.png");
	border-width:0px 0px 1px 0px;
}
.p-51-style{
	font-size:35px;
	opacity:1.0;
	text-shadow:0px 4px 5px #212121;
	background-position:center top;
	background-size:100px 100px;
	background-repeat:no-repeat;
}
.btn-profilo-davide-style{
	border-radius:10px 10px 10px 10px;
}
.btn-bloc-14-style{
	border-radius:10px 10px 10px 10px;
}
.myblocback{
	opacity:1.0;
	background-position:center top;
}
.btn- davide -style{
	border-radius:6px 6px 6px 6px;
}
.btn-gabriele-style{
	border-radius:6px 6px 6px 6px;
}
.orciddv{
	background-image:url("img/OrcidLogo.png");
	background-position:left top;
	background-size:30px auto;
	background-repeat:no-repeat;
}
.orcidlogo{
	background-image:url("img/OrcidLogo.png");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:50px auto;
}
.btn-margin-left{
	margin-left:714px;
}
.btn-orcid-davide-margin-left{
	margin-left:46px;
}
.img-style{
	width:100px;
	height:100px;
}
.backpubs{
	background-image:url("img/Typewriter3-3.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
}
.p-27-style{
	font-size:120px;
}
.p-40-style{
	font-size:120px;
}
.img-11-style{
	width:100px;
	height:100px;
}
.p-54-style{
	font-size:28px;
}
.p-53-style{
	font-size:120px;
}
.p-21-bloc-6-style{
	font-size:18px;
}
.h3-bloc-6-style{
	font-size:18px;
	line-height:27px;
}
.btn-bloc-6-style{
	border-radius:5px 5px 5px 5px;
}
.h4-style{
	font-size:20px;
}
.p-66-style{
	font-size:20px;
}
.h4-footer-style{
	font-size:20px;
}
.link-bloc-19-style{
	text-decoration:none;
	font-weight:bold;
}
.h4-bloc-19-style{
	font-size:120px;
}
.myfaqcolumn{
	margin-left:0px;
	border-color:#212121!important;
	border-style:solid;
	border-width:0px 0px 0px 10px;
}
.link-0-bloc-19-style{
	font-weight:bold;
}
.link-15248-style{
	font-weight:bold;
}
.link-3762-style{
	font-weight:bold;
}
.link-17147-style{
	font-weight:bold;
}
.h4-bloc-21-style{
	font-size:90px;
}
.rowdigitalback{
	background-image:url("img/3043384.jpg");
	background-size:50% 500px;
	background-repeat:repeat;
	background-position:right center;
}
.img-30433-style{
	border-radius:80px 80px 80px 80px;
}
.btn-14-style{
	border-radius:10px 10px 10px 10px;
}
.img-bloc-21-style{
	border-radius:80px 80px 80px 80px;
}
.img-15-style{
	border-radius:80px 80px 80px 80px;
}
.link-lo-studio-style{
	font-size:25px;
	font-weight:bold;
}
.link-prima-visita-style{
	font-size:25px;
	font-weight:bold;
}
.img-guidedsurger-style{
	border-radius:80px 80px 80px 80px;
}
.h4-bloc-25-style{
	line-height:40px;
}
.p-88-style{
	font-size:24px;
}
.centermap{
	margin:auto auto auto auto;
}
.mylocationcenter{
	background-image:url("img/Location.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	border-style:none;
}
.img-15-bloc-21-style{
	border-radius:80px 80px 80px 80px;
}
.photodante{
	width:280px;
	height:400px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:280px 400px;
	background-image:url("img/Papà280X400.jpg");
	border-radius:20px 20px 20px 20px;
}
.photodavide{
	width:280px;
	height:400px;
}
.photogabriele{
	width:280px;
	height:400px;
}
.mylargetext{
	letter-spacing:22px;
}
.p-bloc-30-style{
	font-size:22px;
	font-weight:lighter;
	letter-spacing:20px;
}
.photodante:hover{
	background-image:url("img/Papà280X400_Esperienza.jpg");
	background-repeat:no-repeat;
	background-size:280px 400px;
	background-position:center center;
	width:280px;
	height:400px;
	border-radius:20px 20px 20px 20px;
}
.photodante:active{
	background-image:url("img/Pap%C3%A0280X400_Light-1.jpg");
	width:280px;
	height:400px;
	background-size:280px 400px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:20px 20px 20px 20px;
}
.image-background{
	width:280px;
	height:400px;
	background-image:url("img/Pap%C3%A0280X400-1.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}
.overlay{
	width:280px;
	height:400px;
	background-image:url("img/Papà280X400.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	border-style:none;
	background-size:280px 400px;
	margin:0px 0px 0px 0px;
	padding:0% 0% 0% 0%;
	border-radius:20px 20px 20px 20px;
}
.overlay:hover{
	background-image:url("img/Pap%C3%A0280X400_Light-1.jpg");
}
.davidebutton{
	width:400px;
	height:450px;
	background-image:url("img/Davide400X450.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	border-radius:10px 10px 10px 10px;
}
.davidebutton:hover{
	background-image:url("img/Davide400X450_Light.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
	border-radius:10px 10px 10px 10px;
}
.davidebutton:active{
	width:400px;
	height:450px;
	background-repeat:no-repeat;
}
.dantebutton{
	width:400px;
	height:450px;
	background-image:url("img/Papà400X450.jpg");
	background-repeat:no-repeat;
	background-color:transparent;
	border-radius:10px 10px 10px 10px;
}
.dantebutton:hover{
	background-image:url("img/Papà400X450_Light2.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
}
.gabrielebutton{
	background-image:url("img/Gabriele400X450.jpg");
	background-repeat:no-repeat;
	width:400px;
	height:450px;
	background-color:transparent;
	border-radius:10px 10px 10px 10px;
}
.gabrielebutton:hover{
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/Gabriele400X450_Light.jpg");
	background-color:transparent;
	border-radius:10px 10px 10px 10px;
}
.mycolumnmargin{
	margin:15px 15px 15px 15px;
}
.p-myteambloc-style{
	font-size:22px;
	font-weight:lighter;
}
.acapobutton{
	width:450px;
	height:450px;
	background-size:auto 450px;
	background-repeat:no-repeat;
}
.h4-bloc-30-style{
	font-size:90px;
	margin:auto auto auto auto;
}
.p-92-style{
	font-size:22px;
	font-weight:lighter;
	letter-spacing:1px;
}
.animation{
	padding-top:500px;
	margin-top:-500px;
}
.mydentalstyle{
	text-decoration:overline!important;
	font-size:80px;
	font-weight:lighter;
	color:#D5D5D5!important;
	background-size:auto 450px;
	background-repeat:no-repeat;
}
.mycoloredlink{
	color:#000000!important;
	text-decoration:none;
}
.mycoloredlink:hover{
	color:#941100!important;
	text-transform:none;
	font-weight:bold;
	text-decoration:underline!important;
}
.mycoloredlink:active{
}
.rowbackgroundsurgical{
	background-image:url("img/AdobeStock_87422113-1600x900.jpeg");
	width:800px;
	height:450px;
}
.img-bloc-31-style{
	width:400px;
	height:450px;
	border-radius:10px 10px 10px 10px;
}
.assistentebutton{
	width:400px;
	height:450px;
	background-size:auto 450px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center center;
	overflow:hidden;
	opacity:1.0;
	text-shadow:0px 0px 0px #000000;
	background-image:url("img/SuturaHIghRes_GreyBack.jpg");
}
.assistentebutton:hover{
	background-size:auto 450px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
	overflow:hidden;
	background-image:url("img/SuturaHIghRes_GreyBack.jpg");
	border-radius:10px 10px 10px 10px;
}
.acapobutton:hover{
	background-size:auto 450px;
	background-repeat:no-repeat;
}
.mydivback{
	background-image:url("img/Vestizione_HighContrast.jpg");
	background-size:auto 400px;
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-bloc-31-style{
	color:#ffffff;
	border-radius:10px 10px 10px 10px;
}
.assistentebutton:active{
}
.h4-diagnosi-style{
	font-size:72px;
	text-decoration:none;
	opacity:0.2;
}
.h4-ripristino-style{
	font-size:72px;
	opacity:0.2;
}
.milenabutton{
	width:400px;
	height:450px;
	background-image:url("img/Milena400X450.jpg");
	background-repeat:no-repeat;
	background-color:transparent;
	margin:auto auto auto auto;
	border-radius:10px 10px 10px 10px;
}
.milenabutton:hover{
	background-image:url("img/Milena400X450Light.jpg");
	background-repeat:no-repeat;
	width:400px;
	height:450px;
}
.natasciabutton{
	background-size:400px 450px;
	width:400px;
	height:450px;
	background-color:transparent;
	background-image:url("img/Natascia400X450.jpg");
	background-repeat:no-repeat;
	margin:auto auto auto auto;
	border-radius:10px 10px 10px 10px;
}
.natasciabutton:hover{
	background-color:transparent;
	background-image:url("img/Natascia400X450Light.jpg");
	background-repeat:no-repeat;
	border-radius:10px 10px 10px 10px;
}
.h5-style{
	font-size:28px;
}
.h4-18-style{
	font-size:90px;
}
.p-104-style{
	font-size:24px;
}
.img-toothshie-style{
	width:200px;
}
.img-filosofia-style{
	width:100px;
	border-radius:20px 20px 20px 20px;
}
.p-filosofia-style{
	font-size:18px;
}
.p-13-style{
	font-size:28px;
}
.p-12-style{
	font-size:28px;
}
.p-14-filosofia-style{
	font-size:28px;
}
.stylishcolumn{
	background-image:url("img/SketchStudioArtistico_Inverted_Mirrored.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
.img-bloc-33-style{
	width:579px;
}
.img-surgical-bla-style{
	width:200px;
}
.img-18-style{
	width:600px;
}
.p-8-style{
	font-size:18px;
}
.p-9-style{
	font-size:18px;
}
.p-26-style{
	font-size:90px;
}
.p-27-bloc-14-style{
	font-size:24px;
}
.p-29-style{
	font-size:28px;
}
.p-31-style{
	font-size:28px;
}
.p-30-style{
	font-size:28px;
}
.p-32-bloc-14-style{
	font-size:28px;
}
.img-bloc-14-style{
	border-radius:6px 6px 6px 6px;
}
.img-13-style{
	border-radius:6px 6px 6px 6px;
}
.img-14-style{
	border-radius:6px 6px 6px 6px;
}
.h4-40-style{
	font-size:72px;
}
.img-33-style{
	width:400px;
	border-radius:20px 20px 20px 20px;
}
.img-powerbutt-style{
	width:200px;
	border-radius:30px 30px 30px 30px;
}
.img-bloc-37-style{
	width:200px;
	border-radius:30px 30px 30px 30px;
}
.h4-bloc-37-style{
	font-size:72px;
}
.img-mixrivis-style{
	width:300px;
	height:407px;
}
.img-16-style{
	width:300px;
}
.mycarouselimage{
	border-radius:80px 80px 80px 80px;
}
.img-21-style{
	height:400px;
	width:1000px;
	border-radius:10px 10px 10px 10px;
}
.img-arro-style{
	width:200px;
	height:202px;
}
.myherocontainer{
	margin-bottom:-150px;
}
.p-143-style{
	font-size:12px;
}
.p-footer-style{
	font-size:12px;
}
.filosofiabackground{
	background-image:url("img/ToothWideShow_Dark.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:700px auto;
}
.papabutton{
	width:400px;
	height:450px;
	background-image:url("img/Pap%C3%A0400X450.jpg");
	background-repeat:no-repeat;
}
.papabutton:hover{
	background-image:url("img/Pap%C3%A0400X450_Light2.jpg");
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:#000000;
}
.bgc-onyx{
	background-color:#000018;
}
.bgc-manatee{
	background-color:#999999;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-olive-drab-7{
	color:#333333!important;
}
.tc-manatee{
	color:#999999!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-olive-drab-7{
	background:#333333;
	color:#FFFFFF!important;
}
.btn-olive-drab-7:hover{
	background:#292929!important;
	color:#FFFFFF!important;
}
.btn-manatee{
	background:#999999;
	color:#FFFFFF!important;
}
.btn-manatee:hover{
	background:#7a7a7a!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */

.bg-SmileDesign-0-1024{
	background-image:url("img/SmileDesign_0_1024.jpg");
}
.bg-SmileDesign-2-1024{
	background-image:url("img/SmileDesign_2_1024.jpg");
}
.bg-SmileDesign-3-1024{
	background-image:url("img/SmileDesign_3_1024.jpg");
}
.bg-SmileDesign-1-1024-Half{
	background-image:url("img/SmileDesign_1_1024_Half.jpg");
}
.bg-Spazzolino-2{
	background-image:url("img/Spazzolino_2.jpg");
}
.bg-Spazzolino-3{
	background-image:url("img/Spazzolino_3.jpg");
}
.bg-Logo-Augusti-2020{
	background-image:url("img/Logo_Augusti_2020.jpg");
}
.bg-Logo-Augusti-2020{
	background-image:url("img/Logo_Augusti_2020.jpg");
}
.bg-DigitalBackgroundSoft{
	background-image:url("img/DigitalBackgroundSoft.jpg");
}
.bg-Location{
	background-image:url("img/Location.jpg");
}
.bg-parco-nord-parchi-milano{
	background-image:url("img/parco_nord_parchi_milano.jpeg");
}
.bg-Vestizione-HighContrast{
	background-image:url("img/Vestizione_HighContrast.jpg");
}
.bg-IleniaBest{
	background-image:url("img/IleniaBest.jpg");
}
.bg-MobileRevised-Landing-20copia{
	background-image:url("img/MobileRevised_Landing%20copia.jpg");
}
.bg-IleniaBest-Ritratti-Final{
	background-image:url("img/IleniaBest_Ritratti_Final.jpg");
}
.bg-IleniaSinglePortrait3{
	background-image:url("img/IleniaSinglePortrait3.jpg");
}
.bg-LogoForMobileLanding2-1{
	background-image:url("img/LogoForMobileLanding2-1.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.phonewrapper .phline {
	  display: block;
	  position: relative;
	  cursor: pointer}  .phonewrapper .fa {
	  display: inline;
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  vertical-align: text-top;
	  color: #616161;
	  text-shadow: 1px 1px 2px #989898}  .phonewrapper .phtext {
	  display: inline;
	  position: relative;
	  margin-left: .25em;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .phonewrapper .left {
	  text-align: left}  .phonewrapper .center {
	  text-align: center}  .phonewrapper .right {
	  text-align: right} 

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.navbar-brand img{
		width:100px;
		height:100px;
	}
	.p-style{
		font-size:36px;
		line-height:54px;
	}
	.p-bloc-1-style{
		font-size:24px;
	}
	.img-style{
		width:100px;
		height:100px;
	}
	.h4-style{
		font-size:16px;
	}
	.p-66-style{
		font-size:20px;
	}
	.footer-link{
	}
	.btn-indietro-style{
		border-radius:11px 11px 11px 11px;
	}
	.btn-contattaci-style{
		border-radius:11px 11px 11px 11px;
	}
	.img-bloc-21-style{
		border-radius:20px 20px 20px 20px;
	}
	.img-15-style{
		border-radius:30px 30px 30px 30px;
	}
	.link-lo-studio-style{
		font-weight:bold;
	}
	.link-prima-visita-style{
		font-weight:bold;
	}
	.centermap{
		margin:auto auto auto auto;
	}
	.ibelsa-roomsibelsa-signup-wrapper{
	}
	.mylocationcenter{
		background-size:auto auto;
	}
	.p-bloc-30-style{
		font-size:22px;
	}
	.photodante{
		background-color:transparent;
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/Pap%C3%A0280X400-1.jpg");
		border-radius:0px 0px 0px 0px;
	}
	.photodante:hover{
		background-image:url("img/Pap%C3%A0280X400_Light-1.jpg");
		background-position:center center;
		background-repeat:no-repeat;
		border-radius:0px 0px 0px 0px;
	}
	.davidebutton{
		margin-bottom:15px;
	}
	.acapobutton{
		width:400px;
	}
	.btn-style{
		line-height:600%;
		font-size:72px;
		text-decoration:overline!important;
		font-weight:lighter;
	}
	.assistentebutton{
		background-image:url("img/SuturaHIghRes_GreyBack.jpg");
	}
	.h4-bloc-30-style{
		background-position:center center;
		margin:auto auto auto auto;
	}
	.milenabutton:hover{
		background-color:transparent;
	}
	.h4-18-style{
		font-size:72px;
	}
	.img-18-style{
		width:300px;
		height:120px;
	}
	.img-filosofia-style{
		width:100px;
	}
	.img-21-style{
		height:290px;
		width:1000px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.img-style{
		width:100px;
		height:100px;
	}
	.h4-style{
		font-size:14px;
	}
	.p-66-style{
		font-size:19px;
	}
	.p-footer-style{
		font-size:12px;
	}
	.h4-18-style{
		font-size:48px;
	}
	.p-style{
		line-height:48px;
	}
	.p-2-style{
		font-size:22px;
	}
	.p-teammobile-style{
		font-size:14px;
	}
	.p-161-style{
		font-size:48px;
	}
	.roundedimage{
		border-radius:5px 5px 5px 5px;
	}
	.bisturisize{
		background-size:300px 350px;
		height:250px;
		width:200px;
	}
	.img-natascia400x4-style{
		width:218px;
		height:245px;
	}
	.img-milena400x4-style{
		width:218px;
		height:245px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.p-style{
		font-size:28px;
		line-height:38px;
	}
	.h4-bloc-19-style{
		font-size:112px;
	}
	.h4-18-style{
		font-size:28px;
	}
	.img-corpo-resiz-style{
		width:400px;
	}
	.p-26-style{
		font-size:68px;
	}
	.mymobileimage{
		padding-right:0px;
		padding-bottom:0px;
		padding-left:0px;
		margin-top:-150px;
	}
	.p-2-style{
		font-size:22px;
	}
	.p-teammobile-style{
		font-size:14px;
	}
	.h4-bloc-30-style{
		font-size:72px;
	}
	.img-milena400x4-style{
		width:240px;
		height:270px;
	}
	.img-natascia400x4-style{
		width:240px;
		height:270px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

