@import 'https://fonts.googleapis.com/css?family=Asap';
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff; font-family: 'Asap', sans-serif;
}
.wrapper {
	width: 100%;
	height: auto;
}
.pagewrapper {
	width: 60%;
	height: auto;
	margin: 0 auto;
}
img {
	width: 100%;
	height: auto;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-jutify {
	text-align: justify;
}
h1 {
	font-size: 32px;
	color: #242424;
	margin: 1%;
}
p {
	color: #000;
	font-size: 16px;
	
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
}
h5 {
	font-size: 11px;
	color: #000;
	
	margin-bottom: 2%;
	font-weight: 500;
}
header, section, article, footer {
	display: block;
}
header {
	background: #FBB12F;
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0%; float: left;
}
.clearfix {
	clear: both;
	margin: 0;
}
.logo {
    width: 20%;
    padding: 1% 1% 1% 2%;
    float: left;
    border-bottom: 1px solid #fbb12f;
}
footer {
	background: #FBB12F;
	width: 98%;
	height: auto;
	float: left;
	padding: 1%;
}
.image-width{ width:40%; float:left; }
.image-width img{ width:auto; margin-right:1%;}
#topcontrol:after {
	top: -2px;
	left: 8.5px;
	position: absolute;
	text-align: center;
	font-family: FontAwesome
}
#topcontrol:hover {
	color: #fff;
	background: #ca5506;
	transition: all .3s ease-in-out
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.fade {
    height: 300px;
    width: 300px;
    background-color: #d15757;
    color: #fff;
    padding: 10px;
}
#menu {
    width : 200px; padding:1%;
    height : auto;
    position: fixed; color:#fff;
	 font-size:18px; 
	  word-wrap:break-word;
    display : none;
	top:70%; right:2%;
}
#menu img { width:auto;}
.element	{ position:fixed; top:80%; right:2%; background:#242424; color:#fff; width:15%; display : none; }