/*
 * Layouts
 * © 2013. Creativico
 */
 
.one-half { 
  width:46%; 
}

.one-third { 
  width:28.66%; 
}

.two-third { 
  width:63.33%; 
}

.one-fourth { 
  width:20%; 
}

.three-fourth { 
  width:72%; 
}

.one-fifth { 
  width:14.8%; 
}

.two-fifth { 
  width:35.6%; 
}

.three-fifth { 
  width:56.4%; 
}

.four-fifth { 
  width:65.2%; 
}

.one-sixth { 
  width:11.33%; 
}

.five-sixth { 
  width:80.67%; 
}

.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth { 
  position:relative; 
  margin-left:4%; 
  float:left; 
}

.last { 
  margin-right:0 !important; 
  clear:right; 
}

.clearboth {
  clear:both;
  display:block;
  font-size:0;
  height:0;
  line-height:0;
  width:100%;
}

.pusher {
  height: 50px;
  width: 100%;
  display: block;
  clear: both;
}