#banners{
	width: 100%;
	position:relative;
	overflow:hidden;
	background-color: #51493E;
	background-attachment: fixed;
	/* [disabled]background-image: url(../images/backtotop.png); */
	background-repeat: no-repeat;
	background-position: center top;
}
.banner{
	position:relative;
	display:block;
	width:300px;
	height:389px;
	/* [disabled]overflow:hidden; */
	float:left;
	margin-right:5px;
	font:32px/30px "Times New Roman", Times, serif;
	color:#D1D0B2;
	text-transform:uppercase;
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 10px;
}
	.banner:hover{
	text-decoration:none;
	background: #eeffcc;
}

	.banner span{display:block; font: italic 12px/18px Georgia, "Times New Roman", Times, serif; text-transform:none;}
	.banner img{
	position:absolute;
	left:0px;
}
#bann2{
	background: url(../images/banner2-bw.jpg) no-repeat center top !important;
	background-color: #977400!important;
}
#bann2:hover{
	background: url(../images/banner2.jpg) no-repeat center top !important;
	background-color: #313131!important;
}
#bann3{
	background: url(../images/banner3-bw.jpg) no-repeat center bottom !important;
	background-color: #717A03!important;
}
#bann3:hover{
	background: url(../images/banner3.jpg) no-repeat center bottom !important;
	background-color: #313131!important;
}
#bann1{
	background: url(../images/banner1-bw.jpg) no-repeat center bottom;
	background-color: #4D2F31!important;
}
#bann1:hover{
	background: url(../images/banner1.jpg) no-repeat center bottom !important;
	background-color: #313131!important;
}
.banner1{
	border-radius: 	7px;
	background-color: #696969 !important;
	border: 5px solid #FFF;	/*background: url(../images/banner1-bw.jpg) no-repeat center bottom;*/
}
.banner1:hover {
	text-decoration:none;
	background: #eeffcc !important;
	/*background: url(../images/banner1.jpg) no-repeat center bottom;*/
}
	.banner1 .indents{padding:32px 38px 0;}
	.banner1 span{color:#eaeae4; padding:5px 0 0 5px;}
	.banner1 img{
	bottom:0%;
}
.banner2{
	/* [disabled]border-radius: 	7px; */
	background: #696969 !important;
	border: 5px solid #FFF;
}
	.banner2 img{
	top:0%;
}
	.banner2 span{
	color:#FFFFFF;
	padding:10px 0 0 5px;
}
	.banner2 .indents{padding:260px 43px 0;}
.banner2:hover {
	text-decoration:none;
	background: #eeffcc !important;
	/*background: url(../images/banner1.jpg) no-repeat center bottom;*/
}
.banner3{
	background:#696969 !important;
	/* [disabled]border-radius: 	7px; */
	border: 5px solid #FFF;
}
	.banner3 .indents{padding:32px 38px 0;}
	.banner3 span{
	color:#FFFFFF;
	padding:5px 0 0 2px;
}
	.banner3 img{
	bottom:0%;
}
.banner3:hover {
	text-decoration:none;
	background: #FFFFFF !important;
	/*background: url(../images/banner1.jpg) no-repeat center bottom;*/
}
@media only screen and (max-width: 995px){
	.banner{width:246px; height:330px; font-size:28px; line-height:29px;}
	.banner1 .indents, .banner3 .indents{padding:20px 20px 0;}
	.banner2 .indents{padding:245px 20px 0;}
}
@media only screen and (max-width: 767px){
	.banner{
	width:125px;
	margin-right:3px;
	height:183px;
	font-size:16px;
	line-height:24px;
	text-transform:lowercase;
	background-color: #FFF;
}
	.banner span{display:none;}
	.banner1 .indents, .banner3 .indents{padding:15px 15px 0;}
	.banner2 .indents{padding:145px 15px 0;}
}
@media only screen and (max-width: 479px){
	.banner{
	width:75px;
	margin-right:2px;
	height:143px;
	font-size:14px;
	line-height:19px;
	font-weight: bold;
	background-color: #FFF;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
}
	.banner1 .indents, .banner3 .indents{padding:15px 12px 0;}
	.banner2 .indents{padding:90px 12px 0;}
}
