/* Easy Slider */
.circle {
	float:right;
	width:98%;
	border:2px solid #6CF;
	margin:10px 5px 10px 0;
	padding:3px;
}

.circle .inner {

}
.circle:hover .inner {	
}


.mask {
	padding-right:15px;
	vertical-align:bottom;
}
.view {
   width: 100%;
   margin: 0px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   /*background: #000 url(../images/bgimg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   width: 100%;
   height: 195px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: right;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: DroidBold;
   font-style: justify;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 20px 10px 10px 0;
   text-align: right;
}
.view span {
   font-family: Droid,BYekan,tahoma;
   font-style: justify;
   font-size: 15px;
   position: relative;
   color: #CF0;
   padding: 0px 10px 5px 0;
   text-align: right;
   line-height:25px
}
.view a.info {
	position:absolute;
	bottom:30px;
	left:10px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
	background-color:#bacf32;
	font-family:DroidBold;
	font-size:13px;
	color: #333;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
}
.view a.info:hover{
	background-color:#ddee6c;	
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


#portfolio ul, #portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio li{
	overflow: hidden;
}
.item {
    width: 100%;
	float:right;
}


.item h2 {
	font-weight:normal;
	font-size:21px;
	color:#7d7d7d;
	text-shadow:1px 1px #fff;
	float:right;
	font-family:DroidBold;
	text-align:center;
	line-height:29px;
	margin:10px 0 0 0;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	padding:0 15px 0 0
}
.item:hover h2 {
	color:#e93b00;
}

#portfolio li div:first-child {
	margin-right:0;
}



#product ul, #product li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#product li{
	width: 940px;
	overflow: hidden;
}
.item_product {
	width:300px;
	float:right;
}


.item_product h2 {
	font-weight:normal;
	font-size:21px;
	color:#7d7d7d;
	text-shadow:1px 1px #fff;
	float:right;
	font-family:DroidBold;
	text-align:center;
	line-height:29px;
	margin:10px 0 0 0;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	padding:0 15px 0 0
}
.item_product:hover h2 {
	color:#e93b00;
}

#product li div:first-child {
	margin-right:0;
}