html, body {
	
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/mainbg.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.clear{
	clear:both;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 700px;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}

#wrapper {
	width: 85%;
	margin:0 auto;
	
	
}/* CSS Document */
.img3{
	width:auto;
}
#top{
	width:100%;
	margin:0 auto;
}
.logo{
	width:32%;
	float:left;
	padding: 1%;
	margin-top: 0.5%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
	
}
.btn{
	width:15%;
	font-family:calibri;
	font-size:18px;
	border:1px #e5e5e5 solid;
	cursor:pointer;
	text-align:center;
	color:#099;
	text-decoration:none;
	padding:1% 1%;
	position:absolute;
	top:500px;
	background-color:#e5e5e5;
	transition-duration: 1s;
}
.btn:hover{
	background-color:#099;
	color:#fff;
	border:#e5e5e5 solid 1px;
	transition-duration: 1s;
}
#bottom_last2{

	position:relative;
}
@media only screen and (max-width:500px){

#wrapper{
	width:100%;
	margin:0 auto;
}
#top{
	width:98%;
	margin:0 auto;
}
.img3{
	width:100%;
}
.logo{
	width:98%;
	float:none;
	padding:0%;
	margin:0 auto;
	
}
#bottom_last2{
	width:98%;
	margin:0 auto;
	position:relative;
	float:none;
}
.btn{
	width:15%;
	font-family:calibri;
	font-size:18px;
	border:1px #e5e5e5 solid;
	cursor:pointer;
	text-align:center;
	color:#099;
	text-decoration:none;
	padding:1% 1%;
	position:absolute;
	top:300px;
	left:30px
	background-color:#e5e5e5;
	transition-duration: 1s;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 700px;
  min-width:0;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}

html{
	
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/mainbg.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
@media only screen and (max-width:420px){
#bottom_last_main{
}
#bottom_last2{
	width:98%;
	margin:0 auto;
	position:relative;
	text-align:center;
	float:none;
}
.btn{
	width:30%;
	font-family:calibri;
	font-size:18px;
	border:1px #e5e5e5 solid;
	cursor:pointer;
	text-align:center;
	color:#099;
	text-decoration:none;
	padding:2% 1%;
	position:absolute;
	top:300px;
	left:122px;
	background-color:#e5e5e5;
	transition-duration: 1s;
}
}