@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*---------------------------------------------------
  SASS Elements 0.1
  ---------------------------------------------------
  A set of useful SASS mixins by jordanlenon (www.jordanlenon.com)
  Developed based on lesselements.com
---------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto; }

.full-container {
  width: 90%;
  margin: 0 auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.col {
  float: left;
  margin-left: 2.6666666666666665%; }
  .col.full {
    width: 100%; }
  .col.two-thirds {
    width: 65.77777777777779%; }
  .col.half {
    width: 47.5%;
    margin-left: 5%; }
  .col.one-third {
    width: 31.555555555555557%; }
  .col.one-fourth {
    width: 23%; }
  .col:first-child {
    margin-left: 0; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

@media screen and (max-width: 640px) {
  .col.full,
  .col.two-thirds,
  .col.half,
  .col.one-third,
  .col.one-fourth {
    float: none;
    margin: 0;
    width: 100%;
    margin-bottom: 2.6666666666666665%; } }
#header {
  border-top: 5px solid #f71962;
  background-color: #fff;
  min-width: 100%;
  position: absolute;
  z-index: 999;
  padding: 10px 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #header .logo {
    float: left;
    width: 165px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #header .logo img {
      width: 100%;
      height: auto; }
  #header .btn {
    margin-left: 30px;
    margin-top: 8px;
    list-style: none; }
  #header .btn-search {
    display: inline-block;
    float: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 15px 0 0 30px;
    position: relative;
    cursor: pointer; }
    #header .btn-search .fa.active {
      color: #f71962; }
  #header .search-form-header {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 25px;
    min-width: 300px;
    display: none; }
    #header .search-form-header .btn {
      top: 11px;
      right: 20px; }
  #header.home-header {
    background: transparent;
    padding: 20px 0; }
    #header.home-header .logo {
      width: 165px; }
    #header.home-header .btn-search {
      color: #fff;
      margin-top: 22px; }
    #header.home-header .menu {
      margin-top: 9px; }
      #header.home-header .menu a {
        color: #fff; }
  #header.scrolling, #header.open, #header.header-page-top {
    padding: 10px 0;
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    #header.scrolling .btn-search, #header.open .btn-search, #header.header-page-top .btn-search {
      color: #555;
      margin-top: 22px; }
    #header.scrolling .logo, #header.open .logo, #header.header-page-top .logo {
      width: 150px;
      background: url("../assets/images/logo.png") left bottom no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
      #header.scrolling .logo img, #header.open .logo img, #header.header-page-top .logo img {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
    #header.scrolling .menu, #header.open .menu, #header.header-page-top .menu {
      margin-top: 9px; }
      #header.scrolling .menu a, #header.open .menu a, #header.header-page-top .menu a {
        color: #383838; }
    #header.scrolling .nav-toggle, #header.open .nav-toggle, #header.header-page-top .nav-toggle {
      right: 5%;
      top: 23px; }
      #header.scrolling .nav-toggle .icon-bar, #header.open .nav-toggle .icon-bar, #header.header-page-top .nav-toggle .icon-bar {
        background: #f71962; }
  @media screen and (max-width: 1040px) {
    #header.open .btn-search {
      display: block;
      float: none;
      width: 100%;
      margin: 0 !important; }
    #header.open .js-search-toggle {
      display: none; }
    #header.open .search-form-header {
      display: block;
      position: static;
      width: 100%; }
    #header.open .nav-toggle {
      top: 3px !important; }
    #header.open .menu {
      margin-top: 0; } }
  #header.header-page-top {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    #header.header-page-top .menu {
      margin-top: 9px; }
    #header.header-page-top .btn-search {
      margin-top: 20px; }
  #header .navigation {
    display: inline-block;
    float: right; }

.header-push {
  height: 82px;
  max-height: 82px; }

#header .menu,
.sub-footer .menu {
  margin: 10px 0 0 0;
  padding: 0;
  float: left; }
  #header .menu li,
  .sub-footer .menu li {
    float: left;
    font-size: 16px;
    list-style: none;
    font-family: "raleway_medium", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    #header .menu li.menu-item-has-children,
    .sub-footer .menu li.menu-item-has-children {
      position: relative; }
    #header .menu li:hover .sub-menu,
    .sub-footer .menu li:hover .sub-menu {
      display: block; }
  #header .menu a,
  .sub-footer .menu a {
    color: #383838;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  #header .menu li.active a,
  #header .menu li.current-menu-item a,
  #header .menu li.current-menu-parent > a,
  #header .menu a:hover,
  .sub-footer .menu li.active a,
  .sub-footer .menu li.current-menu-item a,
  .sub-footer .menu li.current-menu-parent > a,
  .sub-footer .menu a:hover {
    color: #f71962; }
  #header .menu .sub-menu,
  .sub-footer .menu .sub-menu {
    position: absolute;
    padding: 5px;
    background: #fff;
    top: 38px;
    min-width: 180px;
    left: 0;
    z-index: 999;
    display: none;
    box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.2); }
    #header .menu .sub-menu li,
    .sub-footer .menu .sub-menu li {
      float: none;
      text-align: left;
      margin: 0;
      font-size: 0.9em; }
#header .social-icons,
.sub-footer .social-icons {
  float: left;
  margin: 18px 0 0 17px; }
  #header .social-icons .fa,
  .sub-footer .social-icons .fa {
    color: #383838;
    margin: 0 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #header .social-icons .fa:hover,
    .sub-footer .social-icons .fa:hover {
      color: #f71962;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  #header .social-icons .fa-facebook,
  .sub-footer .social-icons .fa-facebook {
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    border: 2px solid #383838;
    position: relative;
    top: -1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #header .social-icons .fa-facebook:hover,
    .sub-footer .social-icons .fa-facebook:hover {
      border-color: #f71962; }
  #header .social-icons .fa-instagram,
  .sub-footer .social-icons .fa-instagram {
    font-size: 24px; }

.push-header {
  display: block;
  width: 100%;
  height: 86px; }

.icon-bar {
  display: block;
  margin: 5px 0;
  width: 40px;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.nav-toggle {
  padding: 0;
  width: 40px;
  min-height: 35px;
  position: fixed;
  right: 5%;
  top: 35px;
  border: 0;
  display: none;
  z-index: 99999;
  background: transparent; }
  .nav-toggle.active .icon-bar {
    position: absolute;
    top: 40px; }
    .nav-toggle.active .icon-bar:nth-child(1) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav-toggle.active .icon-bar:nth-child(3) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-toggle.active .icon-bar:nth-child(2) {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0); }

@media screen and (max-width: 1040px) {
  #header {
    max-height: 100%;
    overflow: auto; }
    #header .nav-toggle {
      top: 23px; }
    #header .icon-bar {
      background: #f71962; }
    #header .navigation {
      display: none; }
    #header.open {
      padding-top: 40px;
      padding-bottom: 0; }
      #header.open .navigation {
        width: 100%;
        display: none;
        padding-bottom: 30px; }
    #header .menu {
      clear: both;
      float: none;
      padding: 20px 0;
      *zoom: 1; }
      #header .menu:before, #header .menu:after {
        content: "";
        display: table; }
      #header .menu:after {
        clear: both; }
      #header .menu > ul {
        width: 100%;
        margin: 1.4em 0 0 0; }
      #header .menu li {
        float: none;
        margin: 0; }
        #header .menu li .sub-menu {
          display: block;
          position: static;
          box-shadow: none;
          padding-left: 20px; }
          #header .menu li .sub-menu li {
            text-align: center;
            font-size: 0.8em; }
        #header .menu li a {
          display: block;
          padding: 15px 10px; }
    #header .container {
      max-width: 90%; }

  .nav-toggle {
    display: block; } }
@media screen and (max-width: 640px) {
  #header .logo {
    max-width: 150px; }
  #header .nav-toggle {
    top: 15px; }
  #header .icon-bar {
    background: #f71962; }
  #header.home-header .logo {
    max-width: 210px; } }
#footer-newsletter {
  padding: 36px 0;
  background: #f6f6f6; }
  #footer-newsletter .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    margin-top: 18px; }
    @media screen and (max-width: 640px) {
      #footer-newsletter .title {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
        text-align: center;
        padding-bottom: 15px; } }
  #footer-newsletter #newsletter {
    float: right;
    max-width: 760px; }
  #footer-newsletter .col.last {
    padding-right: 0; }

#footer {
  width: 100%;
  padding: 45px 0;
  background-color: #313131;
  color: #b6b6b6;
  font-size: 16px; }
  #footer .container {
    position: relative; }
  #footer .title {
    color: #b6b6b6;
    margin: 10px 0;
    font-family: "raleway_regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  #footer a {
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #footer a:hover {
      color: #f71962; }
  #footer p {
    padding: 0; }
  #footer .logo {
    max-width: 165px;
    display: block;
    margin: 0 auto; }
  #footer .oitopontos {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    display: block;
    height: 25px;
    width: 24px;
    right: 0;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media screen and (max-width: 640px) {
      #footer .oitopontos {
        top: auto;
        bottom: -25px;
        margin-top: 0;
        left: 50%;
        margin-left: -12.5px; } }
    #footer .oitopontos:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100); }
  @media screen and (max-width: 640px) {
    #footer .col {
      text-align: center; } }
  #footer .col.last {
    padding-top: 10px;
    text-align: right;
    color: #6b6969;
    padding-right: 30px; }
    @media screen and (max-width: 640px) {
      #footer .col.last {
        text-align: center; } }
    #footer .col.last a {
      color: inherit; }
      #footer .col.last a:hover {
        color: #fff; }
  #footer .social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px; }
    #footer .social-icons a:hover {
      color: #f71962; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  color: #505050;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  background-color: #ecf0f1;
  font-size: 16px;
  line-height: 1em;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "raleway_bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .btn .fa {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .btn:hover {
    background-color: #ddd; }
    .btn:hover .fa {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.btn-dropdown {
  position: relative; }
  .btn-dropdown:hover .dropdown-menu {
    display: block; }
  .btn-dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    list-style: none;
    left: 0;
    background: #fff;
    top: 42px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    display: none; }
    .btn-dropdown .dropdown-menu li {
      width: 100%;
      display: block;
      text-align: left;
      font-size: 16px;
      text-transform: none;
      font-family: "titilliumweb_light", Helvetica, Arial, sans-serif;
      font-weight: normal; }
      .btn-dropdown .dropdown-menu li + li {
        border-top: 1px solid #eee; }
    .btn-dropdown .dropdown-menu a {
      display: block;
      padding: 10px 15px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .btn-dropdown .dropdown-menu a:hover {
        background: #f5f5f5; }

.btn-primary {
  color: #fff;
  background-color: #f71962; }
  .btn-primary:hover {
    background-color: #ee0854; }

.btn-flat {
  color: #fff;
  background: #89d5ae;
  background: -moz-linear-gradient(45deg, #89d5ae 0%, #4585c5 100%);
  background: -webkit-linear-gradient(45deg, #89d5ae 0%, #4585c5 100%);
  background: linear-gradient(45deg, #89d5ae 0%, #4585c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d5ae', endColorstr='#4585c5',GradientType=1 );
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "titilliumweb_semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  .btn-flat:hover {
    background: #41b77a;
    background: -moz-linear-gradient(-45deg, #89d5ae 0%, #4585c5 100%);
    background: -webkit-linear-gradient(-45deg, #89d5ae 0%, #4585c5 100%);
    background: linear-gradient(135deg, #89d5ae 0%, #4585c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d5ae', endColorstr='#4585c5',GradientType=1 ); }

.btn-light {
  color: #fff;
  border: 2px solid #fff;
  background: none; }
  .btn-light:hover {
    background: #fff;
    color: #f71962; }

.btn-primary-light {
  color: #505050;
  border: 2px solid #d2d2d2;
  background: none; }
  .btn-primary-light:hover {
    color: #fff;
    border-color: #f71962;
    background-color: #f71962;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.btn-action {
  color: #fff;
  background-color: #f71962;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }
  .btn-action:hover {
    background-color: #bd0743; }

.btn-block {
  width: 100%;
  display: block; }

.btn-small {
  font-size: 12px;
  padding: 14px 20px; }

.btn-large {
  font-size: 20px;
  padding: 20px 35px; }

button, label, input, textarea, select {
  outline: none; }

form input, form textarea, form select {
  font-family: inherit;
  color: #222;
  background: transparent;
  border: 2px solid #e5e5e5;
  width: 100%;
  height: 48px;
  outline: none;
  font-size: 13px;
  padding: .5em;
  font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  form input.error, form textarea.error, form select.error {
    border-color: #E7514C; }
  form input:focus, form textarea:focus, form select:focus {
    border-color: #ccc; }
form label {
  line-height: 2em; }
form label.error {
  color: #E7514C;
  font-size: 13px;
  margin: -4px 0 0 0;
  padding: 0;
  display: block;
  position: absolute; }
form textarea {
  height: auto;
  padding-top: 15px; }
form .form-control {
  margin-bottom: 3%; }
form select {
  padding: .3em .5em; }

.input-icon {
  position: relative;
  display: block; }
  .input-icon input,
  .input-icon textarea {
    padding-left: 40px; }
  .input-icon.textarea .fa {
    top: 14px; }
  .input-icon .fa {
    position: absolute;
    width: 20px;
    text-align: center;
    left: 15px;
    top: 15px;
    color: #a7a7a7; }

.alert {
  padding: 1em;
  margin: 25px 0;
  background-color: #fcf8e3;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold; }

.alert-success {
  color: #E2FFEE;
  background-color: #27ae60;
  border-color: black; }

.alert-error {
  color: #FFE6E5;
  background-color: #f71962;
  border-color: black; }

@media screen and (max-width: 640px) {
  .input-icon + .input-icon {
    margin-top: 3%;
    margin-bottom: 0; } }
.box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

#sidebar {
  background: #fff;
  text-align: center; }
  #sidebar #newsletter .col {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 15px; }
    #sidebar #newsletter .col.last {
      margin-bottom: 0; }
  #sidebar p {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px; }
  #sidebar .widget {
    background: #fff;
    margin: 30px 25px;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e5e5e5; }
    #sidebar .widget:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  #sidebar .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  #sidebar iframe {
    max-width: 100%; }
  #sidebar .menu li {
    margin-left: 0; }
  #sidebar ul {
    margin: 0;
    padding: 0;
    *zoom: 1; }
    #sidebar ul:before, #sidebar ul:after {
      content: "";
      display: table; }
    #sidebar ul:after {
      clear: both; }
    #sidebar ul li {
      width: 100%;
      list-style: none;
      float: none;
      margin-bottom: 12px; }
      #sidebar ul li:last-child {
        margin-bottom: 0; }
      #sidebar ul li.current-menu-item a {
        text-decoration: underline; }
    #sidebar ul a {
      display: block;
      text-align: left;
      color: #f71962;
      font-family: "raleway_bold", Helvetica, Arial, sans-serif;
      font-weight: normal;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #sidebar ul a:hover {
        color: #d6074b; }
  #sidebar .instagram-list a {
    padding: 0; }
  #sidebar .instagram-list li {
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
    height: auto;
    border: 0;
    background: #f71962;
    border: 2px solid #fff; }
    #sidebar .instagram-list li:hover img {
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      -webkit-opacity: 0.7;
      opacity: 0.7;
      filter: alpha(opacity=70); }
  #sidebar .instagram-list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #sidebar .widget-about h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #f71962;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  #sidebar .widget-about .fa {
    font-size: 20px;
    line-height: 20px;
    margin: 0 3px 20px 3px; }
  #sidebar .widget-about .img-responsive {
    max-width: 200px;
    margin: 0 auto; }
  #sidebar .widget-about p {
    line-height: 25px; }
  #sidebar .widget-about .author {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

#searchform {
  position: relative;
  *zoom: 1; }
  #searchform:before, #searchform:after {
    content: "";
    display: table; }
  #searchform:after {
    clear: both; }
  #searchform input {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    padding-right: 70px;
    text-transform: none; }
  #searchform .btn {
    text-align: center;
    line-height: 16px;
    padding: 15px 25px;
    margin-left: -5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

@font-face {
  font-family: 'raleway_bold';
  src: url("../assets/fonts/raleway-bold-webfont.woff2") format("woff2"), url("../assets/fonts/raleway-bold-webfont.svg#raleway_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway_light';
  src: url("../assets/fonts/raleway-light-webfont.woff2") format("woff2"), url("../assets/fonts/raleway-light-webfont.svg#raleway_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway_regular';
  src: url("../assets/fonts/raleway-regular-webfont.woff2") format("woff2"), url("../assets/fonts/raleway-regular-webfont.svg#raleway_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway_medium';
  src: url("../assets/fonts/raleway-medium-webfont.woff2") format("woff2"), url("../assets/fonts/raleway-medium-webfont.svg#raleway_medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway_semibold';
  src: url("../assets/fonts/raleway-semibold-webfont.woff2") format("woff2"), url("../assets/fonts/raleway-semibold-webfont.svg#raleway_semibold") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

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

html, body {
  height: 100%; }

body {
  background: #fff;
  color: #505050;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  font-family: "raleway_regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

p {
  line-height: 26px;
  margin: 0 0 25px;
  padding: 0; }
  p:last-child {
    margin-bottom: 0; }

strong, b {
  font-family: "raleway_bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

a img {
  border: 0; }

a {
  text-decoration: none;
  color: #505050; }

img, iframe {
  max-width: 100%; }

img {
  height: auto; }

a:hover {
  text-decoration: none; }

small {
  font-size: 0.857em; }

h1, h2, h3, h4, h5, h6 {
  color: #505050;
  padding: 0;
  margin: 0;
  font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

ul {
  margin: 0;
  padding: 0; }

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

.wp-pagenavi {
  text-align: left;
  font-size: 14px;
  padding-bottom: 30px;
  *zoom: 1; }
  .wp-pagenavi:before, .wp-pagenavi:after {
    content: "";
    display: table; }
  .wp-pagenavi:after {
    clear: both; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 3px 10px;
    margin: 2px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {
    border-color: #f71962;
    background-color: #f71962;
    color: #fff !important; }

.img-responsive-mobile {
  display: none; }

@media screen and (max-width: 640px) {
  .section-title {
    font-size: 34px;
    line-height: 40px; }
    .section-title .subtitle {
      font-size: 15px;
      line-height: 22px; }

  .img-responsive-mobile {
    display: block;
    max-width: 100%;
    height: auto; } }
object[type^="application/gas-events-"] {
  display: none; }

.content-left {
  float: left; }

.box-featured {
  background: #f5f5f5;
  padding: 80px 0; }

.page-programs ul,
.page-programs ol {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 15px; }
  .page-programs ul li,
  .page-programs ol li {
    line-height: 1.8em;
    margin-bottom: 12px; }
    .page-programs ul li:before,
    .page-programs ol li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      font-size: 16px;
      content: "\f00c";
      color: #f71962;
      position: relative;
      top: -3px;
      margin-right: 5px; }
.page-programs h3 {
  font-size: 24px;
  line-height: 28px; }
.page-programs .container {
  max-width: 860px; }
.page-programs .bullet-list {
  padding: 80px 0; }
  .page-programs .bullet-list h2, .page-programs .bullet-list h3 {
    margin-bottom: 25px; }

.form-lead {
  *zoom: 1; }
  .form-lead:before, .form-lead:after {
    content: "";
    display: table; }
  .form-lead:after {
    clear: both; }
  .form-lead br {
    display: none; }
  .form-lead form {
    *zoom: 1; }
    .form-lead form:before, .form-lead form:after {
      content: "";
      display: table; }
    .form-lead form:after {
      clear: both; }
    .form-lead form .btn {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .form-lead form input {
      border: 0;
      background: #f0f0f0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }

.testimonials-list {
  background: #f5f5f5;
  padding: 80px 0;
  margin-bottom: 60px; }
  .testimonials-list .testimonials-item {
    text-align: center;
    padding: 5% 0; }
    .testimonials-list .testimonials-item .thumb {
      display: inline-block;
      margin-bottom: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .testimonials-list .testimonials-item .title {
      margin-bottom: 5px; }

.modules-list {
  margin-bottom: 30px; }
  .modules-list .module-item {
    text-align: center;
    padding: 80px 0;
    background: #f5f5f5; }
    .modules-list .module-item:nth-child(odd) {
      background: #fff; }
    .modules-list .module-item .module-title {
      text-transform: uppercase;
      color: #222;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: "raleway_bold", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .modules-list .module-item .title {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 10px; }
    .modules-list .module-item p {
      margin: 0; }

.content-right {
  float: right; }

.page-courses .container {
  max-width: 1200px; }
.page-courses .modules-list .module-item {
  background: #fff;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .page-courses .modules-list .module-item .img-responsive {
      margin-bottom: 20px; } }
  .page-courses .modules-list .module-item .title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px; }
  .page-courses .modules-list .module-item:nth-child(odd) {
    background: #f5f5f5; }

.page-section {
  padding: 70px 0; }
  @media screen and (max-width: 640px) {
    .page-section {
      padding: 30px 0; } }

.page-container {
  margin-bottom: 60px; }
  .page-container .content-text {
    max-width: 980px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto; }
  .page-container .header-push {
    width: 100%;
    height: 54px;
    display: block; }

.page-resume {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-family: "titilliumweb_light", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .page-resume:after {
    width: 50px;
    height: 5px;
    margin: 20px auto 0 auto;
    background: #07fd77;
    display: block;
    content: ' '; }

.section-title {
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 70px;
  color: #505050;
  display: block;
  text-align: center;
  font-family: "raleway_regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 640px) {
    .section-title {
      margin-bottom: 30px; } }
  .section-title .subtitle {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .section-title .subtitle:before {
      width: 60px;
      height: 5px;
      margin: 10px auto;
      background: #f71962;
      display: block;
      content: ' ';
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.page-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "raleway_bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .page-title p {
    display: none; }
  .page-title .subtitle {
    display: block;
    font-size: 20px;
    line-height: 20px; }
    .page-title .subtitle:before {
      width: 60px;
      height: 5px;
      margin: 10px auto;
      background: #f71962;
      display: block;
      content: ' ';
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.page-header {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-header .container {
    width: 100%;
    max-width: 860px;
    display: table; }
  .page-header .text {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    display: table-cell;
    height: 350px;
    vertical-align: middle; }

.core-list {
  text-align: center;
  list-style: none; }
  .core-list .fa {
    font-size: 46px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    border: 1px solid #f71962;
    color: #f71962;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .core-list .core-title {
    font-size: 22px;
    line-height: 28px;
    margin: 0.5em 0;
    text-transform: uppercase; }

@media screen and (max-height: 700px) {
  .page-header .text {
    height: 300px; } }
@media screen and (max-width: 1040px) {
  .page-title .legend {
    font-size: 34px;
    line-height: 38px; }

  .page-header {
    margin-bottom: 40px; } }
@media screen and (max-width: 640px) {
  .page-header {
    margin-bottom: 30px; }
    .page-header .text {
      padding: 0 2%;
      height: 250px; }

  .page-container {
    margin-bottom: 40px; }
    .page-container .content-text {
      margin-bottom: 30px; }

  .page-resume {
    font-size: 28px;
    line-height: 28px; }

  .page-title {
    font-size: 32px;
    line-height: 32px; }

  .section-title {
    font-size: 1.3em;
    line-height: 32px; }

  .page-title .legend {
    font-size: 22px;
    line-height: 28px; } }
#welcome {
  z-index: 2;
  width: 100%;
  height: calc(100% - 145px);
  min-height: 400px;
  position: relative;
  background: #fff;
  display: block;
  overflow: hidden; }
  #welcome video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity; }
  #welcome .stopfade {
    opacity: .5; }
  #welcome .header-push {
    display: none; }
    @media screen and (max-width: 640px) {
      #welcome .header-push {
        display: block; } }
  @media screen and (max-width: 640px) {
    #welcome {
      max-height: 600px; } }
  #welcome .slide {
    position: absolute;
    z-index: 1 !important;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #welcome .title {
    font-size: 50px;
    line-height: 52px;
    line-height: 1;
    margin-bottom: 0;
    color: #f71962;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    @media screen and (max-width: 640px) {
      #welcome .title {
        font-size: 32px;
        line-height: 34px; } }
  #welcome .subtitle {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-transform: none;
    display: block;
    margin-bottom: 20px;
    font-family: "raleway_regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    @media screen and (max-width: 640px) {
      #welcome .subtitle {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px; } }
  #welcome .text {
    width: 100%;
    display: table;
    min-height: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: relative; }
    #welcome .text .text-content {
      display: table-cell;
      vertical-align: middle;
      padding: 0 5%; }
  #welcome .input {
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
    #welcome .input:focus {
      background: rgba(255, 255, 255, 0.1); }
  #welcome .input-icon .fa {
    color: #fff; }
  #welcome ::-webkit-input-placeholder {
    color: #fff; }
  #welcome ::-moz-placeholder {
    color: #fff; }
  #welcome :-ms-input-placeholder {
    color: #fff; }
  #welcome :-moz-placeholder {
    color: #fff; }

#home-captura {
  background: #f3f3f3;
  position: relative;
  z-index: 3; }
  #home-captura .container {
    position: relative;
    padding: 40px 0; }
    @media screen and (max-width: 1040px) {
      #home-captura .container {
        padding: 20px 0; } }
    @media screen and (max-width: 640px) {
      #home-captura .container {
        padding-bottom: 20px; } }
  #home-captura p {
    line-height: 23px; }
  #home-captura .title {
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  #home-captura .thumb {
    max-width: 160px;
    width: 12.69%;
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 640px) {
      #home-captura .thumb {
        width: 100%;
        margin: 0 auto 20px auto;
        position: static; } }
  #home-captura .text {
    width: 87%;
    float: right;
    padding-left: 125px; }
    @media screen and (max-width: 1040px) {
      #home-captura .text {
        padding-left: 25px; } }
    @media screen and (max-width: 640px) {
      #home-captura .text {
        width: 100%;
        padding: 0 0 60px 0;
        float: none;
        text-align: center; } }
  #home-captura .btn {
    display: inline-block;
    float: right;
    margin-left: 60px; }
    @media screen and (max-width: 640px) {
      #home-captura .btn {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        position: absolute;
        bottom: 20px;
        left: 0; } }

#newsletter,
.form-lead {
  width: 100%;
  max-width: 760px;
  margin: 0 auto; }
  #newsletter input,
  .form-lead input {
    color: #555; }
  #newsletter .col,
  .form-lead .col {
    width: 35%;
    margin: 0;
    padding: 0 15px; }
    @media screen and (max-width: 640px) {
      #newsletter .col,
      .form-lead .col {
        width: 100%;
        margin-bottom: 5%; } }
  #newsletter .col.last,
  .form-lead .col.last {
    width: 30%; }
    @media screen and (max-width: 640px) {
      #newsletter .col.last,
      .form-lead .col.last {
        width: 100%; } }

#home-programs .text {
  width: 80%;
  margin: -96px auto 0 auto;
  background: #fff;
  z-index: 1;
  position: relative;
  text-align: center; }
#home-programs img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
#home-programs .col:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
#home-programs .img-wrapper {
  overflow: hidden; }
#home-programs .title {
  padding-top: 10%;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #f71962;
  font-family: "raleway_bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }
#home-programs p {
  display: block;
  padding: 0 10% 10% 10%;
  margin: 0; }
#home-programs .btn {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#home-blog {
  background: #f3f3f3; }
  #home-blog .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #505050;
    min-height: 48px;
    display: block;
    font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    #home-blog .title a {
      color: inherit;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #home-blog .title a:hover {
        color: #f71962; }
  #home-blog img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #home-blog .col:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  #home-blog .img-wrapper {
    overflow: hidden; }
  #home-blog .box {
    background: #fff; }
  #home-blog .text {
    padding: 30px; }

#home-videos .title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 30px;
  font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
  font-weight: normal; }
#home-videos img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
#home-videos .col:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
#home-videos .img-wrapper {
  overflow: hidden; }

#home-about .title {
  font-size: 50px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #f71962; }
#home-about .resume {
  display: none; }
#home-about p {
  line-height: 32px;
  margin-bottom: 30px; }
#home-about .btn {
  padding-left: 50px;
  padding-right: 50px; }

.about-item {
  width: 100%;
  display: table; }
  .about-item .img-responsive-mobile {
    margin-bottom: 30px; }
  .about-item .title {
    font-size: 48px;
    line-height: 48px;
    color: #f71962;
    margin-bottom: 40px;
    text-transform: lowercase;
    font-family: "titilliumweb_regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .about-item .text {
    padding: 0 77px; }
  .about-item p {
    line-height: 26px;
    margin: 0; }
  .about-item .about-item-row {
    display: table-row; }
  .about-item .about-item-content {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }

@media screen and (max-width: 1040px) {
  .about-item {
    margin: 40px 0; }
    .about-item .title {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 20px; }
    .about-item .about-item-content {
      width: 70%; }
      .about-item .about-item-content.thumb {
        width: 30%; }
      .about-item .about-item-content.text {
        padding: 0 30px; } }
@media screen and (max-width: 640px) {
  .about-item {
    margin: 20px 0; }
    .about-item .about-item-content {
      width: 100%; }
      .about-item .about-item-content.thumb {
        display: none; }
      .about-item .about-item-content.text {
        padding: 0; } }
#contact-form {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px; }
  #contact-form h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #f71962;
    text-transform: uppercase; }
  #contact-form p {
    font-size: 25px;
    line-height: 25px;
    color: #747474;
    display: block;
    text-align: center;
    margin-bottom: 60px;
    font-family: "raleway_regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  #contact-form input, #contact-form textarea {
    background: #f2f2f2; }
  #contact-form input {
    height: 60px; }
  #contact-form .input-icon .fa {
    color: #f71962;
    top: 21px; }
  #contact-form .input-icon-text .fa {
    top: 15px; }
  #contact-form .btn {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto; }

#blog {
  background: #f3f3f3;
  padding-bottom: 60px; }
  #blog .box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.wp-pagenavi {
  text-align: left;
  font-size: 0.9em;
  padding-bottom: 30px;
  *zoom: 1; }
  .wp-pagenavi:before, .wp-pagenavi:after {
    content: "";
    display: table; }
  .wp-pagenavi:after {
    clear: both; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 5px 15px;
    margin: 2px;
    background: #fff; }
  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {
    background-color: #f71962;
    color: #fff !important; }

.social-link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  color: #f71962;
  border: 1px solid #f71962;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .social-link:hover {
    background-color: #f71962;
    border-color: #f71962;
    color: #fff; }
  .social-link .icon-instagram {
    padding-left: 2px; }

.social-bar .btn {
  color: #fff;
  min-width: 80px;
  text-align: center;
  margin-right: 5px;
  text-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  .social-bar .btn:last-child {
    margin-right: 0; }
  .social-bar .btn:hover {
    color: #fff; }
.social-bar .btn-facebook {
  background-color: #3b5998; }
  .social-bar .btn-facebook:hover {
    background-color: #263961; }
.social-bar .btn-twitter {
  background-color: #1da1f2; }
  .social-bar .btn-twitter:hover {
    background-color: #0b76b8; }
.social-bar .btn-google {
  background-color: #db4437; }
  .social-bar .btn-google:hover {
    background-color: #a7291e; }
.social-bar .btn-whatsapp {
  background-color: #3eca4e; }
  .social-bar .btn-whatsapp:hover {
    background-color: #289335; }

.post {
  margin: 0 0 30px 0;
  overflow: hidden;
  background-color: #FFF; }
  .post .article-text {
    padding: 30px;
    font-size: 18px; }
    .post .article-text p {
      line-height: 30px;
      margin-bottom: 20px; }
  .post .btn-more {
    margin-top: 30px; }
  .post .post-text img, .post .post-text iframe {
    max-width: 100%; }
  .post .post-text p {
    margin-bottom: 30px; }
  .post .post-text img {
    height: auto; }
  .post .post-text h2,
  .post .post-text h3,
  .post .post-text h4,
  .post .post-text h5 {
    margin: 0 0 15px 0;
    font-family: "raleway_bold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .post .post-text ul,
  .post .post-text ol {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 15px; }
    .post .post-text ul li,
    .post .post-text ol li {
      line-height: 1.8em;
      margin-bottom: 12px; }
      .post .post-text ul li:before,
      .post .post-text ol li:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        font-size: 9px;
        content: "\f111";
        color: #f71962;
        position: relative;
        top: -3px;
        margin-right: 5px; }

.post-media {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .post-media:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .post-media img {
    width: 100%;
    height: auto; }
  .post-media img,
  .post-media a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block; }

.post-title {
  color: #505050;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .post-title a {
    color: inherit;
    font-family: "raleway_semibold", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .post-title a:hover {
      color: #f71962; }

.post-meta {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: -3px;
  margin-top: -10px; }
  .post-meta a {
    color: #909090;
    margin-right: 10px;
    font-family: "raleway_regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
    .post-meta a:hover {
      color: #555; }
  .post-meta ul {
    list-style: none;
    display: inline-block; }
    .post-meta ul li {
      display: inline; }
  .post-meta .divider {
    display: inline-block;
    margin: 0 10px; }

.related-posts {
  padding: 30px;
  margin-bottom: 50px; }
  .related-posts .yarpp-related {
    margin: 0;
    padding: 0; }
    .related-posts .yarpp-related ul {
      list-style: none; }
    .related-posts .yarpp-related a {
      display: block;
      font-size: 15px;
      line-height: 18px;
      font-family: "raleway_bold", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .related-posts .yarpp-related .img-responsive {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
  .related-posts .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px; }

@media screen and (max-width: 640px) {
  .post {
    margin-right: -5%;
    margin-left: -5%; }

  .related-posts .yarpp-related {
    margin: 0;
    padding: 0; }
    .related-posts .yarpp-related li {
      margin-top: 10%; }
      .related-posts .yarpp-related li:first-child {
        margin-top: 0; } }

/*# sourceMappingURL=main.css.map */
