*{
	margin: 0px;
	padding: 0px;
}
body{
    text-align: center;
    background: url(assets/Loading.png) center no-repeat fixed, url(assets/HeaderImg.png) center center / cover no-repeat fixed;
    font: 25px Comfortaa;
    transition: opacity 0.2s;
    opacity: 0.001;
}
body::-webkit-scrollbar{
	width:12px;
	background-color:#494A49;
}
body::-webkit-scrollbar:horizontal{
	height:12px;
}
body::-webkit-scrollbar-thumb{
	background-color:rgb(150,150,150);
}
body::-webkit-scrollbar-thumb:hover{
	background-color:rgb(200,200,200);
}
body::-webkit-scrollbar-thumb:active{
	background-color:rgb(100,100,100);
}
body::-webkit-scrollbar-corner{
	background: #494A49;
}
html, body{
  height: 100%;
}
@font-face{
	font-family: SatisfyRegular;
	src: url(assets/Satisfy-Regular.ttf);
}
.Font1{
	font-family: Comfortaa;
}
.PagePart{
	width: 100%;
	background: -webkit-linear-gradient(90deg, #303030 10%, #404040 90%);
    background: -moz-linear-gradient(90deg, #303030 10%, #404040 90%);
    background: -ms-linear-gradient(90deg, #303030 10%, #404040 90%);
    background: -o-linear-gradient(90deg, #303030 10%, #404040 90%);
    background: linear-gradient(90deg, #303030 10%, #404040 90%);
}
#StartPicture{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background:transparent;
    font-family: SatisfyRegular;
    text-shadow: 1px 1px 20px black, 1px 1px 20px black, 1px 1px 25px black;
}
#StartMove{
	width: 1px;
}
#StartContetnt{
    max-width: 550px;
    width:100%;
    margin: 0px auto;
    color: #ececec;
}
#Logo{
	background-image: url("assets/Logo.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#IntroducePart{
	width: 100%;
}
#IntroducePartCanvas{
	width: 100%;
	height: 100px;
	margin: 0px;
}
.LasyShow{
	opacity: 0.0001;
	transform: translate(-100px,0);
}
.LasyShowAnim{
	transition: opacity 0.7s, transform 0.7s;
	transition-timing-function: cubic-bezier(0.44,-0.09, 0.47, 0.99);
}
#BottomShape{
	height: 200px;
}
#IntroducionDetails{
	margin: 20px auto;
	width: 100%;
}
.IntroducionPart{
	display: inline-block;
	margin: 10px 20px;
	width: 300px;
	height: 260px;
	color: #ececec;
	font-size: 20px;
	cursor: pointer;
    transform-origin: 50% 50%;
	transition: background-color 0.3s, transform 0.3s;
	transition-timing-function: cubic-bezier(0.75, 0.25, 0.24, 0.83);
}
.IntroducionPart:hover{
	background-color: rgba(0,0,0,0.1);
	transform: scale(1.05,1.05);
}
.IntroducionPart:active{
	background-color: rgba(0,0,0,0.1);
	transform: scale(1.025,1.025);
}
.Descript{
	height: 50px;
	float: left;
	width: 100%;
}
.IntroPartTitle{
	font-size: 25px;
	color: #ececec;
}
.IntroPartDesc{
	font: 20px Comfortaa;
	line-height: 33px;
}
.Imag{
	width: 290px;
	height: 193px;
	background-size: cover;
	margin: 5px;
}
#OfferButton{
	color: #ececec;
}
#Offer{
	margin-top: 100px;
}
#OfferButton{
	border: 3px solid #ececec;
	display: inline-block;
	font-size: 20px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	cursor: pointer;
	margin-top: 25px;
	margin-bottom: 125px;

	transition: background 0.3s, color 0.3s, border-radius 0.3s;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}
#OfferButton:hover{
	background:#ececec;
	color: #303030;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
#OfferButton div{
	margin:5px 21px;
	transition: margin 0.3s;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}
#OfferQuestions{
	font: 19px Comfortaa;
	color: #ececec;
}
.BottomShapeCanvas{
	width: 100%;
	float:left;
}
#Customers{
	background:#494A49;
	min-height: 500px;
}
#CustomerDisplay{
	width: 100%;
	line-height: 0;
	margin: 0 auto;
	overflow-y: hidden;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}
#CustomerDisplay img{
	width: 100%;
	//-webkit-filter: grayscale(100%) brightness(80%);
    //filter: grayscale(100%) brightness(80%);
    transition: opacity 0.4s, transform 0.4s;
}
#CustomerDisplay img:hover{
	//-webkit-filter: grayscale(0%);
    //filter: grayscale(0%);

}
.ButtonUpDown{
	background: rgba(50,50,50,0.2);
	width: 100%;
	height: 50px;
	transition: background 0.3s;

}
.ButtonUpDown:hover{
	background: rgba(50,50,50,0.4);
}
#PrevCTitle{
    font: 40px SatisfyRegular;
}
#PreviousCustomers{
	background: #CCCCCC;
}
.Contact{
	width: 49%;
	font: 18px Comfortaa;
	display: inline-block;
	text-align: left;
	width:320px;
	margin-left: 30px;
}
#Header{
	position: fixed;
	width: 100%;
	z-index: 100;
	text-align: left;
	font-size:25px;
	left: 0px;
	line-height: 40px;
	top: 0px;
	height: 40px;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}
.HighlightText{
	color: #ECECEC;
	cursor: pointer;
	transition: color 0.2s;
}
.HighlightText:hover{
	color: #AAF;
}
#Map{
	border:0;
	
	height:500px;
	width:100%;
	box-shadow: 0 0 20px rgb(0,0,0);
	box-shadow: 0 5 20px rgba(0,0,0, 0.3);
	transition: box-shadow 0.4s;
}
#Map:hover{
	box-shadow: 0 0 30px black;
}
#Gallery{
	width: 100%;
	overflow: hidden;
}
.GalleryImage{
	background: #c0c0c0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	display: inline-block;
}
#ButtonContainer{
	position: absolute;
	width: inherit;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ButtonBackg{
	width:60px;
	height:100%;
	display:inline-block;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	transition: background 0.5s;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}
.ButtonBackg:hover{
	background: rgba(0,0,0,0.35);
}
.ButtonBackg:active{
	background: rgba(10,10,10,0.5);
}
::-moz-selection{
    background: rgba(0,0,0,0.2);
}
::selection{
    background: rgba(0,0,0,0.2);
}
#SendEmail{
	background-color: #333;
}
#GalleryMore{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #494A49;
	top: 0;
	left: 0;
	z-index: 101;
	overflow-y: auto;
	opacity: 0;
}
.GalleryExtraImage{
	width: 85%;
	max-width: 1px;
	margin: 1% 0px;
	transition: max-width 0.2s;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}

#GalleryMore::-webkit-scrollbar{
	width:12px;
	background-color:#494A49;
}
#GalleryMore::-webkit-scrollbar:horizontal{
	height:12px;
}
#GalleryMore::-webkit-scrollbar-thumb{
	background-color:rgb(150,150,150);
}
#GalleryMore::-webkit-scrollbar-thumb:hover{
	background-color:rgb(200,200,200);
}
#GalleryMore::-webkit-scrollbar-thumb:active{
	background-color:rgb(100,100,100);
}
#GalleryMore::-webkit-scrollbar-corner{
	background: #494A49;
}
.image_line{
	width: 90%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
}
#GalleryMoreExit{
	position: fixed;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #ececec;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
	z-index: 102;
	cursor: pointer;

	transition: background-color 0.3s;
	transition-timing-function: cubic-bezier(0.68, 0.12, 0.32, 0.85);
}
#GalleryMoreExit:hover{
	background: rgba(0,0,0,0.2);
}
#GalleryMoreExit:active{
	background: rgba(0,0,0,0.4);
}
#GalleryMoreImages{
	min-height: 40%;
}