/*-----------------------------------------------------------------------------------
	Ferienwohnungen Elsterblick
	About: A shiny new Blocs website.
	Author: Julius Wiesheu
	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 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;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;}}

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


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* 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;
}
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;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.icon-spacer{
	margin-right:5px;
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}


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



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:700;
}
.container{
	max-width:1140px;
}
.h4-margin-top{
	margin-top:-15px;
	font-family:Lobster;
	color:#FFFFFF!important;
	line-height:50px;
	font-size:45px;
}
h1{
	color:#464E4B!important;
	font-family:"Lobster";
	font-size:60px;
}
.h1-style{
	font-size:65px;
	margin-top:73px;
	color:#0083DA!important;
}
.nav-bar{
	color:transparent!important;
}
.background-png{
	color:transparent!important;
}
.bloc-padding-bottom{
	padding-bottom:0px;
}
.hi{
	border-style:_popUpItemAction:;
	opacity:1.0;
	color:#FEFFFE!important;
	font-family:"Lobster";
	font-size:50px;
	position:sticky;
	z-index:6;
}
.link-padding{
	padding-top:8px;
	padding-bottom:8px;
}
a{
	font-size:20px;
	color:#FAFFFF!important;
	font-family:"Lobster";
}
.row-style{
	opacity:0.7;
	bottom:88%;
	flex-wrap:nowrap;
	z-index:88;
}
.p-style{
	font-family:Lato;
	font-size:25px;
	font-weight:700;
	color:#5B5B5B!important;
	width:100%;
	text-decoration:none;
}
.p-bloc-2-style{
	font-family:"Josefin Sans";
}
.p-3-style{
	font-family:"Josefin Sans";
}
.p-4-style{
	font-family:"Josefin Sans";
}
.p-5-style{
	font-family:"Josefin Sans";
}
.p-6-style{
	font-family:"Josefin Sans";
}
.p-7-style{
	font-family:"Josefin Sans";
}
.p-8-style{
	font-family:"Josefin Sans";
}
.p-9-style{
	font-family:"Josefin Sans";
}
.p-10-style{
	font-family:"Josefin Sans";
}
.p-11-style{
	font-family:"Josefin Sans";
}
.p-12-style{
	font-family:"Josefin Sans";
}
.p-13-style{
	font-family:"Josefin Sans";
}
.button{
	font-family:"Josefin Sans";
	color:transparent!important;
}
.btn-style{
	text-decoration:none;
}
.img-bloc-2-style{
	width:238px;
	margin-top:9px;
}
.img-3-style{
	margin-top:9px;
	width:328px;
	border-radius:0px 0px 0px 0px;
}
.img-margin-top{
	margin-top:0px;
	width:401px;
	padding-left:0px;
	margin-left:-3px;
}
.card-margin-top{
	margin-top:23px;
}
.bloc-margin-bottom{
	margin-bottom:62px;
	margin-top:71px;
	padding:0px 0px 0px 1px;
}
.h2-margin-top{
	margin-top:112px;
	font-family:"Josefin Sans";
	padding-top:40px;
	margin-bottom:49px;
}
.bloc-margin-top{
	margin-top:-49px;
	padding-top:0px;
	margin-bottom:18px;
}
.row-margin-top{
	margin-top:-115px;
	margin-bottom:-45px;
	padding-top:61px;
	margin-right:7px;
}
.bloc-bloc-4-margin-top{
	margin-top:-1px;
	padding-top:0px;
}
.contact{
	color:#FEFFFE!important;
	font-family:"Josefin Sans";
}
.bloc-bloc-2-margin-top{
	margin-top:74px;
}
.h3-style{
	font-family:"Josefin Sans";
	font-size:35px;
	margin-bottom:-6px;
	margin-top:35px;
}
.h2-kalender-style{
	font-size:35px;
	font-family:"Josefin Sans";
}
.img-padding-bottom{
	padding-bottom:0px;
	padding-top:11px;
	margin-top:14px;
	color:transparent!important;
}
.img-bloc-2-padding-bottom{
	padding-bottom:5px;
	margin-bottom:44px;
	height:250px;
	margin-top:-22px;
	width:250px;
	padding-top:0px;
}
.bloc-padding-top{
	padding-top:50px;
}
.img-3-margin-top{
	margin-top:27px;
	padding-top:0px;
}
.row-margin-left{
	margin-left:-60px;
}
.title{
	color:#FFFAFF!important;
	font-size:100px;
}
.btn-margin-bottom{
	margin-bottom:18px;
}
.row-padding-top{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:73px;
}
.btn-padding-top{
	margin-bottom:0px;
	margin-top:3px;
}
.bloc-bloc-1-margin-top{
	margin-top:8px;
	margin-bottom:9px;
}
.bloc-0-margin-bottom{
	margin-bottom:80px;
	margin-top:50px;
}
.bloc-0-margin-top{
	margin-top:2px;
}
.container-div-style{
	width:100%;
}
.bloc-20524-margin-top{
	margin-top:0px;
}
.card-1-margin-top{
	padding-top:0px;
	margin-bottom:111px;
}
.card-body-margin-bottom{
	margin-bottom:-3px;
	padding-bottom:10px;
}
.card-body-4-margin-bottom{
	margin-bottom:3px;
	padding-bottom:12px;
}
.card-padding-bottom{
	margin-bottom:2px;
}
.bloc-44675-margin-bottom{
	margin-bottom:110px;
	padding-bottom:12px;
	padding-right:38px;
}
.bloc-5350-margin-bottom{
	margin-bottom:116px;
	padding-top:0px;
	padding-right:32px;
}
.j{
	font-family:"Lato";
	font-weight:400;
	color:#FFFFFF!important;
	font-size:35px;
}
.k{
	font-family:"Lato";
	font-weight:700;
	font-size:90px;
}
.h3-fewo-1-style{
	font-family:Lato;
	font-weight:300;
}
.h3-fewo-3-style{
	font-family:Lato;
	font-weight:300;
}
.h3-fewo-2-style{
	font-family:Lato;
	font-weight:300;
}
.bloc-13758-margin-top{
	margin-top:23px;
}
.bloc-29430-margin-top{
	margin-top:0px;
	padding-top:17px;
}
.img-style{
	width:303px;
}
.img-img-90-style{
	width:238px;
}
.img-bloc-26-style{
	width:202px;
}
.btn-margin-right{
	margin-right:55px;
	margin-top:0px;
}
.img-bloc-16-style{
	width:240px;
}
.img-4-style{
	width:240px;
}
.link-style{
	width:91px;
}
.img-img-9121-style{
	width:181px;
}
.h1-7-style{
	font-family:"Lato";
	font-weight:900;
	width:70.98%;
}
.p-bloc-26-style{
	font-family:"Josefin Sans";
}
.p-20-style{
	font-family:"Josefin Sans";
}
.p-21-style{
	font-family:"Josefin Sans";
}
.p-22-style{
	font-family:"Josefin Sans";
}
.bloc-bloc-30-margin-top{
	margin-top:14px;
	padding-bottom:0px;
	margin-bottom:-41px;
}
.row-bloc-2-margin-top{
	margin-top:-28px;
}
.icon-margin-top{
	margin-top:590px;
}
.img-img-95-style{
	width:240px;
	margin-right:2px;
}
p{
	color:#5B5B5B!important;
}
.pep{
	color:#5B5B5B!important;
	font-family:"Lato";
	font-weight:400;
}
.h3-reinigung-style{
	font-family:"Josefin Sans";
	font-size:35px;
}
.p-1256-style{
	font-family:"Josefin Sans";
	font-size:25px;
}
.p-bloc-39-style{
	font-family:Lato;
	font-weight:900;
	color:#FFFFFF!important;
	text-align:center;
	font-size:20px;
}
.p-12-bloc-39-style{
	font-family:Lato;
	font-weight:900;
	color:#FFFEFE!important;
	text-align:center;
	font-size:20px;
	width:58.05%;
}
.bloc-bloc-32-margin-bottom{
	margin-bottom:65px;
}
.bloc_ender{
	color:#FFFFFF!important;
	font-family:"Lato";
	font-weight:700;
	font-size:10px;
}
.p-bloc-51-style{
	font-size:15px;
}
.hl{
	font-family:"Lato";
	font-weight:700;
	color:#FFFEFE!important;
	font-size:15px;
}

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

/* Background colour styles */

.bgc-cream{
	background-color:#FEFFCD;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-cream-2{
	background-color:rgba(254,255,205,0.82);
}
.bgc-white-smoke{
	background-color:#F7F7F7;
}

/* Text colour styles */

.tc-la-salle-green{
	color:#007130!important;
}
.tc-davys-grey{
	color:#595959!important;
}
.tc-white-smoke{
	color:#F7F7F7!important;
}
.tc-rich-electric-blue{
	color:#0087D1!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.wire-btn-la-salle-green{
	color:#007130!important;
	border-color:#007130!important;
}

/* Icon colour styles */

.icon-la-salle-green{
	color:#007130!important;
	border-color:#007130!important;
}

/* Bloc image backgrounds */

.bg-luftbildegrundstückelsterblick2020-fixed-202{
	background-image:url("img/luftbildegrundstückelsterblick2020_fixed%202.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-25-58{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.25.58-1.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-28-05{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.28.05.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-25-58{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.25.58-1.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2013-54-29{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2013.54.29.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-25-58{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.25.58-2.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-25-58{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.25.58-3.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2013-57-20{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2013.57.20-1.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2012-25-58{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2012.25.58-1.png");
}
.bg-Bildschirmfoto-202021-06-05-20um-2013-57-20{
	background-image:url("img/Bildschirmfoto%202021-06-05%20um%2013.57.20-1.png");
}
.bg-IMG-9046{
	background-image:url("img/IMG_9046.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} 

/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.bloc-padding-left{
		padding-left:224px;
	}
	.bloc_endermd{
	}
	
}

@media (max-width: 767px){
	.bloc-bloc-4-margin-top{
		margin-top:69px;
		padding-left:32px;
		padding-right:129px;
		padding-top:0px;
	}
	.row-margin-top{
		margin-top:-214px;
		margin-bottom:-76px;
		padding-bottom:0px;
		padding-top:0px;
		margin-left:4px;
	}
	.bloc-margin-top{
		margin-bottom:-120px;
		padding-bottom:9px;
	}
	.h2-margin-top{
		margin-top:61px;
	}
	.p-style{
		padding-bottom:57px;
	}
	.img-margin-top{
		margin-top:31px;
		padding-top:63px;
	}
	.bloc-padding-left{
		padding-right:77px;
		padding-left:177px;
		margin-bottom:22px;
	}
	.muttoin{
		margin:10px 10px 10px 10px;
	}
	.p-53-style{
		font-size:15px;
	}
	.p-bloc-51-style{
		font-size:15px;
	}
	
}

@media (max-width: 575px){
	.img-p04200-margin-top{
		margin-top:0px;
	}
	.mt-1{
	}
	.h1-7-style{
		width:96.3%;
		font-size:40px;
		margin-bottom:60px;
	}
	.icon-margin-top{
		margin-top:450px;
	}
	.carousel-margin-top{
		margin-bottom:50px;
		margin-top:-12px;
	}
	.card-body-margin-bottom{
		margin-bottom:-15px;
	}
	.card-body-padding-top{
		margin-bottom:-15px;
	}
	.card-body-bloc-26-margin-bottom{
		margin-bottom:-15px;
	}
	.card-body-4-margin-bottom{
		margin-bottom:-12px;
	}
	.card-body-5-margin-bottom{
		margin-bottom:-15px;
	}
	.bloc-margin-top{
		padding-top:2px;
		margin-top:13px;
	}
	.bloc-padding-left{
		padding-left:0px;
		padding-right:0px;
	}
	.btn-margin-right{
		margin-right:0px;
	}
	.muttoin{
		margin:10px 10px 10px 10px;
	}
	.p-12-bloc-39-style{
		font-size:10px;
		width:100%;
	}
	.p-bloc-39-style{
		font-size:10px;
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.p-bloc-51-style{
		width:100%;
		font-size:10px;
	}
	.p-53-style{
		font-size:10px;
	}
	.hl{
		font-size:10px;
		text-transform:none;
	}
	
}

