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

.divInner {
	background-image:url(images/bgMiddle.jpg);
	background-position:center top;
	padding-left:13px;
	padding-right:13px;
	box-shadow:0 0 68px #969696;
	margin-bottom:20px;
}
.divFlash {
	height:479px;
}
.divRedLine {
	height:3px;
	background-color:#ec2327;
}
.txtWhite12 {
	font-family: Verdana;
	font-size: 12px;
	color: #BDBDBD;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}
.arivalHeading {
	font-family: 'Allura', cursive;
	font-size: 32px;
	color: #909090;
	text-decoration: none;
	text-align: center;
}

.arivalHeading_right {
	font-family: 'Allura', cursive;
	font-size: 28px;
	color: #E7D493;
	text-decoration: none;
	text-align: left;
	padding-left: 17px;
}

.arivalHeading1 {
	font-family: 'Allura', cursive;
	font-size: 42px;
	color: #909090;
	text-decoration: none;
	text-align: left;
}

.grayLine {
	height:1px;
	background-color:#828282;
	width:100%;
}
.testimonialsHeading {
	font-family: 'Economica', sans-serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}
.txtGray12 {
	font-family:Verdana;
	font-size:12px;
	color:#969696;
	line-height:20px;
	text-decoration:none;
	letter-spacing:1px;
}
.divHline {
	width:3px;
	height:165px;
	background-color:#343434;
	margin-top:10px;
}
.whiteHeading22 {
	font-family: 'Poiret One', cursive;
	font-size:22px;
	color:#bfbfbf;
	text-decoration:none;
}
.txtWhite14 {
	font-family:Verdana;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.footerlink {
	font-family:Verdana;
	font-size:12px;
	color:#a4a4a4;
	text-decoration:none;
}
.footerlink:hover {
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.footerTxt {
	font-family:Verdana;
	font-size:12px;
	color:#a4a4a4;
	line-height:18px;
	text-decoration:none;

}

.divThumb{
	border: 5px solid #C9C9C9;
	width: 239px;
	height: 371px;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out .1s;
	-o-transition: all 1s ease-in-out .1s;
	transition: all 1s ease-in-out .1s;
	margin-bottom:15px;

	}
	
	.divThumb:hover {
	-webkit-opacity: .7;
	opacity: .7;
	border:5px solid #f00;
}
.divNum{
	width: 16px;
	height: 16px;
	background-color: #F91216;
	color: #fff;
	float: right;
	margin-right: 8px;
	padding: 8px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	margin-bottom:5px;
	margin-top:5px;
}

.divNum:hover {
	background-color: #9E0608;
}

.divNum_active{
	width: 16px;
	height: 16px;
	background-color: #9E0608;
	color: #fff;
	float: right;
	margin-right: 8px;
	padding: 8px;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:5px;
}
.table td{
	border-bottom: 1px dashed #EBD398;
	height: 40px;
	font-size: 12px;
	color: #D4D3D3;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.divTesti_light{background-color:#373737; border:1px solid #3B3B3B; border-radius:5px; margin-bottom:8px;color:#E3E1E1; padding:10px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.divTesti_dark{
	background-color: #232323;
	border: 1px solid #3B3B3B;
	border-radius: 5px;
	margin-bottom: 8px;
	color:#E3E1E1;
	padding:10px;
	font-family:verdana;
}

.li{ list-style:url(images/bullet.png); color:#D5D5D5; line-height:20px; font-family:verdana; font-size:12px; padding-left:10px; }

.bt_subscribe{background-color:#D50003; color:#FFFFFF; font-family:abel; font-size:14px; border:none; padding:5px; width:90px;}

.textbox{
	padding: 5px;
	border-radius: 6px;
	margin-right:8px;
	
}

.bt_black{
	background-color: #EC2327;
	color: #FFFFFF;
	padding: 5px;
	box-shadow: 3px 5px 1px #9C0508;
	-webkit-box-shadow: 3px 5px 1px #9C0508;
	border: none;
	width: 167px;
	margin-right: 5px;
	height: 35px;
	font-family: abel;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 2px;
}

.bt_black:hover{
	background-color: #94000D
}