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

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

/* SIZINGS */

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

/* COLOURS */

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

/* FONTS */

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

/* MISC */

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

/* IMPORTS */

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

/* GENERAL RESETS */

* {
  -webkit-font-smoothing: antialiased;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  cursor: default;
}

/* misc...... */

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

img.full-width {
  width: 100%;
}

#map_canvas img,
.map_canvas img,
#map_canvas object,
.map_canvas object,
#map_canvas embed,
.map_canvas embed {
  max-width: none !important;
}

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

/* IMPORTS */

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

/* 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');
}

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

/* FONT SETTINGS */

.el {
  display: inline-block;
  font-family: 'Elusive-Icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.el-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.el-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);
  }
}

.el-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);
}

.el-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);
}

.el-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);
}

.el-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);
}

.el-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);
}

.el-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.fa-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.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 {
  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);
  }
}

.fa-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);
}

.fa-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);
}

.fa-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);
}

.fa-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);
}

.fa-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);
}

.fa-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.fi {
  display: inline-block;
  font-family: 'foundation-icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.fi-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.fi-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);
  }
}

.fi-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);
}

.fi-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);
}

.fi-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);
}

.fi-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);
}

.fi-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);
}

.fi-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.ii {
  display: inline-block;
  font-family: 'Ionicons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.ii-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.ii-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);
  }
}

.ii-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);
}

.ii-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);
}

.ii-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);
}

.ii-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);
}

.ii-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);
}

.ii-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.mt {
  display: inline-block;
  font-family: 'MeteoconsRegular';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.mt-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.mt-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);
  }
}

.mt-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);
}

.mt-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);
}

.mt-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);
}

.mt-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);
}

.mt-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);
}

.mt-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.mz {
  display: inline-block;
  font-family: 'Metrize-Icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.mz-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.mz-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);
  }
}

.mz-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);
}

.mz-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);
}

.mz-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);
}

.mz-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);
}

.mz-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);
}

.mz-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.oi {
  display: inline-block;
  font-family: 'Icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.oi-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.oi-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);
  }
}

.oi-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);
}

.oi-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);
}

.oi-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);
}

.oi-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);
}

.oi-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);
}

.oi-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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');
}

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

/* FONT SETTINGS */

.ty {
  display: inline-block;
  font-family: 'typicons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

/* LIST SETTINGS */

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

.ty-ul > li {
  position: relative;
}

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

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

/* ANIMATION/TRANSFORM SETTINGS */

.ty-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);
  }
}

.ty-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);
}

.ty-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);
}

.ty-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);
}

.ty-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);
}

.ty-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);
}

.ty-inverse {
  color: #ffffff;
}

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

/* ICON SETTINGS */

.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';
}

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

/* IMPORTS */

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

/* UTILITY CLASSES */

.mq-test {
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 1000000;
  display: none;
  padding: 20px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  background-color: red;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

/* PULLS */

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

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

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

/* BASE SCAFFOLDING */

.row {
  width: 100%;
  max-width: 1170px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.row .row {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-right: -0.9375em;
  margin-bottom: 0;
  margin-left: -0.9375em;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  display: table;
  content: " ";
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  max-width: none;
  margin: 0;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  display: table;
  content: " ";
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  float: left;
  width: 100%;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
}

@media only screen {
  .col,
  .column,
  .columns {
    position: relative;
    float: left;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .small-hide,
  .sm-hide {
    display: none;
  }
  .small-show,
  .sm-show {
    display: block;
  }
  .sm-1,
  .small-1 {
    width: 8.33333%;
  }
  .sm-2,
  .small-2 {
    width: 16.66667%;
  }
  .sm-3,
  .small-3 {
    width: 25%;
  }
  .sm-4,
  .small-4 {
    width: 33.33333%;
  }
  .sm-5,
  .small-5 {
    width: 41.66667%;
  }
  .sm-6,
  .small-6 {
    width: 50%;
  }
  .sm-7,
  .small-7 {
    width: 58.33333%;
  }
  .sm-8,
  .small-8 {
    width: 66.66667%;
  }
  .sm-9,
  .small-9 {
    width: 75%;
  }
  .sm-10,
  .small-10 {
    width: 83.33333%;
  }
  .sm-11,
  .small-11 {
    width: 91.66667%;
  }
  .sm-12,
  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 768px) {
  .col,
  .column,
  .columns {
    position: relative;
    float: left;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .medium-hide,
  .md-hide {
    display: none;
  }
  .medium-show,
  .md-show {
    display: block;
  }
  .md-1,
  .medium-1 {
    width: 8.33333%;
  }
  .md-2,
  .medium-2 {
    width: 16.66667%;
  }
  .md-3,
  .medium-3 {
    width: 25%;
  }
  .md-4,
  .medium-4 {
    width: 33.33333%;
  }
  .md-5,
  .medium-5 {
    width: 41.66667%;
  }
  .md-6,
  .medium-6 {
    width: 50%;
  }
  .md-7,
  .medium-7 {
    width: 58.33333%;
  }
  .md-8,
  .medium-8 {
    width: 66.66667%;
  }
  .md-9,
  .medium-9 {
    width: 75%;
  }
  .md-10,
  .medium-10 {
    width: 83.33333%;
  }
  .md-11,
  .medium-11 {
    width: 91.66667%;
  }
  .md-12,
  .medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col,
  .column,
  .columns {
    position: relative;
    float: left;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .large-hide,
  .lg-hide {
    display: none;
  }
  .large-show,
  .lg-show {
    display: block;
  }
  .lg-1,
  .large-1 {
    width: 8.33333%;
  }
  .lg-2,
  .large-2 {
    width: 16.66667%;
  }
  .lg-3,
  .large-3 {
    width: 25%;
  }
  .lg-4,
  .large-4 {
    width: 33.33333%;
  }
  .lg-5,
  .large-5 {
    width: 41.66667%;
  }
  .lg-6,
  .large-6 {
    width: 50%;
  }
  .lg-7,
  .large-7 {
    width: 58.33333%;
  }
  .lg-8,
  .large-8 {
    width: 66.66667%;
  }
  .lg-9,
  .large-9 {
    width: 75%;
  }
  .lg-10,
  .large-10 {
    width: 83.33333%;
  }
  .lg-11,
  .large-11 {
    width: 91.66667%;
  }
  .lg-12,
  .large-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .col,
  .column,
  .columns {
    position: relative;
    float: left;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .xlarge-hide,
  .xl-hide {
    display: none;
  }
  .xlarge-show,
  .xl-show {
    display: block;
  }
  .xl-1,
  .xlarge-1 {
    width: 8.33333%;
  }
  .xl-2,
  .xlarge-2 {
    width: 16.66667%;
  }
  .xl-3,
  .xlarge-3 {
    width: 25%;
  }
  .xl-4,
  .xlarge-4 {
    width: 33.33333%;
  }
  .xl-5,
  .xlarge-5 {
    width: 41.66667%;
  }
  .xl-6,
  .xlarge-6 {
    width: 50%;
  }
  .xl-7,
  .xlarge-7 {
    width: 58.33333%;
  }
  .xl-8,
  .xlarge-8 {
    width: 66.66667%;
  }
  .xl-9,
  .xlarge-9 {
    width: 75%;
  }
  .xl-10,
  .xlarge-10 {
    width: 83.33333%;
  }
  .xl-11,
  .xlarge-11 {
    width: 91.66667%;
  }
  .xl-12,
  .xlarge-12 {
    width: 100%;
  }
}

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

/* IMPORTS */

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

/* ALIGNMENT */

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-justify {
  text-align: justify !important;
}

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

/* TYPE RESET*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

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

/* LINKS */

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2285a2;
}

a a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

/* PARAGRAPH */

p {
  margin-bottom: 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

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

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #222222;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  line-height: 0;
  color: #222222;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #222222;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
}

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

/* ENHANCEMENTS */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: 'Consolas', 'Menlo', 'Courier', monospace;
  font-weight: bold;
  color: #222222;
}

abbr,
acronym {
  font-size: 90%;
  color: #222222;
  text-transform: uppercase;
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}

abbr {
  text-transform: none;
}

blockquote {
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  margin: 0 0 1.25rem;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #222222;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #222222;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #222222;
}

hr {
  height: 0;
  margin: 1.25rem 0 1.1875rem;
  clear: both;
  border: solid #dddddd;
  border-width: 1px 0 0;
}

.label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.375rem;
  margin-bottom: inherit;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2ba6cb;
}

.label.radius {
  border-radius: 5px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  color: white;
  background-color: #c60f13;
}

.label.success {
  color: white;
  background-color: #5da423;
}

.label.secondary {
  color: #222222;
  background-color: #e9e9e9;
}

.keystroke,
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  font-family: 'Consolas', 'Menlo', 'Courier', monospace;
  font-size: inherit;
  color: #222222;
  background-color: #f2f2f2;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

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

/* LISTS */

ul,
ol,
dl {
  margin-bottom: 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
  list-style: none;
}

ul li ul,
ul li ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  margin-left: 1.1rem;
  list-style-type: square;
}

ul.circle {
  margin-left: 1.1rem;
  list-style-type: circle;
}

ul.disc {
  margin-left: 1.1rem;
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

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

/* INLINE LIST */

.inline-list {
  padding: 0;
  margin: 0 auto 1.0625rem auto;
  margin-right: 0;
  margin-left: -1.375rem;
  overflow: hidden;
  list-style: none;
}

.inline-list > li {
  display: block;
  float: left;
  margin-left: 1.375rem;
  list-style: none;
}

.inline-list > li > * {
  display: block;
}

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

/* IMPORTS */

.main-nav,
.main-nav * {
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.main-nav {
  float: right;
  overflow: visible!important;
  transition: padding 0.8s ease;
}

.main-nav li {
  position: relative;
  float: left;
  margin-left: 10px;
}

.main-nav > li:hover ul {
  display: block;
}

.main-nav > li > a {
  padding: 10px 10px 10px 10px;
}

.main-nav a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: color 0.1s linear;
     -moz-transition: color 0.1s linear;
       -o-transition: color 0.1s linear;
          transition: color 0.1s linear;
}

.main-nav a i {
  width: 15px;
  text-align: right;
}

.main-nav .sub-menu {
  position: absolute;
  display: none;
  min-width: 200px;
  margin-left: -5px;
}

.main-nav .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
}

.main-nav .sub-menu li:first-child {
  border-top: none;
}

.main-nav .sub-menu li a {
  padding: 12px 16px 12px 16px;
}

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

/* SIDE NAV */

.side-nav {
  display: block;
  padding: 0.875rem 0;
  margin: 0;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  list-style-type: none;
  list-style-position: inside;
}

.side-nav ul {
  list-style-type: none;
  list-style-position: inside;
}

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 14px;
}

.side-nav li a:not(.button) {
  display: block;
  color: #2ba6cb;
}

.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  color: #2285a2;
}

.side-nav li.active > a:first-child:not(.button) {
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-weight: normal;
  color: #2ba6cb;
}

.side-nav li.divider {
  height: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid;
  border-top-color: #dddddd;
}

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

/* SUB NAV */

.sub-nav {
  display: block;
  width: auto;
  padding-top: 0.25rem;
  margin: -0.25rem 0 1.125rem;
  margin-right: 0;
  margin-left: -0.75rem;
  overflow: hidden;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  display: inline;
  float: left;
  margin-bottom: 0.625rem;
  margin-left: 1rem;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #222222;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  padding: 0.1875rem 1rem;
  color: #222222;
  text-decoration: none;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #2ba6cb;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  padding: 0.1875rem 1rem;
  font-weight: normal;
  color: white;
  cursor: default;
  background: #2ba6cb;
  border-radius: 5px;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #2285a2;
}

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

/* PAGINATION */

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  display: block;
  float: left;
  height: 1.5rem;
  margin-left: 0.3125rem;
  font-size: 14px;
  color: #222222;
}

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #222222;
  border-radius: 5px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #f2f2f2;
}

ul.pagination li.unavailable a {
  color: #222222;
  cursor: default;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  font-weight: bold;
  color: white;
  cursor: default;
  background: #2ba6cb;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #2ba6cb;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

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

/* BREADCRUMBS */

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  margin-left: 0;
  overflow: hidden;
  list-style: none;
  background-color: #f2f2f2;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

.breadcrumbs > * {
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #2ba6cb;
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #2ba6cb;
}

.breadcrumbs > *.current {
  color: #222222;
  cursor: default;
}

.breadcrumbs > *.current a {
  color: #222222;
  cursor: default;
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  text-decoration: none;
  cursor: default;
}

.breadcrumbs > *:before {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  color: #999999;
  content: "/";
}

.breadcrumbs > *:first-child:before {
  margin: 0;
  content: " ";
}

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

/* IMPORTS */

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

/* GENERAL */

form {
  display: block;
  margin: 0 0 1rem;
}

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .col,
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .col,
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row input.col,
form .row textarea.col,
form .row input.column,
form .row textarea.column,
form .row input.columns,
form .row textarea.columns {
  padding-left: 0.5rem;
}

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

/* LABELS */

label {
  display: block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  cursor: pointer;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  padding: 0.5625rem 0;
  margin: 0 0 1rem 0;
}

label.option {
  font-weight: normal;
}

label.stacked {
  padding: 0rem 0;
  margin: 0 0 0rem 0;
}

label.stacked:first-child {
  padding-top: 0.5625rem;
}

label.stacked:last-child {
  margin-bottom: 1rem;
}

label.stacked input {
  margin-right: 0.5625rem;
  margin-bottom: 0.5rem;
}

label small {
  color: #222222;
  text-transform: capitalize;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    background: #fafafa;
  }
  select:hover {
    background: #f3f3f3;
  }
}

.prefix,
.postfix {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 2.3125rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 2.3125rem;
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

.prefix.button {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 2.125rem;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 2.125rem;
  text-align: center;
  border: none;
}

.postfix.button.radius {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.postfix.button.round {
  border-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

span.prefix,
label.prefix {
  color: #222222;
  background: #f2f2f2;
  border-right: none;
  border-color: #dddddd;
}

span.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

span.prefix.round,
label.prefix.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

span.postfix,
label.postfix {
  color: #222222;
  background: #f2f2f2;
  border-left: none;
  border-color: #dddddd;
}

span.postfix.radius,
label.postfix.radius {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

span.postfix.round,
label.postfix.round {
  border-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

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

/* INPUTS */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  font-family: inherit;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
  box-shadow: 0 0 5px #999999;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #e9e9e9;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 5px;
}

input[type="text"].radius.pre-radius,
input[type="password"].radius.pre-radius,
input[type="date"].radius.pre-radius,
input[type="datetime"].radius.pre-radius,
input[type="datetime-local"].radius.pre-radius,
input[type="month"].radius.pre-radius,
input[type="week"].radius.pre-radius,
input[type="email"].radius.pre-radius,
input[type="number"].radius.pre-radius,
input[type="search"].radius.pre-radius,
input[type="tel"].radius.pre-radius,
input[type="time"].radius.pre-radius,
input[type="url"].radius.pre-radius,
textarea.radius.pre-radius {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input[type="text"].radius.post-radius,
input[type="password"].radius.post-radius,
input[type="date"].radius.post-radius,
input[type="datetime"].radius.post-radius,
input[type="datetime-local"].radius.post-radius,
input[type="month"].radius.post-radius,
input[type="week"].radius.post-radius,
input[type="email"].radius.post-radius,
input[type="number"].radius.post-radius,
input[type="search"].radius.post-radius,
input[type="tel"].radius.post-radius,
input[type="time"].radius.post-radius,
input[type="url"].radius.post-radius,
textarea.radius.post-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="text"].round,
input[type="password"].round,
input[type="date"].round,
input[type="datetime"].round,
input[type="datetime-local"].round,
input[type="month"].round,
input[type="week"].round,
input[type="email"].round,
input[type="number"].round,
input[type="search"].round,
input[type="tel"].round,
input[type="time"].round,
input[type="url"].round,
textarea.round {
  border-radius: 1000px;
}

input[type="text"].round.pre-round,
input[type="password"].round.pre-round,
input[type="date"].round.pre-round,
input[type="datetime"].round.pre-round,
input[type="datetime-local"].round.pre-round,
input[type="month"].round.pre-round,
input[type="week"].round.pre-round,
input[type="email"].round.pre-round,
input[type="number"].round.pre-round,
input[type="search"].round.pre-round,
input[type="tel"].round.pre-round,
input[type="time"].round.pre-round,
input[type="url"].round.pre-round,
textarea.round.pre-round {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input[type="text"].round.post-round,
input[type="password"].round.post-round,
input[type="date"].round.post-round,
input[type="datetime"].round.post-round,
input[type="datetime-local"].round.post-round,
input[type="month"].round.post-round,
input[type="week"].round.post-round,
input[type="email"].round.post-round,
input[type="number"].round.post-round,
input[type="search"].round.post-round,
input[type="tel"].round.post-round,
input[type="time"].round.post-round,
input[type="url"].round.post-round,
textarea.round.post-round {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="range"],
input[type="color"] {
  display: block;
}

input[type="range"].inline,
input[type="color"].inline {
  margin-top: 0.5625rem;
}

input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: auto;
  max-width: 100%;
  min-height: 50px;
}

textarea[rows] {
  height: auto;
}

select {
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-appearance: none !important;
}

select.radius {
  border-radius: 5px;
}

select.round {
  border-radius: 1000px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  vertical-align: baseline;
}

input[type="file"] {
  width: 100%;
}

fieldset {
  padding: 1.25rem;
  margin: 1.125rem 0;
  border: 1px solid #dddddd;
}

fieldset legend {
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
  font-weight: bold;
  background: white;
}

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

/* FORM FIELD ERRORS */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.6rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  color: white;
  background: #c60f13;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.6rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  color: white;
  background: #c60f13;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 0.5rem;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error label.option,
.error label.error.option {
  color: inherit;
}

.error small.error {
  display: block;
  padding: 0.6rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  color: white;
  background: #c60f13;
}

.error > label > small {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 60%;
  font-style: normal;
  color: #222222;
  text-transform: capitalize;
  background: transparent;
}

.error span.error-message {
  display: block;
}

input.error.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

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

/* IMPORTS */

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

/* BUTTONS */

button,
.button {
  position: relative;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  margin: 0 0 1.25rem;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  border-style: solid;
  border-width: 0;
  -webkit-border-radius: 0;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
}

button:hover,
.button:hover,
button:focus,
.button:focus {
  color: white;
  background-color: #2285a2;
}

@media only screen and (min-width: 768px) {
  button,
  .button {
    display: inline-block;
  }
}

button.disabled,
.button.disabled,
button[disabled],
.button[disabled] {
  color: white;
  cursor: default;
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
.button.disabled:hover,
button[disabled]:hover,
.button[disabled]:hover,
button.disabled:focus,
.button.disabled:focus,
button[disabled]:focus,
.button[disabled]:focus {
  color: white;
  background-color: #2285a2;
}

button.secondary,
.button.secondary {
  color: #222222;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

button.secondary:hover,
.button.secondary:hover,
button.secondary:focus,
.button.secondary:focus {
  color: #222222;
  background-color: #bababa;
}

button.secondary.disabled,
.button.secondary.disabled,
button.secondary[disabled],
.button.secondary[disabled] {
  color: #222222;
  cursor: default;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  opacity: 0.7;
  box-shadow: none;
}

button.secondary.disabled:hover,
.button.secondary.disabled:hover,
button.secondary[disabled]:hover,
.button.secondary[disabled]:hover,
button.secondary.disabled:focus,
.button.secondary.disabled:focus,
button.secondary[disabled]:focus,
.button.secondary[disabled]:focus {
  color: #222222;
  background-color: #bababa;
}

button.success,
.button.success {
  color: white;
  background-color: #5da423;
  border-color: #5da423;
}

button.success:hover,
.button.success:hover,
button.success:focus,
.button.success:focus {
  color: white;
  background-color: #4a831c;
}

button.success.disabled,
.button.success.disabled,
button.success[disabled],
.button.success[disabled] {
  color: white;
  cursor: default;
  background-color: #5da423;
  border-color: #5da423;
  opacity: 0.7;
  box-shadow: none;
}

button.success.disabled:hover,
.button.success.disabled:hover,
button.success[disabled]:hover,
.button.success[disabled]:hover,
button.success.disabled:focus,
.button.success.disabled:focus,
button.success[disabled]:focus,
.button.success[disabled]:focus {
  color: white;
  background-color: #4a831c;
}

button.alert,
.button.alert {
  color: white;
  background-color: #c60f13;
  border-color: #c60f13;
}

button.alert:hover,
.button.alert:hover,
button.alert:focus,
.button.alert:focus {
  color: white;
  background-color: #9e0c0f;
}

button.alert.disabled,
.button.alert.disabled,
button.alert[disabled],
.button.alert[disabled] {
  color: white;
  cursor: default;
  background-color: #c60f13;
  border-color: #c60f13;
  opacity: 0.7;
  box-shadow: none;
}

button.alert.disabled:hover,
.button.alert.disabled:hover,
button.alert[disabled]:hover,
.button.alert[disabled]:hover,
button.alert.disabled:focus,
.button.alert.disabled:focus,
button.alert[disabled]:focus,
.button.alert[disabled]:focus {
  color: white;
  background-color: #9e0c0f;
}

button.radius,
.button.radius {
  border-radius: 5px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  padding-right: 0.75rem;
  text-align: right;
}

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

/* BUTTON GROUPS */

.button-group {
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}

.button-group:before,
.button-group:after {
  display: table;
  content: " ";
}

.button-group:after {
  clear: both;
}

.button-group li {
  float: left;
  margin: 0;
}

.button-group li > button,
.button-group li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group li:first-child button,
.button-group li:first-child .button {
  border-left: 0;
}

.button-group li:first-child {
  margin-left: 0;
}

.button-group.radius > * > button,
.button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.button-group.round > * > button,
.button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
  width: 50%;
}

.button-group.even-2 li > button,
.button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child > button,
.button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li button,
.button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  width: 33.33333%;
}

.button-group.even-3 li > button,
.button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child > button,
.button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li button,
.button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  width: 25%;
}

.button-group.even-4 li > button,
.button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child > button,
.button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li button,
.button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  width: 20%;
}

.button-group.even-5 li > button,
.button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child > button,
.button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li button,
.button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  width: 16.66667%;
}

.button-group.even-6 li > button,
.button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child > button,
.button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li button,
.button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  width: 14.28571%;
}

.button-group.even-7 li > button,
.button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child > button,
.button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li button,
.button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  width: 12.5%;
}

.button-group.even-8 li > button,
.button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child > button,
.button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}

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

/* BUTTON BARS */

.button-bar {
  *zoom: 1;
}

.button-bar:before,
.button-bar:after {
  display: table;
  content: " ";
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

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

/* IMPORTS */

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

/* TABLES */

table {
  width: 100%;
  margin-bottom: 1.25rem;
  background: white;
  border: solid 1px #dddddd;
}

table thead,
table tfoot {
  background: #f2f2f2;
}

table thead tr th,
table tfoot tr th,
table thead tr td,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f2f2f2;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

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

/* PRICING TABLES */

.pricing-table {
  margin-bottom: 1.25rem;
  margin-left: 0;
  border: solid 1px #dddddd;
}

.pricing-table * {
  line-height: 1;
  list-style: none;
}

.pricing-table .title {
  padding: 0.9375rem 1.25rem;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  text-align: center;
  background-color: #222222;
}

.pricing-table .price {
  padding: 0.9375rem 1.25rem;
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  background-color: #f2f2f2;
}

.pricing-table .description {
  padding: 0.9375rem;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #222222;
  text-align: center;
  background-color: white;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .bullet-item {
  padding: 0.9375rem;
  font-size: 14px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  background-color: white;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .cta-button {
  padding: 1.25rem 1.25rem 0;
  text-align: center;
  background-color: white;
}

.pricing-table.radius {
  border-radius: 5px;
}

.pricing-table.radius .title {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.pricing-table.radius .cta-button {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pricing-table.featured {
  padding-bottom: 40px;
  margin-top: -20px;
}

.pricing-table.featured .title {
  font-size: 18px;
  background-color: #2ba6cb;
}

.pricing-table.featured .price {
  font-size: 35px;
}

.pricing-table.featured .description {
  font-size: 14px;
}

.pricing-table.featured .bullet-item {
  font-size: 16px;
}

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

/* PANELS */

.panel {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #333333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f2fafc;
  border-color: #c5e8f3;
  border-style: solid;
  border-width: 1px;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #333333;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #2ba6cb;
}

.panel.radius {
  border-radius: 5px;
}

.panel.round {
  border-radius: 1000px;
}

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

/* PROGRESS BARS */

.progress {
  height: 1.5625rem;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
  background-color: #f2f2f2;
  border: 1px solid white;
}

.progress .meter {
  display: block;
  height: 100%;
  background: #2ba6cb;
}

.progress .meter:hover {
  background: #2285a2;
}

.progress.secondary .meter {
  display: block;
  height: 100%;
  background: #e9e9e9;
}

.progress.secondary .meter:hover {
  background: #bababa;
}

.progress.success .meter {
  display: block;
  height: 100%;
  background: #5da423;
}

.progress.success .meter:hover {
  background: #4a831c;
}

.progress.alert .meter {
  display: block;
  height: 100%;
  background: #c60f13;
}

.progress.alert .meter:hover {
  background: #9e0c0f;
}

.progress.radius {
  border-radius: 5px;
}

.progress.radius .meter {
  border-radius: 5px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 1000px;
}

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

/* IMPORTS */

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

/* THUMBNAILS */

.th {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  border: solid 4px white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

.th.radius {
  border-radius: 5px;
}

.th.radius img {
  border-radius: 5px;
}

.th.round {
  border-radius: 1000px;
}

.th.round img {
  border-radius: 1000px;
}

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

/* VIDEOS */

.video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.video.widescreen {
  padding-bottom: 56.34%;
}

.video.vimeo {
  padding-top: 0;
}

.video iframe,
.video object,
.video embed,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* IMPORTS */

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

/* ALERTS */

.alert-box {
  position: relative;
  display: block;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: white;
  background-color: #2ba6cb;
  border-color: #2ba6cb;
  border-style: solid;
  border-width: 1px;
  transition: opacity 300ms ease-out;
}

.alert-box .close {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  padding: 9px 6px 4px;
  margin-top: -0.6875rem;
  font-size: 1.375rem;
  line-height: 0;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 5px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  color: white;
  background-color: #5da423;
  border-color: #5da423;
}

.alert-box.alert {
  color: white;
  background-color: #c60f13;
  border-color: #c60f13;
}

.alert-box.secondary {
  color: #4f4f4f;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.alert-box.alert-close {
  opacity: 0;
}

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

/* GENERAL */

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background: url('../img/bg-page.jpg') no-repeat top center;
  background-color: #006633;
}

a,
.button {
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.inline-list {
  margin-left: 0;
}

.inline-list li:first-child {
  margin-left: 0;
}

.no-margin {
  margin: 0;
}

.breadtest {
  display: none;
}

.button {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #a6d7bb;
  text-transform: uppercase;
  background-color: #006633;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.button:hover {
  color: #ffdd33;
}

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

/* HEADER */

#header p,
#header li {
  line-height: 22px;
}

#header p,
#header a {
  font-size: 13px;
  color: #a6d7bb;
}

#header a:hover {
  color: white;
}

#header .header-bar {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  background-color: #006633;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#header .header-bar .row {
  height: 40px;
  padding-top: 8px;
}

#header .header-bar .inline-list {
  margin: 0;
}

#header .header-bar .inline-list li:first-child {
  margin-left: 0;
}

#header .header-banner {
  margin-top: 40px;
}

#header .header-banner .row {
  height: 170px;
  padding-top: 20px;
  background: url('../img/bg-header.jpg') no-repeat center;
  -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-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#header .header-banner .search-form input[type=search] {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#header .header-banner .button {
  display: inline-block;
  width: 49%;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #a6d7bb;
  text-transform: uppercase;
  background-color: #006633;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#header .header-banner .button:hover {
  color: #ffdd33;
}

#header .header-banner .search-form, #header .header-banner nav {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

#header .logo {
  display: block;
  margin-left: 10px;
}

#header .social li a {
  font-size: 24px;
  color: black;
}

#header .social li a span {
  display: none;
}

#header .social li a:hover {
  color: #006633;
}

#header .header-nav .row {
  padding-top: 20px;
}

#header .header-nav .inline-list {
  display: block;
  margin: 0;
}

#header .header-nav .inline-list li {
  margin-left: 10px;
}

#header .header-nav .inline-list li:first-child {
  margin-left: 0;
}

#header .header-nav .inline-list li a {
  padding: 10px 39px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #006633;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -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: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
}

#header .header-nav .inline-list li a:hover {
  color: #ffdd33;
  background-color: #025b2f;
}

#header .header-nav .inline-list li.active a {
  color: #ffdd33;
  background-color: #025b2f;
}

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

/* BODY */

.left-col {
  width: 73.5%;
  width: 800px;
}

.right-col {
  width: 26.5%;
  width: 330px;
}

.body > .row {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 35px;
  background-color: #eee;
}

.body > .row:first-child {
  padding-bottom: 20px;
}

.body .breadcrumbs {
  padding: 0;
  padding-top: 30px;
  margin: 0;
  background: none;
  border: none;
}

.body .breadcrumbs li {
  color: #006633;
}

.body .breadcrumbs li a {
  color: inherit;
  text-transform: uppercase;
}

.body .breadcrumbs li a span {
  display: none;
}

.body .feature-date {
  display: block;
  padding-top: 30px;
  font-size: 14px;
  color: black;
}

.body .content {
  position: relative;
  display: block;
  padding: 30px;
  margin-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.body .content:first-child {
  margin-top: 0;
}

article h2,
article h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #006633;
}

article h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
}

article .meta {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

article time {
  display: block;
  font-size: 12px;
  color: #666;
}

article p {
  font-size: 14px;
  line-height: 22px;
}

article p.lead {
  font-size: 18px;
  line-height: 24px;
}

article.snippet {
  position: relative;
  min-height: 360px;
  margin-bottom: 20px;
}

article.snippet.category-events {
  min-height: 280px;
}

article.snippet h4 {
  font-size: 14px;
  line-height: 20px;
}

article.snippet p {
  font-size: 12px;
  line-height: 18px;
}

article.snippet figure {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

article.snippet .button {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  background-color: #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

article.snippet .button:hover {
  color: #333;
  background-color: #ccc;
}

article.feature h4 {
  font-size: 18px;
  line-height: 24px;
}

article.feature p {
  font-size: 14px;
  line-height: 20px;
}

article.feature figure {
  float: left;
  width: auto;
  margin: 0;
  margin-right: 20px;
}

article.feature img {
  width: 390px;
}

.wp-caption {
  display: inline;
  width: auto;
  margin-top: 0;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption.alignright {
  float: right;
  margin-left: 20px;
}

.wp-caption img {
  width: 100%;
}

.wp-caption .wp-caption-text {
  padding: 12px;
  font-size: 12px;
  color: black;
  background-color: #eee;
}

figure.image {
  display: inline;
  width: auto;
  margin-top: 0;
}

figure.caption figcaption {
  padding: 12px;
  font-size: 12px;
  color: black;
  background-color: #eee;
}

figure.slide {
  width: 100%;
  margin: 0;
}

figure.slide figcaption {
  position: absolute;
  right: 0;
  bottom: -3px;
  bottom: 0;
  left: 0;
  min-height: 60px;
  padding: 20px;
  font-size: 14px;
  color: white;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

figure.slide h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: inherit;
}

figure.slide i {
  float: right;
  font-size: 38px;
  color: inherit;
}

figure.slide a {
  color: inherit;
}

figure.pull-left {
  margin-left: 0;
}

figure.pull-right {
  margin-right: 0;
}

figure img {
  width: 100%;
}

.cycle-slideshow {
  position: relative;
  display: block;
  height: 380px;
}

.side-nav {
  margin-bottom: 30px;
}

.side-nav ul {
  margin: 0;
  border-top: 1px solid #ddd;
}

.side-nav h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #006633;
  text-align: left;
  text-transform: uppercase;
}

.side-nav li {
  margin: 0;
}

.side-nav li a {
  padding: 8px 10px;
  font-size: 12px;
  color: #333 !important;
  border-bottom: 1px solid #ddd;
}

.side-nav li a:hover {
  color: #006633 !important;
  background-color: #efefef;
}

.side-nav .tagcloud a {
  font-size: 12px !important;
  color: #006633 !important;
}

.side-nav .tagcloud a:hover {
  color: #006633 !important;
}

.subscribe {
  margin-bottom: 30px;
}

.subscribe h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #006633;
  text-align: left;
  text-transform: uppercase;
}

.subscribe .button {
  display: inline-block;
  padding: 10px 40px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #a6d7bb;
  text-transform: uppercase;
  background-color: #006633;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.subscribe .button:hover {
  color: #ffdd33;
  background-color: #006633;
}

.ads.home {
  margin-top: -35px;
}

.ads h4 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}

.ads .ad {
  width: 100%;
  margin-bottom: 20px;
  color: #ccc;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.ads .ad.medium {
  /*min-height: 250px;*/
}

.ads .ad.halfpage {
  height: 600px;
  line-height: 600px;
}

.ads .button {
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  background-color: #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.ads .button:hover {
  color: #333;
  background-color: #ccc;
}

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

/* FOOTER */

#footer h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  color: #ffdd33;
}

#footer p,
#footer li {
  line-height: 22px;
}

#footer p,
#footer a {
  font-size: 13px;
  color: #a6d7bb;
}

#footer a:hover {
  color: white;
}

#footer .footer-nav .row {
  padding: 30px 30px 10px 30px;
  background-color: #025b2f;
  -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;
}

#footer .copyright .row {
  padding: 20px 30px 0 30px;
}

#footer .social li a {
  font-size: 24px;
}

#footer .social li a span {
  display: none;
}

#footer .social li a:hover {
  color: white;
}

.quantity {
    position: relative;
}
.quantity:after {
    clear: both;
    content: "";
    display: table;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
}
.quantity .plus, .quantity .minus, .quantity .qty {
    float: left;
    margin: 0 0.53em 0 0;
}
.quantity .qty {
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 0.53em;
    text-align: center;
    width: 2.8em;
}
.quantity .plus, .quantity .minus {
    background: none repeat scroll 0 0 #006633;
    border: 0 none;
    border-radius: 300px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0.618em;
    width: 16px;
}

.woocommerce .woocommerce-tabs {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    border-top: 0 none;
    margin-bottom: 1.999em;
    padding: 1.99em 1.99em 1em;
}
.woocommerce .woocommerce-tabs ul.tabs {
    margin-bottom: 0.3em;
}
.woocommerce .woocommerce-tabs ul.tabs li {
    margin-right: 0.53em;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
    border: 2px solid #6ec095;
    border-radius: 2px;
	padding:5px;
	color:#6ec095;
}
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
    background: none repeat scroll 0 0 #6ec095;
    border: 2px solid #6ec095;
    color: #fff;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a:hover {
    background: none repeat scroll 0 0 #6ec095;
    color: #fff;
}

.woocommerce_message, .woocommerce_info, .woocommerce_error, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    border: 1px solid #f0f0f0;
    border-radius: 0.327em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.618em !important;
    padding: 1em 1em 1em 2.618em !important;
    position: relative;
}
.woocommerce_message:after, .woocommerce_info:after, .woocommerce_error:after, .woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after {
    clear: both;
    content: "";
    display: table;
}

.woocommerce_message .button, .woocommerce_info .button, .woocommerce_error .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    float: right;
    font-size: 0.857em;
    margin-left: 1em;
}
.woocommerce_message, .woocommerce-message {
    background-color: #edfcd5;
}

.woocommerce_info, .woocommerce-info {
    background-color: #eee;
}

.shipping_calculator > h2 {
    text-align: right;
}
