body{
	overflow: visible !important;
	background-color: #252726;
}
#container-360-overlay{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.navbar{
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 32px;
}
.logobounche{
	display: none;
}
#fullpage{
	z-index: 100;
}
#fullpage:after{
	content: '';
	display: block;
	clear: both;
}
.home{
	margin-top: -99px;
	background:#252726;
	background-size: cover;
	z-index: 0;
	height: 100%;
}
#container-360{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.home{
	z-index: 100;
    position: relative;
}
.wrapperhome{
	bottom: 35%;
    color: #fff;
    /*line-height: 30px;*/
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.wrapperhome .button{
	line-height: 30px;
}
.section.beforelast .wrapperhome{
	bottom: 5%;
}
.inputs {
	margin-bottom: 1rem;
}
.img-con{
	width: 90%;
/*	max-width: 480px;*/
	margin: 17px auto 20px;
}
.img-con img{
	width: 100%;
}
.other-intro{
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: fontbook !important;
	font-size: 16px !important;
}
.contact-list:nth-child(2n){
    padding-top: 10px;
}
.contact-list:nth-child(3n){
    padding-top: 10px;
}
.title{
    font-family: fontlight;
	color: #fff;
	font-size: 24px;
	text-align: center;
    display: table;
	width: 100%;
}
.title img, .title span{
    display: inline;
    vertical-align: middle;
    padding: 0;

}
.description{
    font-family: fontbook;
	text-align: center;
	/*color:#738989;*/
    color:#fff;
	font-size: 16px;
}
.description span{
        display: inline-block;
        /*margin-top: 10px;*/
    }
.add-button a{
	display: block;
	width: 30%;
	margin:20px auto;
	text-decoration: none;
}
.home-image img{
	width: 100%;
}
.home-image{
	/*position: relative;*/
}
.menu{
	float:right;
	padding-top:105px;
	padding-right: 32px;
	top: 0;
	right: 0;
}
.text-wrap{
	width: 60%;
	margin: 0 auto;
	max-width: 1000px;
}
.hello{
	font-family: fontbook !important;
	font-size: 30px;
	margin: 0 auto 10px;
	color:#bcc6c6;
}
.intro-name{
	font-family: fontlight !important;
	font-size: 26px;
	margin: 0 auto 20px;
	color:#bcc6c6;
}
.intro-name img{
    max-width:258px;
}
.intro-desc{
	font-family: fontlight !important;
	font-size: 26px;
	padding: 0 30px;
	margin: 0 auto 20px;
	color:#bcc6c6;
	line-height: 26px;
}
.motto{
	font-family: fontlight !important;
	font-size: 26px;
    padding: 0 30px;
	margin: 0 auto 20px;
	color:#bcc6c6;
	line-height: 26px;
}
.motto .wow{
	font-family:fontbook;
}
.joinus, .request {
	height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 30px;
}
.button {
	background-color: transparent;
    border: 2px solid #7e8989;
    color: #7e8989;
    margin: 0 auto 20px;
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.button-text{
	font-family: fontlight;

}
a:hover .button{
	text-decoration: none;
}
.buttons a:hover{
	text-decoration: none;
}
.joinbut a, .reqbut a{
	display: block;
	width: 30%;
	margin:0 auto;
	max-width: 245.785px;
	text-decoration: none;
}
.joinbut .button{
	border: 2px solid #bcc6c6;
	height: 50px;
	padding: 5px;
}
.joinbut .button-text{
	padding-top: 2px;
	display: inline-block;
}
.joinbut .button img,.reqbut .button img{
	padding-right: 10px;
	display: inline-block;
}

.joinbut .button img{
	height: 23px;
	    margin-bottom: 4px;
}
.reqbut .button img{
	height: 19px;
}
.joinbut.smallicon .button img{
	height: 19px;
}
.reqbut a .button .button-text{
	color:#bcc6c6;
}
.reqbut .button{
	border:2px solid #7e8989;
	color:#bcc6c6;
	height: 50px;
	padding: 5px;
}
.showcase-section .text-wrap{
	width: 100%;
}
.showcase-home{
	/*width: 90%;*/
	margin: 0 auto;
}
.showcase-home ul{
	list-style: none;
	padding: 0;
	margin: 0px auto 9px;
	text-align: center;
}
.showcase-home ul li{
	width: 220px;
	max-width: 220px;
	height: 135px;
	display: inline-block;
	margin:0 12px 12px 12px;
}
.showcase-home ul li div{
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 135px;
}
.showcase-home ul li a img{
	width: 100%;
	/*position: relative;
	top: 0;
	left: 0;*/
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.showcase-home ul li a{
	position: relative;
	display: block;
	-webkit-box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
}
.showcase-home ul li a:hover div:after{
	content: ' ';
	display: none;
	position: absolute;
	top: -30%;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url('../img/home/see details.png') no-repeat center center;
	z-index: 10;
	width: 100%;
	padding-bottom: 100%;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
	background: #bcc6c6;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.showcase-home ul li a:hover img{
    /*width: 120%;
    top: -10%;
    left: -10%;*/
	transform: translate(-50%, -50%) scale(1.2);
}
.footer{
	display: none;
}
.footer2{
	position: relative;
	z-index: 400;
	text-align: center;
	width: 100%;
	padding: 38px 0 60px;
	min-height: 416px;
}
.footer2 .footer-logo {
	margin: 0px auto 20px;
}

/*.footer2 .footer-address{
	margin: 0 15px;
}*/

.footer2 .description{
	padding-left: 0;
	font-family:fontlight !important;
	font-size: 14px !important;
	color:#bcc6c6 !important;
}
.footer2 .footer-address .description.email{
	color:#fff !important;
}
.footer2 .description span {
	display: inline-block;
	margin-top: 0;
}
.footer2 .description.address {
	 min-height: 0px;
}
.fp-auto-height .wrapperhome{
	position: relative;
	bottom: 0;
}
input,textarea{
    border-color: #bcc6c6 !important;
    color:#fff !important;
}
.inputstitle{
    font-size: 16px;
    font-family: fontlight;
}

.seo-section {
    display: flex;
    flex-direction: column;
    /* padding: 40px 0 52px 0; */
    /* width: 85%; */
    margin: auto;
    position: relative;
	z-index: 1001;
}

.wrapperhome-seo{
	bottom: 15%;
    color: #fff;
    /*line-height: 30px;*/
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.seo-wrapper-content {
    /* padding: 40px 0; */
	/* background-color: #7e8989;
	background-image: url(../../assets/img/slicingmobile/mobile/about/pattern.png); */
	/* background-repeat: repeat; */
    overflow-y: auto;
    max-height: 0vh;
    transition: ease-in-out 0.2s;
}

.seo-content {
    width: 60%;
	max-width: 1000px;
    margin: auto;
    padding: 40px 0;
	color: white;
}

.seo-content h2 {
    font-size: 14px;
}

.seo-content p,h3 {
    font-size: 12px;
}

.btn-accordion-top {
    position: absolute;
    /* top: 0; */
	bottom: 75px;
    padding: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
	height: 10%;
    background-color: transparent;
	border: 0 solid #e2e8f0;
	z-index: 1002;
	transition: ease-in-out 0.2s;
    /* transform: rotate(180deg); */
}

.section.hidden{
    display: none;
}

.form-wrapper{
	transition: ease-in 0.2s;
}









@media screen and (min-width: 1500px){
	.section.beforelast .wrapperhome{
		bottom: 25%;
	}
}
@media screen and (max-width: 991px){
	.button {
		background-color: transparent;
	    border: 2px solid #7e8989;
	    color: #7e8989;
	    margin: 0 auto 20px;
	    vertical-align: middle;
	    width: 80%;
	    font-weight: bold;
	    font-size: 16px;
	    text-align: center;
	}
	.joinbut a, .reqbut a {
	    display: block;
	    margin: 0 auto;
	    width: 75%;
	}
	.home{
		margin-top: -93px;
		    height: auto;
	}
	.home:after{
		content: '';
		display: block;
		clear: both;
	}
	#fullpage{
		width:100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.section{
		position: relative;
		display: block;
	}
	#container-360{
		width:100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	#fullpage{
		position: relative;
	}
	.section:first-child{
		margin-top: 7rem;
	}
	.section{
		padding: 40px 0;
	}
	.section:last-child{
		padding-top: 0;
		padding-bottom: 0;
	}
	.wrapperhome {
    	position: relative;
		bottom: 0;
		top: 0;
	}
	.text-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.showcase-section .text-wrap {
		width: 90%;
	}
	.add-button a {
		width: 100%;
	}
	.showcase-home ul li{
		width: 45%;
		display: inline-block;
		padding: 0 2%;
		max-width: 196px;
		height: 124px;
	}
	.showcase-home ul li div {
		position: relative;
		overflow: hidden;
		width: 196px;
		height: 124px;
	}
	.showcase-section .joinbut .button-text{
		padding-top: 5px;
		display: inline-block;
		padding-left: 0;
	}
}

@media screen and (max-width: 420px){
	.motto{
		font-size: 20px;
	}
	.intro-desc{
		font-size: 16px;
		padding: 0;
	}
	.other-intro {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.showcase-home ul li{
		width: 124px;
		display: inline-block;
		margin: 4% 3%;
		padding: 0;
		height: 80px;
	}
	.showcase-home ul li div {
		position: relative;
		overflow: hidden;
		width: 124px;
		height: 80px;
	}
	.intro-name img{
		width: 100%;
        max-width:258px;
	}
	.footer2 {
		position: relative;
		bottom: 0;
		z-index: 400;
		text-align: center;
		background: #252726;
		width: 100%;
		padding: 60px 0;
		height: auto;
		min-height: 370px;
	}	

	.footer2 .footer-address {
    	margin: 12px 20px;
	}

	.footer2 .description {
        font-size: 15px !important;
    }

	.seo-wrapper-content{
		
	}

	.seo-content{
		width: 90%;
	}

	.btn-accordion-top {
		bottom: 0px;
		/* transform: rotate(180deg); */
	}

}