.body {
    background-color: #efefef;
}
.title { text-align: left; }
.title h1 { text-transform:uppercase;  }

.title h1 { display:inline; line-height: 55px; text-align: left; font-size:40px; font-weight:  300; height: inherit; color: #fff !important; }

.title .subtitle { display:inline; margin-top: 5px; line-height: 40px; text-align: left; font-weight: 100; font-size:40px; color: #fff !important; }

.header_top { border: 0px; }

header, .boxed .header_inner { border-bottom-width: 0px; margin: 0px; }
header { left:auto; }

.title .title_holder .container { padding-top: 30px;  padding-bottom: 30px; }

.slider { margin:0px; }

.content { padding-bottom: 50px; margin-bottom:-10px; }
body.boxed .content { padding-top: 115px }

body.boxed .wrapper_inner {
    overflow: hidden;
}

nav.main_menu ul li.has_sub a {
background-image:none;
}

h1 { font-weight: 100 }

#gallery { padding-top: 0px; padding-bottom: 6px; }
#gallery .column4 .column_inner { padding: 0; line-height: 0; }
#gallery .column3 .column_inner { padding: 0; line-height: 0; }
#gallery .column2 .column_inner { padding: 0; line-height: 0; }
#gallery .column1 .column_inner { padding: 0; line-height: 0; }
.projects_holder article  { width:40%; margin: 1% ; }

.post_text .inner h2, .post_text .inner h2 a{
font-size: 30px;
line-height: 35px;
}

.post_event {
width: auto !important;
padding-left: 20px;
}


span.counter.zero.counter.executed  { font-weight:300 }
.counter_holder h6 { 
  font-size: 20px;
  line-height: 25px;
}
.counter_holder { padding-left: 50px; }

footer { border-top-width: 0px;}

footer div.footer_top { padding: 30px 0 100px 0; }

.footer_top .three_columns .column1 .column_inner div,
.footer_top .three_columns .column3 .column_inner div { margin: 0px; }
.footer_top .three_columns .column2 .column_inner div { margin-bottom: 1px; }

.footer_top .three_columns .column1 .column_inner  { 
padding-left: 20px;
}
.footer_top .three_columns .column1 .column_inner img {
margin: 0 40px 30px 0;
}

.footer_top .three_columns .column3 .column_inner {
text-align: right;
padding-right: 20px;
padding-left: 0px;
}

a.button.tiny {
  background-image: url("http://bioinnovo.com.ar/wp-content/uploads/flecha@2x.png");
  background-size:11px 18px;
  background-repeat:no-repeat;
  background-position: center;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}

a.button.small {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}

#respond textarea, #respond input[type='text'],  .contact_form input[type='text'], .contact_form textarea {
  border: none;
  background-color: #f1f1f1;
  margin: 0 0 15px 0;
}

#submit_comment, .contact_form input.button { background-color: #f1cb44; 
box-shadow: none;
}

.contact_form input#email, .contact_form textarea {
width: 96%;
padding: 13px 2%;
}

.projects_holder article.standard {
   padding: 0;
}
.blog_holder article .post_info .post_date{
margin:0;
}
.blog_holder article .post_info .blog_like, .portfolio_like{
display: none !important;
}

span.date{
font-size: 30px !important;
font-weight: 300 !important;
line-height: 30px !important;
margin: 4px 0 5px !important;
}
span.month{
font-size: 20px !important;
}

.projects_holder article.standard {
    padding: 0;
    margin: 1% 5% 1% 5%;
    border-top: 1px solid #e1e4e6;
    padding-top: 5%;
}
.projects_holder {
    text-align: left;
    font-size: inherit;
    line-height: inherit;
}
.projects_holder article {
    width: 95%;
    border: none;
    padding: 0;
}
.filter_holder {
    margin: 0 2.5%;
    text-align: left;
}
.filter_holder ul li {
    padding: 0 15px;
}
.filter_holder .disable{
    color: #d4d4d4;
    cursor: default;
}
.filter_holder ul li.disable:hover {
    background-color: inherit;
}
.filter_holder ul li {
    border-right-width: 1px !important;
    margin-right: -1px;
    margin-bottom: 5px;
}
.filter_holder ul {
    padding-right: 1px;
}

.pagination.year {
    margin: 0 2.5%;
    text-align: left;
}
.pagination.year ul li.prev a{
    position: relative;
    left: auto;
    border-right: none;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}
.pagination.year ul li.next a{
    position: relative;
    right: auto;
    border-left: none;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}
.pagination.year ul li {
    margin-right: -1px;
    margin-bottom: 5px;
}
.pagination.year ul li span, .pagination.year ul li.nav a {
    cursor: default;
    padding: 5px 25px;
    border: 1px solid #000000;
    font-size: 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}
.pagination.year .hidden {
    display: none;
}
.pagination.year ul li.nav a {
    cursor: pointer;
}
.pagination.year ul li.nav a:hover {
    border: 1px solid #000000;
    background-color: #f8f8f8;
}
.pagination.year ul li:nth-child(2) span,
.pagination.year ul li:nth-child(2) a {
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}
.pagination.year ul li:nth-last-child(2) span,
.pagination.year ul li:nth-last-child(2) a {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}
.pagination.year ul li.active span {
    color: #ffffff;
}
.pagination.year ul li.active {
    background-color: #000000;
}
.pagination.year .disable span{
    color: #d4d4d4;
    cursor: default;
}

.title {
height: initial;
background: -moz-linear-gradient(left,  rgba(146,145,151,1) 0%, rgba(241,241,241,1) 100%);
/* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(146,145,151,1) 0%,rgba(241,241,241,1) 100%);
/* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(146,145,151,1) 0%,rgba(241,241,241,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929197', endColorstr='#f1f1f1',GradientType=1 );
/* IE6-9 */
}
@media only screen and (max-width: 1000px) {
    body.boxed .content  { padding-top: 0; }
    nav.mobile_menu { background-color:#f2f4f5; }
    nav.mobile_menu ul li { padding: 0 20px; }
}
@media only screen and (min-width: 1100px) {
   .content .title .container_inner { width: 1020px; }
   .footer_top .three_columns .column3 .column_inner { margin: 0 0 0 50px; }
}
@media only screen and (min-width: 1000px) and (max-width:1100px) {
   .content .title .container_inner { width: 920px; }
}
@media only screen and (max-width: 600px) {
   .footer_top .three_columns .column3 .column_inner {
   text-align: left; 
   margin: 0px;
   padding-right: 0px;
   padding-left: 20px; }
}
@media only screen and (min-width: 600px) {
  .blog_holder article .post_image {
  width: 30%;
  }  
}
@media only screen and (max-width: 480px) {
   h2 { font-size: 30px }
}