/* copyright mars web solution */

/*--
	Theme Name: akruthi concepts
	Version: 1
	Author: junaid
	Website: http:demo.com/
--*/


/* Global Structure ============================================================= */



.pro-wrap, .pro-wrap2 {
	padding:10px;
	background:#F9F9F9;
	border-radius:10px;
	box-shadow:0 0 2px 2px #EEE;
	display:block;
	float:left;
	margin-bottom:25px;
	width:650px;
}
.pro-wrap2 {
	margin-bottom:0px;
}
.list-widget li {
	float:left; margin:0 13px 20px 0;  display:block;
}
.list-widget li img{
	 border-radius:10px; box-shadow: 0 0 2px 2px #CCC; display:block;
}
.margbot { margin-bottom:25px;}
.address {width:500px; float:left; font-style:normal; }

/* Footer ================================================================================ */


/* Post Cycle */
.post_cycle {
  padding: 0;
  margin: 0;
  position: relative;
}
.cycle_item1 {
  float: left;
  width: 574px;
  padding: 0 0 0px 0;
  background: none;
  list-style-type: none;
 margin-bottom:25px;
 margin-right:10px;
 border:1px solid #7079D3;
}
.cycle_item1 img{margin:5px;}
.cycle_item {
  float: left;
  width: 282px;
  padding: 0 0 0px 0;
  background: none;
  list-style-type: none;
 margin-bottom:25px;
 margin-right:10px;
}
.cycle_item a{
  color: #939393;
  text-decoration: none;
  background: none;
  line-height:20px;
  display:inline-block;
  text-align:center; margin-left:79px;
}

.cycle_item1 a {
  color: #939393;
  text-decoration: none;
  background: none;
  line-height:20px;
  display:inline-block;
  text-align:center; margin-left:223px;
}
.cycle_item a .price-box { margin:0; 
}
.cycle_item:hover {
}
.viewport {
  overflow: hidden;
  position: relative;
  min-height: 460px;
  height: auto!important;
  width:100%;
  margin-left:px;
}
.overview {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.disable {
  visibility: hidden;
}
.buttons-wrap {
  position: absolute;
  right: 12px;
   top: -30px;
}
.buttons-wrap a {
  width: 24px;
  height: 23px;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-position: left top;
  background-image:url(../images/next-prev.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.buttons-wrap .next {
  margin-left: 1px;
  background-position: -24px 0;
}
.buttons-wrap .next:hover {
  background-position: -24px -23px;
}
.buttons-wrap .prev:hover {
  background-position: 0 -23px;
}
.featured-thumbnail {
  margin: 0;
  float: none;
  display: block;
  border: none;
  padding: 0;
  background: none;
 
}
.featured-thumbnail img {
  float: none;
  margin: 0;
  padding: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   vertical-align:middle!important; padding:10px;
}
.cycle_item a:hover .featured-thumbnail img {
  opacity:.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.excerpt {
  padding: 0px 18px 2px 18px;
}
/* Folio Cycle */
.folio_cycle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.folio_cycle .folio_item {
  overflow: hidden;
  display: none;
}
.folio_cycle .folio_item:first {
  display: block;
}
.folio_cycle .folio_item figure.thumbnail {
  width: 270px;
  overflow: hidden;
}
#folio-controls {
  text-align: center;
  overflow: hidden;
}
#folio-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#folio-controls ul li {
  padding: 0 5px 0 0;
  display: inline;
}
#folio-controls ul li a {
  display: inline-block;
  text-decoration: none;
  width: 8px;
  height: 8px;
  background: #000;
  font-size: 0;
  line-height: 0;
}
#folio-controls ul li a:hover {
  background: #999;}
  
.button {
	color:#F60;font-family: 'Fenix', arial; margin-right:10px;
	text-decoration:underline;
	float:right;
}
.button:hover {
	color:#F66;
}
.company_name {
	font-family:'Fenix', arial;
	font-size:15px;
	color:#C32828;
	text-align:center;
}

.company_name a{
	font-family:'Fenix', arial;
	font-size:15px;
	color:#09C;
	text-align:left;
	text-decoration:none;
}

.content ul { 
	margin:0; 
	padding:0px;
}
.content li { 
	background:url(../images/bg-li-categories.gif) bottom repeat-x;
}
.content li a { 
	color:#666;
	font-size:14px; 
	text-decoration:none; 
	-webkit-transition:all .3s ease; 
	-moz-transition:all .3s ease; 
	padding:8px 0px 8px 9px; 
	display:block;
	box-shadow:1px 1px 0px #e2e2e2;
	margin:0 0 7px 0;
}
.content li a:hover { 
	background:url(../images/hmenubg.png) bottom; 
	color:#fff;
}
.content li a span { 
	display:inline-block; 
	width:14px; height:13px; 
	background:url(../images/a-categories.png) no-repeat 0 0 ; 
	-webkit-transition:all .6s ease; 
	-moz-transition:all .6s ease; 
	vertical-align:middle; 
	margin-right:10px;
}
.content li a:hover span { 
	-moz-transform:rotate(360deg); 
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg); 
	background:url(../images/a-categories.png) no-repeat 0 0;
}

.grid_2 {
	margin:0 0 0 25px;
	padding:0 0px 0 20px;
	width:750px;
	border-left:1px solid #e2e2e2;

}
.grid_2 h2{ margin-bottom:15px; text-transform:uppercase; text-shadow:1px 1px 1px #EEE, 2px 2px 2px #CCC }
.grid_2 h3{ text-align:center; margin:10px 0; }
.grid_2 .list-2 li a{ padding:10px; box-shadow:0 0 2px 2px #EEE; border-radius:10px; display:block; float:left; margin:0 12px 30px 0; }
.grid_2 .list-2 li a:hover{ background:#2890bb; opacity:0.8; color:#FFF; }
.grid_2 .list-2 li a:hover h3{ color:#FFF; }
.width001 { width:940px; padding:15px 0 15px 20px;}
.figure { margin-right:15px;}

.fright {
	float:right;
}
ul, li {
	list-style:none;
}
.pro-widget { margin:0px; padding:0px;}
.pro-widget li { float:left; margin:0 15px 10px 0px; background:#FFF; padding:10px; border:1px #DDD solid;
-webkit-transition: all 0.2s ease;
}
.pro-widget li:hover { background:#FFF; box-shadow:0 0 2px 2px #CCC;}
.pro-widget  h3 { font-size:14px; margin:5px 0px; color:#333; font-family: 'Roboto Slab', cursive; text-align:center;}

img {
	border:0px;
  	display:inline-block;
}
.gmap{
	width:400px;
	height:200px;
	float:right;
	}