/* Generated by less 2.5.1 */
/*[[BANNER]]*/
.resetlist {
  list-style-type: none;
  padding: 0;
}
.translate-50Y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-50X {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-50 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cfix,
.clearfix {
  *zoom: 1;
}
.cfix:before,
.clearfix:before,
.cfix:after,
.clearfix:after {
  content: "";
  display: table;
}
.cfix:after,
.clearfix:after {
  clear: both;
}
.ratio_16-9 {
  position: relative;
}
.ratio_16-9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio_4-3 {
  position: relative;
}
.ratio_4-3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.ratio_8-5 {
  position: relative;
}
.ratio_8-5:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.ratio_3-2 {
  position: relative;
}
.ratio_3-2:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.ratio_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*[[BANNER]]*/
/* =============================================================== */
/* boiler{LESS} Utilities */
/* =============================================================== */
/* Elements Positioning */
/* **************************************** */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
/* Margins */
/* **************************************** */
.no-marg {
  margin: 0;
}
.no-marg-ver {
  margin-top: 0;
  margin-bottom: 0;
}
.no-marg-hor {
  margin-right: 0;
  margin-left: 0;
}
.no-marg-top {
  margin-top: 0;
}
.no-marg-bottom {
  margin-bottom: 0;
}
.no-marg-right {
  margin-right: 0;
}
.no-marg-left {
  margin-left: 0;
}
.marg {
  margin: 40px;
}
.marg-ver {
  margin-top: 40px;
  margin-bottom: 40px;
}
.marg-hor {
  margin-left: 40px;
  margin-right: 40px;
}
.marg-top {
  margin-top: 40px;
}
.marg-bottom {
  margin-bottom: 40px;
}
.marg-left {
  margin-left: 40px;
}
.marg-right {
  margin-right: 40px;
}
/* Paddings */
/* **************************************** */
.no-pad {
  padding: 0;
}
.no-pad-ver {
  padding-top: 0;
  padding-bottom: 0;
}
.no-pad-hor {
  padding-right: 0;
  padding-left: 0;
}
.no-pad-top {
  padding-top: 0;
}
.no-pad-bottom {
  padding-bottom: 0;
}
.no-pad-right {
  padding-right: 0;
}
.no-pad-left {
  padding-left: 0;
}
.pad {
  padding: 40px;
}
.pad-ver {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad-hor {
  padding-left: 40px;
  padding-right: 40px;
}
.pad-top {
  padding-top: 40px;
}
.pad-bottom {
  padding-bottom: 40px;
}
.pad-left {
  padding-left: 40px;
}
.pad-right {
  padding-right: 40px;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
