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

/* = 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-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* 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-tl-edge{
	background: top left no-repeat;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

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

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.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;
}





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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Paprika";
	color:#5C5649!important;
}
.container{
	max-width:1170px;
}
.navbar-nav li a{
	color:#FFEDC9!important;
}
h1{
	font-size:150%;
	color:#5C5649!important;
	line-height:225%;
	font-family:"Paprika";
}
h2{
	font-size:130%;
	color:#5C5649!important;
	line-height:200%;
}
h3{
	font-size:110%;
	color:#5C5649!important;
	line-height:175%;
}
a{
	color:#B34B66!important;
}
.navbar-brand{
	color:#5C5649!important;
	font-size:150%;
	font-family:"Paprika";
}
p{
	color:#5C5649!important;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:lighter;
}
.mainmenu{
	font-family:"Paprika";
	color:#5D5547!important;
	margin-left:25px;
	float:right;
}
.mainmenu:active{
	font-family:"Paprika";
	font-size:100%;
	color:#C24165!important;
	background-color:transparent;
	background-repeat:no-repeat;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.mainmenu:hover{
	background-color:#5D5547;
	color:#FFEDC5!important;
	font-family:"Paprika";
	font-size:100%;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.menu_footer{
	font-family:"Paprika";
	color:#C24165!important;
	font-weight:lighter;
	margin:10px 10px 10px 10px;
}
.menu_footer:hover{
	color:#57776A!important;
	font-family:"Paprika";
}
.link{
	font-family:"Paprika";
}
.link:hover{
	color:#57776A!important;
}
.button{
	font-family:"Paprika";
	color:#5D5547!important;
	background-color:#A39881;
}
.button:hover{
	color:#FFEECA!important;
	border-color:rgba(0,0,0,0.0);
	background-color:#A39881;
}
.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	text-align:center;
	font-family:"Paprika";
	padding:40px 10px 40px 10px;
	border-radius:6px 6px 6px 6px;
	border-width:0px 0px 0px 0px;
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel pmargin-bottom:20px;
	{
	.blocs-personal-panel pmargin-bottom:20px;
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.blocs-social-list-v li{
	min-width:30px;
}
.custom-carousel{
	width:90%;
	height:60%;
	margin:25px 25px 25px 25px;
	display:;
	float:left;
	box-shadow:0px 0px 0px #5C5649;
}
.dropdown:hover .dropdown-menubackground-color:#A39881;
	{
	display:block;
	overflow:visible;
	margin-top:0px;
	background-color:#5C5649}.dropdown-menu a{
	font-family:"Paprika";
	color:#5D5547!important;
	background-color:#A39881;
	display:block;
	overflow:visible;
	text-indent:1%;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	margin:0px 0px 0px 0px;
}
.dropdown-menu a:hover{
	font-family:"Paprika";
	color:#B34B66!important;
}
.custum-img{
	overflow:visible;
	float:right;
	text-shadow:10px -1px 11px #000000;
	box-shadow:7px 11px 30px #5C5649;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:20px;
}
.custum-img-trans{
	float:left;
}
.dropdown:hover-.dropdown-menu{
	font-family:"Paprika";
}
.dropdown-menu:hover{
	background-color:#A39881;
}
.ul{
	font-family:"Paprika";
}
ul{
	color:#5D5547!important;
}
.img-right25{
	float:right;
	margin:10px 10px 10px 10px;
	width:25%;
}
.img-right33{
	float:right;
	margin:15px 15px 15px 15px;
	background-clip:;
	-webkit-background-clip:;
	box-shadow:7px 7px 10px #47454B;
	width:33%;
	border-style:solid;
	border-color:#47454B;
	border-radius:10px 10px 10px 10px;
	border-width:5px 5px 5px 5px;
}
.img-right33:hover{
}
.dropdown-menu{
	background-color:#A39881;
	font-family:"Paprika";
}
.tooltip-inner{
	background-color:#5D5547;
}
.img-left33{
	width:33%;
	float:left;
	border-style:solid;
	border-color:#47444B;
	border-width:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
	margin-right:15px;
	margin-bottom:15px;
	box-shadow:-4px 7px 10px #47454B;
}
.img-left25{
	float:left;
	width:25%;
	margin:10px 10px 10px 10px;
}
.width45float{
	float:right;
	overflow:visible;
	padding-left:1%;
	padding-right:1%;
	width:45%;
}
.img-left33only{
	float:left;
	width:33%;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.img-right33only{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:33%;
}
.img50{
	width:75%;
	float:none;
}
.img_icon{
	box-shadow:3px 3px 5px #5C5649;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#47454B;
	width:20%;
	border-radius:1000px 1000px 1000px 1000px;
}
.custom_row{
	width:90%;
	float:none;
	margin-left:10%;
	color:#FFEECA!important;
}
label{
	color:#FFEECA!important;
}
.img-icon75{
	border-style:solid;
	border-color:#5C5649;
	box-shadow:3px 3px 5px #5C5649;
	font-family:"Paprika";
	width:65%;
	border-radius:1000px 1000px 1000px 1000px;
	border-width:1px 1px 1px 1px;
}
.img-right65{
	float:right;
	width:65%;
	margin:15px 15px 15px 15px;
}
.img_right_50{
	float:right;
	width:50%;
	margin:15px 15px 15px 15px;
}
.bloc-1-h1{
	font-family: Paprika;
}
.img-style{
	width:300px;
	height:300px;
}
.imgwidth80{
	width:75%;
}
.img-igel01--style{
	width:300px;
	height:300px;
}
.img-hase-weste--style{
	width:300px;
	height:300px;
}
.img-schaefchen--style{
	width:300px;
	height:300px;
}
.img-hummel--style{
	width:300px;
	height:300px;
}
.img-babyfant--style{
	width:300px;
	height:300px;
}
.img-manni-maus--style{
	width:300px;
	height:300px;
}
.img-bloc-10-style{
	width:300px;
	height:300px;
}
.img-moppelkueken--style{
	width:300px;
	height:300px;
}
.img-nachteule--style{
	width:300px;
	height:300px;
}
.img-teddy--style{
	width:300px;
	height:300px;
}
.img-baertram--style{
	width:300px;
	height:300px;
}
.img-muemmelmann--style{
	width:300px;
	height:300px;
}
.img-kaefer--style{
	width:300px;
	height:300px;
}
.img-fiete--style{
	width:300px;
	height:300px;
}
.img-fipsie--style{
	width:300px;
	height:300px;
}
.img-schweini--style{
	width:300px;
	height:300px;
}
.img-mathilde-ii--style{
	width:300px;
	height:300px;
}
.img-schlafkatze--style{
	width:300px;
	height:300px;
}
.img-purzel--style{
	width:300px;
	height:300px;
}
.img-einhoernchen--style{
	width:300px;
	height:300px;
}
.img-810-style{
	width:300px;
	height:300px;
}
.img-gluecksbaerli--style{
	width:300px;
	height:300px;
}
.img-eli-spieluhr--style{
	width:300px;
	height:300px;
}
.img-freunde--style{
	width:300px;
	height:300px;
}
.img-kuschelhasi--style{
	width:300px;
	height:300px;
}
.img-chihuahua--style{
	width:300px;
	height:300px;
}
.img-hugo--style{
	width:300px;
	height:300px;
}
.img90{
	width:90%;
}

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

/* Background colour styles */

.bgc-grullo{
	background-color:#A39881;
}

/* Button colour styles */

.btn-grullo{
	background:#A39881;
	color:#FFFFFF!important;
}
.btn-grullo:hover{
	background:#827a67!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-outer-space{
	color:#47454B!important;
}
.ltc-outer-space:hover{
	color:#39373c!important;
}

/* Icon colour styles */

.icon-umber{
	color:#5C5649!important;
	border-color:#5C5649!important;
}

/* Bloc image backgrounds */




/* = 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{overflow: 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: 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){
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	
}

