@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800";

/* ==========================================================================
   SLIDER TEXT
   ========================================================================== */

.slider-head{
	text-align:center;
	 max-width: 1000px;
	 margin: 0px auto;
	 padding-top: 100px;
}
.slider-head h1 {
    color: #fff;
    font-size: 2.9em;
    letter-spacing: -0.05em;
    line-height: 1.2;
    text-shadow: 0px 0px 8px #000000;
	}
	
	
	
@media (max-width: 960px) {
.slider-head h1 {
font-size:2.0em;
padding:0px	15px;
}

.slider-head{
	padding-top:70px;
}
}


@media screen and (min-width: 380px) and (max-width: 600px) {

}

@media screen and (max-width: 380px) {

}
	
	
/* ==========================================================================
   BASE
   ========================================================================== */

/* Apply the box model to all elements */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}



/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
  background: url("/assets/img/lge-badge.jpg") no-repeat scroll right -75px top -60px / 410px auto #fff;
}

body.home{ background: none;

}


@media (max-width: 960px) {
 body { background: none;}
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
  font-weight:100;
  color:#2f4883;
  line-height:1.2em;
}

@media screen and (max-width: 380px) {
	
h1 {	
  font-size: 1.5em !important;
  line-height:1.25em !important;}
  
ul {padding-left:0px !important;  }

}



h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}

h3 {
  margin: 1em 0;
  font-size: 1.17em;
}

h4 {
  margin: 1.33em 0;
  font-size: 1em;
}

h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}

h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 20px 10px;
  margin: 0 0 20px;
  font-size: 150%;
  border-left: 5px solid #eee;
}

blockquote footer {
  margin: 10px 0 0 0;
  font-size: 60%;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  padding: 0 5px;
  font-size: 80%;
  color: black;
  background: #ff0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
  line-height: 1.5;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

em {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: 'Consolas', 'Menlo', 'Courier', monospace;
  _font-family: 'Consolas', 'Menlo', 'Courier', monospace;
  font-size: 1em;
}

code {
  padding: 2px 5px;
  font-size: 80%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

kbd {
  padding: 2px 5px;
  font-size: 80%;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  padding: 9.5px;
  margin: 0 0 20px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #eee;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5;
}

cite {
  font-style: normal;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

ul ul,
ol ol {
  padding-left: 25px;
  margin: 0 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  padding: 0;
  *margin-left: -7px;
  white-space: normal;
  border: 0;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: 1.5;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  *overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  *width: 13px;
  *height: 13px;
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Base Extras
   ========================================================================== */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

[hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */

.m-img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   GRIDS
   ========================================================================== */

.m-container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
}

.m-grid > [class^="m-u-"],
.m-grid > [class*=" m-u-"] {
  padding: 0 15px;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/

.opera-only :-o-prefocus,
.m-grid {
  word-spacing: -0.43em;
}

.m-unit {
  display: inline-block;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  zoom: 1;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/

.m-grid [class*="m-unit"] {
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
}

/* Pulls */

.m-float-left {
  float: left !important;
}

.m-float-right {
  float: right !important;
}

.m-form > .m-grid > [class^="m-u-"]:first-child,
.m-form > .m-grid > [class*=" m-u-"]:first-child {
  padding-left: 0;
}

.m-form > .m-grid > [class^="m-u-"]:last-child,
.m-form > .m-grid > [class*=" m-u-"]:last-child {
  padding-right: 0;
}

/* ==========================================================================
   GRIDS (Units)
   ========================================================================== */

.m-u-1,
.m-u-1-1,
.m-u-1-2,
.m-u-1-3,
.m-u-2-3,
.m-u-1-4,
.m-u-3-4,
.m-u-1-5,
.m-u-2-5,
.m-u-3-5,
.m-u-4-5,
.m-u-5-5,
.m-u-1-6,
.m-u-5-6,
.m-u-1-8,
.m-u-3-8,
.m-u-5-8,
.m-u-7-8,
.m-u-1-12,
.m-u-5-12,
.m-u-7-12,
.m-u-11-12,
.m-u-1-24,
.m-u-2-24,
.m-u-3-24,
.m-u-4-24,
.m-u-5-24,
.m-u-6-24,
.m-u-7-24,
.m-u-8-24,
.m-u-9-24,
.m-u-10-24,
.m-u-11-24,
.m-u-12-24,
.m-u-13-24,
.m-u-14-24,
.m-u-15-24,
.m-u-16-24,
.m-u-17-24,
.m-u-18-24,
.m-u-19-24,
.m-u-20-24,
.m-u-21-24,
.m-u-22-24,
.m-u-23-24,
.m-u-24-24 {
  display: inline-block;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  zoom: 1;
}

.m-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.m-u-1-12,
.m-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.m-u-1-8,
.m-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}

.m-u-1-6,
.m-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.m-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}

.m-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.m-u-1-4,
.m-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}

.m-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.m-u-1-3,
.m-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.m-u-3-8,
.m-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}

.m-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}

.m-u-5-12,
.m-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.m-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.m-u-1-2,
.m-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}

.m-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.m-u-7-12,
.m-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.m-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}

.m-u-5-8,
.m-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}

.m-u-2-3,
.m-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.m-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.m-u-3-4,
.m-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}

.m-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.m-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}

.m-u-5-6,
.m-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.m-u-7-8,
.m-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}

.m-u-11-12,
.m-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.m-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.m-u-1,
.m-u-1-1,
.m-u-5-5,
.m-u-24-24 {
  width: 100%;
}

/* ==========================================================================
   GRIDS (Responsive)
   ========================================================================== */

@media screen and (max-width: 380px) {
  .m-u-xs-1,
  .m-u-xs-1-1,
  .m-u-xs-1-2,
  .m-u-xs-1-3,
  .m-u-xs-2-3,
  .m-u-xs-1-4,
  .m-u-xs-3-4,
  .m-u-xs-1-5,
  .m-u-xs-2-5,
  .m-u-xs-3-5,
  .m-u-xs-4-5,
  .m-u-xs-5-5,
  .m-u-xs-1-6,
  .m-u-xs-5-6,
  .m-u-xs-1-8,
  .m-u-xs-3-8,
  .m-u-xs-5-8,
  .m-u-xs-7-8,
  .m-u-xs-1-12,
  .m-u-xs-5-12,
  .m-u-xs-7-12,
  .m-u-xs-11-12,
  .m-u-xs-1-24,
  .m-u-xs-2-24,
  .m-u-xs-3-24,
  .m-u-xs-4-24,
  .m-u-xs-5-24,
  .m-u-xs-6-24,
  .m-u-xs-7-24,
  .m-u-xs-8-24,
  .m-u-xs-9-24,
  .m-u-xs-10-24,
  .m-u-xs-11-24,
  .m-u-xs-12-24,
  .m-u-xs-13-24,
  .m-u-xs-14-24,
  .m-u-xs-15-24,
  .m-u-xs-16-24,
  .m-u-xs-17-24,
  .m-u-xs-18-24,
  .m-u-xs-19-24,
  .m-u-xs-20-24,
  .m-u-xs-21-24,
  .m-u-xs-22-24,
  .m-u-xs-23-24,
  .m-u-xs-24-24 {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    zoom: 1;
  }
  .m-u-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .m-u-xs-1-12,
  .m-u-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .m-u-xs-1-8,
  .m-u-xs-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .m-u-xs-1-6,
  .m-u-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .m-u-xs-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .m-u-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .m-u-xs-1-4,
  .m-u-xs-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .m-u-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .m-u-xs-1-3,
  .m-u-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .m-u-xs-3-8,
  .m-u-xs-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .m-u-xs-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .m-u-xs-5-12,
  .m-u-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .m-u-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .m-u-xs-1-2,
  .m-u-xs-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .m-u-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .m-u-xs-7-12,
  .m-u-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .m-u-xs-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .m-u-xs-5-8,
  .m-u-xs-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .m-u-xs-2-3,
  .m-u-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .m-u-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .m-u-xs-3-4,
  .m-u-xs-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .m-u-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .m-u-xs-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .m-u-xs-5-6,
  .m-u-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .m-u-xs-7-8,
  .m-u-xs-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .m-u-xs-11-12,
  .m-u-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .m-u-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .m-u-xs-1,
  .m-u-xs-1-1,
  .m-u-xs-5-5,
  .m-u-xs-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 380px) and (max-width: 600px) {
  .m-u-sm-1,
  .m-u-sm-1-1,
  .m-u-sm-1-2,
  .m-u-sm-1-3,
  .m-u-sm-2-3,
  .m-u-sm-1-4,
  .m-u-sm-3-4,
  .m-u-sm-1-5,
  .m-u-sm-2-5,
  .m-u-sm-3-5,
  .m-u-sm-4-5,
  .m-u-sm-5-5,
  .m-u-sm-1-6,
  .m-u-sm-5-6,
  .m-u-sm-1-8,
  .m-u-sm-3-8,
  .m-u-sm-5-8,
  .m-u-sm-7-8,
  .m-u-sm-1-12,
  .m-u-sm-5-12,
  .m-u-sm-7-12,
  .m-u-sm-11-12,
  .m-u-sm-1-24,
  .m-u-sm-2-24,
  .m-u-sm-3-24,
  .m-u-sm-4-24,
  .m-u-sm-5-24,
  .m-u-sm-6-24,
  .m-u-sm-7-24,
  .m-u-sm-8-24,
  .m-u-sm-9-24,
  .m-u-sm-10-24,
  .m-u-sm-11-24,
  .m-u-sm-12-24,
  .m-u-sm-13-24,
  .m-u-sm-14-24,
  .m-u-sm-15-24,
  .m-u-sm-16-24,
  .m-u-sm-17-24,
  .m-u-sm-18-24,
  .m-u-sm-19-24,
  .m-u-sm-20-24,
  .m-u-sm-21-24,
  .m-u-sm-22-24,
  .m-u-sm-23-24,
  .m-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    zoom: 1;
  }
  .m-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .m-u-sm-1-12,
  .m-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .m-u-sm-1-8,
  .m-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .m-u-sm-1-6,
  .m-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .m-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .m-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .m-u-sm-1-4,
  .m-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .m-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .m-u-sm-1-3,
  .m-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .m-u-sm-3-8,
  .m-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .m-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .m-u-sm-5-12,
  .m-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .m-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .m-u-sm-1-2,
  .m-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .m-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .m-u-sm-7-12,
  .m-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .m-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .m-u-sm-5-8,
  .m-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .m-u-sm-2-3,
  .m-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .m-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .m-u-sm-3-4,
  .m-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .m-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .m-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .m-u-sm-5-6,
  .m-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .m-u-sm-7-8,
  .m-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .m-u-sm-11-12,
  .m-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .m-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .m-u-sm-1,
  .m-u-sm-1-1,
  .m-u-sm-5-5,
  .m-u-sm-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .m-u-md-1,
  .m-u-md-1-1,
  .m-u-md-1-2,
  .m-u-md-1-3,
  .m-u-md-2-3,
  .m-u-md-1-4,
  .m-u-md-3-4,
  .m-u-md-1-5,
  .m-u-md-2-5,
  .m-u-md-3-5,
  .m-u-md-4-5,
  .m-u-md-5-5,
  .m-u-md-1-6,
  .m-u-md-5-6,
  .m-u-md-1-8,
  .m-u-md-3-8,
  .m-u-md-5-8,
  .m-u-md-7-8,
  .m-u-md-1-12,
  .m-u-md-5-12,
  .m-u-md-7-12,
  .m-u-md-11-12,
  .m-u-md-1-24,
  .m-u-md-2-24,
  .m-u-md-3-24,
  .m-u-md-4-24,
  .m-u-md-5-24,
  .m-u-md-6-24,
  .m-u-md-7-24,
  .m-u-md-8-24,
  .m-u-md-9-24,
  .m-u-md-10-24,
  .m-u-md-11-24,
  .m-u-md-12-24,
  .m-u-md-13-24,
  .m-u-md-14-24,
  .m-u-md-15-24,
  .m-u-md-16-24,
  .m-u-md-17-24,
  .m-u-md-18-24,
  .m-u-md-19-24,
  .m-u-md-20-24,
  .m-u-md-21-24,
  .m-u-md-22-24,
  .m-u-md-23-24,
  .m-u-md-24-24 {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    zoom: 1;
  }
  .m-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .m-u-md-1-12,
  .m-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .m-u-md-1-8,
  .m-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .m-u-md-1-6,
  .m-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .m-u-md-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .m-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .m-u-md-1-4,
  .m-u-md-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .m-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .m-u-md-1-3,
  .m-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .m-u-md-3-8,
  .m-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .m-u-md-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .m-u-md-5-12,
  .m-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .m-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .m-u-md-1-2,
  .m-u-md-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .m-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .m-u-md-7-12,
  .m-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .m-u-md-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .m-u-md-5-8,
  .m-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .m-u-md-2-3,
  .m-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .m-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .m-u-md-3-4,
  .m-u-md-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .m-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .m-u-md-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .m-u-md-5-6,
  .m-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .m-u-md-7-8,
  .m-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .m-u-md-11-12,
  .m-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .m-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .m-u-md-1,
  .m-u-md-1-1,
  .m-u-md-5-5,
  .m-u-md-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-u-lg-1,
  .m-u-lg-1-1,
  .m-u-lg-1-2,
  .m-u-lg-1-3,
  .m-u-lg-2-3,
  .m-u-lg-1-4,
  .m-u-lg-3-4,
  .m-u-lg-1-5,
  .m-u-lg-2-5,
  .m-u-lg-3-5,
  .m-u-lg-4-5,
  .m-u-lg-5-5,
  .m-u-lg-1-6,
  .m-u-lg-5-6,
  .m-u-lg-1-8,
  .m-u-lg-3-8,
  .m-u-lg-5-8,
  .m-u-lg-7-8,
  .m-u-lg-1-12,
  .m-u-lg-5-12,
  .m-u-lg-7-12,
  .m-u-lg-11-12,
  .m-u-lg-1-24,
  .m-u-lg-2-24,
  .m-u-lg-3-24,
  .m-u-lg-4-24,
  .m-u-lg-5-24,
  .m-u-lg-6-24,
  .m-u-lg-7-24,
  .m-u-lg-8-24,
  .m-u-lg-9-24,
  .m-u-lg-10-24,
  .m-u-lg-11-24,
  .m-u-lg-12-24,
  .m-u-lg-13-24,
  .m-u-lg-14-24,
  .m-u-lg-15-24,
  .m-u-lg-16-24,
  .m-u-lg-17-24,
  .m-u-lg-18-24,
  .m-u-lg-19-24,
  .m-u-lg-20-24,
  .m-u-lg-21-24,
  .m-u-lg-22-24,
  .m-u-lg-23-24,
  .m-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    zoom: 1;
  }
  .m-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .m-u-lg-1-12,
  .m-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .m-u-lg-1-8,
  .m-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .m-u-lg-1-6,
  .m-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .m-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .m-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .m-u-lg-1-4,
  .m-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .m-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .m-u-lg-1-3,
  .m-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .m-u-lg-3-8,
  .m-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .m-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .m-u-lg-5-12,
  .m-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .m-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .m-u-lg-1-2,
  .m-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .m-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .m-u-lg-7-12,
  .m-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .m-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .m-u-lg-5-8,
  .m-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .m-u-lg-2-3,
  .m-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .m-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .m-u-lg-3-4,
  .m-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .m-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .m-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .m-u-lg-5-6,
  .m-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .m-u-lg-7-8,
  .m-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .m-u-lg-11-12,
  .m-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .m-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .m-u-lg-1,
  .m-u-lg-1-1,
  .m-u-lg-5-5,
  .m-u-lg-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .m-u-xl-1,
  .m-u-xl-1-1,
  .m-u-xl-1-2,
  .m-u-xl-1-3,
  .m-u-xl-2-3,
  .m-u-xl-1-4,
  .m-u-xl-3-4,
  .m-u-xl-1-5,
  .m-u-xl-2-5,
  .m-u-xl-3-5,
  .m-u-xl-4-5,
  .m-u-xl-5-5,
  .m-u-xl-1-6,
  .m-u-xl-5-6,
  .m-u-xl-1-8,
  .m-u-xl-3-8,
  .m-u-xl-5-8,
  .m-u-xl-7-8,
  .m-u-xl-1-12,
  .m-u-xl-5-12,
  .m-u-xl-7-12,
  .m-u-xl-11-12,
  .m-u-xl-1-24,
  .m-u-xl-2-24,
  .m-u-xl-3-24,
  .m-u-xl-4-24,
  .m-u-xl-5-24,
  .m-u-xl-6-24,
  .m-u-xl-7-24,
  .m-u-xl-8-24,
  .m-u-xl-9-24,
  .m-u-xl-10-24,
  .m-u-xl-11-24,
  .m-u-xl-12-24,
  .m-u-xl-13-24,
  .m-u-xl-14-24,
  .m-u-xl-15-24,
  .m-u-xl-16-24,
  .m-u-xl-17-24,
  .m-u-xl-18-24,
  .m-u-xl-19-24,
  .m-u-xl-20-24,
  .m-u-xl-21-24,
  .m-u-xl-22-24,
  .m-u-xl-23-24,
  .m-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    zoom: 1;
  }
  .m-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .m-u-xl-1-12,
  .m-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .m-u-xl-1-8,
  .m-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }
  .m-u-xl-1-6,
  .m-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .m-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }
  .m-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .m-u-xl-1-4,
  .m-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }
  .m-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .m-u-xl-1-3,
  .m-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .m-u-xl-3-8,
  .m-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }
  .m-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }
  .m-u-xl-5-12,
  .m-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .m-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .m-u-xl-1-2,
  .m-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }
  .m-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .m-u-xl-7-12,
  .m-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .m-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }
  .m-u-xl-5-8,
  .m-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }
  .m-u-xl-2-3,
  .m-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .m-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .m-u-xl-3-4,
  .m-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }
  .m-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .m-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }
  .m-u-xl-5-6,
  .m-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .m-u-xl-7-8,
  .m-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }
  .m-u-xl-11-12,
  .m-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .m-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .m-u-xl-1,
  .m-u-xl-1-1,
  .m-u-xl-5-5,
  .m-u-xl-24-24 {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .m-hidden-xs {
    display: none !important;
  }
  .m-show-xs {
    display: block !important;
  }
}

@media screen and (min-width: 380px) and (max-width: 600px) {
  .m-hidden-sm {
    display: none !important;
  }
  .m-show-sm {
    display: block !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .m-hidden-md {
    display: none !important;
  }
  .m-show-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-hidden-lg {
    display: none !important;
  }
  .m-show-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .m-hidden-xl {
    display: none !important;
  }
  .m-show-xl {
    display: block !important;
  }
}

/* --------------------------------------------------------------------- */

/* BASE CLASS */

.m-icon {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

/* --------------------------------------------------------------------- */

/* LIST SETTINGS */

.m-icon-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.m-icon-ul > li {
  position: relative;
}

.m-icon-li {
  position: absolute;
  top: 0.14285714285714285em;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
}

/* --------------------------------------------------------------------- */

/* ANIMATION/TRANSFORM SETTINGS */

.m-icon-spin {
  -webkit-animation: spin 2s infinite linear;
     -moz-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.m-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.m-icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.m-icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
     -moz-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* --------------------------------------------------------------------- */

/* ELUSIVE */

@font-face {
  font-family: 'Elusive-Icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/elusive.eot');
  src: url('../fonts/elusive.eot?#iefix') format('embedded-opentype'), url('../fonts/elusive.ttf') format('truetype'), url('../fonts/elusive.woff') format('woff'), url('../fonts/elusive.svg#Elusive-Icons') format('svg');
}

[class^="el-"],
[class*=" el-"] {
  font-family: 'Elusive-Icons';
}

.el-zoom-out:before {
  content: "\e600";
}

.el-zoom-in:before {
  content: "\e601";
}

.el-youtube:before {
  content: "\e602";
}

.el-wrench-alt:before {
  content: "\e603";
}

.el-wrench:before {
  content: "\e604";
}

.el-wordpress:before {
  content: "\e605";
}

.el-wheelchair:before {
  content: "\e606";
}

.el-website-alt:before {
  content: "\e607";
}

.el-website:before {
  content: "\e608";
}

.el-warning-sign:before {
  content: "\e609";
}

.el-w3c:before {
  content: "\e60a";
}

.el-volume-up:before {
  content: "\e60b";
}

.el-volume-off:before {
  content: "\e60c";
}

.el-volume-down:before {
  content: "\e60d";
}

.el-vkontakte:before {
  content: "\e60e";
}

.el-vimeo:before {
  content: "\e60f";
}

.el-view-mode:before {
  content: "\e610";
}

.el-video-chat:before {
  content: "\e611";
}

.el-video-alt:before {
  content: "\e612";
}

.el-video:before {
  content: "\e613";
}

.el-viadeo:before {
  content: "\e614";
}

.el-user:before {
  content: "\e615";
}

.el-usd:before {
  content: "\e616";
}

.el-upload:before {
  content: "\e617";
}

.el-unlock-alt:before {
  content: "\e618";
}

.el-unlock:before {
  content: "\e619";
}

.el-universal-access:before {
  content: "\e61a";
}

.el-twitter:before {
  content: "\e61b";
}

.el-tumblr:before {
  content: "\e61c";
}

.el-trash-alt:before {
  content: "\e61d";
}

.el-trash:before {
  content: "\e61e";
}

.el-torso:before {
  content: "\e61f";
}

.el-tint:before {
  content: "\e620";
}

.el-time-alt:before {
  content: "\e621";
}

.el-time:before {
  content: "\e622";
}

.el-thumbs-up:before {
  content: "\e623";
}

.el-thumbs-down:before {
  content: "\e624";
}

.el-th-list:before {
  content: "\e625";
}

.el-th-large:before {
  content: "\e626";
}

.el-th:before {
  content: "\e627";
}

.el-text-width:before {
  content: "\e628";
}

.el-text-height:before {
  content: "\e629";
}

.el-tasks:before {
  content: "\e62a";
}

.el-tags:before {
  content: "\e62b";
}

.el-tag:before {
  content: "\e62c";
}

.el-stumbleupon:before {
  content: "\e62d";
}

.el-stop-alt:before {
  content: "\e62e";
}

.el-stop:before {
  content: "\e62f";
}

.el-step-forward:before {
  content: "\e630";
}

.el-step-backward:before {
  content: "\e631";
}

.el-star-empty:before {
  content: "\e632";
}

.el-star-alt:before {
  content: "\e633";
}

.el-star:before {
  content: "\e634";
}

.el-stackoverflow:before {
  content: "\e635";
}

.el-spotify:before {
  content: "\e636";
}

.el-speaker:before {
  content: "\e637";
}

.el-soundcloud:before {
  content: "\e638";
}

.el-smiley-alt:before {
  content: "\e639";
}

.el-smiley:before {
  content: "\e63a";
}

.el-slideshare:before {
  content: "\e63b";
}

.el-skype:before {
  content: "\e63c";
}

.el-signal:before {
  content: "\e63d";
}

.el-shopping-cart-sign:before {
  content: "\e63e";
}

.el-shopping-cart:before {
  content: "\e63f";
}

.el-share-alt:before {
  content: "\e640";
}

.el-share:before {
  content: "\e641";
}

.el-search-alt:before {
  content: "\e642";
}

.el-search:before {
  content: "\e643";
}

.el-screenshot:before {
  content: "\e644";
}

.el-screen-alt:before {
  content: "\e645";
}

.el-screen:before {
  content: "\e646";
}

.el-scissors:before {
  content: "\e647";
}

.el-rss:before {
  content: "\e648";
}

.el-road:before {
  content: "\e649";
}

.el-reverse-alt:before {
  content: "\e64a";
}

.el-retweet:before {
  content: "\e64b";
}

.el-return-key:before {
  content: "\e64c";
}

.el-resize-vertical:before {
  content: "\e64d";
}

.el-resize-small:before {
  content: "\e64e";
}

.el-resize-horizontal:before {
  content: "\e64f";
}

.el-resize-full:before {
  content: "\e650";
}

.el-repeat-alt:before {
  content: "\e651";
}

.el-repeat:before {
  content: "\e652";
}

.el-remove-sign:before {
  content: "\e653";
}

.el-remove-circle:before {
  content: "\e654";
}

.el-remove:before {
  content: "\e655";
}

.el-refresh:before {
  content: "\e656";
}

.el-reddit:before {
  content: "\e657";
}

.el-record:before {
  content: "\e658";
}

.el-random:before {
  content: "\e659";
}

.el-quotes-alt:before {
  content: "\e65a";
}

.el-quotes:before {
  content: "\e65b";
}

.el-question-sign:before {
  content: "\e65c";
}

.el-question:before {
  content: "\e65d";
}

.el-qrcode:before {
  content: "\e65e";
}

.el-puzzle:before {
  content: "\e65f";
}

.el-print:before {
  content: "\e660";
}

.el-podcast:before {
  content: "\e661";
}

.el-plus-sign:before {
  content: "\e662";
}

.el-plus:before {
  content: "\e663";
}

.el-play-circle:before {
  content: "\e664";
}

.el-play-alt:before {
  content: "\e665";
}

.el-play:before {
  content: "\e666";
}

.el-plane:before {
  content: "\e667";
}

.el-pinterest:before {
  content: "\e668";
}

.el-picture:before {
  content: "\e669";
}

.el-picasa:before {
  content: "\e66a";
}

.el-photo-alt:before {
  content: "\e66b";
}

.el-photo:before {
  content: "\e66c";
}

.el-phone-alt:before {
  content: "\e66d";
}

.el-phone:before {
  content: "\e66e";
}

.el-person:before {
  content: "\e66f";
}

.el-pencil-alt:before {
  content: "\e670";
}

.el-pencil:before {
  content: "\e671";
}

.el-pause-alt:before {
  content: "\e672";
}

.el-pause:before {
  content: "\e673";
}

.el-path:before {
  content: "\e674";
}

.el-paper-clip-alt:before {
  content: "\e675";
}

.el-paper-clip:before {
  content: "\e676";
}

.el-opensource:before {
  content: "\e677";
}

.el-ok-sign:before {
  content: "\e678";
}

.el-ok-circle:before {
  content: "\e679";
}

.el-ok:before {
  content: "\e67a";
}

.el-off:before {
  content: "\e67b";
}

.el-network:before {
  content: "\e67c";
}

.el-myspace:before {
  content: "\e67d";
}

.el-music:before {
  content: "\e67e";
}

.el-move:before {
  content: "\e67f";
}

.el-minus-sign:before {
  content: "\e680";
}

.el-minus:before {
  content: "\e681";
}

.el-mic-alt:before {
  content: "\e682";
}

.el-mic:before {
  content: "\e683";
}

.el-map-marker-alt:before {
  content: "\e684";
}

.el-map-marker:before {
  content: "\e685";
}

.el-male:before {
  content: "\e686";
}

.el-magnet:before {
  content: "\e687";
}

.el-magic:before {
  content: "\e688";
}

.el-lock-alt:before {
  content: "\e689";
}

.el-lock:before {
  content: "\e68a";
}

.el-livejournal:before {
  content: "\e68b";
}

.el-list-alt:before {
  content: "\e68c";
}

.el-list:before {
  content: "\e68d";
}

.el-linkedin:before {
  content: "\e68e";
}

.el-link:before {
  content: "\e68f";
}

.el-lines:before {
  content: "\e690";
}

.el-leaf:before {
  content: "\e691";
}

.el-lastfm:before {
  content: "\e692";
}

.el-laptop-alt:before {
  content: "\e693";
}

.el-laptop:before {
  content: "\e694";
}

.el-key:before {
  content: "\e695";
}

.el-italic:before {
  content: "\e696";
}

.el-iphone-home:before {
  content: "\e697";
}

.el-instagram:before {
  content: "\e698";
}

.el-info-sign:before {
  content: "\e699";
}

.el-indent-right:before {
  content: "\e69a";
}

.el-indent-left:before {
  content: "\e69b";
}

.el-inbox-box:before {
  content: "\e69c";
}

.el-inbox-alt:before {
  content: "\e69d";
}

.el-inbox:before {
  content: "\e69e";
}

.el-idea-alt:before {
  content: "\e69f";
}

.el-idea:before {
  content: "\e6a0";
}

.el-hourglass:before {
  content: "\e6a1";
}

.el-home-alt:before {
  content: "\e6a2";
}

.el-home:before {
  content: "\e6a3";
}

.el-heart-empty:before {
  content: "\e6a4";
}

.el-heart-alt:before {
  content: "\e6a5";
}

.el-heart:before {
  content: "\e6a6";
}

.el-hearing-impaired:before {
  content: "\e6a7";
}

.el-headphones:before {
  content: "\e6a8";
}

.el-hdd:before {
  content: "\e6a9";
}

.el-hand-up:before {
  content: "\e6aa";
}

.el-hand-right:before {
  content: "\e6ab";
}

.el-hand-left:before {
  content: "\e6ac";
}

.el-hand-down:before {
  content: "\e6ad";
}

.el-guidedog:before {
  content: "\e6ae";
}

.el-group-alt:before {
  content: "\e6af";
}

.el-group:before {
  content: "\e6b0";
}

.el-graph-alt:before {
  content: "\e6b1";
}

.el-graph:before {
  content: "\e6b2";
}

.el-googleplus:before {
  content: "\e6b3";
}

.el-globe-alt:before {
  content: "\e6b4";
}

.el-globe:before {
  content: "\e6b5";
}

.el-glasses:before {
  content: "\e6b6";
}

.el-glass:before {
  content: "\e6b7";
}

.el-github-text:before {
  content: "\e6b8";
}

.el-github:before {
  content: "\e6b9";
}

.el-gift:before {
  content: "\e6ba";
}

.el-gbp:before {
  content: "\e6bb";
}

.el-fullscreen:before {
  content: "\e6bc";
}

.el-friendfeed-rect:before {
  content: "\e6bd";
}

.el-friendfeed:before {
  content: "\e6be";
}

.el-foursquare:before {
  content: "\e6bf";
}

.el-forward-alt:before {
  content: "\e6c0";
}

.el-forward:before {
  content: "\e6c1";
}

.el-fork:before {
  content: "\e6c2";
}

.el-fontsize:before {
  content: "\e6c3";
}

.el-font:before {
  content: "\e6c4";
}

.el-folder-sign:before {
  content: "\e6c5";
}

.el-folder-open:before {
  content: "\e6c6";
}

.el-folder-close:before {
  content: "\e6c7";
}

.el-folder:before {
  content: "\e6c8";
}

.el-flickr:before {
  content: "\e6c9";
}

.el-flag-alt:before {
  content: "\e6ca";
}

.el-flag:before {
  content: "\e6cb";
}

.el-fire:before {
  content: "\e6cc";
}

.el-filter:before {
  content: "\e6cd";
}

.el-film:before {
  content: "\e6ce";
}

.el-file-new-alt:before {
  content: "\e6cf";
}

.el-file-new:before {
  content: "\e6d0";
}

.el-file-edit-alt:before {
  content: "\e6d1";
}

.el-file-edit:before {
  content: "\e6d2";
}

.el-file-alt:before {
  content: "\e6d3";
}

.el-file:before {
  content: "\e6d4";
}

.el-female:before {
  content: "\e6d5";
}

.el-fast-forward:before {
  content: "\e6d6";
}

.el-fast-backward:before {
  content: "\e6d7";
}

.el-facetime-video:before {
  content: "\e6d8";
}

.el-facebook:before {
  content: "\e6d9";
}

.el-eye-open:before {
  content: "\e6da";
}

.el-eye-close:before {
  content: "\e6db";
}

.el-exclamation-sign:before {
  content: "\e6dc";
}

.el-eur:before {
  content: "\e6dd";
}

.el-error-alt:before {
  content: "\e6de";
}

.el-error:before {
  content: "\e6df";
}

.el-envelope-alt:before {
  content: "\e6e0";
}

.el-envelope:before {
  content: "\e6e1";
}

.el-eject:before {
  content: "\e6e2";
}

.el-edit:before {
  content: "\e6e3";
}

.el-dribbble:before {
  content: "\e6e4";
}

.el-download-alt:before {
  content: "\e6e5";
}

.el-download:before {
  content: "\e6e6";
}

.el-digg:before {
  content: "\e6e7";
}

.el-deviantart:before {
  content: "\e6e8";
}

.el-delicious:before {
  content: "\e6e9";
}

.el-dashboard:before {
  content: "\e6ea";
}

.el-css:before {
  content: "\e6eb";
}

.el-credit-card:before {
  content: "\e6ec";
}

.el-compass-alt:before {
  content: "\e6ed";
}

.el-compass:before {
  content: "\e6ee";
}

.el-comment-alt:before {
  content: "\e6ef";
}

.el-comment:before {
  content: "\e6f0";
}

.el-cogs:before {
  content: "\e6f1";
}

.el-cog-alt:before {
  content: "\e6f2";
}

.el-cog:before {
  content: "\e6f3";
}

.el-cloud-alt:before {
  content: "\e6f4";
}

.el-cloud:before {
  content: "\e6f5";
}

.el-circle-arrow-up:before {
  content: "\e6f6";
}

.el-circle-arrow-right:before {
  content: "\e6f7";
}

.el-circle-arrow-left:before {
  content: "\e6f8";
}

.el-circle-arrow-down:before {
  content: "\e6f9";
}

.el-child:before {
  content: "\e6fa";
}

.el-chevron-up:before {
  content: "\e6fb";
}

.el-chevron-right:before {
  content: "\e6fc";
}

.el-chevron-left:before {
  content: "\e6fd";
}

.el-chevron-down:before {
  content: "\e6fe";
}

.el-check-empty:before {
  content: "\e6ff";
}

.el-check:before {
  content: "\e700";
}

.el-certificate:before {
  content: "\e701";
}

.el-cc:before {
  content: "\e702";
}

.el-caret-up:before {
  content: "\e703";
}

.el-caret-right:before {
  content: "\e704";
}

.el-caret-left:before {
  content: "\e705";
}

.el-caret-down:before {
  content: "\e706";
}

.el-car:before {
  content: "\e707";
}

.el-camera:before {
  content: "\e708";
}

.el-calendar-sign:before {
  content: "\e709";
}

.el-calendar:before {
  content: "\e70a";
}

.el-bullhorn:before {
  content: "\e70b";
}

.el-bulb:before {
  content: "\e70c";
}

.el-brush:before {
  content: "\e70d";
}

.el-broom:before {
  content: "\e70e";
}

.el-briefcase:before {
  content: "\e70f";
}

.el-braille:before {
  content: "\e710";
}

.el-bookmark-empty:before {
  content: "\e711";
}

.el-bookmark:before {
  content: "\e712";
}

.el-book:before {
  content: "\e713";
}

.el-bold:before {
  content: "\e714";
}

.el-blogger:before {
  content: "\e715";
}

.el-blind:before {
  content: "\e716";
}

.el-bell:before {
  content: "\e717";
}

.el-behance:before {
  content: "\e718";
}

.el-barcode:before {
  content: "\e719";
}

.el-ban-circle:before {
  content: "\e71a";
}

.el-backward:before {
  content: "\e71b";
}

.el-asl:before {
  content: "\e71c";
}

.el-arrow-up:before {
  content: "\e71d";
}

.el-arrow-right:before {
  content: "\e71e";
}

.el-arrow-left:before {
  content: "\e71f";
}

.el-arrow-down:before {
  content: "\e720";
}

.el-align-right:before {
  content: "\e721";
}

.el-align-left:before {
  content: "\e722";
}

.el-align-justify:before {
  content: "\e723";
}

.el-align-center:before {
  content: "\e724";
}

.el-adult:before {
  content: "\e725";
}

.el-adjust-alt:before {
  content: "\e726";
}

.el-adjust:before {
  content: "\e727";
}

.el-address-book-alt:before {
  content: "\e728";
}

.el-address-book:before {
  content: "\e729";
}

.el-asterisk:before {
  content: "\e72a";
}

/* --------------------------------------------------------------------- */

/* FONT AWESOME */

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/font-awesome.eot');
  src: url('../fonts/font-awesome.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome.ttf') format('truetype'), url('../fonts/font-awesome.woff') format('woff'), url('../fonts/font-awesome.svg#FontAwesome') format('svg');
}

[class^="fa-"],
[class*=" fa-"] {
  font-family: 'FontAwesome';
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* --------------------------------------------------------------------- */

/* FOUNDATION */

@font-face {
  font-family: 'foundation-icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/foundation.eot');
  src: url('../fonts/foundation.eot?#iefix') format('embedded-opentype'), url('../fonts/foundation.ttf') format('truetype'), url('../fonts/foundation.woff') format('woff'), url('../fonts/foundation.svg#foundation-icons') format('svg');
}

[class^="fi-"],
[class*=" fi-"] {
  font-family: 'foundation-icons';
}

.fi-address-book:before {
  content: "\f100";
}

.fi-alert:before {
  content: "\f101";
}

.fi-align-center:before {
  content: "\f102";
}

.fi-align-justify:before {
  content: "\f103";
}

.fi-align-left:before {
  content: "\f104";
}

.fi-align-right:before {
  content: "\f105";
}

.fi-anchor:before {
  content: "\f106";
}

.fi-annotate:before {
  content: "\f107";
}

.fi-archive:before {
  content: "\f108";
}

.fi-arrow-down:before {
  content: "\f109";
}

.fi-arrow-left:before {
  content: "\f10a";
}

.fi-arrow-right:before {
  content: "\f10b";
}

.fi-arrow-up:before {
  content: "\f10c";
}

.fi-arrows-compress:before {
  content: "\f10d";
}

.fi-arrows-expand:before {
  content: "\f10e";
}

.fi-arrows-in:before {
  content: "\f10f";
}

.fi-arrows-out:before {
  content: "\f110";
}

.fi-asl:before {
  content: "\f111";
}

.fi-asterisk:before {
  content: "\f112";
}

.fi-at-sign:before {
  content: "\f113";
}

.fi-background-color:before {
  content: "\f114";
}

.fi-battery-empty:before {
  content: "\f115";
}

.fi-battery-full:before {
  content: "\f116";
}

.fi-battery-half:before {
  content: "\f117";
}

.fi-bitcoin-circle:before {
  content: "\f118";
}

.fi-bitcoin:before {
  content: "\f119";
}

.fi-blind:before {
  content: "\f11a";
}

.fi-bluetooth:before {
  content: "\f11b";
}

.fi-bold:before {
  content: "\f11c";
}

.fi-book-bookmark:before {
  content: "\f11d";
}

.fi-book:before {
  content: "\f11e";
}

.fi-bookmark:before {
  content: "\f11f";
}

.fi-braille:before {
  content: "\f120";
}

.fi-burst-new:before {
  content: "\f121";
}

.fi-burst-sale:before {
  content: "\f122";
}

.fi-burst:before {
  content: "\f123";
}

.fi-calendar:before {
  content: "\f124";
}

.fi-camera:before {
  content: "\f125";
}

.fi-check:before {
  content: "\f126";
}

.fi-checkbox:before {
  content: "\f127";
}

.fi-clipboard-notes:before {
  content: "\f128";
}

.fi-clipboard-pencil:before {
  content: "\f129";
}

.fi-clipboard:before {
  content: "\f12a";
}

.fi-clock:before {
  content: "\f12b";
}

.fi-closed-caption:before {
  content: "\f12c";
}

.fi-cloud:before {
  content: "\f12d";
}

.fi-comment-minus:before {
  content: "\f12e";
}

.fi-comment-quotes:before {
  content: "\f12f";
}

.fi-comment-video:before {
  content: "\f130";
}

.fi-comment:before {
  content: "\f131";
}

.fi-comments:before {
  content: "\f132";
}

.fi-compass:before {
  content: "\f133";
}

.fi-contrast:before {
  content: "\f134";
}

.fi-credit-card:before {
  content: "\f135";
}

.fi-crop:before {
  content: "\f136";
}

.fi-crown:before {
  content: "\f137";
}

.fi-css3:before {
  content: "\f138";
}

.fi-database:before {
  content: "\f139";
}

.fi-die-five:before {
  content: "\f13a";
}

.fi-die-four:before {
  content: "\f13b";
}

.fi-die-one:before {
  content: "\f13c";
}

.fi-die-six:before {
  content: "\f13d";
}

.fi-die-three:before {
  content: "\f13e";
}

.fi-die-two:before {
  content: "\f13f";
}

.fi-dislike:before {
  content: "\f140";
}

.fi-dollar-bill:before {
  content: "\f141";
}

.fi-dollar:before {
  content: "\f142";
}

.fi-download:before {
  content: "\f143";
}

.fi-eject:before {
  content: "\f144";
}

.fi-elevator:before {
  content: "\f145";
}

.fi-euro:before {
  content: "\f146";
}

.fi-eye:before {
  content: "\f147";
}

.fi-fast-forward:before {
  content: "\f148";
}

.fi-female-symbol:before {
  content: "\f149";
}

.fi-female:before {
  content: "\f14a";
}

.fi-filter:before {
  content: "\f14b";
}

.fi-first-aid:before {
  content: "\f14c";
}

.fi-flag:before {
  content: "\f14d";
}

.fi-folder-add:before {
  content: "\f14e";
}

.fi-folder-lock:before {
  content: "\f14f";
}

.fi-folder:before {
  content: "\f150";
}

.fi-foot:before {
  content: "\f151";
}

.fi-foundation:before {
  content: "\f152";
}

.fi-graph-bar:before {
  content: "\f153";
}

.fi-graph-horizontal:before {
  content: "\f154";
}

.fi-graph-pie:before {
  content: "\f155";
}

.fi-graph-trend:before {
  content: "\f156";
}

.fi-guide-dog:before {
  content: "\f157";
}

.fi-hearing-aid:before {
  content: "\f158";
}

.fi-heart:before {
  content: "\f159";
}

.fi-home:before {
  content: "\f15a";
}

.fi-html5:before {
  content: "\f15b";
}

.fi-indent-less:before {
  content: "\f15c";
}

.fi-indent-more:before {
  content: "\f15d";
}

.fi-info:before {
  content: "\f15e";
}

.fi-italic:before {
  content: "\f15f";
}

.fi-key:before {
  content: "\f160";
}

.fi-laptop:before {
  content: "\f161";
}

.fi-layout:before {
  content: "\f162";
}

.fi-lightbulb:before {
  content: "\f163";
}

.fi-like:before {
  content: "\f164";
}

.fi-link:before {
  content: "\f165";
}

.fi-list-bullet:before {
  content: "\f166";
}

.fi-list-number:before {
  content: "\f167";
}

.fi-list-thumbnails:before {
  content: "\f168";
}

.fi-list:before {
  content: "\f169";
}

.fi-lock:before {
  content: "\f16a";
}

.fi-loop:before {
  content: "\f16b";
}

.fi-magnifying-glass:before {
  content: "\f16c";
}

.fi-mail:before {
  content: "\f16d";
}

.fi-male-female:before {
  content: "\f16e";
}

.fi-male-symbol:before {
  content: "\f16f";
}

.fi-male:before {
  content: "\f170";
}

.fi-map:before {
  content: "\f171";
}

.fi-marker:before {
  content: "\f172";
}

.fi-megaphone:before {
  content: "\f173";
}

.fi-microphone:before {
  content: "\f174";
}

.fi-minus-circle:before {
  content: "\f175";
}

.fi-minus:before {
  content: "\f176";
}

.fi-mobile-signal:before {
  content: "\f177";
}

.fi-mobile:before {
  content: "\f178";
}

.fi-monitor:before {
  content: "\f179";
}

.fi-mountains:before {
  content: "\f17a";
}

.fi-music:before {
  content: "\f17b";
}

.fi-next:before {
  content: "\f17c";
}

.fi-no-dogs:before {
  content: "\f17d";
}

.fi-no-smoking:before {
  content: "\f17e";
}

.fi-page-add:before {
  content: "\f17f";
}

.fi-page-copy:before {
  content: "\f180";
}

.fi-page-csv:before {
  content: "\f181";
}

.fi-page-delete:before {
  content: "\f182";
}

.fi-page-doc:before {
  content: "\f183";
}

.fi-page-edit:before {
  content: "\f184";
}

.fi-page-export-csv:before {
  content: "\f185";
}

.fi-page-export-doc:before {
  content: "\f186";
}

.fi-page-export-pdf:before {
  content: "\f187";
}

.fi-page-export:before {
  content: "\f188";
}

.fi-page-filled:before {
  content: "\f189";
}

.fi-page-multiple:before {
  content: "\f18a";
}

.fi-page-pdf:before {
  content: "\f18b";
}

.fi-page-remove:before {
  content: "\f18c";
}

.fi-page-search:before {
  content: "\f18d";
}

.fi-page:before {
  content: "\f18e";
}

.fi-paint-bucket:before {
  content: "\f18f";
}

.fi-paperclip:before {
  content: "\f190";
}

.fi-pause:before {
  content: "\f191";
}

.fi-paw:before {
  content: "\f192";
}

.fi-paypal:before {
  content: "\f193";
}

.fi-pencil:before {
  content: "\f194";
}

.fi-photo:before {
  content: "\f195";
}

.fi-play-circle:before {
  content: "\f196";
}

.fi-play-video:before {
  content: "\f197";
}

.fi-play:before {
  content: "\f198";
}

.fi-plus:before {
  content: "\f199";
}

.fi-pound:before {
  content: "\f19a";
}

.fi-power:before {
  content: "\f19b";
}

.fi-previous:before {
  content: "\f19c";
}

.fi-price-tag:before {
  content: "\f19d";
}

.fi-pricetag-multiple:before {
  content: "\f19e";
}

.fi-print:before {
  content: "\f19f";
}

.fi-prohibited:before {
  content: "\f1a0";
}

.fi-projection-screen:before {
  content: "\f1a1";
}

.fi-puzzle:before {
  content: "\f1a2";
}

.fi-quote:before {
  content: "\f1a3";
}

.fi-record:before {
  content: "\f1a4";
}

.fi-refresh:before {
  content: "\f1a5";
}

.fi-results-demographics:before {
  content: "\f1a6";
}

.fi-results:before {
  content: "\f1a7";
}

.fi-rewind-ten:before {
  content: "\f1a8";
}

.fi-rewind:before {
  content: "\f1a9";
}

.fi-rss:before {
  content: "\f1aa";
}

.fi-safety-cone:before {
  content: "\f1ab";
}

.fi-save:before {
  content: "\f1ac";
}

.fi-share:before {
  content: "\f1ad";
}

.fi-sheriff-badge:before {
  content: "\f1ae";
}

.fi-shield:before {
  content: "\f1af";
}

.fi-shopping-bag:before {
  content: "\f1b0";
}

.fi-shopping-cart:before {
  content: "\f1b1";
}

.fi-shuffle:before {
  content: "\f1b2";
}

.fi-skull:before {
  content: "\f1b3";
}

.fi-social-500px:before {
  content: "\f1b4";
}

.fi-social-adobe:before {
  content: "\f1b5";
}

.fi-social-amazon:before {
  content: "\f1b6";
}

.fi-social-android:before {
  content: "\f1b7";
}

.fi-social-apple:before {
  content: "\f1b8";
}

.fi-social-behance:before {
  content: "\f1b9";
}

.fi-social-bing:before {
  content: "\f1ba";
}

.fi-social-blogger:before {
  content: "\f1bb";
}

.fi-social-delicious:before {
  content: "\f1bc";
}

.fi-social-designer-news:before {
  content: "\f1bd";
}

.fi-social-deviant-art:before {
  content: "\f1be";
}

.fi-social-digg:before {
  content: "\f1bf";
}

.fi-social-dribbble:before {
  content: "\f1c0";
}

.fi-social-drive:before {
  content: "\f1c1";
}

.fi-social-dropbox:before {
  content: "\f1c2";
}

.fi-social-evernote:before {
  content: "\f1c3";
}

.fi-social-facebook:before {
  content: "\f1c4";
}

.fi-social-flickr:before {
  content: "\f1c5";
}

.fi-social-forrst:before {
  content: "\f1c6";
}

.fi-social-foursquare:before {
  content: "\f1c7";
}

.fi-social-game-center:before {
  content: "\f1c8";
}

.fi-social-github:before {
  content: "\f1c9";
}

.fi-social-google-plus:before {
  content: "\f1ca";
}

.fi-social-hacker-news:before {
  content: "\f1cb";
}

.fi-social-hi5:before {
  content: "\f1cc";
}

.fi-social-instagram:before {
  content: "\f1cd";
}

.fi-social-joomla:before {
  content: "\f1ce";
}

.fi-social-lastfm:before {
  content: "\f1cf";
}

.fi-social-linkedin:before {
  content: "\f1d0";
}

.fi-social-medium:before {
  content: "\f1d1";
}

.fi-social-myspace:before {
  content: "\f1d2";
}

.fi-social-orkut:before {
  content: "\f1d3";
}

.fi-social-path:before {
  content: "\f1d4";
}

.fi-social-picasa:before {
  content: "\f1d5";
}

.fi-social-pinterest:before {
  content: "\f1d6";
}

.fi-social-rdio:before {
  content: "\f1d7";
}

.fi-social-reddit:before {
  content: "\f1d8";
}

.fi-social-skillshare:before {
  content: "\f1d9";
}

.fi-social-skype:before {
  content: "\f1da";
}

.fi-social-smashing-mag:before {
  content: "\f1db";
}

.fi-social-snapchat:before {
  content: "\f1dc";
}

.fi-social-spotify:before {
  content: "\f1dd";
}

.fi-social-squidoo:before {
  content: "\f1de";
}

.fi-social-stack-overflow:before {
  content: "\f1df";
}

.fi-social-steam:before {
  content: "\f1e0";
}

.fi-social-stumbleupon:before {
  content: "\f1e1";
}

.fi-social-treehouse:before {
  content: "\f1e2";
}

.fi-social-tumblr:before {
  content: "\f1e3";
}

.fi-social-twitter:before {
  content: "\f1e4";
}

.fi-social-vimeo:before {
  content: "\f1e5";
}

.fi-social-windows:before {
  content: "\f1e6";
}

.fi-social-xbox:before {
  content: "\f1e7";
}

.fi-social-yahoo:before {
  content: "\f1e8";
}

.fi-social-yelp:before {
  content: "\f1e9";
}

.fi-social-youtube:before {
  content: "\f1ea";
}

.fi-social-zerply:before {
  content: "\f1eb";
}

.fi-social-zurb:before {
  content: "\f1ec";
}

.fi-sound:before {
  content: "\f1ed";
}

.fi-star:before {
  content: "\f1ee";
}

.fi-stop:before {
  content: "\f1ef";
}

.fi-strikethrough:before {
  content: "\f1f0";
}

.fi-subscript:before {
  content: "\f1f1";
}

.fi-superscript:before {
  content: "\f1f2";
}

.fi-tablet-landscape:before {
  content: "\f1f3";
}

.fi-tablet-portrait:before {
  content: "\f1f4";
}

.fi-target-two:before {
  content: "\f1f5";
}

.fi-target:before {
  content: "\f1f6";
}

.fi-telephone-accessible:before {
  content: "\f1f7";
}

.fi-telephone:before {
  content: "\f1f8";
}

.fi-text-color:before {
  content: "\f1f9";
}

.fi-thumbnails:before {
  content: "\f1fa";
}

.fi-ticket:before {
  content: "\f1fb";
}

.fi-torso-business:before {
  content: "\f1fc";
}

.fi-torso-female:before {
  content: "\f1fd";
}

.fi-torso:before {
  content: "\f1fe";
}

.fi-torsos-all-female:before {
  content: "\f1ff";
}

.fi-torsos-all:before {
  content: "\f200";
}

.fi-torsos-female-male:before {
  content: "\f201";
}

.fi-torsos-male-female:before {
  content: "\f202";
}

.fi-torsos:before {
  content: "\f203";
}

.fi-trash:before {
  content: "\f204";
}

.fi-trees:before {
  content: "\f205";
}

.fi-trophy:before {
  content: "\f206";
}

.fi-underline:before {
  content: "\f207";
}

.fi-universal-access:before {
  content: "\f208";
}

.fi-unlink:before {
  content: "\f209";
}

.fi-unlock:before {
  content: "\f20a";
}

.fi-upload-cloud:before {
  content: "\f20b";
}

.fi-upload:before {
  content: "\f20c";
}

.fi-usb:before {
  content: "\f20d";
}

.fi-video:before {
  content: "\f20e";
}

.fi-volume-none:before {
  content: "\f20f";
}

.fi-volume-strike:before {
  content: "\f210";
}

.fi-volume:before {
  content: "\f211";
}

.fi-web:before {
  content: "\f212";
}

.fi-wheelchair:before {
  content: "\f213";
}

.fi-widget:before {
  content: "\f214";
}

.fi-wrench:before {
  content: "\f215";
}

.fi-x-circle:before {
  content: "\f216";
}

.fi-x:before {
  content: "\f217";
}

.fi-yen:before {
  content: "\f218";
}

.fi-zoom-in:before {
  content: "\f219";
}

.fi-zoom-out:before {
  content: "\f21a";
}

/* --------------------------------------------------------------------- */

/* IONICONS */

@font-face {
  font-family: 'Ionicons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ionicons.eot');
  src: url('../fonts/ionicons.eot?#iefix') format('embedded-opentype'), url('../fonts/ionicons.ttf') format('truetype'), url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.svg#Ionicons') format('svg');
}

[class^="ii-"],
[class*=" ii-"] {
  font-family: 'Ionicons';
}

.ii-alert:before {
  content: "\f101";
}

.ii-alert-circled:before {
  content: "\f100";
}

.ii-android-add:before {
  content: "\f2c7";
}

.ii-android-add-contact:before {
  content: "\f2c6";
}

.ii-android-alarm:before {
  content: "\f2c8";
}

.ii-android-archive:before {
  content: "\f2c9";
}

.ii-android-arrow-back:before {
  content: "\f2ca";
}

.ii-android-arrow-down-left:before {
  content: "\f2cb";
}

.ii-android-arrow-down-right:before {
  content: "\f2cc";
}

.ii-android-arrow-up-left:before {
  content: "\f2cd";
}

.ii-android-arrow-up-right:before {
  content: "\f2ce";
}

.ii-android-battery:before {
  content: "\f2cf";
}

.ii-android-book:before {
  content: "\f2d0";
}

.ii-android-calendar:before {
  content: "\f2d1";
}

.ii-android-call:before {
  content: "\f2d2";
}

.ii-android-camera:before {
  content: "\f2d3";
}

.ii-android-chat:before {
  content: "\f2d4";
}

.ii-android-checkmark:before {
  content: "\f2d5";
}

.ii-android-clock:before {
  content: "\f2d6";
}

.ii-android-close:before {
  content: "\f2d7";
}

.ii-android-contact:before {
  content: "\f2d8";
}

.ii-android-contacts:before {
  content: "\f2d9";
}

.ii-android-data:before {
  content: "\f2da";
}

.ii-android-developer:before {
  content: "\f2db";
}

.ii-android-display:before {
  content: "\f2dc";
}

.ii-android-download:before {
  content: "\f2dd";
}

.ii-android-dropdown:before {
  content: "\f2de";
}

.ii-android-earth:before {
  content: "\f2df";
}

.ii-android-folder:before {
  content: "\f2e0";
}

.ii-android-forums:before {
  content: "\f2e1";
}

.ii-android-friends:before {
  content: "\f2e2";
}

.ii-android-hand:before {
  content: "\f2e3";
}

.ii-android-image:before {
  content: "\f2e4";
}

.ii-android-inbox:before {
  content: "\f2e5";
}

.ii-android-information:before {
  content: "\f2e6";
}

.ii-android-keypad:before {
  content: "\f2e7";
}

.ii-android-lightbulb:before {
  content: "\f2e8";
}

.ii-android-locate:before {
  content: "\f2e9";
}

.ii-android-location:before {
  content: "\f2ea";
}

.ii-android-mail:before {
  content: "\f2eb";
}

.ii-android-microphone:before {
  content: "\f2ec";
}

.ii-android-mixer:before {
  content: "\f2ed";
}

.ii-android-more:before {
  content: "\f2ee";
}

.ii-android-note:before {
  content: "\f2ef";
}

.ii-android-playstore:before {
  content: "\f2f0";
}

.ii-android-printer:before {
  content: "\f2f1";
}

.ii-android-promotion:before {
  content: "\f2f2";
}

.ii-android-reminder:before {
  content: "\f2f3";
}

.ii-android-remove:before {
  content: "\f2f4";
}

.ii-android-search:before {
  content: "\f2f5";
}

.ii-android-send:before {
  content: "\f2f6";
}

.ii-android-settings:before {
  content: "\f2f7";
}

.ii-android-share:before {
  content: "\f2f8";
}

.ii-android-social:before {
  content: "\f2fa";
}

.ii-android-social-user:before {
  content: "\f2f9";
}

.ii-android-sort:before {
  content: "\f2fb";
}

.ii-android-star:before {
  content: "\f2fc";
}

.ii-android-stopwatch:before {
  content: "\f2fd";
}

.ii-android-storage:before {
  content: "\f2fe";
}

.ii-android-system-back:before {
  content: "\f2ff";
}

.ii-android-system-home:before {
  content: "\f300";
}

.ii-android-system-windows:before {
  content: "\f301";
}

.ii-android-timer:before {
  content: "\f302";
}

.ii-android-trash:before {
  content: "\f303";
}

.ii-android-volume:before {
  content: "\f304";
}

.ii-android-wifi:before {
  content: "\f305";
}

.ii-archive:before {
  content: "\f102";
}

.ii-arrow-down-a:before {
  content: "\f103";
}

.ii-arrow-down-b:before {
  content: "\f104";
}

.ii-arrow-down-c:before {
  content: "\f105";
}

.ii-arrow-expand:before {
  content: "\f25e";
}

.ii-arrow-graph-down-left:before {
  content: "\f25f";
}

.ii-arrow-graph-down-right:before {
  content: "\f260";
}

.ii-arrow-graph-up-left:before {
  content: "\f261";
}

.ii-arrow-graph-up-right:before {
  content: "\f262";
}

.ii-arrow-left-a:before {
  content: "\f106";
}

.ii-arrow-left-b:before {
  content: "\f107";
}

.ii-arrow-left-c:before {
  content: "\f108";
}

.ii-arrow-move:before {
  content: "\f263";
}

.ii-arrow-resize:before {
  content: "\f264";
}

.ii-arrow-return-left:before {
  content: "\f265";
}

.ii-arrow-return-right:before {
  content: "\f266";
}

.ii-arrow-right-a:before {
  content: "\f109";
}

.ii-arrow-right-b:before {
  content: "\f10a";
}

.ii-arrow-right-c:before {
  content: "\f10b";
}

.ii-arrow-shrink:before {
  content: "\f267";
}

.ii-arrow-swap:before {
  content: "\f268";
}

.ii-arrow-up-a:before {
  content: "\f10c";
}

.ii-arrow-up-b:before {
  content: "\f10d";
}

.ii-arrow-up-c:before {
  content: "\f10e";
}

.ii-at:before {
  content: "\f10f";
}

.ii-bag:before {
  content: "\f110";
}

.ii-battery-charging:before {
  content: "\f111";
}

.ii-battery-empty:before {
  content: "\f112";
}

.ii-battery-full:before {
  content: "\f113";
}

.ii-battery-half:before {
  content: "\f114";
}

.ii-battery-low:before {
  content: "\f115";
}

.ii-beaker:before {
  content: "\f269";
}

.ii-beer:before {
  content: "\f26a";
}

.ii-bluetooth:before {
  content: "\f116";
}

.ii-bookmark:before {
  content: "\f26b";
}

.ii-briefcase:before {
  content: "\f26c";
}

.ii-bug:before {
  content: "\f2be";
}

.ii-calculator:before {
  content: "\f26d";
}

.ii-calendar:before {
  content: "\f117";
}

.ii-camera:before {
  content: "\f118";
}

.ii-card:before {
  content: "\f119";
}

.ii-chatbox:before {
  content: "\f11b";
}

.ii-chatbox-working:before {
  content: "\f11a";
}

.ii-chatboxes:before {
  content: "\f11c";
}

.ii-chatbubble:before {
  content: "\f11e";
}

.ii-chatbubble-working:before {
  content: "\f11d";
}

.ii-chatbubbles:before {
  content: "\f11f";
}

.ii-checkmark:before {
  content: "\f122";
}

.ii-checkmark-circled:before {
  content: "\f120";
}

.ii-checkmark-round:before {
  content: "\f121";
}

.ii-chevron-down:before {
  content: "\f123";
}

.ii-chevron-left:before {
  content: "\f124";
}

.ii-chevron-right:before {
  content: "\f125";
}

.ii-chevron-up:before {
  content: "\f126";
}

.ii-clipboard:before {
  content: "\f127";
}

.ii-clock:before {
  content: "\f26e";
}

.ii-close:before {
  content: "\f12a";
}

.ii-close-circled:before {
  content: "\f128";
}

.ii-close-round:before {
  content: "\f129";
}

.ii-cloud:before {
  content: "\f12b";
}

.ii-code:before {
  content: "\f271";
}

.ii-code-download:before {
  content: "\f26f";
}

.ii-code-working:before {
  content: "\f270";
}

.ii-coffee:before {
  content: "\f272";
}

.ii-compass:before {
  content: "\f273";
}

.ii-compose:before {
  content: "\f12c";
}

.ii-connection-bars:before {
  content: "\f274";
}

.ii-contrast:before {
  content: "\f275";
}

.ii-disc:before {
  content: "\f12d";
}

.ii-document:before {
  content: "\f12f";
}

.ii-document-text:before {
  content: "\f12e";
}

.ii-drag:before {
  content: "\f130";
}

.ii-earth:before {
  content: "\f276";
}

.ii-edit:before {
  content: "\f2bf";
}

.ii-egg:before {
  content: "\f277";
}

.ii-eject:before {
  content: "\f131";
}

.ii-email:before {
  content: "\f132";
}

.ii-eye:before {
  content: "\f133";
}

.ii-eye-disabled:before {
  content: "\f306";
}

.ii-female:before {
  content: "\f278";
}

.ii-filing:before {
  content: "\f134";
}

.ii-film-marker:before {
  content: "\f135";
}

.ii-flag:before {
  content: "\f279";
}

.ii-flash:before {
  content: "\f137";
}

.ii-flash-off:before {
  content: "\f136";
}

.ii-flask:before {
  content: "\f138";
}

.ii-folder:before {
  content: "\f139";
}

.ii-fork:before {
  content: "\f27a";
}

.ii-fork-repo:before {
  content: "\f2c0";
}

.ii-forward:before {
  content: "\f13a";
}

.ii-game-controller-a:before {
  content: "\f13b";
}

.ii-game-controller-b:before {
  content: "\f13c";
}

.ii-gear-a:before {
  content: "\f13d";
}

.ii-gear-b:before {
  content: "\f13e";
}

.ii-grid:before {
  content: "\f13f";
}

.ii-hammer:before {
  content: "\f27b";
}

.ii-headphone:before {
  content: "\f140";
}

.ii-heart:before {
  content: "\f141";
}

.ii-help:before {
  content: "\f143";
}

.ii-help-buoy:before {
  content: "\f27c";
}

.ii-help-circled:before {
  content: "\f142";
}

.ii-home:before {
  content: "\f144";
}

.ii-icecream:before {
  content: "\f27d";
}

.ii-icon-social-google-plus:before {
  content: "\f146";
}

.ii-icon-social-google-plus-outline:before {
  content: "\f145";
}

.ii-image:before {
  content: "\f147";
}

.ii-images:before {
  content: "\f148";
}

.ii-information:before {
  content: "\f14a";
}

.ii-information-circled:before {
  content: "\f149";
}

.ii-ionic:before {
  content: "\f14b";
}

.ii-ios7-alarm:before {
  content: "\f14d";
}

.ii-ios7-alarm-outline:before {
  content: "\f14c";
}

.ii-ios7-albums:before {
  content: "\f14f";
}

.ii-ios7-albums-outline:before {
  content: "\f14e";
}

.ii-ios7-arrow-back:before {
  content: "\f150";
}

.ii-ios7-arrow-down:before {
  content: "\f151";
}

.ii-ios7-arrow-forward:before {
  content: "\f152";
}

.ii-ios7-arrow-left:before {
  content: "\f153";
}

.ii-ios7-arrow-right:before {
  content: "\f154";
}

.ii-ios7-arrow-thin-down:before {
  content: "\f27e";
}

.ii-ios7-arrow-thin-left:before {
  content: "\f27f";
}

.ii-ios7-arrow-thin-right:before {
  content: "\f280";
}

.ii-ios7-arrow-thin-up:before {
  content: "\f281";
}

.ii-ios7-arrow-up:before {
  content: "\f155";
}

.ii-ios7-at:before {
  content: "\f157";
}

.ii-ios7-at-outline:before {
  content: "\f156";
}

.ii-ios7-bell:before {
  content: "\f159";
}

.ii-ios7-bell-outline:before {
  content: "\f158";
}

.ii-ios7-bolt:before {
  content: "\f15b";
}

.ii-ios7-bolt-outline:before {
  content: "\f15a";
}

.ii-ios7-bookmarks:before {
  content: "\f15d";
}

.ii-ios7-bookmarks-outline:before {
  content: "\f15c";
}

.ii-ios7-box:before {
  content: "\f15f";
}

.ii-ios7-box-outline:before {
  content: "\f15e";
}

.ii-ios7-briefcase:before {
  content: "\f283";
}

.ii-ios7-briefcase-outline:before {
  content: "\f282";
}

.ii-ios7-browsers:before {
  content: "\f161";
}

.ii-ios7-browsers-outline:before {
  content: "\f160";
}

.ii-ios7-calculator:before {
  content: "\f285";
}

.ii-ios7-calculator-outline:before {
  content: "\f284";
}

.ii-ios7-calendar:before {
  content: "\f163";
}

.ii-ios7-calendar-outline:before {
  content: "\f162";
}

.ii-ios7-camera:before {
  content: "\f165";
}

.ii-ios7-camera-outline:before {
  content: "\f164";
}

.ii-ios7-cart:before {
  content: "\f167";
}

.ii-ios7-cart-outline:before {
  content: "\f166";
}

.ii-ios7-chatboxes:before {
  content: "\f169";
}

.ii-ios7-chatboxes-outline:before {
  content: "\f168";
}

.ii-ios7-chatbubble:before {
  content: "\f16b";
}

.ii-ios7-chatbubble-outline:before {
  content: "\f16a";
}

.ii-ios7-checkmark:before {
  content: "\f16e";
}

.ii-ios7-checkmark-empty:before {
  content: "\f16c";
}

.ii-ios7-checkmark-outline:before {
  content: "\f16d";
}

.ii-ios7-circle-filled:before {
  content: "\f16f";
}

.ii-ios7-circle-outline:before {
  content: "\f170";
}

.ii-ios7-clock:before {
  content: "\f172";
}

.ii-ios7-clock-outline:before {
  content: "\f171";
}

.ii-ios7-close:before {
  content: "\f2bc";
}

.ii-ios7-close-empty:before {
  content: "\f2bd";
}

.ii-ios7-close-outline:before {
  content: "\f2bb";
}

.ii-ios7-cloud:before {
  content: "\f178";
}

.ii-ios7-cloud-download:before {
  content: "\f174";
}

.ii-ios7-cloud-download-outline:before {
  content: "\f173";
}

.ii-ios7-cloud-outline:before {
  content: "\f175";
}

.ii-ios7-cloud-upload:before {
  content: "\f177";
}

.ii-ios7-cloud-upload-outline:before {
  content: "\f176";
}

.ii-ios7-cloudy:before {
  content: "\f17a";
}

.ii-ios7-cloudy-night:before {
  content: "\f308";
}

.ii-ios7-cloudy-night-outline:before {
  content: "\f307";
}

.ii-ios7-cloudy-outline:before {
  content: "\f179";
}

.ii-ios7-cog:before {
  content: "\f17c";
}

.ii-ios7-cog-outline:before {
  content: "\f17b";
}

.ii-ios7-compose:before {
  content: "\f17e";
}

.ii-ios7-compose-outline:before {
  content: "\f17d";
}

.ii-ios7-contact:before {
  content: "\f180";
}

.ii-ios7-contact-outline:before {
  content: "\f17f";
}

.ii-ios7-copy:before {
  content: "\f182";
}

.ii-ios7-copy-outline:before {
  content: "\f181";
}

.ii-ios7-download:before {
  content: "\f184";
}

.ii-ios7-download-outline:before {
  content: "\f183";
}

.ii-ios7-drag:before {
  content: "\f185";
}

.ii-ios7-email:before {
  content: "\f187";
}

.ii-ios7-email-outline:before {
  content: "\f186";
}

.ii-ios7-eye:before {
  content: "\f189";
}

.ii-ios7-eye-outline:before {
  content: "\f188";
}

.ii-ios7-fastforward:before {
  content: "\f18b";
}

.ii-ios7-fastforward-outline:before {
  content: "\f18a";
}

.ii-ios7-filing:before {
  content: "\f18d";
}

.ii-ios7-filing-outline:before {
  content: "\f18c";
}

.ii-ios7-film:before {
  content: "\f18f";
}

.ii-ios7-film-outline:before {
  content: "\f18e";
}

.ii-ios7-flag:before {
  content: "\f191";
}

.ii-ios7-flag-outline:before {
  content: "\f190";
}

.ii-ios7-folder:before {
  content: "\f193";
}

.ii-ios7-folder-outline:before {
  content: "\f192";
}

.ii-ios7-gear:before {
  content: "\f195";
}

.ii-ios7-gear-outline:before {
  content: "\f194";
}

.ii-ios7-glasses:before {
  content: "\f197";
}

.ii-ios7-glasses-outline:before {
  content: "\f196";
}

.ii-ios7-heart:before {
  content: "\f199";
}

.ii-ios7-heart-outline:before {
  content: "\f198";
}

.ii-ios7-help:before {
  content: "\f19c";
}

.ii-ios7-help-empty:before {
  content: "\f19a";
}

.ii-ios7-help-outline:before {
  content: "\f19b";
}

.ii-ios7-infinite:before {
  content: "\f19e";
}

.ii-ios7-infinite-outline:before {
  content: "\f19d";
}

.ii-ios7-information:before {
  content: "\f1a1";
}

.ii-ios7-information-empty:before {
  content: "\f19f";
}

.ii-ios7-information-outline:before {
  content: "\f1a0";
}

.ii-ios7-ionic-outline:before {
  content: "\f1a2";
}

.ii-ios7-keypad:before {
  content: "\f1a4";
}

.ii-ios7-keypad-outline:before {
  content: "\f1a3";
}

.ii-ios7-lightbulb:before {
  content: "\f287";
}

.ii-ios7-lightbulb-outline:before {
  content: "\f286";
}

.ii-ios7-location:before {
  content: "\f1a6";
}

.ii-ios7-location-outline:before {
  content: "\f1a5";
}

.ii-ios7-locked:before {
  content: "\f1a8";
}

.ii-ios7-locked-outline:before {
  content: "\f1a7";
}

.ii-ios7-medkit:before {
  content: "\f289";
}

.ii-ios7-medkit-outline:before {
  content: "\f288";
}

.ii-ios7-mic:before {
  content: "\f1ab";
}

.ii-ios7-mic-off:before {
  content: "\f1a9";
}

.ii-ios7-mic-outline:before {
  content: "\f1aa";
}

.ii-ios7-minus:before {
  content: "\f1ae";
}

.ii-ios7-minus-empty:before {
  content: "\f1ac";
}

.ii-ios7-minus-outline:before {
  content: "\f1ad";
}

.ii-ios7-monitor:before {
  content: "\f1b0";
}

.ii-ios7-monitor-outline:before {
  content: "\f1af";
}

.ii-ios7-moon:before {
  content: "\f1b2";
}

.ii-ios7-moon-outline:before {
  content: "\f1b1";
}

.ii-ios7-more:before {
  content: "\f1b4";
}

.ii-ios7-more-outline:before {
  content: "\f1b3";
}

.ii-ios7-musical-note:before {
  content: "\f1b5";
}

.ii-ios7-musical-notes:before {
  content: "\f1b6";
}

.ii-ios7-navigate:before {
  content: "\f1b8";
}

.ii-ios7-navigate-outline:before {
  content: "\f1b7";
}

.ii-ios7-paperplane:before {
  content: "\f1ba";
}

.ii-ios7-paperplane-outline:before {
  content: "\f1b9";
}

.ii-ios7-partlysunny:before {
  content: "\f1bc";
}

.ii-ios7-partlysunny-outline:before {
  content: "\f1bb";
}

.ii-ios7-pause:before {
  content: "\f1be";
}

.ii-ios7-pause-outline:before {
  content: "\f1bd";
}

.ii-ios7-people:before {
  content: "\f1c0";
}

.ii-ios7-people-outline:before {
  content: "\f1bf";
}

.ii-ios7-person:before {
  content: "\f1c2";
}

.ii-ios7-person-outline:before {
  content: "\f1c1";
}

.ii-ios7-personadd:before {
  content: "\f1c4";
}

.ii-ios7-personadd-outline:before {
  content: "\f1c3";
}

.ii-ios7-photos:before {
  content: "\f1c6";
}

.ii-ios7-photos-outline:before {
  content: "\f1c5";
}

.ii-ios7-pie:before {
  content: "\f28b";
}

.ii-ios7-pie-outline:before {
  content: "\f28a";
}

.ii-ios7-play:before {
  content: "\f1c8";
}

.ii-ios7-play-outline:before {
  content: "\f1c7";
}

.ii-ios7-plus:before {
  content: "\f1cb";
}

.ii-ios7-plus-empty:before {
  content: "\f1c9";
}

.ii-ios7-plus-outline:before {
  content: "\f1ca";
}

.ii-ios7-pricetag:before {
  content: "\f28d";
}

.ii-ios7-pricetag-outline:before {
  content: "\f28c";
}

.ii-ios7-printer:before {
  content: "\f1cd";
}

.ii-ios7-printer-outline:before {
  content: "\f1cc";
}

.ii-ios7-rainy:before {
  content: "\f1cf";
}

.ii-ios7-rainy-outline:before {
  content: "\f1ce";
}

.ii-ios7-recording:before {
  content: "\f1d1";
}

.ii-ios7-recording-outline:before {
  content: "\f1d0";
}

.ii-ios7-redo:before {
  content: "\f1d3";
}

.ii-ios7-redo-outline:before {
  content: "\f1d2";
}

.ii-ios7-refresh:before {
  content: "\f1d6";
}

.ii-ios7-refresh-empty:before {
  content: "\f1d4";
}

.ii-ios7-refresh-outline:before {
  content: "\f1d5";
}

.ii-ios7-reload:before,
.ii-ios7-reloading:before {
  content: "\f28e";
}

.ii-ios7-rewind:before {
  content: "\f1d8";
}

.ii-ios7-rewind-outline:before {
  content: "\f1d7";
}

.ii-ios7-search:before {
  content: "\f1da";
}

.ii-ios7-search-strong:before {
  content: "\f1d9";
}

.ii-ios7-skipbackward:before {
  content: "\f1dc";
}

.ii-ios7-skipbackward-outline:before {
  content: "\f1db";
}

.ii-ios7-skipforward:before {
  content: "\f1de";
}

.ii-ios7-skipforward-outline:before {
  content: "\f1dd";
}

.ii-ios7-snowy:before {
  content: "\f309";
}

.ii-ios7-speedometer:before {
  content: "\f290";
}

.ii-ios7-speedometer-outline:before {
  content: "\f28f";
}

.ii-ios7-star:before {
  content: "\f1e0";
}

.ii-ios7-star-outline:before {
  content: "\f1df";
}

.ii-ios7-stopwatch:before {
  content: "\f1e2";
}

.ii-ios7-stopwatch-outline:before {
  content: "\f1e1";
}

.ii-ios7-sunny:before {
  content: "\f1e4";
}

.ii-ios7-sunny-outline:before {
  content: "\f1e3";
}

.ii-ios7-telephone:before {
  content: "\f1e6";
}

.ii-ios7-telephone-outline:before {
  content: "\f1e5";
}

.ii-ios7-thunderstorm:before {
  content: "\f1e8";
}

.ii-ios7-thunderstorm-outline:before {
  content: "\f1e7";
}

.ii-ios7-time:before {
  content: "\f292";
}

.ii-ios7-time-outline:before {
  content: "\f291";
}

.ii-ios7-timer:before {
  content: "\f1ea";
}

.ii-ios7-timer-outline:before {
  content: "\f1e9";
}

.ii-ios7-trash:before {
  content: "\f1ec";
}

.ii-ios7-trash-outline:before {
  content: "\f1eb";
}

.ii-ios7-undo:before {
  content: "\f1ee";
}

.ii-ios7-undo-outline:before {
  content: "\f1ed";
}

.ii-ios7-unlocked:before {
  content: "\f1f0";
}

.ii-ios7-unlocked-outline:before {
  content: "\f1ef";
}

.ii-ios7-upload:before {
  content: "\f1f2";
}

.ii-ios7-upload-outline:before {
  content: "\f1f1";
}

.ii-ios7-videocam:before {
  content: "\f1f4";
}

.ii-ios7-videocam-outline:before {
  content: "\f1f3";
}

.ii-ios7-volume-high:before {
  content: "\f1f5";
}

.ii-ios7-volume-low:before {
  content: "\f1f6";
}

.ii-ios7-wineglass:before {
  content: "\f294";
}

.ii-ios7-wineglass-outline:before {
  content: "\f293";
}

.ii-ios7-world:before {
  content: "\f1f8";
}

.ii-ios7-world-outline:before {
  content: "\f1f7";
}

.ii-ipad:before {
  content: "\f1f9";
}

.ii-iphone:before {
  content: "\f1fa";
}

.ii-ipod:before {
  content: "\f1fb";
}

.ii-jet:before {
  content: "\f295";
}

.ii-key:before {
  content: "\f296";
}

.ii-knife:before {
  content: "\f297";
}

.ii-laptop:before {
  content: "\f1fc";
}

.ii-leaf:before {
  content: "\f1fd";
}

.ii-levels:before {
  content: "\f298";
}

.ii-lightbulb:before {
  content: "\f299";
}

.ii-link:before {
  content: "\f1fe";
}

.ii-load-a:before,
.ii-loading-a:before {
  content: "\f29a";
}

.ii-load-b:before,
.ii-loading-b:before {
  content: "\f29b";
}

.ii-load-c:before,
.ii-loading-c:before {
  content: "\f29c";
}

.ii-load-d:before,
.ii-loading-d:before {
  content: "\f29d";
}

.ii-location:before {
  content: "\f1ff";
}

.ii-locked:before {
  content: "\f200";
}

.ii-log-in:before {
  content: "\f29e";
}

.ii-log-out:before {
  content: "\f29f";
}

.ii-loop:before,
.ii-looping:before {
  content: "\f201";
}

.ii-magnet:before {
  content: "\f2a0";
}

.ii-male:before {
  content: "\f2a1";
}

.ii-man:before {
  content: "\f202";
}

.ii-map:before {
  content: "\f203";
}

.ii-medkit:before {
  content: "\f2a2";
}

.ii-mic-a:before {
  content: "\f204";
}

.ii-mic-b:before {
  content: "\f205";
}

.ii-mic-c:before {
  content: "\f206";
}

.ii-minus:before {
  content: "\f209";
}

.ii-minus-circled:before {
  content: "\f207";
}

.ii-minus-round:before {
  content: "\f208";
}

.ii-model-s:before {
  content: "\f2c1";
}

.ii-monitor:before {
  content: "\f20a";
}

.ii-more:before {
  content: "\f20b";
}

.ii-music-note:before {
  content: "\f20c";
}

.ii-navicon:before {
  content: "\f20e";
}

.ii-navicon-round:before {
  content: "\f20d";
}

.ii-navigate:before {
  content: "\f2a3";
}

.ii-no-smoking:before {
  content: "\f2c2";
}

.ii-nuclear:before {
  content: "\f2a4";
}

.ii-paper-airplane:before {
  content: "\f2c3";
}

.ii-paperclip:before {
  content: "\f20f";
}

.ii-pause:before {
  content: "\f210";
}

.ii-person:before {
  content: "\f213";
}

.ii-person-add:before {
  content: "\f211";
}

.ii-person-stalker:before {
  content: "\f212";
}

.ii-pie-graph:before {
  content: "\f2a5";
}

.ii-pin:before {
  content: "\f2a6";
}

.ii-pinpoint:before {
  content: "\f2a7";
}

.ii-pizza:before {
  content: "\f2a8";
}

.ii-plane:before {
  content: "\f214";
}

.ii-play:before {
  content: "\f215";
}

.ii-playstation:before {
  content: "\f30a";
}

.ii-plus:before {
  content: "\f218";
}

.ii-plus-circled:before {
  content: "\f216";
}

.ii-plus-round:before {
  content: "\f217";
}

.ii-pound:before {
  content: "\f219";
}

.ii-power:before {
  content: "\f2a9";
}

.ii-pricetag:before {
  content: "\f2aa";
}

.ii-pricetags:before {
  content: "\f2ab";
}

.ii-printer:before {
  content: "\f21a";
}

.ii-radio-waves:before {
  content: "\f2ac";
}

.ii-record:before {
  content: "\f21b";
}

.ii-refresh:before,
.ii-refreshing:before {
  content: "\f21c";
}

.ii-reply:before {
  content: "\f21e";
}

.ii-reply-all:before {
  content: "\f21d";
}

.ii-search:before {
  content: "\f21f";
}

.ii-settings:before {
  content: "\f2ad";
}

.ii-share:before {
  content: "\f220";
}

.ii-shuffle:before {
  content: "\f221";
}

.ii-skip-backward:before {
  content: "\f222";
}

.ii-skip-forward:before {
  content: "\f223";
}

.ii-social-android:before {
  content: "\f225";
}

.ii-social-android-outline:before {
  content: "\f224";
}

.ii-social-apple:before {
  content: "\f227";
}

.ii-social-apple-outline:before {
  content: "\f226";
}

.ii-social-bitcoin:before {
  content: "\f2af";
}

.ii-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ii-social-buffer:before {
  content: "\f229";
}

.ii-social-buffer-outline:before {
  content: "\f228";
}

.ii-social-designernews:before {
  content: "\f22b";
}

.ii-social-designernews-outline:before {
  content: "\f22a";
}

.ii-social-dribbble:before {
  content: "\f22d";
}

.ii-social-dribbble-outline:before {
  content: "\f22c";
}

.ii-social-dropbox:before {
  content: "\f22f";
}

.ii-social-dropbox-outline:before {
  content: "\f22e";
}

.ii-social-facebook:before {
  content: "\f231";
}

.ii-social-facebook-outline:before {
  content: "\f230";
}

.ii-social-freebsd-devil:before {
  content: "\f2c4";
}

.ii-social-github:before {
  content: "\f233";
}

.ii-social-github-outline:before {
  content: "\f232";
}

.ii-social-googleplus:before {
  content: "\f235";
}

.ii-social-googleplus-outline:before {
  content: "\f234";
}

.ii-social-hackernews:before {
  content: "\f237";
}

.ii-social-hackernews-outline:before {
  content: "\f236";
}

.ii-social-linkedin:before {
  content: "\f239";
}

.ii-social-linkedin-outline:before {
  content: "\f238";
}

.ii-social-pinterest:before {
  content: "\f2b1";
}

.ii-social-pinterest-outline:before {
  content: "\f2b0";
}

.ii-social-reddit:before {
  content: "\f23b";
}

.ii-social-reddit-outline:before {
  content: "\f23a";
}

.ii-social-rss:before {
  content: "\f23d";
}

.ii-social-rss-outline:before {
  content: "\f23c";
}

.ii-social-skype:before {
  content: "\f23f";
}

.ii-social-skype-outline:before {
  content: "\f23e";
}

.ii-social-tumblr:before {
  content: "\f241";
}

.ii-social-tumblr-outline:before {
  content: "\f240";
}

.ii-social-tux:before {
  content: "\f2c5";
}

.ii-social-twitter:before {
  content: "\f243";
}

.ii-social-twitter-outline:before {
  content: "\f242";
}

.ii-social-vimeo:before {
  content: "\f245";
}

.ii-social-vimeo-outline:before {
  content: "\f244";
}

.ii-social-windows:before {
  content: "\f247";
}

.ii-social-windows-outline:before {
  content: "\f246";
}

.ii-social-wordpress:before {
  content: "\f249";
}

.ii-social-wordpress-outline:before {
  content: "\f248";
}

.ii-social-yahoo:before {
  content: "\f24b";
}

.ii-social-yahoo-outline:before {
  content: "\f24a";
}

.ii-social-youtube:before {
  content: "\f24d";
}

.ii-social-youtube-outline:before {
  content: "\f24c";
}

.ii-speakerphone:before {
  content: "\f2b2";
}

.ii-speedometer:before {
  content: "\f2b3";
}

.ii-spoon:before {
  content: "\f2b4";
}

.ii-star:before {
  content: "\f24e";
}

.ii-stats-bars:before {
  content: "\f2b5";
}

.ii-steam:before {
  content: "\f30b";
}

.ii-stop:before {
  content: "\f24f";
}

.ii-thermometer:before {
  content: "\f2b6";
}

.ii-thumbsdown:before {
  content: "\f250";
}

.ii-thumbsup:before {
  content: "\f251";
}

.ii-trash-a:before {
  content: "\f252";
}

.ii-trash-b:before {
  content: "\f253";
}

.ii-umbrella:before {
  content: "\f2b7";
}

.ii-unlocked:before {
  content: "\f254";
}

.ii-upload:before {
  content: "\f255";
}

.ii-usb:before {
  content: "\f2b8";
}

.ii-videocamera:before {
  content: "\f256";
}

.ii-volume-high:before {
  content: "\f257";
}

.ii-volume-low:before {
  content: "\f258";
}

.ii-volume-medium:before {
  content: "\f259";
}

.ii-volume-mute:before {
  content: "\f25a";
}

.ii-waterdrop:before {
  content: "\f25b";
}

.ii-wifi:before {
  content: "\f25c";
}

.ii-wineglass:before {
  content: "\f2b9";
}

.ii-woman:before {
  content: "\f25d";
}

.ii-wrench:before {
  content: "\f2ba";
}

.ii-xbox:before {
  content: "\f30c";
}

@font-face {
  font-family: 'MeteoconsRegular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/meteocons.eot');
  src: url('../fonts/meteocons.eot?#iefix') format('embedded-opentype'), url('../fonts/meteocons.ttf') format('truetype'), url('../fonts/meteocons.woff') format('woff'), url('../fonts/meteocons.svg#MeteoconsRegular') format('svg');
}

[class^="mt-"],
[class*=" mt-"] {
  font-family: 'MeteoconsRegular';
}

.mt-sunrise:before {
  content: 'A';
}

.mt-sun:before {
  content: 'B';
}

.mt-moon:before {
  content: 'C';
}

.mt-eclipse:before {
  content: 'D';
}

.mt-fog-moon:before {
  content: 'E';
}

.mt-wind:before {
  content: 'F';
}

.mt-flake:before {
  content: 'G';
}

.mt-cloud-sun:before {
  content: 'H';
}

.mt-cloud-moon:before {
  content: 'I';
}

.mt-sun-fog:before {
  content: 'J';
}

.mt-moon-fog:before {
  content: 'K';
}

.mt-cloud-fog:before {
  content: 'L';
}

.mt-fog:before {
  content: 'M';
}

.mt-cloud:before {
  content: 'N';
}

.mt-cloud-lightning:before {
  content: 'O';
}

.mt-lightning-cloud:before {
  content: 'P';
}

.mt-rain-cloud:before {
  content: 'Q';
}

.mt-rains-cloud:before {
  content: 'R';
}

.mt-wind-cloud:before {
  content: 'S';
}

.mt-wind-rain-cloud:before {
  content: 'T';
}

.mt-cloud-flake:before {
  content: 'U';
}

.mt-flake-cloud:before {
  content: 'V';
}

.mt-flakes-cloud:before {
  content: 'W';
}

.mt-snow-cloud:before {
  content: 'X';
}

.mt-lg-clouds:before {
  content: 'Y';
}

.mt-lg-lightning-cloud:before {
  content: 'Z';
}

.mt-lg-lightning-clouds:before {
  content: '0';
}

.mt-dk-sun:before {
  content: '1';
}

.mt-dk-moon:before {
  content: '2';
}

.mt-dk-sun-cloud:before {
  content: '3';
}

.mt-dk-moon-cloud:before {
  content: '4';
}

.mt-dk-cloud:before {
  content: '5';
}

.mt-dk-lightning-cloud:before {
  content: '6';
}

.mt-dk-rain-cloud:before {
  content: '7';
}

.mt-dk-rains-cloud:before {
  content: '8';
}

.mt-dk-wind-cloud:before {
  content: '9';
}

.mt-dk-wind-rain-cloud:before {
  content: '!';
}

.mt-dk-flake-cloud:before {
  content: '"';
}

.mt-dk-flakes-cloud:before {
  content: '#';
}

.mt-dk-snow-cloud:before {
  content: '$';
}

.mt-dklg-cloud:before {
  content: '%';
}

.mt-dklg-lightning-cloud:before {
  content: '&';
}

.mt-thermometer:before {
  content: "'";
}

.mt-compass:before {
  content: '(';
}

.mt-na:before {
  content: ')';
}

.mt-celcius:before {
  content: '*';
}

.mt-farenheight:before {
  content: '+';
}

/* --------------------------------------------------------------------- */

/* METRIZE */

@font-face {
  font-family: 'Metrize-Icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/metrize.eot');
  src: url('../fonts/metrize.eot?#iefix') format('embedded-opentype'), url('../fonts/metrize.ttf') format('truetype'), url('../fonts/metrize.woff') format('woff'), url('../fonts/metrize.svg#Metrize-Icons') format('svg');
}

[class^="mz-"],
[class*=" mz-"] {
  font-family: 'Metrize-Icons';
}

.mz-yen:before {
  content: "\e000";
}

.mz-world:before {
  content: "\e001";
}

.mz-wireframe-globe:before {
  content: "\e002";
}

.mz-wind:before {
  content: "\e003";
}

.mz-wifi:before {
  content: "\e004";
}

.mz-waves:before {
  content: "\e005";
}

.mz-viewport:before {
  content: "\e006";
}

.mz-viewport-video:before {
  content: "\e007";
}

.mz-user:before {
  content: "\e008";
}

.mz-user-remove:before {
  content: "\e009";
}

.mz-user-ban:before {
  content: "\e00a";
}

.mz-user-add:before {
  content: "\e00b";
}

.mz-upload:before {
  content: "\e00c";
}

.mz-upload-selection:before {
  content: "\e00d";
}

.mz-upload-selection-circle:before {
  content: "\e00e";
}

.mz-underline:before {
  content: "\e00f";
}

.mz-triple-points:before {
  content: "\e010";
}

.mz-top-bottom:before {
  content: "\e011";
}

.mz-three-points:before {
  content: "\e012";
}

.mz-three-points-top:before {
  content: "\e013";
}

.mz-three-points-bottom:before {
  content: "\e014";
}

.mz-text-width:before {
  content: "\e015";
}

.mz-text-size-upper:before {
  content: "\e016";
}

.mz-text-size-reduce:before {
  content: "\e017";
}

.mz-text-paragraph:before {
  content: "\e018";
}

.mz-text-normal:before {
  content: "\e019";
}

.mz-text-justify-right:before {
  content: "\e01a";
}

.mz-text-justify-left:before {
  content: "\e01b";
}

.mz-text-justify-center:before {
  content: "\e01c";
}

.mz-text-height:before {
  content: "\e01d";
}

.mz-text-center:before {
  content: "\e01e";
}

.mz-text-bold:before {
  content: "\e01f";
}

.mz-text-align-right:before {
  content: "\e020";
}

.mz-text-align-left:before {
  content: "\e021";
}

.mz-telephone:before {
  content: "\e022";
}

.mz-sunshine:before {
  content: "\e023";
}

.mz-sun:before {
  content: "\e024";
}

.mz-stop:before {
  content: "\e025";
}

.mz-star:before {
  content: "\e026";
}

.mz-speed:before {
  content: "\e027";
}

.mz-sound-on:before {
  content: "\e028";
}

.mz-sound-off:before {
  content: "\e029";
}

.mz-sos:before {
  content: "\e02a";
}

.mz-social-zerply:before {
  content: "\e02b";
}

.mz-social-youtube:before {
  content: "\e02c";
}

.mz-social-yelp:before {
  content: "\e02d";
}

.mz-social-yahoo:before {
  content: "\e02e";
}

.mz-social-wordpress:before {
  content: "\e02f";
}

.mz-social-virb:before {
  content: "\e030";
}

.mz-social-vimeo:before {
  content: "\e031";
}

.mz-social-viddler:before {
  content: "\e032";
}

.mz-social-twitter:before {
  content: "\e033";
}

.mz-social-tumblr:before {
  content: "\e034";
}

.mz-social-stumbleupon:before {
  content: "\e035";
}

.mz-social-soundcloud:before {
  content: "\e036";
}

.mz-social-skype:before {
  content: "\e037";
}

.mz-social-sharethis:before {
  content: "\e038";
}

.mz-social-quora:before {
  content: "\e039";
}

.mz-social-pinterest:before {
  content: "\e03a";
}

.mz-social-photobucket:before {
  content: "\e03b";
}

.mz-social-paypal:before {
  content: "\e03c";
}

.mz-social-myspace:before {
  content: "\e03d";
}

.mz-social-linkedin:before {
  content: "\e03e";
}

.mz-social-last-fm:before {
  content: "\e03f";
}

.mz-social-grooveshark:before {
  content: "\e040";
}

.mz-social-google-plus:before {
  content: "\e041";
}

.mz-social-github:before {
  content: "\e042";
}

.mz-social-forrst:before {
  content: "\e043";
}

.mz-social-flickr:before {
  content: "\e044";
}

.mz-social-facebook:before {
  content: "\e045";
}

.mz-social-evernote:before {
  content: "\e046";
}

.mz-social-envato:before {
  content: "\e047";
}

.mz-social-email:before {
  content: "\e048";
}

.mz-social-dribbble:before {
  content: "\e049";
}

.mz-social-digg:before {
  content: "\e04a";
}

.mz-social-deviantart:before {
  content: "\e04b";
}

.mz-social-blogger:before {
  content: "\e04c";
}

.mz-social-behance:before {
  content: "\e04d";
}

.mz-social-bebo:before {
  content: "\e04e";
}

.mz-social-addthis:before {
  content: "\e04f";
}

.mz-social-500px:before {
  content: "\e050";
}

.mz-snow:before {
  content: "\e051";
}

.mz-sliders:before {
  content: "\e052";
}

.mz-sliders-vertical:before {
  content: "\e053";
}

.mz-sign-male:before {
  content: "\e054";
}

.mz-sign-female:before {
  content: "\e055";
}

.mz-shield:before {
  content: "\e056";
}

.mz-settings:before {
  content: "\e057";
}

.mz-setting:before {
  content: "\e058";
}

.mz-select-square:before {
  content: "\e059";
}

.mz-select-circle:before {
  content: "\e05a";
}

.mz-search:before {
  content: "\e05b";
}

.mz-scale:before {
  content: "\e05c";
}

.mz-rules:before {
  content: "\e05d";
}

.mz-rss:before {
  content: "\e05e";
}

.mz-retweet:before {
  content: "\e05f";
}

.mz-report-comment:before {
  content: "\e060";
}

.mz-refresh:before {
  content: "\e061";
}

.mz-rec:before {
  content: "\e062";
}

.mz-random:before {
  content: "\e063";
}

.mz-quote:before {
  content: "\e064";
}

.mz-question:before {
  content: "\e065";
}

.mz-previous-fast-step:before {
  content: "\e066";
}

.mz-prev-step:before {
  content: "\e067";
}

.mz-pounds:before {
  content: "\e068";
}

.mz-podcast:before {
  content: "\e069";
}

.mz-plus:before {
  content: "\e06a";
}

.mz-play:before {
  content: "\e06b";
}

.mz-pin:before {
  content: "\e06c";
}

.mz-pin-map:before {
  content: "\e06d";
}

.mz-pig-money:before {
  content: "\e06e";
}

.mz-pause:before {
  content: "\e06f";
}

.mz-paperclip:before {
  content: "\e070";
}

.mz-paperclip-oblique:before {
  content: "\e071";
}

.mz-options-settings:before {
  content: "\e072";
}

.mz-officine:before {
  content: "\e073";
}

.mz-officine-2:before {
  content: "\e074";
}

.mz-off:before {
  content: "\e075";
}

.mz-number-zero:before {
  content: "\e076";
}

.mz-number-two:before {
  content: "\e077";
}

.mz-number-three:before {
  content: "\e078";
}

.mz-number-six:before {
  content: "\e079";
}

.mz-number-seven:before {
  content: "\e07a";
}

.mz-number-one:before {
  content: "\e07b";
}

.mz-number-nine:before {
  content: "\e07c";
}

.mz-number-four:before {
  content: "\e07d";
}

.mz-number-five:before {
  content: "\e07e";
}

.mz-number-eight:before {
  content: "\e07f";
}

.mz-next-step:before {
  content: "\e080";
}

.mz-next-fast-step:before {
  content: "\e081";
}

.mz-music:before {
  content: "\e082";
}

.mz-multi-borders:before {
  content: "\e083";
}

.mz-minus:before {
  content: "\e084";
}

.mz-marker:before {
  content: "\e085";
}

.mz-marker-points:before {
  content: "\e086";
}

.mz-marker-minus:before {
  content: "\e087";
}

.mz-marker-add:before {
  content: "\e088";
}

.mz-map:before {
  content: "\e089";
}

.mz-male-symbol:before {
  content: "\e08a";
}

.mz-mailbox:before {
  content: "\e08b";
}

.mz-mail:before {
  content: "\e08c";
}

.mz-magnet:before {
  content: "\e08d";
}

.mz-magic-wand:before {
  content: "\e08e";
}

.mz-login-lock-refresh:before {
  content: "\e08f";
}

.mz-locked:before {
  content: "\e090";
}

.mz-location:before {
  content: "\e091";
}

.mz-location-maps:before {
  content: "\e092";
}

.mz-list-square:before {
  content: "\e093";
}

.mz-list-circle:before {
  content: "\e094";
}

.mz-link-url:before {
  content: "\e095";
}

.mz-line-through:before {
  content: "\e096";
}

.mz-limit-directions:before {
  content: "\e097";
}

.mz-like-upload:before {
  content: "\e098";
}

.mz-like-remove:before {
  content: "\e099";
}

.mz-like-download:before {
  content: "\e09a";
}

.mz-like-close:before {
  content: "\e09b";
}

.mz-like-ban:before {
  content: "\e09c";
}

.mz-like-add:before {
  content: "\e09d";
}

.mz-left-right:before {
  content: "\e09e";
}

.mz-leaf:before {
  content: "\e09f";
}

.mz-layers:before {
  content: "\e0a0";
}

.mz-landscape:before {
  content: "\e0a1";
}

.mz-key:before {
  content: "\e0a2";
}

.mz-italic:before {
  content: "\e0a3";
}

.mz-info:before {
  content: "\e0a4";
}

.mz-idea:before {
  content: "\e0a5";
}

.mz-home-wifi:before {
  content: "\e0a6";
}

.mz-heart:before {
  content: "\e0a7";
}

.mz-hdd:before {
  content: "\e0a8";
}

.mz-hdd-raid:before {
  content: "\e0a9";
}

.mz-hdd-net:before {
  content: "\e0aa";
}

.mz-grids:before {
  content: "\e0ab";
}

.mz-grid-big:before {
  content: "\e0ac";
}

.mz-graphs:before {
  content: "\e0ad";
}

.mz-forward:before {
  content: "\e0ae";
}

.mz-fire:before {
  content: "\e0af";
}

.mz-female-symbol:before {
  content: "\e0b0";
}

.mz-eye:before {
  content: "\e0b1";
}

.mz-eye-disabled:before {
  content: "\e0b2";
}

.mz-expand:before {
  content: "\e0b3";
}

.mz-expand-vertical:before {
  content: "\e0b4";
}

.mz-expand-horizontal:before {
  content: "\e0b5";
}

.mz-expand-directions:before {
  content: "\e0b6";
}

.mz-exclamation:before {
  content: "\e0b7";
}

.mz-euro:before {
  content: "\e0b8";
}

.mz-email-upload:before {
  content: "\e0b9";
}

.mz-email-spam:before {
  content: "\e0ba";
}

.mz-email-remove:before {
  content: "\e0bb";
}

.mz-email-luminosity:before {
  content: "\e0bc";
}

.mz-email-download:before {
  content: "\e0bd";
}

.mz-email-close:before {
  content: "\e0be";
}

.mz-email-add:before {
  content: "\e0bf";
}

.mz-eject:before {
  content: "\e0c0";
}

.mz-drops:before {
  content: "\e0c1";
}

.mz-drop:before {
  content: "\e0c2";
}

.mz-download:before {
  content: "\e0c3";
}

.mz-download-selection:before {
  content: "\e0c4";
}

.mz-download-selection-circle:before {
  content: "\e0c5";
}

.mz-double-diamonds:before {
  content: "\e0c6";
}

.mz-dot-square:before {
  content: "\e0c7";
}

.mz-dot-line:before {
  content: "\e0c8";
}

.mz-dot-circle:before {
  content: "\e0c9";
}

.mz-dollar:before {
  content: "\e0ca";
}

.mz-documents:before {
  content: "\e0cb";
}

.mz-document:before {
  content: "\e0cc";
}

.mz-document-fill:before {
  content: "\e0cd";
}

.mz-directions:before {
  content: "\e0ce";
}

.mz-cross:before {
  content: "\e0cf";
}

.mz-credit-card:before {
  content: "\e0d0";
}

.mz-copy-paste-document:before {
  content: "\e0d1";
}

.mz-copy-document:before {
  content: "\e0d2";
}

.mz-contract-vertical:before {
  content: "\e0d3";
}

.mz-contract-horizontal:before {
  content: "\e0d4";
}

.mz-contract-directions:before {
  content: "\e0d5";
}

.mz-compass:before {
  content: "\e0d6";
}

.mz-compass-2:before {
  content: "\e0d7";
}

.mz-comments:before {
  content: "\e0d8";
}

.mz-comment:before {
  content: "\e0d9";
}

.mz-coins:before {
  content: "\e0da";
}

.mz-cloud:before {
  content: "\e0db";
}

.mz-cloud-upload:before {
  content: "\e0dc";
}

.mz-cloud-remove:before {
  content: "\e0dd";
}

.mz-cloud-download:before {
  content: "\e0de";
}

.mz-cloud-add:before {
  content: "\e0df";
}

.mz-clock:before {
  content: "\e0e0";
}

.mz-circles:before {
  content: "\e0e1";
}

.mz-check:before {
  content: "\e0e2";
}

.mz-chat:before {
  content: "\e0e3";
}

.mz-chart-down:before {
  content: "\e0e4";
}

.mz-cd-dvd-rom:before {
  content: "\e0e5";
}

.mz-camera:before {
  content: "\e0e6";
}

.mz-button-question:before {
  content: "\e0e7";
}

.mz-button-minus:before {
  content: "\e0e8";
}

.mz-button-exclamation:before {
  content: "\e0e9";
}

.mz-button-email:before {
  content: "\e0ea";
}

.mz-button-close:before {
  content: "\e0eb";
}

.mz-button-check:before {
  content: "\e0ec";
}

.mz-button-add:before {
  content: "\e0ed";
}

.mz-brush:before {
  content: "\e0ee";
}

.mz-browser-sizes:before {
  content: "\e0ef";
}

.mz-box-remove:before {
  content: "\e0f0";
}

.mz-box-close:before {
  content: "\e0f1";
}

.mz-box-blank:before {
  content: "\e0f2";
}

.mz-box-add:before {
  content: "\e0f3";
}

.mz-bolt:before {
  content: "\e0f4";
}

.mz-block-menu:before {
  content: "\e0f5";
}

.mz-blank:before {
  content: "\e0f6";
}

.mz-bezier:before {
  content: "\e0f7";
}

.mz-bars:before {
  content: "\e0f8";
}

.mz-ban-circle:before {
  content: "\e0f9";
}

.mz-bag:before {
  content: "\e0fa";
}

.mz-backward:before {
  content: "\e0fb";
}

.mz-axis-rules:before {
  content: "\e0fc";
}

.mz-atom:before {
  content: "\e0fd";
}

.mz-arrow-up:before {
  content: "\e0fe";
}

.mz-arrow-up-thin:before {
  content: "\e0ff";
}

.mz-arrow-up-light:before {
  content: "\e100";
}

.mz-arrow-up-bold:before {
  content: "\e101";
}

.mz-arrow-up-bold-round:before {
  content: "\e102";
}

.mz-arrow-up-big:before {
  content: "\e103";
}

.mz-arrow-right:before {
  content: "\e104";
}

.mz-arrow-right-thin:before {
  content: "\e105";
}

.mz-arrow-right-light:before {
  content: "\e106";
}

.mz-arrow-right-bold:before {
  content: "\e107";
}

.mz-arrow-right-bold-round:before {
  content: "\e108";
}

.mz-arrow-right-big:before {
  content: "\e109";
}

.mz-arrow-oblique-expand:before {
  content: "\e10a";
}

.mz-arrow-oblique-expand-directions:before {
  content: "\e10b";
}

.mz-arrow-oblique-contract:before {
  content: "\e10c";
}

.mz-arrow-oblique-contract-directions:before {
  content: "\e10d";
}

.mz-arrow-multi-line-up:before {
  content: "\e10e";
}

.mz-arrow-multi-line-right:before {
  content: "\e10f";
}

.mz-arrow-multi-line-left:before {
  content: "\e110";
}

.mz-arrow-multi-line-down:before {
  content: "\e111";
}

.mz-arrow-left:before {
  content: "\e112";
}

.mz-arrow-left-thin:before {
  content: "\e113";
}

.mz-arrow-left-light:before {
  content: "\e114";
}

.mz-arrow-left-bold:before {
  content: "\e115";
}

.mz-arrow-left-bold-round:before {
  content: "\e116";
}

.mz-arrow-left-big:before {
  content: "\e117";
}

.mz-arrow-fill-up:before {
  content: "\e118";
}

.mz-arrow-fill-right:before {
  content: "\e119";
}

.mz-arrow-fill-left:before {
  content: "\e11a";
}

.mz-arrow-fill-down:before {
  content: "\e11b";
}

.mz-arrow-down:before {
  content: "\e11c";
}

.mz-arrow-down-thin:before {
  content: "\e11d";
}

.mz-arrow-down-light:before {
  content: "\e11e";
}

.mz-arrow-down-bold:before {
  content: "\e11f";
}

.mz-arrow-down-bold-round:before {
  content: "\e120";
}

.mz-arrow-down-big:before {
  content: "\e121";
}

.mz-arrow-cycling:before {
  content: "\e122";
}

.mz-arrow-cycle:before {
  content: "\e123";
}

.mz-arrow-curve-right:before {
  content: "\e124";
}

.mz-arrow-curve-recycle:before {
  content: "\e125";
}

.mz-arrow-curve-left:before {
  content: "\e126";
}

.mz-animal-footprint:before {
  content: "\e127";
}

.mz-alarm-clock:before {
  content: "\e128";
}

.mz-air-plane:before {
  content: "\e129";
}

.mz-adjust:before {
  content: "\e12a";
}

.mz-cube:before {
  content: "\e12b";
}

/* --------------------------------------------------------------------- */

/* ICONIC */

@font-face {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/open-iconic.eot');
  src: url('../fonts/open-iconic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.svg#Icons') format('svg');
}

[class^="oi-"],
[class*=" oi-"] {
  font-family: 'Icons';
}

.oi-account-login:before {
  content: '\e000';
}

.oi-account-logout:before {
  content: '\e001';
}

.oi-action-redo:before {
  content: '\e002';
}

.oi-action-undo:before {
  content: '\e003';
}

.oi-align-center:before {
  content: '\e004';
}

.oi-align-left:before {
  content: '\e005';
}

.oi-align-right:before {
  content: '\e006';
}

.oi-aperture:before {
  content: '\e007';
}

.oi-arrow-bottom:before {
  content: '\e008';
}

.oi-arrow-circle-bottom:before {
  content: '\e009';
}

.oi-arrow-circle-left:before {
  content: '\e00a';
}

.oi-arrow-circle-right:before {
  content: '\e00b';
}

.oi-arrow-circle-top:before {
  content: '\e00c';
}

.oi-arrow-left:before {
  content: '\e00d';
}

.oi-arrow-right:before {
  content: '\e00e';
}

.oi-arrow-thick-bottom:before {
  content: '\e00f';
}

.oi-arrow-thick-left:before {
  content: '\e010';
}

.oi-arrow-thick-right:before {
  content: '\e011';
}

.oi-arrow-thick-top:before {
  content: '\e012';
}

.oi-arrow-top:before {
  content: '\e013';
}

.oi-audio-spectrum:before {
  content: '\e014';
}

.oi-badge:before {
  content: '\e015';
}

.oi-ban:before {
  content: '\e016';
}

.oi-bar-chart:before {
  content: '\e017';
}

.oi-basket:before {
  content: '\e018';
}

.oi-battery-empty:before {
  content: '\e019';
}

.oi-battery-full:before {
  content: '\e01a';
}

.oi-beaker:before {
  content: '\e01b';
}

.oi-bell:before {
  content: '\e01c';
}

.oi-bluetooth:before {
  content: '\e01d';
}

.oi-bold:before {
  content: '\e01e';
}

.oi-bolt:before {
  content: '\e01f';
}

.oi-book:before {
  content: '\e020';
}

.oi-bookmark:before {
  content: '\e021';
}

.oi-box:before {
  content: '\e022';
}

.oi-briefcase:before {
  content: '\e023';
}

.oi-british-pound:before {
  content: '\e024';
}

.oi-browser:before {
  content: '\e025';
}

.oi-brush:before {
  content: '\e026';
}

.oi-bug:before {
  content: '\e027';
}

.oi-bullhorn:before {
  content: '\e028';
}

.oi-calculator:before {
  content: '\e029';
}

.oi-calendar:before {
  content: '\e02a';
}

.oi-camera-slr:before {
  content: '\e02b';
}

.oi-caret-bottom:before {
  content: '\e02c';
}

.oi-caret-left:before {
  content: '\e02d';
}

.oi-caret-right:before {
  content: '\e02e';
}

.oi-caret-top:before {
  content: '\e02f';
}

.oi-cart:before {
  content: '\e030';
}

.oi-chat:before {
  content: '\e031';
}

.oi-check:before {
  content: '\e032';
}

.oi-chevron-bottom:before {
  content: '\e033';
}

.oi-chevron-left:before {
  content: '\e034';
}

.oi-chevron-right:before {
  content: '\e035';
}

.oi-chevron-top:before {
  content: '\e036';
}

.oi-circle-check:before {
  content: '\e037';
}

.oi-circle-x:before {
  content: '\e038';
}

.oi-clock:before {
  content: '\e039';
}

.oi-cloud-download:before {
  content: '\e03a';
}

.oi-cloud-upload:before {
  content: '\e03b';
}

.oi-cloud:before {
  content: '\e03c';
}

.oi-cloudy:before {
  content: '\e03d';
}

.oi-code:before {
  content: '\e03e';
}

.oi-cog:before {
  content: '\e03f';
}

.oi-collapse-down:before {
  content: '\e040';
}

.oi-collapse-left:before {
  content: '\e041';
}

.oi-collapse-right:before {
  content: '\e042';
}

.oi-collapse-up:before {
  content: '\e043';
}

.oi-comment-square:before {
  content: '\e044';
}

.oi-compass:before {
  content: '\e045';
}

.oi-contrast:before {
  content: '\e046';
}

.oi-copywriting:before {
  content: '\e047';
}

.oi-credit-card:before {
  content: '\e048';
}

.oi-crop:before {
  content: '\e049';
}

.oi-dashboard:before {
  content: '\e04a';
}

.oi-data-transfer-download:before {
  content: '\e04b';
}

.oi-data-transfer-upload:before {
  content: '\e04c';
}

.oi-delete:before {
  content: '\e04d';
}

.oi-dial:before {
  content: '\e04e';
}

.oi-document:before {
  content: '\e04f';
}

.oi-dollar:before {
  content: '\e050';
}

.oi-double-quote-sans-left:before {
  content: '\e051';
}

.oi-double-quote-sans-right:before {
  content: '\e052';
}

.oi-double-quote-serif-left:before {
  content: '\e053';
}

.oi-double-quote-serif-right:before {
  content: '\e054';
}

.oi-droplet:before {
  content: '\e055';
}

.oi-eject:before {
  content: '\e056';
}

.oi-elevator:before {
  content: '\e057';
}

.oi-ellipses:before {
  content: '\e058';
}

.oi-envelope-closed:before {
  content: '\e059';
}

.oi-envelope-open:before {
  content: '\e05a';
}

.oi-euro:before {
  content: '\e05b';
}

.oi-excerpt:before {
  content: '\e05c';
}

.oi-expand-down:before {
  content: '\e05d';
}

.oi-expand-left:before {
  content: '\e05e';
}

.oi-expand-right:before {
  content: '\e05f';
}

.oi-expand-up:before {
  content: '\e060';
}

.oi-external-link:before {
  content: '\e061';
}

.oi-eye:before {
  content: '\e062';
}

.oi-eyedropper:before {
  content: '\e063';
}

.oi-file:before {
  content: '\e064';
}

.oi-fire:before {
  content: '\e065';
}

.oi-flag:before {
  content: '\e066';
}

.oi-flash:before {
  content: '\e067';
}

.oi-folder:before {
  content: '\e068';
}

.oi-fork:before {
  content: '\e069';
}

.oi-fullscreen-enter:before {
  content: '\e06a';
}

.oi-fullscreen-exit:before {
  content: '\e06b';
}

.oi-globe:before {
  content: '\e06c';
}

.oi-graph:before {
  content: '\e06d';
}

.oi-grid-four-up:before {
  content: '\e06e';
}

.oi-grid-three-up:before {
  content: '\e06f';
}

.oi-grid-two-up:before {
  content: '\e070';
}

.oi-hard-drive:before {
  content: '\e071';
}

.oi-headphones:before {
  content: '\e072';
}

.oi-heart:before {
  content: '\e073';
}

.oi-home:before {
  content: '\e074';
}

.oi-image:before {
  content: '\e075';
}

.oi-inbox:before {
  content: '\e076';
}

.oi-infinity:before {
  content: '\e077';
}

.oi-info:before {
  content: '\e078';
}

.oi-italic:before {
  content: '\e079';
}

.oi-justify-center:before {
  content: '\e07a';
}

.oi-justify-left:before {
  content: '\e07b';
}

.oi-justify-right:before {
  content: '\e07c';
}

.oi-key:before {
  content: '\e07d';
}

.oi-laptop:before {
  content: '\e07e';
}

.oi-layers:before {
  content: '\e07f';
}

.oi-lightbulb:before {
  content: '\e080';
}

.oi-link-broken:before {
  content: '\e081';
}

.oi-link-intact:before {
  content: '\e082';
}

.oi-list-rich:before {
  content: '\e083';
}

.oi-list:before {
  content: '\e084';
}

.oi-location:before {
  content: '\e085';
}

.oi-lock-locked:before {
  content: '\e086';
}

.oi-lock-unlocked:before {
  content: '\e087';
}

.oi-loop-circular:before {
  content: '\e088';
}

.oi-loop-square:before {
  content: '\e089';
}

.oi-loop:before {
  content: '\e08a';
}

.oi-magnifying-glass:before {
  content: '\e08b';
}

.oi-map-marker:before {
  content: '\e08c';
}

.oi-map:before {
  content: '\e08d';
}

.oi-media-pause:before {
  content: '\e08e';
}

.oi-media-play:before {
  content: '\e08f';
}

.oi-media-record:before {
  content: '\e090';
}

.oi-media-skip-backward:before {
  content: '\e091';
}

.oi-media-skip-forward:before {
  content: '\e092';
}

.oi-media-step-backward:before {
  content: '\e093';
}

.oi-media-step-forward:before {
  content: '\e094';
}

.oi-media-stop:before {
  content: '\e095';
}

.oi-medical-cross:before {
  content: '\e096';
}

.oi-menu:before {
  content: '\e097';
}

.oi-microphone:before {
  content: '\e098';
}

.oi-minus:before {
  content: '\e099';
}

.oi-monitor:before {
  content: '\e09a';
}

.oi-moon:before {
  content: '\e09b';
}

.oi-move:before {
  content: '\e09c';
}

.oi-musical-note:before {
  content: '\e09d';
}

.oi-paperclip:before {
  content: '\e09e';
}

.oi-pencil:before {
  content: '\e09f';
}

.oi-people:before {
  content: '\e0a0';
}

.oi-person:before {
  content: '\e0a1';
}

.oi-phone:before {
  content: '\e0a2';
}

.oi-pie-chart:before {
  content: '\e0a3';
}

.oi-pin:before {
  content: '\e0a4';
}

.oi-play-circle:before {
  content: '\e0a5';
}

.oi-plus:before {
  content: '\e0a6';
}

.oi-power-standby:before {
  content: '\e0a7';
}

.oi-print:before {
  content: '\e0a8';
}

.oi-project:before {
  content: '\e0a9';
}

.oi-pulse:before {
  content: '\e0aa';
}

.oi-puzzle-piece:before {
  content: '\e0ab';
}

.oi-question-mark:before {
  content: '\e0ac';
}

.oi-rain:before {
  content: '\e0ad';
}

.oi-random:before {
  content: '\e0ae';
}

.oi-reload:before {
  content: '\e0af';
}

.oi-resize-both:before {
  content: '\e0b0';
}

.oi-resize-height:before {
  content: '\e0b1';
}

.oi-resize-width:before {
  content: '\e0b2';
}

.oi-rss-alt:before {
  content: '\e0b3';
}

.oi-rss:before {
  content: '\e0b4';
}

.oi-script:before {
  content: '\e0b5';
}

.oi-share-boxed:before {
  content: '\e0b6';
}

.oi-share:before {
  content: '\e0b7';
}

.oi-shield:before {
  content: '\e0b8';
}

.oi-signal:before {
  content: '\e0b9';
}

.oi-signpost:before {
  content: '\e0ba';
}

.oi-sort-ascending:before {
  content: '\e0bb';
}

.oi-sort-descending:before {
  content: '\e0bc';
}

.oi-spreadsheet:before {
  content: '\e0bd';
}

.oi-star:before {
  content: '\e0be';
}

.oi-sun:before {
  content: '\e0bf';
}

.oi-tablet:before {
  content: '\e0c0';
}

.oi-tag:before {
  content: '\e0c1';
}

.oi-tags:before {
  content: '\e0c2';
}

.oi-target:before {
  content: '\e0c3';
}

.oi-task:before {
  content: '\e0c4';
}

.oi-terminal:before {
  content: '\e0c5';
}

.oi-text:before {
  content: '\e0c6';
}

.oi-thumb-down:before {
  content: '\e0c7';
}

.oi-thumb-up:before {
  content: '\e0c8';
}

.oi-timer:before {
  content: '\e0c9';
}

.oi-transfer:before {
  content: '\e0ca';
}

.oi-trash:before {
  content: '\e0cb';
}

.oi-vertical-align-bottom:before {
  content: '\e0cc';
}

.oi-vertical-align-center:before {
  content: '\e0cd';
}

.oi-vertical-align-top:before {
  content: '\e0ce';
}

.oi-video:before {
  content: '\e0cf';
}

.oi-volume-high:before {
  content: '\e0d0';
}

.oi-volume-low:before {
  content: '\e0d1';
}

.oi-volume-off:before {
  content: '\e0d2';
}

.oi-warning:before {
  content: '\e0d3';
}

.oi-wifi:before {
  content: '\e0d4';
}

.oi-wrench:before {
  content: '\e0d5';
}

.oi-x:before {
  content: '\e0d6';
}

.oi-yen:before {
  content: '\e0d7';
}

.oi-zoom-in:before {
  content: '\e0d8';
}

.oi-zoom-out:before {
  content: '\e0d9';
}

/* --------------------------------------------------------------------- */

/* TYPICONS */

@font-face {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/typicons.eot');
  src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'), url('../fonts/typicons.ttf') format('truetype'), url('../fonts/typicons.woff') format('woff'), url('../fonts/typicons.svg#typicons') format('svg');
}

[class^="ty-"],
[class*=" ty-"] {
  font-family: 'typicons';
}

.ty-adjust-brightness:before {
  content: '\e000';
}

.ty-adjust-contrast:before {
  content: '\e001';
}

.ty-anchor-outline:before {
  content: '\e002';
}

.ty-anchor:before {
  content: '\e003';
}

.ty-archive:before {
  content: '\e004';
}

.ty-arrow-back-outline:before {
  content: '\e005';
}

.ty-arrow-back:before {
  content: '\e006';
}

.ty-arrow-down-outline:before {
  content: '\e007';
}

.ty-arrow-down-thick:before {
  content: '\e008';
}

.ty-arrow-down:before {
  content: '\e009';
}

.ty-arrow-forward-outline:before {
  content: '\e00a';
}

.ty-arrow-forward:before {
  content: '\e00b';
}

.ty-arrow-left-outline:before {
  content: '\e00c';
}

.ty-arrow-left-thick:before {
  content: '\e00d';
}

.ty-arrow-left:before {
  content: '\e00e';
}

.ty-arrow-loop-outline:before {
  content: '\e00f';
}

.ty-arrow-loop:before {
  content: '\e010';
}

.ty-arrow-maximise-outline:before {
  content: '\e011';
}

.ty-arrow-maximise:before {
  content: '\e012';
}

.ty-arrow-minimise-outline:before {
  content: '\e013';
}

.ty-arrow-minimise:before {
  content: '\e014';
}

.ty-arrow-move-outline:before {
  content: '\e015';
}

.ty-arrow-move:before {
  content: '\e016';
}

.ty-arrow-repeat-outline:before {
  content: '\e017';
}

.ty-arrow-repeat:before {
  content: '\e018';
}

.ty-arrow-right-outline:before {
  content: '\e019';
}

.ty-arrow-right-thick:before {
  content: '\e01a';
}

.ty-arrow-right:before {
  content: '\e01b';
}

.ty-arrow-shuffle:before {
  content: '\e01c';
}

.ty-arrow-sorted-down:before {
  content: '\e01d';
}

.ty-arrow-sorted-up:before {
  content: '\e01e';
}

.ty-arrow-sync-outline:before {
  content: '\e01f';
}

.ty-arrow-sync:before {
  content: '\e020';
}

.ty-arrow-unsorted:before {
  content: '\e021';
}

.ty-arrow-up-outline:before {
  content: '\e022';
}

.ty-arrow-up-thick:before {
  content: '\e023';
}

.ty-arrow-up:before {
  content: '\e024';
}

.ty-at:before {
  content: '\e025';
}

.ty-attachment-outline:before {
  content: '\e026';
}

.ty-attachment:before {
  content: '\e027';
}

.ty-backspace-outline:before {
  content: '\e028';
}

.ty-backspace:before {
  content: '\e029';
}

.ty-battery-charge:before {
  content: '\e02a';
}

.ty-battery-full:before {
  content: '\e02b';
}

.ty-battery-high:before {
  content: '\e02c';
}

.ty-battery-low:before {
  content: '\e02d';
}

.ty-battery-mid:before {
  content: '\e02e';
}

.ty-beaker:before {
  content: '\e02f';
}

.ty-beer:before {
  content: '\e030';
}

.ty-bell:before {
  content: '\e031';
}

.ty-book:before {
  content: '\e032';
}

.ty-bookmark:before {
  content: '\e033';
}

.ty-briefcase:before {
  content: '\e034';
}

.ty-brush:before {
  content: '\e035';
}

.ty-business-card:before {
  content: '\e036';
}

.ty-calculator:before {
  content: '\e037';
}

.ty-calender-outline:before {
  content: '\e038';
}

.ty-calender:before {
  content: '\e039';
}

.ty-camera-outline:before {
  content: '\e03a';
}

.ty-camera:before {
  content: '\e03b';
}

.ty-cancel-outline:before {
  content: '\e03c';
}

.ty-cancel:before {
  content: '\e03d';
}

.ty-chart-area-outline:before {
  content: '\e03e';
}

.ty-chart-area:before {
  content: '\e03f';
}

.ty-chart-bar-outline:before {
  content: '\e040';
}

.ty-chart-bar:before {
  content: '\e041';
}

.ty-chart-line-outline:before {
  content: '\e042';
}

.ty-chart-line:before {
  content: '\e043';
}

.ty-chart-pie-outline:before {
  content: '\e044';
}

.ty-chart-pie:before {
  content: '\e045';
}

.ty-chevron-left-outline:before {
  content: '\e046';
}

.ty-chevron-left:before {
  content: '\e047';
}

.ty-chevron-right-outline:before {
  content: '\e048';
}

.ty-chevron-right:before {
  content: '\e049';
}

.ty-clipboard:before {
  content: '\e04a';
}

.ty-cloud-storage:before {
  content: '\e04b';
}

.ty-code-outline:before {
  content: '\e04c';
}

.ty-code:before {
  content: '\e04d';
}

.ty-coffee:before {
  content: '\e04e';
}

.ty-cog-outline:before {
  content: '\e04f';
}

.ty-cog:before {
  content: '\e050';
}

.ty-compass:before {
  content: '\e051';
}

.ty-contacts:before {
  content: '\e052';
}

.ty-credit-card:before {
  content: '\e053';
}

.ty-cross:before {
  content: '\e054';
}

.ty-css3:before {
  content: '\e055';
}

.ty-database:before {
  content: '\e056';
}

.ty-delete-outline:before {
  content: '\e057';
}

.ty-delete:before {
  content: '\e058';
}

.ty-device-desktop:before {
  content: '\e059';
}

.ty-device-laptop:before {
  content: '\e05a';
}

.ty-device-phone:before {
  content: '\e05b';
}

.ty-device-tablet:before {
  content: '\e05c';
}

.ty-directions:before {
  content: '\e05d';
}

.ty-divide-outline:before {
  content: '\e05e';
}

.ty-divide:before {
  content: '\e05f';
}

.ty-document-add:before {
  content: '\e060';
}

.ty-document-delete:before {
  content: '\e061';
}

.ty-document-text:before {
  content: '\e062';
}

.ty-document:before {
  content: '\e063';
}

.ty-download-outline:before {
  content: '\e064';
}

.ty-download:before {
  content: '\e065';
}

.ty-dropbox:before {
  content: '\e066';
}

.ty-edit:before {
  content: '\e067';
}

.ty-eject-outline:before {
  content: '\e068';
}

.ty-eject:before {
  content: '\e069';
}

.ty-equals-outline:before {
  content: '\e06a';
}

.ty-equals:before {
  content: '\e06b';
}

.ty-export-outline:before {
  content: '\e06c';
}

.ty-export:before {
  content: '\e06d';
}

.ty-eye-outline:before {
  content: '\e06e';
}

.ty-eye:before {
  content: '\e06f';
}

.ty-feather:before {
  content: '\e070';
}

.ty-film:before {
  content: '\e071';
}

.ty-filter:before {
  content: '\e072';
}

.ty-flag-outline:before {
  content: '\e073';
}

.ty-flag:before {
  content: '\e074';
}

.ty-flash-outline:before {
  content: '\e075';
}

.ty-flash:before {
  content: '\e076';
}

.ty-flow-children:before {
  content: '\e077';
}

.ty-flow-merge:before {
  content: '\e078';
}

.ty-flow-parallel:before {
  content: '\e079';
}

.ty-flow-switch:before {
  content: '\e07a';
}

.ty-folder-add:before {
  content: '\e07b';
}

.ty-folder-delete:before {
  content: '\e07c';
}

.ty-folder-open:before {
  content: '\e07d';
}

.ty-folder:before {
  content: '\e07e';
}

.ty-gift:before {
  content: '\e07f';
}

.ty-globe-outline:before {
  content: '\e080';
}

.ty-globe:before {
  content: '\e081';
}

.ty-group-outline:before {
  content: '\e082';
}

.ty-group:before {
  content: '\e083';
}

.ty-headphones:before {
  content: '\e084';
}

.ty-heart-full-outline:before {
  content: '\e085';
}

.ty-heart-half-outline:before {
  content: '\e086';
}

.ty-heart-outline:before {
  content: '\e087';
}

.ty-heart:before {
  content: '\e088';
}

.ty-home-outline:before {
  content: '\e089';
}

.ty-home:before {
  content: '\e08a';
}

.ty-html5:before {
  content: '\e08b';
}

.ty-image-outline:before {
  content: '\e08c';
}

.ty-image:before {
  content: '\e08d';
}

.ty-infinity-outline:before {
  content: '\e08e';
}

.ty-infinity:before {
  content: '\e08f';
}

.ty-info-large-outline:before {
  content: '\e090';
}

.ty-info-large:before {
  content: '\e091';
}

.ty-info-outline:before {
  content: '\e092';
}

.ty-info:before {
  content: '\e093';
}

.ty-input-checked-outline:before {
  content: '\e094';
}

.ty-input-checked:before {
  content: '\e095';
}

.ty-key-outline:before {
  content: '\e096';
}

.ty-key:before {
  content: '\e097';
}

.ty-keyboard:before {
  content: '\e098';
}

.ty-leaf:before {
  content: '\e099';
}

.ty-lightbulb:before {
  content: '\e09a';
}

.ty-link-outline:before {
  content: '\e09b';
}

.ty-link:before {
  content: '\e09c';
}

.ty-location-arrow-outline:before {
  content: '\e09d';
}

.ty-location-arrow:before {
  content: '\e09e';
}

.ty-location-outline:before {
  content: '\e09f';
}

.ty-location:before {
  content: '\e0a0';
}

.ty-lock-closed-outline:before {
  content: '\e0a1';
}

.ty-lock-closed:before {
  content: '\e0a2';
}

.ty-lock-open-outline:before {
  content: '\e0a3';
}

.ty-lock-open:before {
  content: '\e0a4';
}

.ty-mail:before {
  content: '\e0a5';
}

.ty-map:before {
  content: '\e0a6';
}

.ty-media-eject-outline:before {
  content: '\e0a7';
}

.ty-media-eject:before {
  content: '\e0a8';
}

.ty-media-fast-forward-outline:before {
  content: '\e0a9';
}

.ty-media-fast-forward:before {
  content: '\e0aa';
}

.ty-media-pause-outline:before {
  content: '\e0ab';
}

.ty-media-pause:before {
  content: '\e0ac';
}

.ty-media-play-outline:before {
  content: '\e0ad';
}

.ty-media-play-reverse-outline:before {
  content: '\e0ae';
}

.ty-media-play-reverse:before {
  content: '\e0af';
}

.ty-media-play:before {
  content: '\e0b0';
}

.ty-media-record-outline:before {
  content: '\e0b1';
}

.ty-media-record:before {
  content: '\e0b2';
}

.ty-media-rewind-outline:before {
  content: '\e0b3';
}

.ty-media-rewind:before {
  content: '\e0b4';
}

.ty-media-stop-outline:before {
  content: '\e0b5';
}

.ty-media-stop:before {
  content: '\e0b6';
}

.ty-message-typing:before {
  content: '\e0b7';
}

.ty-message:before {
  content: '\e0b8';
}

.ty-messages:before {
  content: '\e0b9';
}

.ty-microphone-outline:before {
  content: '\e0ba';
}

.ty-microphone:before {
  content: '\e0bb';
}

.ty-minus-outline:before {
  content: '\e0bc';
}

.ty-minus:before {
  content: '\e0bd';
}

.ty-mortar-board:before {
  content: '\e0be';
}

.ty-news:before {
  content: '\e0bf';
}

.ty-notes-outline:before {
  content: '\e0c0';
}

.ty-notes:before {
  content: '\e0c1';
}

.ty-pen:before {
  content: '\e0c2';
}

.ty-pencil:before {
  content: '\e0c3';
}

.ty-phone-outline:before {
  content: '\e0c4';
}

.ty-phone:before {
  content: '\e0c5';
}

.ty-pi-outline:before {
  content: '\e0c6';
}

.ty-pi:before {
  content: '\e0c7';
}

.ty-pin-outline:before {
  content: '\e0c8';
}

.ty-pin:before {
  content: '\e0c9';
}

.ty-pipette:before {
  content: '\e0ca';
}

.ty-plane-outline:before {
  content: '\e0cb';
}

.ty-plane:before {
  content: '\e0cc';
}

.ty-plug:before {
  content: '\e0cd';
}

.ty-plus-outline:before {
  content: '\e0ce';
}

.ty-plus:before {
  content: '\e0cf';
}

.ty-point-of-interest-outline:before {
  content: '\e0d0';
}

.ty-point-of-interest:before {
  content: '\e0d1';
}

.ty-power-outline:before {
  content: '\e0d2';
}

.ty-power:before {
  content: '\e0d3';
}

.ty-printer:before {
  content: '\e0d4';
}

.ty-puzzle-outline:before {
  content: '\e0d5';
}

.ty-puzzle:before {
  content: '\e0d6';
}

.ty-radar-outline:before {
  content: '\e0d7';
}

.ty-radar:before {
  content: '\e0d8';
}

.ty-refresh-outline:before {
  content: '\e0d9';
}

.ty-refresh:before {
  content: '\e0da';
}

.ty-rss-outline:before {
  content: '\e0db';
}

.ty-rss:before {
  content: '\e0dc';
}

.ty-scissors-outline:before {
  content: '\e0dd';
}

.ty-scissors:before {
  content: '\e0de';
}

.ty-shopping-bag:before {
  content: '\e0df';
}

.ty-shopping-cart:before {
  content: '\e0e0';
}

.ty-social-at-circular:before {
  content: '\e0e1';
}

.ty-social-dribbble-circular:before {
  content: '\e0e2';
}

.ty-social-dribbble:before {
  content: '\e0e3';
}

.ty-social-facebook-circular:before {
  content: '\e0e4';
}

.ty-social-facebook:before {
  content: '\e0e5';
}

.ty-social-flickr-circular:before {
  content: '\e0e6';
}

.ty-social-flickr:before {
  content: '\e0e7';
}

.ty-social-github-circular:before {
  content: '\e0e8';
}

.ty-social-github:before {
  content: '\e0e9';
}

.ty-social-google-plus-circular:before {
  content: '\e0ea';
}

.ty-social-google-plus:before {
  content: '\e0eb';
}

.ty-social-instagram-circular:before {
  content: '\e0ec';
}

.ty-social-instagram:before {
  content: '\e0ed';
}

.ty-social-last-fm-circular:before {
  content: '\e0ee';
}

.ty-social-last-fm:before {
  content: '\e0ef';
}

.ty-social-linkedin-circular:before {
  content: '\e0f0';
}

.ty-social-linkedin:before {
  content: '\e0f1';
}

.ty-social-pinterest-circular:before {
  content: '\e0f2';
}

.ty-social-pinterest:before {
  content: '\e0f3';
}

.ty-social-skype-outline:before {
  content: '\e0f4';
}

.ty-social-skype:before {
  content: '\e0f5';
}

.ty-social-tumbler-circular:before {
  content: '\e0f6';
}

.ty-social-tumbler:before {
  content: '\e0f7';
}

.ty-social-twitter-circular:before {
  content: '\e0f8';
}

.ty-social-twitter:before {
  content: '\e0f9';
}

.ty-social-vimeo-circular:before {
  content: '\e0fa';
}

.ty-social-vimeo:before {
  content: '\e0fb';
}

.ty-social-youtube-circular:before {
  content: '\e0fc';
}

.ty-social-youtube:before {
  content: '\e0fd';
}

.ty-sort-alphabetically-outline:before {
  content: '\e0fe';
}

.ty-sort-alphabetically:before {
  content: '\e0ff';
}

.ty-sort-numerically-outline:before {
  content: '\e100';
}

.ty-sort-numerically:before {
  content: '\e101';
}

.ty-spanner-outline:before {
  content: '\e102';
}

.ty-spanner:before {
  content: '\e103';
}

.ty-spiral:before {
  content: '\e104';
}

.ty-star-full-outline:before {
  content: '\e105';
}

.ty-star-half-outline:before {
  content: '\e106';
}

.ty-star-half:before {
  content: '\e107';
}

.ty-star-outline:before {
  content: '\e108';
}

.ty-star:before {
  content: '\e109';
}

.ty-starburst-outline:before {
  content: '\e10a';
}

.ty-starburst:before {
  content: '\e10b';
}

.ty-stopwatch:before {
  content: '\e10c';
}

.ty-support:before {
  content: '\e10d';
}

.ty-tabs-outline:before {
  content: '\e10e';
}

.ty-tag:before {
  content: '\e10f';
}

.ty-tags:before {
  content: '\e110';
}

.ty-th-large-outline:before {
  content: '\e111';
}

.ty-th-large:before {
  content: '\e112';
}

.ty-th-list-outline:before {
  content: '\e113';
}

.ty-th-list:before {
  content: '\e114';
}

.ty-th-menu-outline:before {
  content: '\e115';
}

.ty-th-menu:before {
  content: '\e116';
}

.ty-th-small-outline:before {
  content: '\e117';
}

.ty-th-small:before {
  content: '\e118';
}

.ty-thermometer:before {
  content: '\e119';
}

.ty-thumbs-down:before {
  content: '\e11a';
}

.ty-thumbs-ok:before {
  content: '\e11b';
}

.ty-thumbs-up:before {
  content: '\e11c';
}

.ty-tick-outline:before {
  content: '\e11d';
}

.ty-tick:before {
  content: '\e11e';
}

.ty-ticket:before {
  content: '\e11f';
}

.ty-time:before {
  content: '\e120';
}

.ty-times-outline:before {
  content: '\e121';
}

.ty-times:before {
  content: '\e122';
}

.ty-trash:before {
  content: '\e123';
}

.ty-tree:before {
  content: '\e124';
}

.ty-upload-outline:before {
  content: '\e125';
}

.ty-upload:before {
  content: '\e126';
}

.ty-user-add-outline:before {
  content: '\e127';
}

.ty-user-add:before {
  content: '\e128';
}

.ty-user-delete-outline:before {
  content: '\e129';
}

.ty-user-delete:before {
  content: '\e12a';
}

.ty-user-outline:before {
  content: '\e12b';
}

.ty-user:before {
  content: '\e12c';
}

.ty-vendor-android:before {
  content: '\e12d';
}

.ty-vendor-apple:before {
  content: '\e12e';
}

.ty-vendor-microsoft:before {
  content: '\e12f';
}

.ty-video-outline:before {
  content: '\e130';
}

.ty-video:before {
  content: '\e131';
}

.ty-volume-down:before {
  content: '\e132';
}

.ty-volume-mute:before {
  content: '\e133';
}

.ty-volume-up:before {
  content: '\e134';
}

.ty-volume:before {
  content: '\e135';
}

.ty-warning-outline:before {
  content: '\e136';
}

.ty-warning:before {
  content: '\e137';
}

.ty-watch:before {
  content: '\e138';
}

.ty-waves-outline:before {
  content: '\e139';
}

.ty-waves:before {
  content: '\e13a';
}

.ty-weather-cloudy:before {
  content: '\e13b';
}

.ty-weather-downpour:before {
  content: '\e13c';
}

.ty-weather-night:before {
  content: '\e13d';
}

.ty-weather-partly-sunny:before {
  content: '\e13e';
}

.ty-weather-shower:before {
  content: '\e13f';
}

.ty-weather-snow:before {
  content: '\e140';
}

.ty-weather-stormy:before {
  content: '\e141';
}

.ty-weather-sunny:before {
  content: '\e142';
}

.ty-weather-windy-cloudy:before {
  content: '\e143';
}

.ty-weather-windy:before {
  content: '\e144';
}

.ty-wi-fi-outline:before {
  content: '\e145';
}

.ty-wi-fi:before {
  content: '\e146';
}

.ty-wine:before {
  content: '\e147';
}

.ty-world-outline:before {
  content: '\e148';
}

.ty-world:before {
  content: '\e149';
}

.ty-zoom-in-outline:before {
  content: '\e14a';
}

.ty-zoom-in:before {
  content: '\e14b';
}

.ty-zoom-out-outline:before {
  content: '\e14c';
}

.ty-zoom-out:before {
  content: '\e14d';
}

.ty-zoom-outline:before {
  content: '\e14e';
}

.ty-zoom:before {
  content: '\e14f';
}

/* ==========================================================================
   FORMS
   ========================================================================== */

.m-form input[type="text"],
.m-form input[type="password"],
.m-form input[type="email"],
.m-form input[type="url"],
.m-form input[type="date"],
.m-form input[type="month"],
.m-form input[type="time"],
.m-form input[type="datetime"],
.m-form input[type="datetime-local"],
.m-form input[type="week"],
.m-form input[type="number"],
.m-form input[type="search"],
.m-form input[type="tel"],
.m-form input[type="color"],
.m-form select,
.m-form textarea {
  display: inline-block;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  box-shadow: inset 0 1px 3px #ddd;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.m-form input:not([type]) {
  display: inline-block;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */

/* May be able to remove this tweak as color inputs become more standardized across browsers. */

.m-form input[type="color"] {
  padding: 0.2em 0.5em;
}

.m-form input[type="text"]:focus,
.m-form input[type="password"]:focus,
.m-form input[type="email"]:focus,
.m-form input[type="url"]:focus,
.m-form input[type="date"]:focus,
.m-form input[type="month"]:focus,
.m-form input[type="time"]:focus,
.m-form input[type="datetime"]:focus,
.m-form input[type="datetime-local"]:focus,
.m-form input[type="week"]:focus,
.m-form input[type="number"]:focus,
.m-form input[type="search"]:focus,
.m-form input[type="tel"]:focus,
.m-form input[type="color"]:focus,
.m-form select:focus,
.m-form textarea:focus {
  border-color: #129FEA;
  outline: 0;
  outline: thin dotted \9;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.m-form input:not([type]):focus {
  border-color: #129FEA;
  outline: 0;
  outline: thin dotted \9;
}

.m-form input[type="file"]:focus,
.m-form input[type="radio"]:focus,
.m-form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA;
}

.m-form .m-checkbox,
.m-form .m-radio {
  display: block;
  margin: 0.5em 0;
}

.m-form input[type="text"][disabled],
.m-form input[type="password"][disabled],
.m-form input[type="email"][disabled],
.m-form input[type="url"][disabled],
.m-form input[type="date"][disabled],
.m-form input[type="month"][disabled],
.m-form input[type="time"][disabled],
.m-form input[type="datetime"][disabled],
.m-form input[type="datetime-local"][disabled],
.m-form input[type="week"][disabled],
.m-form input[type="number"][disabled],
.m-form input[type="search"][disabled],
.m-form input[type="tel"][disabled],
.m-form input[type="color"][disabled],
.m-form select[disabled],
.m-form textarea[disabled] {
  color: #cad2d3;
  cursor: not-allowed;
  background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.m-form input:not([type])[disabled] {
  color: #cad2d3;
  cursor: not-allowed;
  background-color: #eaeded;
}

.m-form input[readonly],
.m-form select[readonly],
.m-form textarea[readonly] {
  color: #777;
  background: #eee;
  border-color: #ccc;
}

.m-form input:invalid,
.m-form textarea:invalid,
.m-form select:invalid {
  color: #b94a48;
  border-color: #ee5f5b !important;
}

.m-form input[type="file"]:invalid,
.m-form input[type="radio"]:invalid,
.m-form input[type="checkbox"]:invalid {
  outline-color: #e9322d;
}

.m-form select {
  background-color: white;
  border: 1px solid #ccc;
}

.m-form select[multiple] {
  height: auto;
}

.m-form label {
  margin: 0.5em 0 0.2em;
}

.m-form fieldset {
  padding: 0.35em 0 0.75em;
  margin: 0;
  border: 0;
}

.m-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.m-form-stacked input[type="text"],
.m-form-stacked input[type="password"],
.m-form-stacked input[type="email"],
.m-form-stacked input[type="url"],
.m-form-stacked input[type="date"],
.m-form-stacked input[type="month"],
.m-form-stacked input[type="time"],
.m-form-stacked input[type="datetime"],
.m-form-stacked input[type="datetime-local"],
.m-form-stacked input[type="week"],
.m-form-stacked input[type="number"],
.m-form-stacked input[type="search"],
.m-form-stacked input[type="tel"],
.m-form-stacked input[type="color"],
.m-form-stacked select,
.m-form-stacked label,
.m-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.m-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.m-form-aligned input,
.m-form-aligned textarea,
.m-form-aligned select,
.m-form-aligned .m-help-inline,
.m-form-message-inline {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}

.m-form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */

.m-form-aligned .m-control-group {
  margin-bottom: 0.5em;
}

.m-form-aligned .m-control-group label {
  display: inline-block;
/*  width: 10em; */
  margin: 0.4em 1em 0.4em 0;
  text-align: right;
  vertical-align: middle;
}

.m-form-aligned .m-controls {
  margin: 1.5em 0 0 10em;
}

/* Grouped Inputs */

.m-form .m-group fieldset {
  margin-bottom: 10px;
}

.m-form .m-group input {
  position: relative;
  top: -1px;
  display: block;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.m-form .m-group input:focus {
  z-index: 2;
}

.m-form .m-group input:first-child {
  top: 1px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.m-form .m-group input:last-child {
  top: -2px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.m-form .m-group button {
  margin: 0.35em 0;
}

.m-form .m-input-1 {
  width: 100%;
}

.m-form .m-input-2-3 {
  width: 66%;
}

.m-form .m-input-1-2 {
  width: 50%;
}

.m-form .m-input-1-3 {
  width: 33%;
}

.m-form .m-input-1-4 {
  width: 25%;
}

/* Inline help for forms */

/* NOTE:.m-help-inline is deprecated. Use .m-form-message-inline instead. */

.m-form .m-help-inline,
.m-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
}

/* Block help for forms */

.m-form-message {
  display: block;
  color: #666;
}

@media only screen and (max-width: 600px) {
  {
    /* NOTE:.m-help-inline is deprecated. Use .m-form-message-inline instead. */
  
  }
  .m-form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .m-form input:not([type]),
  .m-form input[type="text"],
  .m-form input[type="password"],
  .m-form input[type="email"],
  .m-form input[type="url"],
  .m-form input[type="date"],
  .m-form input[type="month"],
  .m-form input[type="time"],
  .m-form input[type="datetime"],
  .m-form input[type="datetime-local"],
  .m-form input[type="week"],
  .m-form input[type="number"],
  .m-form input[type="search"],
  .m-form input[type="tel"],
  .m-form input[type="color"],
  .m-form label {
    display: block;
    margin-bottom: 0.3em;
  }
  .m-group input:not([type]),
  .m-group input[type="text"],
  .m-group input[type="password"],
  .m-group input[type="email"],
  .m-group input[type="url"],
  .m-group input[type="date"],
  .m-group input[type="month"],
  .m-group input[type="time"],
  .m-group input[type="datetime"],
  .m-group input[type="datetime-local"],
  .m-group input[type="week"],
  .m-group input[type="number"],
  .m-group input[type="search"],
  .m-group input[type="tel"],
  .m-group input[type="color"] {
    margin-bottom: 0;
  }
  .m-form-aligned .m-control-group label {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
    text-align: left;
  }
  .m-form-aligned .m-controls {
    margin: 1.5em 0 0 0;
  }
  .m-form .m-help-inline,
  .m-form-message-inline,
  .m-form-message {
    display: block;
    /* Increased bottom padding to make it group with its related input element. */
  
    padding: 0.2em 0 0.8em;
  }
  
  .mobile-hide {display:none;}
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.m-button {
  display: inline-block;
  *display: inline;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  zoom: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* Firefox: Get rid of the inner focus border */

.m-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.m-button {
  padding: 0.5em 1em;
  *overflow: visible;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  *color: #444;
  text-decoration: none;
  background-color: #E6E6E6;
  border: 1px solid #999;
  border: none rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.m-button-hover,
.m-button:hover,
.m-button:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}

.m-button:focus {
  outline: 0;
}

.m-button[disabled],
.m-button-disabled,
.m-button-disabled:hover,
.m-button-disabled:focus,
.m-button-disabled:active {
  cursor: not-allowed;
  background-image: none;
  border: none;
  -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
         opacity: 0.40;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  box-shadow: none;
}

.m-button-hidden {
  display: none;
}

/* Firefox: Get rid of the inner focus border */

.m-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* ==========================================================================
   MENUS
   ========================================================================== */

.m-menu ul {
  position: absolute;
  visibility: hidden;
}

.m-menu.m-menu-open {
  z-index: 2;
  width: 100%;
  visibility: visible;
}

.m-menu ul {
  top: -10000px;
  left: -10000px;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-menu > ul {
  position: relative;
}

.m-menu-open > ul {
  top: 0;
  left: 0;
  visibility: visible;
}

.m-menu-open > ul:focus {
  outline: 0;
}

.m-menu li {
  position: relative;
}

.m-menu a,
.m-menu .m-menu-heading {
  display: block;
  padding: 5px 20px;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.m-menu.m-menu-horizontal > .m-menu-heading {
  display: inline-block;
  *display: inline;
  margin: 0;
  vertical-align: middle;
  zoom: 1;
}

.m-menu.m-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}

.m-menu li a {
  padding: 5px 20px;
}

.m-menu-can-have-children > .m-menu-label:after {
  float: right;
  margin-top: -1px;
  margin-right: -20px;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  content: '\25B8';
}

.m-menu-can-have-children > .m-menu-label {
  padding-right: 30px;
}

.m-menu-separator {
  display: block;
  height: 1px;
  margin: 7px 2px;
  overflow: hidden;
  font-size: 0;
  background-color: #dfdfdf;
}

.m-menu-hidden {
  display: none;
}

/* FIXED MENU */

.m-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* HORIZONTAL MENU CODE */

/* Initial menus should be inline-block so that they are horizontal */

.m-menu-horizontal li {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}

/* Submenus should still be display: block; */

.m-menu-horizontal li li {
  display: block;
}

/* Content after should be down arrow */

.m-menu-horizontal > .m-menu-children > .m-menu-can-have-children > .m-menu-label:after {
  content: "\25BE";
}

/*Add extra padding to elements that have the arrow so that the hover looks nice */

.m-menu-horizontal > .m-menu-children > .m-menu-can-have-children > .m-menu-label {
  padding-right: 30px;
}

/* Adjusting separator for vertical menus */

.m-menu-horizontal li.m-menu-separator {
  width: 1px;
  height: 50%;
  margin: 0 7px;
}

/* Submenus should be horizontal separator again */

.m-menu-horizontal li li.m-menu-separator {
  width: auto;
  height: 1px;
  margin: 7px 2px;
}

/* MAIN MENU STYLING */

.m-menu.m-menu-open,
.m-menu.m-menu-horizontal li .m-menu-children {
  background: #fff;
  /* Old browsers */

  border: 1px solid #b7b7b7;
}

/* remove borders for horizontal menus */

.m-menu.m-menu-horizontal,
.m-menu.m-menu-horizontal .m-menu-heading {
  border: none;
}

/* LINK STYLES */

.m-menu a {
  border: 1px solid transparent;
  border-right: none;
  border-left: none;
}

.m-menu a,
.m-menu .m-menu-can-have-children > li:after {
  color: #777;
}

.m-menu .m-menu-can-have-children > li:hover:after {
  color: #fff;
}

/* Focus style for a dropdown menu-item when the parent has been opened */

.m-menu .m-menu-open {
  background: #dedede;
}

.m-menu li a:hover,
.m-menu li a:focus {
  background: #eee;
}

/* DISABLED STATES */

.m-menu li.m-menu-disabled a:hover,
.m-menu li.m-menu-disabled a:focus {
  color: #bfbfbf;
  background: #fff;
}

.m-menu .m-menu-disabled > a {
  cursor: default;
  background-image: none;
  border-color: transparent;
}

.m-menu .m-menu-disabled > a,
.m-menu .m-menu-can-have-children.m-menu-disabled > a:after {
  color: #bfbfbf;
}

/* HEADINGS */

.m-menu .m-menu-heading {
  margin-top: 0.5em;
  font-size: 90%;
  color: #565d64;
  text-transform: uppercase;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* ACTIVE MENU ITEM */

.m-menu .m-menu-selected a {
  color: #000;
}

/* FIXED MENU */

.m-menu.m-menu-open.m-menu-fixed {
  border: none;
  border-bottom: 1px solid #b7b7b7;
}

@media (max-width: 600px) {
  .m-menu-horizontal {
    width: 100%;
  }
  .m-menu-children li {
    display: block;
    border-bottom: 1px solid black;
  }
}

/* breadcrumbs */

.m-breadcrumbs {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-breadcrumbs li {
  display: inline;
  padding: 0;
  margin: 0;
}

.m-breadcrumbs li:first-child {
  padding-right: 5px;
}

.m-breadcrumbs li:nth-of-type(n+3):before {
  padding-right: 5px;
  content: "/";
}

.m-breadcrumbs li a {
  font-weight: bold;
}

/* navbar */

.m-navbar {
  position: relative;
  display: block;
}

.m-navbar .m-menu-button {
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .m-navbar .m-menu-button {
    display: block;
  }
}

.m-navbar .m-navbar-menu,
.m-navbar .m-navbar-submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-navbar .m-navbar-menu > li,
.m-navbar .m-navbar-submenu > li {
  padding: 0;
  margin: 0;
}

.m-navbar .m-navbar-menu > li > a,
.m-navbar .m-navbar-submenu > li > a {
  display: block;
  text-decoration: none;
}

.m-navbar .m-navbar-menu > li > a:hover,
.m-navbar .m-navbar-submenu > li > a:hover {
  background-color: #eee;
}

.m-navbar .m-navbar-menu a,
.m-navbar .m-navbar-submenu a {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-menu {
    position: absolute;
    z-index: 100;
    display: none;
    height: 200px;
    overflow: auto;
    background-color: white;
    border: 1px solid #ccc;
  }
}

.m-navbar .m-navbar-menu > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-menu > li {
    display: block;
  }
}

.m-navbar .m-navbar-menu > li:hover > a {
  background-color: #eee;
}

.m-navbar .m-navbar-menu > li > a {
  padding: 5px 15px;
}

.m-navbar .m-navbar-menu > li > a i {
  font-size: 14px;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-menu > li > a i {
    display: none;
  }
}

.m-navbar .m-navbar-menu li:hover > .m-navbar-submenu {
  display: block;
}

.m-navbar .m-navbar-submenu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 200px;
  padding: 5px 0;
  background-color: white;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    border: 0;
  }
}

.m-navbar .m-navbar-submenu .m-navbar-submenu {
  left: 198px;
  margin-top: -37px;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu .m-navbar-submenu {
    left: 0;
    margin: 0;
  }
}

.m-navbar .m-navbar-submenu li {
  display: block;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu li {
    padding: 0;
    padding-left: 15px;
  }
}

.m-navbar .m-navbar-submenu li a {
  display: block;
  padding: 5px 10px;
  font-size: 90%;
}

.m-navbar .m-navbar-submenu li a:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu li a i {
    display: none;
  }
}

.m-navbar .m-navbar-submenu li.m-navbar-heading > a {
  font-weight: bold;
}

.m-navbar .m-navbar-submenu li.m-navbar-heading > a:hover {
  background-color: transparent;
}

.m-navbar .m-navbar-submenu.m-navbar-wide {
  left: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu.m-navbar-wide {
    padding: 0;
  }
}

.m-navbar .m-navbar-submenu.m-navbar-wide > ul {
  padding: 0;
}

@media (max-width: 768px) {
  .m-navbar .m-navbar-submenu.m-navbar-wide [class^="m-u-"],
  .m-navbar .m-navbar-submenu.m-navbar-wide > [class*=" m-u-"] {
    width: 100%;
  }
}

/* ==========================================================================
   TABLES
   ========================================================================== */

.m-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.m-table caption {
  padding: 1em 0;
  font: italic 85%/1 arial, sans-serif;
  color: #000;
  text-align: center;
}

.m-table td,
.m-table th {
  padding: 0.5em 1em;
  margin: 0;
  overflow: visible;
  font-size: inherit;
  border-left: 1px solid #ddd;
  border-width: 0 0 0 1px;
}

.m-table td:first-child,
.m-table th:first-child {
  border-left-width: 0;
}

.m-table thead {
  color: #000;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

/* striping: */

.m-table td {
  background-color: transparent;
}

.m-table-odd td {
  background-color: #eee;
}

/* nth-child selector for modern browsers */

.m-table-striped tr:nth-child(2n-1) td {
  background-color: #eee;
}

/* BORDERED TABLES */

.m-table-bordered td {
  border-bottom: 1px solid #ddd;
}

.m-table-bordered tbody > tr:last-child td,
.m-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */

.m-table-horizontal td,
.m-table-horizontal th {
  border-bottom: 1px solid #ddd;
  border-width: 0 0 1px 0;
}

.m-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}

/* RESPONSIVE TABLE */

.m-table-reponsive {
  width: 100%;
  margin-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #ddd;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.m-table-reponsive > .m-table {
  margin-bottom: 0;
  border: none;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

/* block elements */

.m-header-group {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* lists */

.m-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.m-list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.m-list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.m-definition dt,
.m-definition-horizontal dt {
  font-weight: bold;
}

.m-definition dd,
.m-definition-horizontal dd {
  margin: 0;
  margin-bottom: 10px;
}

.m-definition-horizontal dt {
  float: left;
  width: 200px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-definition-horizontal dd {
  margin-left: 220px;
}

/* alignments */

.m-align-left {
  text-align: left !important;
}

.m-align-right {
  text-align: right !important;
}

.m-align-center {
  text-align: center !important;
}

.m-align-justify {
  text-align: justify !important;
}

.m-accordion {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.m-accordion li {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.m-accordion li .m-accordion-title {
  display: block;
  padding: 15px;
  margin: 0;
  font-weight: 300;
  color: white;
  cursor: pointer;
  background-color: #999;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all .50s;
     -moz-transition: all 0.50s;
          transition: all 0.50s;
}

.m-accordion li .m-accordion-title i {
  width: 15px;
  font-size: 20px;
  color: inherit;
  text-align: center;
}

.m-accordion li .m-accordion-text {
  display: none;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.m-accordion li:hover .m-accordion-title {
  background-color: black;
}

.m-accordion li.active .m-accordion-title,
.m-accordion li.active:hover .m-accordion-title {
  background-color: #444;
}

.m-breakpoint {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 15px;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
}

.m-carousel {
  position: relative;
  margin-bottom: 20px;
}

.m-carousel .m-carousel-next,
.m-carousel .m-carousel-prev {
  position: absolute;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  -webkit-opacity: 0.5;
   -khtml-opacity: 0.5;
     -moz-opacity: 0.5;
          opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
}

.m-carousel .m-carousel-next:hover,
.m-carousel .m-carousel-prev:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
}

.m-carousel .m-carousel-next i,
.m-carousel .m-carousel-prev i {
  font-size: 50px;
  line-height: 50px;
}

.m-carousel .m-carousel-prev {
  left: 5px;
}

.m-carousel .m-carousel-next {
  right: 5px;
}

.m-carousel .m-carousel-container {
  position: relative;
  display: block;
  margin: 0 30px;
  overflow: hidden;
}

.m-carousel .m-carousel-image {
  float: left;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.m-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 110;
  display: none;
  width: 500px;
  height: 500px;
  margin-top: -250px;
  margin-left: -250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .50s;
     -moz-transition: all 0.50s;
          transition: all 0.50s;
}

.m-lightbox .m-lightbox-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.m-lightbox .m-lightbox-caption .count {
  display: block;
  font-size: 10px;
  color: #999;
}

.m-lightbox .m-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 120;
  padding: 0;
  background: transparent !important;
  -webkit-opacity: 0.5;
   -khtml-opacity: 0.5;
     -moz-opacity: 0.5;
          opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
}

.m-lightbox .m-lightbox-close:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
}

.m-lightbox .m-lightbox-close i {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: white;
}

.m-lightbox .m-lightbox-next,
.m-lightbox .m-lightbox-prev {
  position: absolute;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  color: white;
  cursor: pointer;
  -webkit-opacity: 0.5;
   -khtml-opacity: 0.5;
     -moz-opacity: 0.5;
          opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
}

.m-lightbox .m-lightbox-next:hover,
.m-lightbox .m-lightbox-prev:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
}

.m-lightbox .m-lightbox-next i,
.m-lightbox .m-lightbox-prev i {
  font-size: 50px;
  line-height: 50px;
  vertical-align: top;
}

.m-lightbox .m-lightbox-prev {
  left: 15px;
}

.m-lightbox .m-lightbox-next {
  right: 15px;
}

.m-slideshow {
  position: relative;
  margin-bottom: 20px;
}

.m-slideshow .m-slideshow-next,
.m-slideshow .m-slideshow-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  -webkit-opacity: 0.5;
   -khtml-opacity: 0.5;
     -moz-opacity: 0.5;
          opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
}

.m-slideshow .m-slideshow-next:hover,
.m-slideshow .m-slideshow-prev:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
}

.m-slideshow .m-slideshow-next i,
.m-slideshow .m-slideshow-prev i {
  font-size: 50px;
  line-height: 50px;
  color: white;
}

.m-slideshow .m-slideshow-prev {
  left: 10px;
}

.m-slideshow .m-slideshow-next {
  right: 10px;
}

.m-slideshow .m-slideshow-caption {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

.m-slideshow .m-slideshow-container {
  position: relative;
  display: block;
  min-height: 400px;
  margin: 0;
  overflow: hidden;
}

.m-slideshow .m-slideshow-slide {
  position: absolute;
  z-index: -10;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-slideshow .m-slideshow-slide.active {
  z-index: 0 !important;
  display: block;
}

.m-tabs {
  margin-bottom: 20px;
}

.m-tabs .m-tab-menu {
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  margin-left: 10px;
  list-style: none;
}

.m-tabs .m-tab-menu li {
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
  margin-left: -5px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-transition: all .50s;
     -moz-transition: all 0.50s;
          transition: all 0.50s;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.m-tabs .m-tab-menu li:first-child {
  margin-left: 0;
}

.m-tabs .m-tab-menu li:hover {
  background-color: #f9f9f9;
}

.m-tabs .m-tab-menu li.active {
  background-color: white;
  border-bottom: 1px solid white;
}

.m-tabs .m-tab-menu li:hover.active {
  background-color: white;
}

.m-tabs .m-tab-group {
  display: block;
  padding: 15px 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.m-tabs .m-tab-content {
  display: none;
}

.m-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.m-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 110;
  display: none;
  width: 500px;
  margin-top: -250px;
  margin-left: -250px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: width .50s;
     -moz-transition: width 0.50s;
          transition: width 0.50s;
}

.m-modal .m-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 120;
  padding: 0;
  background: transparent !important;
  -webkit-opacity: 0.5;
   -khtml-opacity: 0.5;
     -moz-opacity: 0.5;
          opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
}

.m-modal .m-modal-close:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
          opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100);
}

.m-modal .m-modal-close i {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: black;
}

.m-modal .m-modal-header,
.m-modal .m-modal-body,
.m-modal .m-modal-footer {
  display: block;
  padding: 15px 15px;
}

.m-modal .m-modal-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.m-modal .m-modal-body {
  min-height: 50px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.m-modal .m-modal-footer {
  min-height: 30px;
  border-top: 1px solid #eee;
}

/* theme styles*/

@font-face {
  font-family: 'Trusteel';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/icomoon.eot?9togq1');
  src: url('../fonts/icomoon.eot?#iefix9togq1') format('embedded-opentype'), url('../fonts/icomoon.woff?9togq1') format('woff'), url('../fonts/icomoon.ttf?9togq1') format('truetype'), url('../fonts/icomoon.svg?9togq1#icomoon') format('svg');
}

[class^="ts-"],
[class*=" ts-"] {
  font-family: 'Trusteel';
}

.ts-logo:before {
  content: "\e603";
}

.ts-special:before {
  content: "\e605";
}

.ts-equine:before {
  content: "\e606";
}

.ts-rural:before {
  content: "\e604";
}

.ts-domestic:before {
  content: "\e601";
}

.ts-commercial:before {
  content: "\e602";
}

/* --------------------------------------------------------------------- */

/* GENERAL */

.m-grid .m-grid .m-u-1 {
  padding-right: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

a:hover {
  text-decoration: inherit;
}

p,
li {
  font: 300 14px/1.5 'Open Sans', Helvetica, arial, sans-serif;
}

p.lead,
li.lead {
  font-size: 17px;
}

@media (max-width: 600px) {
  p.lead,
  li.lead {
    font-size: 14px;
  }
}

.m-button {
  padding: 7px 20px;
  color: white !important;
  background-color: #2f4883;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.m-button i {
  margin-right: 5px;
}

@media (max-width: 600px) {
  .m-button i {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .m-button {
/*    padding: 15px 10px; */
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .m-button {
	width: 100%;
	padding: 15px 10px;
    font-size: 18px;
  }
}

/* --------------------------------------------------------------------- */

/* CONTENT */

.content {
  padding: 0 0 40px;
}

@media (max-width: 768px) {
  .content {
    padding: 0 0 20px;
  }
}

@media (max-width: 600px) {
  .content {
    padding: 0 0 0;
  }


.content h2 {
  margin: 10px 0 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #2f4883;
}

}

@media (max-width: 768px) {
  
}

.content h3 {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #2f4883;
}

@media (max-width: 768px) {
  
}

.content blockquote {
  padding: 0 20px;
  border: none;
}

@media (max-width: 768px) {
  .content blockquote {
    padding: 0;
  }
}

.content blockquote p {
  font-size: 22px;
}

.content.tab-content {
  padding: 30px 0;
}

/* --------------------------------------------------------------------- */

/* FEATURE CONTENT */

.feature-heading {
  text-align: center;
}

@media (max-width: 600px) {
  .feature-heading {
    padding-bottom: 20px;
  }
}

.feature-heading h1 {
  margin: 0;
  font-size: 85px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #2f4883;
}

@media (max-width: 768px) {
  .feature-heading h1 {
    font-size: 55px;
  }
}

@media (max-width: 600px) {
  .feature-heading h1 {
    font-size: 35px;
  }
}

.feature-heading h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #2f4883;
}

@media (max-width: 768px) {
  .feature-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .feature-heading h2 {
    font-size: 30px;
  }
}

.feature-heading p.lead {
  margin-bottom: 0;
  font-size: 22px;
}

.feature-heading b {
  color: #333;
}

.feature-heading.casestudy {
  text-align: left;
}

.feature-heading.casestudy h1 {
  font-size: 50px;
  line-height: 1;
}

.feature-heading.casestudy h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #666;
}

.feature-heading.casestudy h2 small {
  font-size: 25px;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .feature-heading.casestudy h2 small {
    display: block;
  }
}

/* --------------------------------------------------------------------- */

/* BREADCRUMBS MENU */

.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs li,
.breadcrumbs a {
  font-size: 14px;
}

.breadcrumbs li {
  color: #999;
}

.breadcrumbs a {
  color: #2f4883;
}

/* --------------------------------------------------------------------- */

/* SLIDESHOW */

.m-slideshow .m-slideshow-container {
  min-height: 450px;
}

@media (max-width: 1024px) {
  .m-slideshow .m-slideshow-container {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .m-slideshow .m-slideshow-container {
    min-height: 350px;
  }
}

@media (max-width: 600px) {
  .m-slideshow .m-slideshow-container {
    min-height: 300px;
  }
}

@media (max-width: 380px) {
  .m-slideshow .m-slideshow-container {
    min-height: 250px;
  }
}

/* --------------------------------------------------------------------- */

/* TABS MENU */

.m-tabs .tab-menu {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #fafafa, #ffffff);
  background: -moz-linear-gradient(center bottom, #fafafa 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #fafafa);
  border-bottom: 1px solid #ddd;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

.m-tabs .m-tab-menu li {
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
}

.m-tabs .m-tab-menu li:hover {
  background-color: transparent;
}

.m-tabs .m-tab-menu li.active {
  background-color: white;
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
}

.m-tabs .m-tab-menu li:hover.active {
  background-color: white;
}

.m-tabs .m-tab-group {
  padding: 30px 10px 0;
  border: none;
}

@media (max-width: 600px) {
  .m-tabs .m-tab-group {
    padding: 0 10px 0;
  }
}

@media (max-width: 600px) {
  .m-tabs .m-tab-content {
    display: block !important;
  }
}

.m-tabs .m-tab-content h3 {
  display: none;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .m-tabs .m-tab-content h3 {
    display: block;
  }
}

/* --------------------------------------------------------------------- */

/* IMAGE GALLERY */

.image-gallery {
  padding: 0;
}

@media (max-width: 768px) {
  .image-gallery {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .image-gallery {
    margin-bottom: 0;
  }
}

.image-gallery .active-image {
  position: relative;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-gallery .active-image img {
  display: none;
}

.image-gallery .active-image .next,
.image-gallery .active-image .prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 3em;
  color: white;
  cursor: pointer;
}

@media (min-width: 768px) {
  .image-gallery .active-image .next,
  .image-gallery .active-image .prev {
    display: none;
  }
}

.image-gallery .active-image .prev {
  left: 15px;
}

.image-gallery .active-image .next {
  right: 15px;
}

.image-gallery .active-image .view-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
  .image-gallery .active-image .view-image {
    display: none;
  }
}

.image-gallery .active-image .view-image i {
  margin: 0;
  font-size: 26px;
  vertical-align: top;
}

.image-gallery .m-carousel {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .image-gallery .m-carousel {
    display: none;
  }
}

.image-gallery .m-carousel .m-carousel-container {
  margin: 0 30px;
}

.image-gallery .m-carousel .m-carousel-image {
  margin: 0 5px;
}

/* --------------------------------------------------------------------- */

/* ACCORDION MENU */

.m-accordion li .m-accordion-title {
  background-color: #233367;
}

@media (max-width: 600px) {
  .m-accordion li .m-accordion-title {
    padding: 5px;
  }
}

.m-accordion li .m-accordion-text {
  border-top: 1px solid transparent;
}

.m-accordion li:hover .m-accordion-title {
  background-color: #6384b7;
}

.m-accordion li.active .m-accordion-title,
.m-accordion li.active:hover .m-accordion-title {
  background-color: #6384b7;
}

/* CONTACT FORM */

.contact-form label {
/*  width: 100px !important; */
  font-size: 14px;
  text-align: left !important;
}

.contact-form select {
  height: 37px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  font-size: 14px;
}

.contact-form button {
  color: #fff;
}

.contact-form input:invalid,
.contact-form textarea:invalid,
.contact-form select:invalid {
  border: 1px solid #ccc !important;
}

.contact-form input.error,
.contact-form textarea.error,
.contact-form select.error {
  color: #b94a48 !important;
  border-color: #ee5f5b !important;
}

.contact-form .m-controls {
  margin: 10px 0;
}

.m-modal .m-modal-body {
  min-height: 115px;
}

/* --------------------------------------------------------------------- */

/* HEADER */

#header {
  width: 100%;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  /* container */

  /* logo */

  /* navigation wrapper */

  /* contact links */

  /* main menu */

}

@media (max-width: 768px) {
  #header {
    height: auto;
  }
}

#header .m-container {
  padding-top: 20px;
}

@media (max-width: 600px) {
  #header .m-container {
    padding-top: 10px;
  }
}

#header .logo {
  position: absolute;
  top: 10px;
  z-index: 10;
  width: 145px;
  margin-left: 20px;
}

@media (max-width: 600px) {
  #header .logo {
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -72.5px;
  }
}

#header .logo a {
  display: block;
  width: 100%;
  color: #1e3365;
}

#header .logo a:hover {
  color: #2f4883;
}

@media (max-width: 600px) {
  #header .logo a {
    width: 100px;
    margin: 0 auto;
    text-align: center;
  }
}

#header .logo a i {
  font-size: 80px;
  line-height: 1;
  color: inherit;
}

@media (max-width: 768px) {
  #header .logo a i {
    font-size: 90px;
  }
}

@media (max-width: 600px) {
  #header .logo a i {
    font-size: 65px !important;
  }
}

#header .logo a span {
  display: none;
}

#header nav {
  text-align: right;
}

@media (max-width: 600px) {
  #header nav {
    padding: 0;
  }
}

#header .contact-links {
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  list-style: none;
}

@media (max-width: 768px) {
  #header .contact-links {
    margin-right: 10px;
  }
}

@media (max-width: 600px) {
  #header .contact-links {
    margin: 2px 40px 0;
  }
}

#header .contact-links li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

#header .contact-links li:first-child {
  margin-left: 0;
}

@media (max-width: 600px) {
  #header .contact-links li:first-child {
    float: left;
  }
}

#header .contact-links li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #1e3365;
  text-decoration: none;
}

#header .contact-links li a:hover {
  color: #5e84b5;
  text-decoration: inherit;
}

@media (max-width: 600px) {
  #header .contact-links li a:hover {
    border: 2px solid #5e84b5;
  }
}

@media (max-width: 600px) {
  #header .contact-links li a {
    text-align: center;
    border: 2px solid #1e3365;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
  }
}

#header .contact-links li i {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 600px) {
  #header .contact-links li i {
    width: 40px;
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 600px) {
  #header .contact-links li i.fa-phone {
    margin-top: 5px;
    line-height: 35px;
  }
}

@media (max-width: 600px) {
  #header .contact-links li span {
    display: none;
  }
}

#header .menu-items {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  text-align: right;
  list-style: none;
}

@media (max-width: 768px) {
  #header .menu-items {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  #header .menu-items {
    margin-top: 15px;
    text-align: center;
  }
}

#header .menu-items ul,
#header .menu-items li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#header .menu-items a {
  display: block;
  color: black;
  text-decoration: none;
}

#header .menu-items a:hover,
#header .menu-items a.active {
  text-decoration: inherit;
}

#header .menu-items > li {
  display: inline-block;
}

@media (max-width: 600px) {
  
}

#header .menu-items > li:hover .submenu {
  display: block;
}

#header .menu-items > li:hover > a {
  top: 0;
  z-index: 3;
  color: #5e84b5;
  border: none;
}

#header .menu-items > li > a {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1e3365;
  background-color: none;
  border: none;
  border-bottom: none;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

#header .menu-items > li > a i {
  line-height: 1;
}

@media (max-width: 768px) {
  #header .menu-items > li > a {
    padding: 10px 10px;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  #header .menu-items > li > a {
    padding: 10px 12px;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  #header .menu-items > li > a {
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
  }
}

#header .menu-items .submenu {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 2;
  display: none;
  max-width: 100%;
  padding: 15px 10px;
  text-align: left;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

@media (max-width: 600px) {
  #header .menu-items .submenu {
    top: 35px;
    padding: 10px 0;
  }
}

#header .menu-items .submenu li {
  padding: 0 15px;
}

#header .menu-items .submenu li:hover h4 {
  color: #5e84b5;
}

@media (max-width: 600px) {
  #header .menu-items .submenu li {
    padding-bottom: 5px;
  }
}

#header .menu-items .submenu .menu-group {
  padding: 0 15px 0 0;
}

@media (max-width: 600px) {
  #header .menu-items .submenu .menu-group {
    padding: 0;
  }
}

#header .menu-items .submenu .menu-image {
  padding: 5px;
}

#header .menu-items .submenu .menu-image a {
  width: 100%;
}

#header .menu-items .submenu a {
  display: block;
  min-height: 100px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 600px) {
  #header .menu-items .submenu a {
    min-height: 0;
  }
}

#header .menu-items .submenu h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #0d438b;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 600px) {
  #header .menu-items .submenu h4 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 26px;
  }
}

#header .menu-items .submenu i {
  float: right;
  padding-top: 7px;
}

#header .menu-items .submenu span {
  display: block;
}

body.home #header .m-container {
  padding-top: 40px;
}

@media (max-width: 600px) {
  body.home #header .m-container {
    padding-top: 15px;
  }
}

body.home #header .logo {
  top: 20px;
}

@media (max-width: 600px) {
  body.home #header .logo {
    top: 5px;
  }
}

body.home #header .logo a i {
  font-size: 100px;
}

body.home #header .menu-items {
  margin-top: 20px;
}

@media (max-width: 600px) {
  body.home #header .menu-items {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  body.home .m-slideshow {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------- */

/* FOOTER */

#footer {
  font: 300 12px/1.5 'Open Sans', Helvetica, arial, sans-serif;
  color: #5e84b5;
  background-color: #eeeeee;
}

#footer .m-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 600px) {
  #footer .m-container {
    padding-bottom: 10px;
    text-align: center;
  }
}

#footer p {
  float: left;
  margin: 5px 30px 0 0;
  font-size: 12px;
}

@media (max-width: 600px) {
  #footer p {
    float: none;
    margin: 0;
    font-size: 12px;
  }
}

#footer a {
  font-weight: 700;
  color: #1e3365;
}

#footer a:hover {
  color: #5e84b5;
}

@media (max-width: 768px) {
  #footer .logos {
    float: right;
  }
}

@media (max-width: 600px) {
  #footer .logos {
    display: none;
  }
}

#footer .sharing-buttons {
  padding-top: 8px;
  text-align: right;
}

@media (max-width: 600px) {
  #footer .sharing-buttons {
    text-align: center;
  }
}

#footer .sharing-buttons .addthis_toolbox {
  display: inline-block;
}

#footer .sharing-buttons .addthis_toolbox span {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/* --------------------------------------------------------------------- */

/* CATEGORY MENU */

body .category-menu {
  position: relative;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  body .category-menu {
    padding: 3px 0;
  }
}

body .category-menu .m-button {
  display: none;
  padding: 10px;
  padding-left: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #333 !important;
  cursor: pointer;
  background-color: transparent !important;
}

body .category-menu .m-button:hover {
  color: inherit;
  text-decoration: inherit;
  background: none;
}

@media (max-width: 600px) {
  body .category-menu .m-button {
    display: inline-block;
  }
}

body .category-menu .m-button i {
  line-height: 20px;
}

body .category-menu .m-button span {
  padding-left: 7px;
  font-size: 14px;
  line-height: 20px;
}

body .category-menu .menu-items {
  padding: 0 10px;
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  body .category-menu .menu-items {
    display: block !important;
  }
}

@media (max-width: 600px) {
  body .category-menu .menu-items {
    position: absolute;
    top: 48px;
    z-index: 10;
    display: none;
    padding: 0;
  }
}

body .category-menu .menu-items > li {
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 600px) {
  body .category-menu .menu-items > li {
    padding: 0;
    text-align: left;
  }
}

body .category-menu .menu-items > li > a {
  position: relative;
  display: block;
  font-weight: 500;
  color: white;
  vertical-align: middle;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

@media (max-width: 600px) {
  body .category-menu .menu-items > li > a {
    padding: 3px 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

body .category-menu .menu-items > li > a i {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}

body .category-menu .menu-items > li > a i.ts-rural {
  font-size: 32px;
}

body .category-menu .menu-items > li > a i.ts-commercial {
  font-size: 30px;
}

@media (max-width: 768px) {
  body .category-menu .menu-items > li > a i {
    font-size: 20px;
  }
}

body .category-menu .menu-items > li > a span {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
}

@media (max-width: 1024px) {
  body .category-menu .menu-items > li > a span {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  body .category-menu .menu-items > li > a span {
    padding-left: 40px;
  }
}

body .category-menu .domestic {
  background-color: #952e33;
}

body .category-menu .domestic:hover {
  background-color: #9f4247;
}

body .category-menu .equine {
  background-color: #faa519;
}

body .category-menu .equine:hover {
  background-color: #fbb747;
}

body .category-menu .rural {
  background-color: #008642;
}

body .category-menu .rural:hover {
  background-color: #199255;
}

body .category-menu .commercial {
  background-color: #166ba2;
}

body .category-menu .commercial:hover {
  background-color: #2d7aab;
}

body .category-menu .special {
  background-color: #00adef;
}

body .category-menu .special:hover {
  background-color: #40c2f3;
}

/* --------------------------------------------------------------------- */

/* HOME CATEGORY MENU */

body.home .category-menu {
  padding: 0;
  margin-top: -130px;
  margin-bottom: 20px;
  background-color: transparent;
}

@media (max-width: 1024px) {
  body.home .category-menu {
    margin-top: -120px;
  }
}

@media (max-width: 768px) {
  body.home .category-menu {
    margin-top: -110px;
  }
}

@media (max-width: 600px) {
  body.home .category-menu {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  body.home .category-menu .menu-items {
    position: relative;
    top: 0;
    display: block;
  }
}

body.home .category-menu .menu-items > li {
  text-align: center;
}

@media (max-width: 600px) {
  body.home .category-menu .menu-items > li {
    text-align: left;
  }
}

body.home .category-menu .menu-items > li > a {
  display: block;
  padding: 30px;
}

@media (max-width: 1024px) {
  body.home .category-menu .menu-items > li > a {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  body.home .category-menu .menu-items > li > a {
    padding: 15px 10px;
  }
}

@media (max-width: 600px) {
  body.home .category-menu .menu-items > li > a {
    padding: 0;
  }
}

body.home .category-menu .menu-items > li > a i {
  position: relative;
  float: none;
  width: 100px;
  height: 100px;
  font-size: 4em;
  line-height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}

@media (max-width: 768px) {
  body.home .category-menu .menu-items > li > a i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
  }
}

@media (max-width: 600px) {
  body.home .category-menu .menu-items > li > a i {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0);
	    padding-left: 10px;

  }
}

body.home .category-menu .menu-items > li > a span {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  body.home .category-menu .menu-items > li > a span {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  body.home .category-menu .menu-items > li > a span {
    margin-top: 5px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  body.home .category-menu .menu-items > li > a span {
    display: inline-block;
    padding-left: 50px;
    margin: 0;
    font-size: 13px;
    line-height: 40px;
  }
}

/* --------------------------------------------------------------------- */

/* CATEGORY STYLES */

body.domestic .breadcrumbs h1,
body.domestic .content h1,
body.domestic .breadcrumbs h3,
body.domestic .content h3,
body.domestic .breadcrumbs a,
body.domestic .content a {
  color: #952e33;
}

body.domestic .product-features,
body.domestic .m-button {
  background-color: #952e33;
}

body.domestic .tabs a.active {
  color: #952e33;
}

body.domestic .product-submenu li {
  color: #952e33;
}

body.domestic .product-submenu li:hover {
  background-color: #952e33;
}

body.equine .breadcrumbs h1,
body.equine .content h1,
body.equine .breadcrumbs h3,
body.equine .content h3,
body.equine .breadcrumbs a,
body.equine .content a {
  color: #faa519;
}

body.equine .product-features,
body.equine .m-button {
  background-color: #faa519;
}

body.equine .tabs a.active {
  color: #faa519;
}

body.equine .product-submenu li {
  color: #faa519;
}

body.equine .product-submenu li:hover {
  background-color: #faa519;
}

body.rural .breadcrumbs h1,
body.rural .content h1,
body.rural .breadcrumbs h3,
body.rural .content h3,
body.rural .breadcrumbs a,
body.rural .content a {
  color: #008642;
}

body.rural .product-features,
body.rural .m-button {
  background-color: #008642;
}

body.rural .tabs a.active {
  color: #008642;
}

body.rural .product-submenu li {
  color: #008642;
}

body.rural .product-submenu li:hover {
  background-color: #008642;
}

body.commercial .breadcrumbs h1,
body.commercial .content h1,
body.commercial .breadcrumbs h3,
body.commercial .content h3,
body.commercial .breadcrumbs a,
body.commercial .content a {
  color: #166ba2;
}

body.commercial .product-features,
body.commercial .m-button {
  background-color: #166ba2;
}

body.commercial .tabs a.active {
  color: #166ba2;
}

body.commercial .product-submenu li {
  color: #166ba2;
}

body.commercial .product-submenu li:hover {
  background-color: #166ba2;
}

body.special .breadcrumbs h1,
body.special .content h1,
body.special .breadcrumbs h3,
body.special .content h3,
body.special .breadcrumbs a,
body.special .content a {
  color: #00adef;
}

body.special .product-features,
body.special .m-button {
  background-color: #00adef;
}

body.special .tabs a.active {
  color: #00adef;
}

body.special .product-submenu li {
  color: #00adef;
}

body.special .product-submenu li:hover {
  background-color: #00adef;
}

/* --------------------------------------------------------------------- */

/* PRODUCT MENU */

body .products-menu {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

@media (max-width: 600px) {
  body .products-menu {
    margin: 0 15px;
  }
}

body .products-menu li {
  padding: 0 !important;
  text-align: center;
  background-color: white;
}

body .products-menu li:nth-of-type(n+7) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  body .products-menu li:nth-of-type(n+7) {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  body .products-menu li:nth-of-type(n+7) {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body .products-menu li:nth-of-type(n+6) {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  body .products-menu li {
    margin-top: 0 !important;
    text-align: left !important;
    background-color: transparent;
  }
}

body .products-menu li a {
  display: block;
  font-size: 14px;
  vertical-align: middle;
}

body .products-menu li a:hover {
  color: white;
}

body .products-menu li a:hover span {
  color: white;
}

body .products-menu li .thumb {
  width: 100%;
  height: 130px;
  background-size: cover;
}

@media (max-width: 1024px) {
  body .products-menu li .thumb {
    height: 110px;
  }
}

@media (max-width: 768px) {
  body .products-menu li .thumb {
    height: 100px;
  }
}

@media (max-width: 600px) {
  body .products-menu li .thumb {
    float: left;
    width: 100px;
    height: 60px;
  }
}

@media (max-width: 380px) {
  
}

body .products-menu li span {
  display: block;
  padding: 15px 0;
  color: inherit;
}

@media (max-width: 600px) {
  body .products-menu li span {
    display: inline-block;
    padding: 0;
    padding-left: 10px;
    line-height: 60px;
  }
}

body .products-menu.domestic li,
body .products-menu.domestic span {
  color: #952e33;
}

body .products-menu.domestic li:hover {
  background-color: #952e33;
}

body .products-menu.equine li,
body .products-menu.equine span {
  color: #faa519;
}

body .products-menu.equine li:hover {
  background-color: #faa519;
}

body .products-menu.rural li,
body .products-menu.rural span {
  color: #008642;
}

body .products-menu.rural li:hover {
  background-color: #008642;
}

body .products-menu.commercial li,
body .products-menu.commercial span {
  color: #166ba2;
}

body .products-menu.commercial li:hover {
  background-color: #166ba2;
}

body .products-menu.special li,
body .products-menu.special span {
  color: #00adef;
}

body .products-menu.special li:hover {
  background-color: #00adef;
}

/* --------------------------------------------------------------------- */

/* HOME PRODUCTS SUBMENU */

body.home .products-menu-container {
  display: none;
  padding: 10px 0;
  background-color: #eeeeee;
}

@media (max-width: 600px) {
  body.home .products-menu-container {
    background-color: transparent;
  }
}

body.home .products-menu {
  position: absolute;
  display: none;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-left: -15px;
  text-align: left;
  background-color: transparent !important;
}

@media (max-width: 600px) {
  body.home .products-menu {
    position: relative;
    left: 0 !important;
    padding: 0;
    margin: 0;
  }
}

body.home .products-menu ul {
  padding: 0;
  margin: 0 15px;
}

@media (max-width: 600px) {
  body.home .products-menu ul {
    margin: 0;
  }
}

body.home .products-menu li {
  padding: 0!important;
  color: black;
  background-color: #eee;
}

body.home .products-menu a {
  padding: 0 !important;
}

@media (max-width: 600px) {
  body.home .products-menu span {
    display: inline-block;
    padding: 0;
    padding-left: 10px;
    line-height: 60px;
  }
}

/* --------------------------------------------------------------------- */

/* PRODUCT FEATURES */

.product-features {
  height: 365px;
  padding: 30px !important;
}

@media (max-width: 768px) {
  .product-features {
    height: auto;
  }
}

@media (max-width: 600px) {
  .product-features {
    padding: 15px !important;
  }
}

.product-features h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.3);
}

.product-features ul {
  padding-left: 30px;
}

@media (max-width: 600px) {
  .product-features ul {
    padding-left: 20px !important;
  }
}

.product-features ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: white;
}

/* --------------------------------------------------------------------- */

/* PRODUCT GALLERY */

.product-gallery {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .product-gallery {
    margin-top: 0;
  }
}

.product-gallery .view-casestudy {
  position: absolute;
  top: 15px !important;
  left: 15px !important;
}

.product-gallery .view-image {
  right: auto !important;
  left: 15px;
}

.product-gallery .active-image {
  height: 365px;
}

@media (max-width: 768px) {
  .product-gallery .active-image {
    height: 430px;
  }
}

@media (max-width: 600px) {
  .product-gallery .active-image {
    height: 250px;
  }
}

/* --------------------------------------------------------------------- */

/* PRODUCT DESCRIPTION */

@media (max-width: 600px) {
  .product-description .download-brochure,
  .product-description .request-quote {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  
}

body.domestic .request-quote {
  color: #952e33 !important;
  background-color: white;
  border: 1px solid #952e33 !important;
}

body.equine .request-quote {
  color: #faa519 !important;
  background-color: white;
  border: 1px solid #faa519 !important;
}

body.rural .request-quote {
  color: #008642 !important;
  background-color: white;
  border: 1px solid #008642 !important;
}

body.commercial .request-quote {
  color: #166ba2 !important;
  background-color: white;
  border: 1px solid #166ba2 !important;
}

body.special .request-quote {
  color: #00adef !important;
  background-color: white;
  border: 1px solid #00adef !important;
}

.casestudy-content {
  padding: 0 !important;
}

.casestudy-content > div {
  padding: 0 15px;
}

.casestudy-content > div.casestudy-gallery {
  padding: 0;
}

/* --------------------------------------------------------------------- */

/* PRODUCT GALLERY */

.casestudy-gallery {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .casestudy-gallery {
    margin-top: 0;
  }
}

.casestudy-gallery .active-image {
  height: 365px;
}

@media (max-width: 768px) {
  .casestudy-gallery .active-image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .casestudy-gallery .active-image {
    height: 250px;
    margin-bottom: 20px;
  }
}

.casestudy-gallery .thumbnails .prev {
  left: 5px;
}

.casestudy-gallery .thumbnails .next {
  right: 5px;
}

/* --------------------------------------------------------------------- */

/* CASESTUDY ARCHIVE */

.casestudy-archive > div {
  float: right;
}

@media (max-width: 600px) {
  .casestudy-archive > div {
    width: 100%;
  }
}

.casestudy-archive h3 {
  margin: 0;
  margin-top: 12px;
  font-size: 30px;
  font-weight: 300;
}

.casestudy-archive .archive-filter.active {
  font-weight: 700;
  color: black;
}

.casestudy-archive .archive-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.casestudy-archive a {
  color: #1e3365 !important;
}

.casestudy-archive a:hover {
  color: #2f4883 !important;
}

.casestudy-archive li a {
  font-size: 14px;
  color: black !important;
}

.casestudy-archive li i {
  margin-right: 5px;
  font-size: 18px;
  color: inherit;
}

.casestudy-archive .domestic i {
  color: #952e33;
}

.casestudy-archive .equine i {
  color: #faa519;
}

.casestudy-archive .rural {
  color: #008642;
}

.casestudy-archive .commercial {
  color: #166ba2;
}

.casestudy-archive .special {
  color: #00adef;
}

.m-breakpoint {
  display: none !important;
}