@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Rum+Raisin);
@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC);
@import url(http://fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
@import url(http://fonts.googleapis.com/css?family=Armata);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Trade+Winds);
@import url(http://fonts.googleapis.com/css?family=Patrick+Hand+SC);
@import url(http://fonts.googleapis.com/css?family=Clicker+Script);
@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 234, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 238, ../scss/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 248, ../scss/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 257, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 270, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 278, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 290, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 302, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 313, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 327, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 339, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 351, ../scss/partials/_normalize.scss */
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.
 */
/* line 366, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 376, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 386, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
/* line 397, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 410, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 419, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 429, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 442, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 11, ../scss/partials/_clearfix.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 16, ../scss/partials/_clearfix.scss */
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 24, ../scss/partials/_clearfix.scss */
.cf {
  *zoom: 1;
}

/*********************************
			GLOBAL
**********************************/
/* line 6, ../scss/partials/_global.scss */
body {
  font-family: Tahoma, Verdana, Arial;
}

/* line 9, ../scss/partials/_global.scss */
a {
  text-decoration: none;
  color: #333333;
}
/* line 14, ../scss/partials/_global.scss */
a:hover, a:visited, a:active {
  color: #333333;
}

/* line 18, ../scss/partials/_global.scss */
ul {
  list-style-type: none;
}

/* line 21, ../scss/partials/_global.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 25, ../scss/partials/_global.scss */
#container {
  margin: 1em auto;
  box-shadow: 1px 1px 15px white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 29, ../scss/partials/_global.scss */
#container #info {
  margin-bottom: 2em;
}

/* line 33, ../scss/partials/_global.scss */
.wrapper {
  max-width: 980px;
  margin: 0 auto;
}

/* line 37, ../scss/partials/_global.scss */
#header-logo {
  padding: 2em 0;
  display: inline-block;
  float: left;
}

/* line 42, ../scss/partials/_global.scss */
#header-details {
  margin-left: 5%;
  font-family: 'Rum Raisin', sans-serif;
}
/* line 45, ../scss/partials/_global.scss */
#header-details .address-details {
  font-size: 1.4em;
  letter-spacing: 1px;
  font-style: italic;
}
/* line 50, ../scss/partials/_global.scss */
#header-details h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3em;
  display: inline-block;
  border-bottom: 2px solid;
  text-shadow: 2px 2px 1px #ffe073;
}

/******************************************/
/* Menu */
/* line 63, ../scss/partials/_global.scss */
nav {
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 2em;
  position: relative;
}
/* line 70, ../scss/partials/_global.scss */
nav ul {
  text-align: center;
  padding-left: 0;
  font: 1.6em 'Carrois Gothic SC', sans-serif;
  line-height: 50px;
}
/* line 76, ../scss/partials/_global.scss */
nav li {
  display: inline;
}
/* line 79, ../scss/partials/_global.scss */
nav a, nav a:active, nav a:visited {
  text-decoration: none;
  color: #ffe073;
  text-shadow: 0px 0px 8px #000000;
  padding: 20px;
}
/* line 85, ../scss/partials/_global.scss */
nav a:hover {
  text-shadow: 0px 0px 3px #ababab;
}
/* line 88, ../scss/partials/_global.scss */
nav #slide {
  width: 20px;
  position: absolute;
  bottom: 0;
  height: 5px;
  background: #ffe073;
  z-index: 10;
}

/* line 97, ../scss/partials/_global.scss */
main {
  padding: 2em 2em 0;
  color: #333333;
}
/* line 100, ../scss/partials/_global.scss */
main .top-main-section {
  padding: 1.3em;
}
/* line 102, ../scss/partials/_global.scss */
main .top-main-section ul {
  line-height: 25px;
  font-size: 13px;
  padding: 0;
}
/* line 108, ../scss/partials/_global.scss */
main aside {
  width: 32%;
  float: right;
}
/* line 112, ../scss/partials/_global.scss */
main #poster {
  padding: 2.3em;
  margin-bottom: 2em;
}

/* line 118, ../scss/partials/_global.scss */
.text {
  line-height: 25px;
  font-size: 15px;
  list-style-type: none;
  text-indent: 30px;
}

/* line 126, ../scss/partials/_global.scss */
#fb-section {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
  float: right;
  display: block;
  height: 294px;
  border-radius: 10px;
}
/* line 134, ../scss/partials/_global.scss */
#fb-section .fb-like-box {
  padding: 10px;
}

/* line 139, ../scss/partials/_global.scss */
.fade {
  opacity: 0.6;
  border-radius: 5px;
  border: 2px solid #410b0b;
  webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 146, ../scss/partials/_global.scss */
.fade:hover {
  opacity: 1;
  border: 2px solid #2a2a35;
}

/* line 152, ../scss/partials/_global.scss */
.filmbox {
  height: 180px;
  margin: 20px;
  padding: 20px;
  border: 1px solid;
}
/* line 157, ../scss/partials/_global.scss */
.filmbox .filmbox_ {
  border: 1px solid white;
  float: left;
}
/* line 160, ../scss/partials/_global.scss */
.filmbox .filmbox_ .film-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
/* line 166, ../scss/partials/_global.scss */
.filmbox .filmbox_ .film-director {
  color: silver;
  font-size: 15px;
  margin: 5px 20px 10px 20px;
}
/* line 171, ../scss/partials/_global.scss */
.filmbox .filmbox_ .director-name {
  color: #d2c100;
  font-weight: bold;
}
/* line 175, ../scss/partials/_global.scss */
.filmbox .filmbox_ .film-description {
  line-height: 20px;
  font-size: 14px;
  margin: 0 20px 0 20px;
  color: white;
}
/* line 182, ../scss/partials/_global.scss */
.filmbox .filmbox_img_left {
  padding: 20px;
  width: 21%;
}
/* line 186, ../scss/partials/_global.scss */
.filmbox .filmbox_img_right {
  margin-left: 20px;
  padding: 20px;
  height: 140px;
  width: 164px;
}
/* line 193, ../scss/partials/_global.scss */
.filmbox .filmbox_right,
.filmbox .filmbox_left {
  height: 180px;
}
/* line 196, ../scss/partials/_global.scss */
.filmbox .filmbox_right {
  margin: 0 0 0 20px;
}

/********** footer *********/
/* line 202, ../scss/partials/_global.scss */
footer {
  margin-top: 2em;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 0 0 10px 10px;
}
/* line 209, ../scss/partials/_global.scss */
footer p {
  padding: 10px;
  line-height: 21px;
  font-size: 13px;
  color: white;
}

/*********************
CLEARFIXIN'
*********************/
/* line 6, ../scss/partials/_constants.scss */
.clearfix,
.cf {
  *zoom: 1;
}
/* line 38, ../scss/compass/utilities/general/_clearfix.scss */
.clearfix:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12, ../scss/partials/_constants.scss */
.chocolate {
  color: #410b0b;
}

/* line 15, ../scss/partials/_constants.scss */
.seashell {
  color: #fff4ea;
}

/* line 18, ../scss/partials/_constants.scss */
.prussian-blue {
  color: #00205a;
}

/* line 21, ../scss/partials/_constants.scss */
.cyprus {
  color: #06261e;
}

/* line 24, ../scss/partials/_constants.scss */
.moccaccino {
  color: #572929;
}

/* line 27, ../scss/partials/_constants.scss */
.white {
  color: white;
}

/* line 33, ../scss/partials/_constants.scss */
.bWhite {
  background-color: white;
}

/* line 36, ../scss/partials/_constants.scss */
.bAliceBlue {
  background-color: #e8f1ff;
}

/* line 39, ../scss/partials/_constants.scss */
.bCornSilk {
  background-color: #fff5df;
}

/* line 42, ../scss/partials/_constants.scss */
.honeyclew {
  background-color: #e6ffe4;
}

/* line 45, ../scss/partials/_constants.scss */
.bEclipse {
  background-color: #383838;
}

/* line 48, ../scss/partials/_constants.scss */
.bNero {
  background-color: #2c2c2c;
}

/* line 51, ../scss/partials/_constants.scss */
.lightsteelblue {
  background-color: #9199ff;
}

/* line 55, ../scss/partials/_constants.scss */
.clear {
  clear: both;
}

/* line 73, ../scss/partials/_constants.scss */
.text-left {
  text-align: left;
}

/* line 74, ../scss/partials/_constants.scss */
.text-right {
  text-align: right;
}

/* line 75, ../scss/partials/_constants.scss */
.text-center {
  text-align: center;
}

/* line 77, ../scss/partials/_constants.scss */
.pull-left {
  float: left;
}

/* line 78, ../scss/partials/_constants.scss */
.pull-right {
  float: right;
}

/* line 82, ../scss/partials/_constants.scss */
.block-center {
  display: block;
  margin: 0 auto;
}

/* line 84, ../scss/partials/_constants.scss */
.italic {
  font-style: italic;
}

/* line 85, ../scss/partials/_constants.scss */
.bold {
  font-weight: bold;
}

/* line 87, ../scss/partials/_constants.scss */
.border-black {
  border: 1px solid black;
}

/* line 93, ../scss/partials/_constants.scss */
.brown-shadow {
  -webkit-box-shadow: 1px 1px 40px 5px #775d49;
  -moz-box-shadow: 1px 1px 40px 5px #775d49;
  box-shadow: 1px 1px 40px 5px #775d49;
}

/* line 96, ../scss/partials/_constants.scss */
.white-shadow {
  -webkit-box-shadow: 0 0 7px 2px white;
  -moz-box-shadow: 0 0 7px 2px white;
  box-shadow: 0 0 7px 2px white;
}

/* line 99, ../scss/partials/_constants.scss */
.olive-shadow {
  -webkit-box-shadow: 0 0 7px 2px #7a6306;
  -moz-box-shadow: 0 0 7px 2px #7a6306;
  box-shadow: 0 0 7px 2px #7a6306;
}

/* line 102, ../scss/partials/_constants.scss */
.spindle-shadow {
  -webkit-box-shadow: 0 0 20px 10px #b7c3da;
  -moz-box-shadow: 0 0 20px 10px #b7c3da;
  box-shadow: 0 0 20px 10px #b7c3da;
}

/* line 105, ../scss/partials/_constants.scss */
.brown-inset-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px #775d49;
  -moz-box-shadow: inset 1px 1px 40px 5px #775d49;
  box-shadow: inset 1px 1px 40px 5px #775d49;
}

/* line 108, ../scss/partials/_constants.scss */
.blue-inset-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px #222bff;
  -moz-box-shadow: inset 1px 1px 40px 5px #222bff;
  box-shadow: inset 1px 1px 40px 5px #222bff;
}

/* line 111, ../scss/partials/_constants.scss */
.green-inset-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px #418057;
  -moz-box-shadow: inset 1px 1px 40px 5px #418057;
  box-shadow: inset 1px 1px 40px 5px #418057;
}

/* line 114, ../scss/partials/_constants.scss */
.orange-inset-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px #cca119;
  -moz-box-shadow: inset 1px 1px 40px 5px #cca119;
  box-shadow: inset 1px 1px 40px 5px #cca119;
}

/* line 117, ../scss/partials/_constants.scss */
.black-inset-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px black;
  -moz-box-shadow: inset 1px 1px 40px 5px black;
  box-shadow: inset 1px 1px 40px 5px black;
}

/* line 120, ../scss/partials/_constants.scss */
.black-shadow {
  -webkit-box-shadow: 1px 1px 40px 5px #775d49;
  -moz-box-shadow: 1px 1px 40px 5px #775d49;
  box-shadow: 1px 1px 40px 5px #775d49;
}

/* line 123, ../scss/partials/_constants.scss */
.persian-inset-blue-shadow {
  -webkit-box-shadow: inset 1px 1px 40px 5px #1c3e97;
  -moz-box-shadow: inset 1px 1px 40px 5px #1c3e97;
  box-shadow: inset 1px 1px 40px 5px #1c3e97;
}

/* line 126, ../scss/partials/_constants.scss */
.tighten {
  padding: 10px;
}

/* line 129, ../scss/partials/_constants.scss */
.tightwen {
  padding: 20px;
}

/* line 135, ../scss/partials/_constants.scss */
.width-5 {
  width: 5%;
}

/* line 136, ../scss/partials/_constants.scss */
.width-10 {
  width: 10%;
}

/* line 137, ../scss/partials/_constants.scss */
.width-15 {
  width: 15%;
}

/* line 138, ../scss/partials/_constants.scss */
.width-20 {
  width: 20%;
}

/* line 139, ../scss/partials/_constants.scss */
.width-25 {
  width: 25%;
}

/* line 140, ../scss/partials/_constants.scss */
.width-30 {
  width: 30%;
}

/* line 141, ../scss/partials/_constants.scss */
.width-35 {
  width: 35%;
}

/* line 142, ../scss/partials/_constants.scss */
.width-40 {
  width: 40%;
}

/* line 143, ../scss/partials/_constants.scss */
.width-45 {
  width: 45%;
}

/* line 144, ../scss/partials/_constants.scss */
.width-50 {
  width: 50%;
}

/* line 145, ../scss/partials/_constants.scss */
.width-55 {
  width: 55%;
}

/* line 146, ../scss/partials/_constants.scss */
.width-60 {
  width: 60%;
}

/* line 147, ../scss/partials/_constants.scss */
.width-65 {
  width: 65%;
}

/* line 148, ../scss/partials/_constants.scss */
.width-70 {
  width: 70%;
}

/* line 149, ../scss/partials/_constants.scss */
.width-75 {
  width: 75%;
}

/* line 150, ../scss/partials/_constants.scss */
.width-80 {
  width: 80%;
}

/* line 151, ../scss/partials/_constants.scss */
.width-85 {
  width: 85%;
}

/* line 152, ../scss/partials/_constants.scss */
.width-90 {
  width: 90%;
}

/* line 153, ../scss/partials/_constants.scss */
.width-95 {
  width: 95%;
}

/* line 154, ../scss/partials/_constants.scss */
.width-100 {
  width: 100%;
}

/* line 1, ../scss/partials/_extends.scss */
.hide {
  display: none;
}

/* line 4, ../scss/partials/_extends.scss */
.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 6, ../scss/partials/_extends.scss */
.small-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 9, ../scss/partials/_extends.scss */
.base-round {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 12, ../scss/partials/_extends.scss */
.large-round {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/* line 15, ../scss/partials/_extends.scss */
.x-large-round {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 18, ../scss/partials/_extends.scss */
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/_spinning.scss */
.fa-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 {
  /* line 12, ../scss/font-awesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 13, ../scss/font-awesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 16, ../scss/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 17, ../scss/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 20, ../scss/font-awesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 21, ../scss/font-awesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 24, ../scss/font-awesome/_spinning.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 25, ../scss/font-awesome/_spinning.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 28, ../scss/font-awesome/_spinning.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 29, ../scss/font-awesome/_spinning.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* line 4, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 18, ../scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 19, ../scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 20, ../scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 23, ../scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 25, ../scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 35, ../scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 37, ../scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 63, ../scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 65, ../scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 69, ../scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 70, ../scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 72, ../scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 76, ../scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 101, ../scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 103, ../scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 107, ../scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 116, ../scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 120, ../scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 133, ../scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 136, ../scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 141, ../scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 150, ../scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 162, ../scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 167, ../scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 184, ../scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 186, ../scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 188, ../scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 189, ../scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 192, ../scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 193, ../scss/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 194, ../scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 195, ../scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 197, ../scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 198, ../scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 200, ../scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 201, ../scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 202, ../scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 220, ../scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 222, ../scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 224, ../scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 225, ../scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 228, ../scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 229, ../scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 230, ../scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 232, ../scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 233, ../scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 236, ../scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 237, ../scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 240, ../scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 241, ../scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 257, ../scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 272, ../scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 273, ../scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 275, ../scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 279, ../scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 280, ../scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 288, ../scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 289, ../scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 293, ../scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 294, ../scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 295, ../scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 296, ../scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 297, ../scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 301, ../scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 302, ../scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 321, ../scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 324, ../scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 326, ../scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 328, ../scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 330, ../scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 332, ../scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 334, ../scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 339, ../scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 341, ../scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 343, ../scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 347, ../scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 350, ../scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 352, ../scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 354, ../scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 355, ../scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 356, ../scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 357, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 358, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 359, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 360, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 361, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 362, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 363, ../scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 382, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 383, ../scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 384, ../scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 385, ../scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 386, ../scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 387, ../scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 388, ../scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 389, ../scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 390, ../scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 391, ../scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 392, ../scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 393, ../scss/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 394, ../scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 395, ../scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 396, ../scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 397, ../scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 398, ../scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 399, ../scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 400, ../scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 401, ../scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 402, ../scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 403, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 404, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 406, ../scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 407, ../scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 408, ../scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 409, ../scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 411, ../scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 412, ../scss/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

@media only screen and (min-width: 768px) {
  /* line 1, ../scss/partials/_grid.scss */
  .width-5 {
    width: 5%;
  }

  /* line 2, ../scss/partials/_grid.scss */
  .width-10 {
    width: 10%;
  }

  /* line 3, ../scss/partials/_grid.scss */
  .width-15 {
    width: 15%;
  }

  /* line 4, ../scss/partials/_grid.scss */
  .width-20 {
    width: 20%;
  }

  /* line 5, ../scss/partials/_grid.scss */
  .width-25 {
    width: 25%;
  }

  /* line 6, ../scss/partials/_grid.scss */
  .width-30 {
    width: 30%;
  }

  /* line 7, ../scss/partials/_grid.scss */
  .width-35 {
    width: 35%;
  }

  /* line 8, ../scss/partials/_grid.scss */
  .width-40 {
    width: 40%;
  }

  /* line 9, ../scss/partials/_grid.scss */
  .width-45 {
    width: 45%;
  }

  /* line 10, ../scss/partials/_grid.scss */
  .width-50 {
    width: 50%;
  }

  /* line 11, ../scss/partials/_grid.scss */
  .width-55 {
    width: 55%;
  }

  /* line 12, ../scss/partials/_grid.scss */
  .width-60 {
    width: 60%;
  }

  /* line 13, ../scss/partials/_grid.scss */
  .width-65 {
    width: 65%;
  }

  /* line 14, ../scss/partials/_grid.scss */
  .width-70 {
    width: 70%;
  }

  /* line 15, ../scss/partials/_grid.scss */
  .width-75 {
    width: 75%;
  }

  /* line 16, ../scss/partials/_grid.scss */
  .width-80 {
    width: 80%;
  }

  /* line 17, ../scss/partials/_grid.scss */
  .width-85 {
    width: 85%;
  }

  /* line 18, ../scss/partials/_grid.scss */
  .width-90 {
    width: 90%;
  }

  /* line 19, ../scss/partials/_grid.scss */
  .width-95 {
    width: 95%;
  }

  /* line 20, ../scss/partials/_grid.scss */
  .width-100 {
    width: 100%;
  }

  /* line 24, ../scss/partials/_grid.scss */
  .width-5, .width-10, .width-15, .width-20, .width-25, .width-30, .width-35, .width-40,
  .width-45, .width-50, .width-55, .width-60, .width-65, .width-70, .width-75, .width-80,
  .width-85, .width-90, .width-95, .width-100 {
    float: left;
    position: relative;
  }
}
