@font-face {
	font-family: customfont;
	src: url('../fonts/Montserrat-Light.otf') format("opentype");
}

body {
	font-family: customfont;
	background: #e5e5e5;
}
footer {
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/footbg.jpg) repeat center;
	padding: 10px;
}

	footer ul li a {
		color: #fff;
		padding: 10px;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}

		footer ul li a:hover {
			color: #fd933b;
			text-decoration: none;
		}

	footer a:visited {
		color: #ddd;
	}

	footer img {
		padding: 5px;
		opacity: .7;
	}

		footer img:hover {
			opacity: 1;
		}



p {
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	margin: auto;
	padding: 10px;
	color:#000;
}

h4 {
	text-align: center;
	text-shadow: 0px -1px 0px #000;
	margin: auto;
	padding: 10px;
	font-weight: normal;
	color: #fff;
}

.btnbg {
	background: url(../images/btnbg.png) repeat;
	box-shadow: 0px 0px 5px -1px #000;
	cursor: pointer;
	width: 185px;
	top: -75px;
	color: #ddd;
	position: relative;
	z-index: 15;
	padding: 10px;
	font-weight: bold;
	margin: 5px;
	text-align: center;
}

	.btnbg a {
		color: #fff;
		text-decoration: none;
	}

	.btnbg:hover {
		background: #fd0001;
		color: #fff;
	}

.btnbg1 {
	border: 1px solid #fff;
	position: relative;
	background: #656565;
	z-index: 15;
	margin: auto;
	text-align: left;
	
}

.iconpad {
	padding: 20px;
	text-align: center;
	cursor: pointer;
	margin: auto;
	font-weight: bold;
	transform: scale(.8);
	transition: all 0.6s ease-in-out 0s;
}

	.iconpad:hover {
		transform: scale(.9);
		background: #ddd;
		transition: all 0.6s ease-in-out 0s;
	}
