@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	background: #000 url(../images/bascground.jpg) top center no-repeat;
	color: #f1f1f1;
	padding: 0;
	margin: 0;
	text-align: center;
	animation: scaleAnim 1s;
}
@keyframes scaleAnim {
	0% {opacity: 0;transform: scale(1.05);}
	100% {opacity: 1;transform: scale(1);}
}

.contensContainer {
	box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.6);
	width: 740px;
	height: auto;
}

.mainimg {
	display: inline-block;
	background: url(../images/mainimages.jpg) center top no-repeat;
	padding: 0;
	margin: 0;
	width: 740px;
	padding-top: 2020px;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.contact img {
	width: 120px;
	height: auto;
}
.contact a.btn {
	display: inline-block;
	background: #f0c86a;
	border-radius: 40px;
	padding: 18px 40px;
	margin: 12px 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.contact a.btn:hover {
	background: #fff;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cr {
	padding: 25px 0 40px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #a8a8a8;
	text-align: center;
}


/*  */
#loading {
	padding:20px;
	text-align:center;
}
.clear {
	clear:both;
}
