/* Import other css */
@import url('reset.css');
@import url('social-icons.css');
@import url('comments.css');
@import url('elements.css');


/* GENERAL ------------------------------------------------------------*/


.clearfix{ clear:both; }


.wrapper,
#main{
	margin: 0 auto; 
	position: relative;
}

body{
	background: url(../img/header.png);
	color: #999999;	
}

body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

body a:hover{
	color: #fe8300;
}

#logo{
	display: block;
	padding-top: 50px;
	float: left;
}

#logo:hover{ opacity: 0.8;}

.headline{
	font-family: Allan, helvetica, arial, sans-serif;
	font-size: 36px;
	line-height: 1.5em;
	text-align: center;
	padding: 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	margin-bottom: 50px;
	background: #eaeaea;
	color: #444;
}


#page-content{
	float: left;
	width: 450px;
	margin-left: 50px;
	margin-top: 24px;
	padding-bottom: 60px;
}

#page-content-full{
	margin-right: 24px;
	margin-left: 50px;
	margin-top: 24px;
	padding-bottom: 60px;
}

.home-block-heading{
	border-bottom: 1px dotted #CCCCCC;
	color: #113D78;
	padding-bottom: 20px;
	margin-left: 30px;
	margin-right: 24px;
	margin-bottom: 50px;
}

.h-heading{
	border-bottom: 1px solid #ccc;
	color: #444;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

.h-margin{
	margin-bottom: 32px;
}

.block-divider{
	margin-bottom: 120px;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

/* MASTHEAD ------------------------------------------------------------*/

#masthead{	
	position: relative;
	margin-top: -38px;
	background:url(../img/botonera.jpg) right no-repeat;
	
	padding-left: 24px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	
	 
}

#masthead span{
	line-height: 100px;
	display:block;
	
}

#masthead .head{
	font-weight: lighter;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #FFF;
}

#masthead .subhead{
	font-family: 'Roboto Condensed', sans-serif;;
	font-size: 13px;
	color: #fff;
	margin-left: 21px;
}

#masthead .breadcrumbs{
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	position: absolute;
	overflow: hidden;
	top: 24px;
	right: 24px;
	height: auto;
	font-size: 11px;
	
}

#masthead .foto-perfil{
	margin-top: 100px;
	position: absolute;
	padding-left: 50px;
	display: block;
	float:left;
	line-height: 0em;
	background: #fff;
	padding: 3px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.6);
	
	
}

#masthead .breadcrumbs a{
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#masthead .breadcrumbs a:hover{
	color: #fe8300;
}

#masthead .breadcrumbs li{
	display: inline;
}
/* HEADINGS ------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6, h7{
	font-family: 'Roboto Condensed', sans-serif;
	color: #de854d;
}

h1{ font-size: 28px; }

h2{ font-size: 24px;
color: #4267A5; }

h3{
	font-weight:lighter; 
font-size: 20px; 
color: #4267A5;}

h4{ font-size: 16px;
color: #4267A5; 
}

h5{ font-size: 16px;
color: #4267A5; }

h6{ font-size: 12px; }

h7{
float:right; 
font-size: 12px;
color: #4267A5;
font-family: Allan, helvetica, arial, sans-serif;
}

h8{
float:right; 
font-size: 16px;
color: #4267A5;
font-family: Allan, helvetica, arial, sans-serif;
text-decoration: none;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

h9{ font-size: 16px;
color: #4267A5;
text-decoration: none;
	font-style: normal;
	font-weight: lighter;
	color: #113D78;
	font-size: 16px;
	display: block;
	margin-bottom: 5px; 
}





h1.heading, h3.heading, h4.heading, h5.heading, h6.heading{
	
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 21px;
	
}
 h2.heading{
	 text-align: left;
	 padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 21px;
	 color: #113D78;
 }


/* HEADER ------------------------------------------------------------*/

header{
	position: relative;
	height: 225px;
	background: url(../img/bg-header.png) no-repeat top;
	display: block;
}

/* NAVIGATION ------------------------------------------------------------*/


nav{

	float: right;
	line-height: 1.8em;
}

nav a{
	
	text-decoration: none;
	color: #de854d;
}

#nav{
	margin-right: 10px;
	margin-top: 90px;
}

#nav li{
	display: inline;
	font-size: 16px;
	float: left;
}

#nav>li>a{
	display: block;
	overflow: hidden;
	padding: 5px 10px 0px 10px;
	color: #75B4DC;
	background: rgba(0,0,0,.0);
	
	
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav>li>a:hover,
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	border-bottom: solid #ccc 1px;
	color: #4267A5;
}

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	color: #4267A5;
}

#nav>li>a>.subheader{
	color: #666;
	display: block;
	font-size: 11px;
	margin-top: -8px;
	font-weight: lighter;
}

#nav .sf-sub-indicator{
	float: right;
}

#nav>li>a>.sf-sub-indicator{
	display: none;
}

/* sub navigation -----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: -10px;
	background: #00529e;
}


#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 11px;
	color:#75B4DC;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #75B4DC;
	color: #1c1d1d;
}


/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav-holder{
    z-index: 1000;
    background: #113D78;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.0);
}

#mobile-nav{
	display: none;
    padding-top: 20px;
    padding-bottom: 30px;
}

#mobile-nav-holder a{
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	color: #6ab9ec;
	font-size: 13px;
	font-weight: lighter;
	
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-nav-holder li a{
	border-bottom: 1px dashed rgba(204, 204, 204, 0.25);
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{
	border: none;
}

#mobile-nav-holder li > ul a{
	color: rgba(255, 255, 255, 0.49);
	margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
	border-radius: 10px;
	background: rgba(106, 185, 236, 0.41); 
}

#mobile-nav-holder a:hover{
	padding-left: 20px;
}

#mobile-nav-holder #nav-open{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: rgba(0, 82, 156, 0.62); 
	position: absolute;
	right: 0px;
	
	z-index: 2000;
}

#mobile-nav-holder #nav-open a{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	padding: 7px 14px;
	
		
}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #113D78;
}

#mobile-nav-holder #nav-open:hover a{
	color: #6ab9ec;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a{
	color: #FFF;	
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third{	
	text-align:justify;
	float:left;
	margin-bottom: 40px;
	margin-right: 4.54%;
	position:relative;
}

.one-half{ 
	width: 47.72%;
}

.one-third{ 
	width: 30.30%;
}

.last {
	padding-top: 55px;
	clear:right;
	margin-right:0 !important;
}

.last-top {
	padding-top: 0px;
	clear:right;
	margin-right:0 !important;
}
.last-order {
	
	clear:right;
	margin-right:0 !important;
}



/* MAIN ------------------------------------------------------------*/

#main{
		
}

#main #content{
	position: relative;
	display: block;
	width: 852px;
	float: left;
	
	background:#FFF;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	
}

.shadow-main{
	width: 852px;
	height: 11px;
	margin-left: 68px;
	
}

/* SOCIAL --------------------------------------------------------*/

#social-bar{
	display: block;
	float: left;
	width: 68px;
	background:#FFF
	padding: 10px 0px 20px 0px;
}

#social-bar ul{
	display: block;
	margin: -30px auto ;
	width: 32px;
}

#social-bar li{
	display: block;
	padding: 0px;
	margin: 3px 0px;
}

#social-bar a{ display: block; }

/* FEATURED ------------------------------------------------------------*/

.featured{ padding-bottom: 70px; }

.featured figure{
	position: relative;
	float: left;
	width: 252px;
	margin-left: 24px;
	margin-bottom: 21px;
}

.featured figure .thumb{
	display: block;
	background: url(file:///Macintosh%20HD/Users/esteban/img/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	 
}

.featured figure .thumb:hover img{
	opacity: 0.50;
}

.featured figure:hover .link{
	display: block;
}

.featured figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading{
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
	color: #113D78;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.featured figure .heading:hover{
	
}



.featured figure .link:hover{
	top: 0px;
}


/* PORTFOLIO ------------------------------------------------------------*/

.featured.portfolio-list{
	margin-top: 70px;
}

.project-heading{
	margin: 44px 24px 44px 24px;
}


.project-heading h1{
	float: right;
	margin-right: 20px;
}

.project-heading .launch{
	display: block;
	float: left;
	text-decoration: none;
	color: #888;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-heading .launch:hover{
	color: #fe8300;
}

.project-description{
	text-align:justify;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 90px;
}


.project-info{
	float: left;
	margin-left: 24px;
	width: 252px;
	margin-bottom: 40px;
}

.project-info strong{
	color: #113D78;
}


.project-pager{
	overflow: hidden;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.project-pager a{
	text-decoration: none;
	color: #444;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover{
	text-decoration: none;
	color: #fe8300;
}

.project-pager .prev-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	background:#eaeaea;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	color: #444;
	margin: 0px 0px 24px 24px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	margin-left: 24px;
	width: 252px;
}

.related-projects .thumb{
	display: block;
	background: url(file:///Macintosh%20HD/Users/esteban/img/plus.png) no-repeat center center;
	margin-bottom: 21px;
	
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
	box-shadow: 3px 3px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading{
	text-decoration: none;
	font-style: normal;
	color: #444;
	text-align: center;
	display: block;
	margin-bottom: 14px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading:hover{
	color: #fe8300;
}

/* RETRACTIL SIDEBAR ------------------------------------------------------------*/

aside.retractil{
	position: absolute;
	top: 130px;
	left: 0px;
	background: #de854d;
	width: 276px;
	
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

aside.retractil #sidebar-opener{
	cursor: pointer;
	margin: 12px 24px;
	color: #FFF;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-opener:hover{
	color: #000;
}

aside.retractil #sidebar-closer{
	display: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-closer:hover{
	opacity: 0.1;
}

aside.retractil #sidebar-content{
	margin-left: 50px;
	margin-right: 24px;
	margin-bottom: 70px;
	display: none;	
}


aside.retractil #sidebar-content a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside.retractil #sidebar-content a:hover{
	color: #FFF;
}

/* HOME-GALLERY ------------------------------------------------------------*/


.home-gallery{ 
	display: block;
	padding-bottom: 70px;
}

.home-gallery li{ 
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

.home-gallery .thumb{ 
	line-height: 0em;
	display: block;
	background: url(file:///Macintosh%20HD/Users/esteban/img/plus.png) no-repeat center center;
	
}

.home-gallery img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-gallery .thumb:hover img{
	opacity: 0.15;
}


/* TEXT POSTS ------------------------------------------------------------*/

.text-posts{
	overflow: hidden;
	padding-bottom: 70px;
}

.text-posts li{
	display: block;
	float: left;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 252px;
}

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content{
	width:800px;
	float: left;
	margin-top: -20px;
	margin-bottom: 24px;
	margin-left: 24px;
	
}

#post-content .content-area{
	padding-bottom: 50px; 
}

#posts-list article{
	margin-bottom: 30px;
}


.text-posts .heading{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.text-posts .heading:hover{
	color: #fe8300; 
}

#posts-list .feature-image,
#post-content .feature-image{
	width: 100%;
	margin-bottom: 21px;
	background: url(file:///Macintosh%20HD/Users/esteban/img/plus.png) center center no-repeat;
	line-height: 0em;
}

#posts-list .feature-image img,
#post-content .feature-image img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .feature-image:hover img,
#posts-content .feature-image:hover img{
	opacity: none;
}

#posts-list .post-heading,
#post-content .post-heading{
	display: block;
	text-decoration: none;
	color: #444;
	line-height: 1em;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .post-heading:hover{
	color: #fe8300;
}

#posts-list .meta,
#post-content .meta{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 11px;
	padding-bottom: 11px;
	font-style: italic;
	font-size: 11px;
}

#posts-list .meta a,
#post-content .meta a{
	color: #444;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .meta a:hover,
#post-content .meta a:hover{
	color: #fe8300;
}

#posts-list .excerpt{
	margin-bottom: 21px;
}

#posts-list .read-more{
	background: #eaeaea;
	padding: 5px 10px;
	text-decoration: none;
	color: #888;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .read-more:hover{
	color: #fff;
	background: #fe8300;
}

/* SIDEBAR ------------------------------------------------------------*/

#publicidad {
	margin-top: 16px;
	margin-bottom: 16px;
   	padding: 30px 0 15px;
   	border-top: 1px dotted #c1c1c1;
    width: 252px; color: #333;
}

.object-stats {
	margin-top: 16px;
	margin-bottom: 16px;
   	padding: 30px 0 15px;
   	border-top: 1px dotted #c1c1c1;
   	border-bottom: 1px dotted #c1c1c1;
    width: 252px; color: #333;
	}
	
.object-stats .stat-value {
	font-size: 15px;
 	font-weight: bold;
  	float: right;
	padding-right: 24px;
	
  }
  
  .project-stat {line-height: 20px;}


#sidebar{
	width: 252px;
	float: left;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 50px;
}

#sidebar a{
	color: #999999;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar a:hover{ color: #de854d; }

#sidebar h4{
	margin-bottom: 20px;
}

#sidebar .block{
	border-left: 1px dotted #ccc;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.0); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.0); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.0); 
	margin-bottom: 24px;
}




/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #484848;
	width: 20px;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager li.active a,
.pager li:hover a{
	color: #999999;
	color: #de854d;
}

.pager .paged{
	float:right;
	font-style:italic;
}


/* CONTACT ------------------------------------------------------------*/


#map{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;	
}

.address-block li{
	padding-left: 20px;
}

.address-block .address{ background:url(../img/icon-address.png) no-repeat top left    }

.address-block .phone{ background:url(../img/icon-phone.png) no-repeat top left}

.address-block .mobile{ background: url(../img/icon-mobile.png) no-repeat top left  }

.address-block .email{ background:url(../img/icon-mobile.png) no-repeat top left  }


/* FOOTER ------------------------------------------------------------*/

footer{
	background:url(../img/bg-footer.png) bottom center no-repeat;
	min-height: 225px;
	
		
}

footer a{
	color: rgb(209, 209, 209);
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:hover{
	color: #de854d;
}

footer .wrapper{
	margin-top: -90px;
	padding-bottom: 60px;
}

#footer-cols{
	padding-top: 100px;
}

#footer-cols>li{
	display: block;
	float: left;
	margin-bottom: 20px;
}

#footer-cols>li{
	display: block;
	float: left;
	width: 800px;
	margin-left: 24px;	
}

#footer-cols h4{
	margin-bottom: 30px;
}

#footer-cols>li.first-col{
	
}

#footer-cols>li.second-col{

}

#footer-cols>li.third-col{ margin-right: 0px; }

footer #to-top{
	display: none;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	background: url(../img/to-top.png) bottom no-repeat;
	cursor: pointer;
}

footer #to-top:hover{ opacity: 0.7 }


/* WIDGETS ------------------------------------------------------------*/


.recent-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted  rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(97, 97, 97, 0.6);
}


.recent-post .thumb{
	display: block;
	float: left;
	line-height: 0em;
	background: #fff;
	padding: 3px;
	
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 4px rgba(0,0,0,.3); 
}

.recent-post .post-head{
	float: left;
	width: 184px;
	margin-left: 7px;
	font-size: 13px;
	line-height: 1.5em;
}


.recent-post .post-head span{
	display: block;
	font-size: 11px;
	color: #888888;
}



