#loading {margin-top:20px;background:url('../images/small-logo.png') no-repeat;width:100px;height:100px;font-size: 20px; left: 50%; margin-left: -50px; position: fixed; text-align: center; top: 50%;margin-top:-50px; z-index: 12000; }
#loading span{  color: #555;
    display: block;
    font-family: "AgencyFB-Regular";
    font-size: 20px;
    color:#fff;
    text-transform: uppercase;
    padding-top: 10px;font-weight: 600; }
#loading-overlay{position: fixed; right:0;left:0; top:0; bottom: 0; background: #000;opacity: 1; z-index: 10000 }


body{
	background: #000;
}
#section-overview .container{
	position: relative;
}
#section-overview{
	min-height: 700px;
	background: url(../images/bg-overview.jpg) no-repeat center -50px ;
	background-attachment: fixed;
}
#section-overview #logo{

	margin:50px auto 0;
}

#section-overview h2{
	color:#fff;
	text-align: center;
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:38px;
}
#section-overview .download-app{
	padding:10px 20px 20px;
}
#section-overview p{
	color:#fff;
	text-align: center;
}
#section-about{
	background: #e1e1e1;
	padding:50px 0 0;
}
#section-about h2{
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:40px;
	text-transform: uppercase;
	margin-top:100px;
}
.img-center{
	margin:0 auto;
}
.vc-hidden {
    opacity: 0;
}
.vc-visible {
    opacity: 1;
}

.btn-download{
	display: block;
	background: #000;
	
}
.btn-download img{
	opacity: 0.7;
	transition: all 0.5s;
}
.btn-download:hover img{
	opacity: 1
}


#white-overlap{
	background: #fff;
	min-height: 200px;
}

#section-technique{
	background: #ebebeb;
	padding:50px 0;
}
#section-overview .obj2{

	width: 482px;
	height: 237px;
	display: block;
}

.social-link{
	color:#999;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
}
.social-link a{
	color:#464646;
}
.social-link a:hover{
	color:#ff0000;
}

#section-videos{
	padding:50px 0 0;
	background: url(../images/bg-videos.jpg) no-repeat center bottom #464646;
	overflow: hidden;
}
#section-videos h2{
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:60px;
	text-transform: uppercase;
	margin-top:150px;
	color:#fff;
}

#section-seminar{
	padding:50px 0 0;
	background: url(../images/bg-seminar.jpg) no-repeat center bottom #ebebeb;
	overflow: hidden;
}
#section-seminar h2{
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:60px;
	text-transform: uppercase;
	margin-top:150px;
	
}


#section-shop{
	padding:50px 0 ;
	background:#040404;
	overflow: hidden;
}
#section-shop h2{
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:60px;
	text-transform: uppercase;
	margin-top:150px;
	color:#fff;
	
}

#section-download{
	padding:50px 0;
	background:#fff;
	overflow: hidden;
}
#section-download h2{
	font-family: 'AgencyFB-Regular';
	font-weight: bold;
	font-size:55px;margin-top:5px;
	text-transform: uppercase;
}

#copy-right{
	background:#000;
	color:#999;
	text-align: center;
	padding:30px;
}


@media (min-width: 1000px ) {
	.social-link{position: absolute;right:0;top:10px;}
    #section-overview .obj1{position: absolute; top:250px; }
	#section-overview .obj2{position: absolute; margin-left:30px;
		position: absolute; margin-left:30px;
	}

}

@media (max-width: 992px ) {
  	#section-overview .obj2{
  		width: auto;
  	}
  	#white-overlap{
  		display: none;
  	}
  	#section-videos h2{
  		text-align: center;margin-top:0;
  		font-size:40px;
  	}
  	#section-about h2,#section-seminar h2,#section-shop h2{margin-top:10px;text-align: center;}
  	#section-download img{
  		margin-bottom: 20px
  	}
}

@media (max-width:767px){
	#section-overview{ padding-bottom: 20px }
	#section-overview #logo{max-width: 250px;margin-top:20px;}
	#section-overview h2{ font-size:23px; }
	#section-overview .download-app img{margin-bottom: 10px}
	

}