﻿/*
RISE - CSS
Copyrights - orange-idea.com
Creator: Orangeidea
NOVEMBER - 2011
 

/*-------------------------------------------------------*/
	/*BODY*/
/*-------------------------------------------------------*/


body {
	line-height:22px;
}


/*-------------------------------------------------------------------------------------------------*/
	/*MENU */
/*-------------------------------------------------------------------------------------------------*/

/*** arrows **/

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 15px;
	top: 40px; /* IE6 only */
	width: 10px;
	height: 15px;
	text-indent: -999em;
	overflow: hidden;
	
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 10px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


	.menu, .menu ul {
		float:right !important;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu {
	font-size:12px !important;
	width:auto;
	padding-left:0px;
 
	
	}
	
	.menu:before,
	.menu:after {
		content: "";
		display: table;
	}
	
	.menu:after {
		clear: both;
	}
	
	.menu {
		zoom:1;
	}
	
	.menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative; 
	}
	 
	
	.menu a {
	font-size:12px !important;
	float: left;
	padding: 8px 18px;
	color: #E6E6E6;
	font-family:Oswald;
	text-transform:uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0 #121212;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	 
     
	}
	
	.menu li:hover > a{
		color: #fff;
	}
	
	*html .menu li a:hover { /* IE6 only */
		color: #fff;
	}
	.menu .active a{color: #fff;}
	
	.menu ul {
		font-size:12px !important;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 46px;
		left: 0;
		z-index: 9999;    
		background: #444;
		
	}

	.menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	.menu ul ul {
		top: 0;
		left: 165px;
		margin: 0 0 0 0px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	
	.menu ul li {
		float: none;
		display: block;
		 border:0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		 
         border-bottom: 1px solid #666;
	}  
	  
	 
	   
	.menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	.menu ul a {    
		padding: 5px;
		font-size:11px;
		width: 120px;
		_height: 8px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none; padding-left:8px
	}
	
	.menu ul a:hover {
	background-color: #690;
	background-image: -moz-linear-gradient(#6c0,  #690);
	background-image: -webkit-gradient(linear, left top, left bottom, from(##6c0), to(#690));
	background-image: -webkit-linear-gradient(##6c0, #690);
	background-image: -o-linear-gradient(##6c0, #690);
	background-image: -ms-linear-gradient(##6c0, #690);
	background-image: linear-gradient(##6c0, #690);
	text-shadow:0px 1px #333;
	}
	
	.menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	.menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	.menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #444;
	}
	
	.menu ul li:first-child a:hover:after {
		border-bottom-color: #690; 
	}
	
	.menu ul ul li:first-child a:hover:after {
		border-right-color: #690; 
		border-bottom-color: transparent; 	
	}
	
	.menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}



#menu-footer-menu { float: right;}
#menu-footer-menu li{ float:left; margin-top:10px; margin-bottom:0px; color:#999;  text-shadow:1px 1px #000}
#menu-footer-menu li a { padding-left:10px; padding-right:10px; border-right:1px solid #999;}
#menu-footer-menu li:last-child a { padding-right:0px; border:none;}
#menu-footer-menu li a:hover { color:#fff;}

	/*Typography*/
/*-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family:Yanone Kaffeesatz;
	color:#333; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 36px; line-height: 50px; margin-bottom: 10px;}
h2 { font-size: 32px; line-height: 40px; margin-bottom: 10px; }
h3 {
	font-size: 17px;
	line-height: 31px;
	margin-bottom: 10px;
}
h4 { font-size: 20px; line-height: 28px; margin-bottom: 4px; }
h5 { font-size: 16px; line-height: 24px; margin-bottom: 4px; }
h6 { font-size: 14px; line-height: 21px; }
.block_header {
	background-position:left;
	background-repeat:repeat-y;
	padding-left:40px;
	color: #FFF;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 31px;
	font-size: 17px;
}
.block_header2 {
	background-position:left;
	background-repeat:repeat-y;
	padding-left:40px;
	color: #FFF;
	 
	font-family: Verdana, Geneva, sans-serif;
	line-height: 31px;
	font-size: 30px; font-weight:bold
}
.block_all {
	background:url('../images/line-pat.png');
	background-position:left;
	background-repeat:repeat-y;
}
.block_all p { padding-left:20px; margin-bottom:0px;}
.side_bar .block_all { padding-left:20px; margin-bottom:0px;}
.block_all h1, .block_all h2, .block_all h3, .block_all h4, .block_all h5, .block_all h6 { text-transform:uppercase; padding-left:20px;}

p {
	margin: 0 0 5px 0;
}
.small { font-size:90%;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
.em { font-style: italic; color:#777777; margin-top:3px; }
.strong { font-weight: bold; color: #333; }
.small-italic {font-size:90%; font-style:italic;}
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/*404error*/
p.error{
	font-size:172px;
	font-family:Arial;
	margin-bottom:40px;
	margin-top:60px;
	padding-right:20px;

}

em {font-size:90%; font-style:italic;}
/*-------------------------------------------------------*/
	/*GRID*/
/*-------------------------------------------------------*/

#main_wrapper {
}

/* A container should group all your columns. */
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-60, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23  {
	float:left;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom: 15px;
	background: url(../images/menuline.jpg) no-repeat;
}
div.span-24 {
	float:left;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom: 15px;
	background: url(../images/menuline2.jpg) no-repeat;
}
div.span-6{
	float:left;
	margin-right: 20px;
	margin-top:0px;
	margin-bottom: 15px;}
.columns .span-1, .columns .span-2, .columns .span-3, .columns .span-4, .columns .span-5, .columns .span-6, .columns .span-7, .columns .span-8, .columns .span-9, .columns .span-10, .columns .span-11, .columns .span-12, .columns .span-13, .columns .span-14, .columns .span-15, .columns .span-16, .columns .span-17, .columns .span-18, .columns .span-19, .columns .span-20, .columns .span-21, .columns .span-22, .columns .span-23, .columns .span-24 { height:30px; background:#ededed; text-align:center; margin-top:10px !important; padding-top:10px;}
p.span-1, p.span-2, p.span-3, p.span-4, p.span-5, p.span-6, p.span-7, p.span-8, p.span-9, p.span-10, p.span-11, p.span-12, p.span-13, p.span-14, p.span-15, p.span-16, p.span-17, p.span-18, p.span-19, p.span-20, p.span-21, p.span-22, p.span-23, p.span-24 {float:left; margin-right: 20px; margin-top:30px;}
/* The last column in a row needs this class. */
div.last {
	margin-right: 30px;
	margin-left: 0px;
}

/* Use these classes to set the width of a column. */
.span-1  { width: 20px;}
.span-2  { width: 60px;}
.span-3  { width: 100px;}
.span-4  { width: 140px;}
.span-5  { width: 180px;}
.span-6  { width: 220px;}
.span-7  { width: 260px;}
.span-8  { width: 300px;}
.span-9  { width: 340px;}
.span-10 { width: 380px;}
.span-11 { width: 420px;}
.span-12 { width: 460px;}
.span-13 { width: 500px;}
.span-14 { width: 540px;}
.span-15 { width: 580px;}
.span-16 { width: 620px;}
.span-17 { width: 660px;}
.span-18 {
	width: 740px;
}
.span-19 { width: 740px;}
.span-20 { width: 780px;}
.span-21 { width: 820px;}
.span-22 { width: 860px;}
.span-23 { width: 900px;}
.span-24 {
	width: 970px;
}


.notopmargin { margin-top:0px !important;}
.nobottommargin { margin-bottom:0px !important;}
 
.left {float:left}
.right {float:right}
.clear { clear:both;}

/*-------------------------------------------------------*/
	/*Misc*/
/*-------------------------------------------------------*/
.other_place p { padding-top:15px; margin-bottom:0px;}
.separator{ height:2px; background-color:#dfdfdf; background-image:url('../images/separator.png');}
.clients .separator{ margin-top:15px; margin-bottom:0px !important;}
.tringle { background-image:url('../images/tringle.png'); background-position:center; background-repeat:no-repeat; height:9px; margin-bottom:15px;}
.testimonial {
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	-webkit-box-shadow: 0 3px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	background-color: #fff;
}
.testimonial p { padding:12px; font-style:italic; margin-bottom:0px;}
.comment img { margin-bottom:10px;}
.comment .button_readmore {
	box-shadow:none;
	border-radius:0px;
	background-image:none;
	color:#FFF;
	font-size:10px;
	background-color:#000;
	text-align:center;
	margin-top:20px
}
.comment .button_readmore:hover {
	box-shadow:none;
	border-radius:0px;
	background-image:none;
	color:#fff;
	font-size:10px;
	background-color:#ff6600;
	text-align:center;
}
.comment .span-16{ margin-top:15px !important;}
.comment .testimonial { margin-top:5px; }
.separator_dash{ height:2px; background-image:url('../images/separator_dash.png');}
.colored { color:#ff6600;}
.link, .meta2 a{ color:#ff6600;}
.link:hover, .meta2 a:hover { text-decoration:underline;}
.bold { font-weight:bold;}
.bordered_img {
	padding:5px;
	margin-right:20px;
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	-webkit-box-shadow: 0 3px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
}
.partners .bordered_img{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -ms-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(top, #fff, #fff);
}
.partners .bordered_img:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
}
.hover_img { 
	position:relative;
}
.img_content {
	position:absolute;
	display:block;
	top:5px !important;
	left:5px;
	right:10px;
	padding-left:10px;
	width:600px;
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	opacity:0.8;
	FILTER: alpha(opacity=80);
}
.blog2 .img_content {
	position:absolute;
	display:block;
	top:10px;
	left:5px;
	right:5px;
	padding-left:10px;
	width:auto;
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	opacity:0.8;
	FILTER: alpha(opacity=80);
}

.img_content h3 { 
	color:#000;
	margin-top:5px;
	text-transform:uppercase;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
.meta2 {
	margin-right:20px;
	margin-bottom:15px;
	font-size:10px;
	float:left;
	color:#000;
}
.blog2_meta { margin-top:15px  !important;}
.blog2 .meta2 {
	margin-right:20px;
	margin-bottom:0px;
	font-size:10px;
	float:left;
	color:#000;
}
.hover_img_content { 
	position:absolute;
	opacity:0;
	FILTER: alpha(opacity=0);
	display:block;
	bottom:30px;
	right:10px;
	padding-left:10px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.blog .hover_img_content { 
	position:absolute;
	opacity:0;
	FILTER: alpha(opacity=0);
	display:block;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left:10px;
	color:#fff;
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
	height:15px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.blog2 .hover_img_content { 
	position:absolute;
	opacity:0;
	FILTER: alpha(opacity=0);
	display:block;
	top:auto;
	left:5px;
	right:5px;
	bottom:5px;
	padding-left:10px;
	color:#fff;
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae8e8));
	background-image: -webkit-linear-gradient(top, #fff, #eae8e8);
	background-image: -moz-linear-gradient(top, #fff, #eae8e8);
	background-image: -ms-linear-gradient(top, #fff, #eae8e8);
	background-image: -o-linear-gradient(top, #fff, #eae8e8);
	background-image: linear-gradient(top, #fff, #eae8e8);
	height:30px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.hover_img_content h4 {
	color:#060;
	padding:0px 10px;
	background-color:#fff;
	font-size:12px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
.hover_img_content_link1 { 
	width:50px; 
	height:15px; 
	background-color:#FFF;
	background-image:url('../images/website.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 

}
.hover_img_content_link1:hover { 
	background-color:#000;
	background-image:url('../images/website_hover.png');
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 

}
.hover_img_content_link2 {
	margin-right:3px;
	margin-left:3px;
	width:50px;
	height:15px;
	background-color:#FFF;
	background-image:url('../images/details.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hover_img_content_link2:hover { 
	background-color:#000;
	background-image:url('../images/details_hover.png');
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.hover_img_content_link3 {
	width:50px;
	height:15px;
	background-color:#FFF;
	background-image:url('../images/zoom.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.details1 .hover_img_content_link3 { margin-right:5px;}
.blog .hover_img_content_link3 {
	width:50px; 
	height:15px; 
	background-color:#fff;
	background-image:url('../images/zoom.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.hover_img_content_link3:hover { 
	background-color:#000;
	background-image:url('../images/zoom_hover.png');
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.hover_img:hover img {
	opacity:0.3;
	FILTER: alpha(opacity=30);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.hover_img:hover > .hover_img_content { 
	opacity:1;
	FILTER: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
.blog .hover_img:hover > .hover_img_content { 
	opacity:0.9 !important;
	FILTER: alpha(opacity=90);
	background:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
.blog_content { margin-top:15px !important;}
.blog .hover_img:hover > .img_content{ 
	opacity:0.9;
	FILTER: alpha(opacity=90);
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
.blog .hover_img:hover > .img_content h3 {
	color:#333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
.blog .hover_img:hover img {
	opacity:0.8;
	FILTER: alpha(opacity=80);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.hover_img img {
	opacity: 1.0;
	FILTER: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.button_readmore {
	width:50px; 
	height:20px; 
	-moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	-webkit-box-shadow: 0 3px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	background-color: #fff;
	background-image:url('../images/more.png');
	background-repeat:no-repeat;
	background-position:7px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.button_readmore:hover {
	background-color: #000;
	background-image:url('../images/more_hover.png');
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog_content .button_readmore, .blog2 .button_readmore { background-image:none; padding:5px;}
.blog_content .button_readmore:hover { 
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.servise_icon { float:left; margin-right:10px; margin-top:3px;}
#service_block  p{ margin-bottom:0px; }
#service_block .span-6 { margin-top:20px;}
/*-------------------------------------------------------*/
 
