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

.border{border:1px solid #CCC;}
.indexbanner{margin:18px 0 15px 0;width:auto;}
.index-silder{
	margin:8px 0 18px 0;
	width:auto;	
	}
.side{
	margin:5px 0 8px 0;
	float:left;
	border:1PX solid #e6e7e8;
	}
.sidebg{
	margin:0;
	padding:5px 0 0 0;
	width:auto;
	float:left;
	}
.side img{
	padding:0;
	margin:5px;		
	width:100%;
    opacity: 1.0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;	
	}
.side img:hover{
	opacity: 0.6;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
	}
.deals-title{
	width:auto;
	height:40PX;
	background:#115dc5;
	}
.deals-title h1{
	padding:15px 15px;
	font-size:1.10000em;
	color:#FFF;
	font-weight:bold;
	}
.deals{
	margin-bottom:25px;
	width:auto;
	float:left;
	}
.deals img{
	width:100%;
	height:100%;
  	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	}
.deals-thum{
	margin:6px 0px 0px 0px;	
	padding:0px;
	float:left;
	border:1PX solid #e6e7e8;
	}
.deals-thum:hover{
 	 -webkit-filter: blur(1px);
	 border:1px solid #115dc5;	
	}

.margin{
	margin-bottom:15px;
	}
	
.walldecor{
	padding:0px;
	margin:10px 0px 10px 0px;

	}
.footer-bg{
	background:#f0f2f3;
	}
.footer-margin{
	margin-top:25px;
	}
.footer-contact{
	margin-top:25px;
	margin-bottom:0px;	
	width:auto;
	}
.footer-contact i{
	font-size:0.6em;
	}
.footer-contact h1{
	padding:0;
	font-size:3.5em;
	color:#333;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	text-align:center;
	}	
.footer-contact h2{
	font-size:2em;
	text-transform:none;
	color:#666;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	text-align:center;
	}
.footer-contact h3{
	padding-top:-5px;
	font-size:1.4em;
	text-transform:none;
	color:#666;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	text-align:center;
	}	
.star{
	margin:-5px;
	font-size:0.62345em;
	}	

.footer-newslatter{
	padding-top:5px;
	width:auto;
	}
.right-border{
	border-right:3px solid #D3D6DC;

	}
.footer-newslatter h1{
	font-size:1.4em;
	color:#333;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:none;
	line-height:28px;
	}
.footer-newslatter label{
	margin:0px;
	padding:0;
	width:100%;
	}
.footer-newslatter input{
	margin:0;
	padding:0;
	width:70%;
	height:38px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#FFF;
	border:1px solid #CCC;
	font-size:16px;
	padding-left:15px;
	color:#666;
	font-family:"Courier New", Courier, monospace;
	}

.FOOTER-BOTTOM{
	margin-bottom:30px;

	}
.text{
	margin:0;
	padding-top:8px;
	-webkit-box-shadow: 10px 0px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 15px -10px rgba(0,0,0,0.75);
box-shadow: 10px 0px 15px -10px rgba(0,0,0,0.75);
background:#FFF;
	}