@charset "UTF-8";
/* NAV COLOR */
/*GLOBAL COLORS COLORS COLORS*/
/*
$theme-color:#ec407a;
$theme-color2:#e91e63; 
*/
/* BACKGROUNDS */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,600");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
.clear:after, .clear:before {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

/*! 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: "“" "”" "‘" "’";
}

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

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font: 300 16px/1.5 "Roboto", sans-serif;
  background: #f9f9f9;
  color: #666;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

h1, h2, h3, h4 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  margin: 0 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
h1 .bold, h2 .bold, h3 .bold, h4 .bold {
  font-weight: 600;
}
@media all and (max-width: 640px) {
  h1, h2, h3, h4 {
    text-align: center;
  }
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1em;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.sub-title {
  margin: 0 auto 20px auto;
  text-align: center;
  font: 600 16px/1.5 "Nunito Sans", sans-serif;
  color: #ccc;
  text-transform: uppercase;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }
}
/*DIVIDER*/
.divider-bar {
  width: 60px;
  height: 3px;
  background: #bc898a;
  display: block;
  margin: 10% auto 10% auto;
}

/*HEADING BARS*/
.midbar {
  width: 10%;
  height: 3px;
  background: #bc898a;
  display: block;
  margin: 10px auto 20px auto;
}

.leftbar {
  width: 5%;
  height: 3px;
  background: #bc898a;
  display: block;
  margin: 10px 0 20px 0;
}
@media all and (max-width: 640px) {
  .leftbar {
    margin: 10px auto 20px auto;
  }
}

.rightbar {
  width: 5%;
  height: 3px;
  background: #bc898a;
  display: block;
  margin-right: 10px 0 20px auto;
  float: right;
}

.fullbar {
  width: 100%;
  height: 3px;
  background: #bc898a;
  display: block;
  margin: 10px 0 20px 0;
  clear: both;
}

.zigzag {
  background: url(../img/zigzag@3x.png) repeat;
  background-size: 10px 20px;
  height: 13px;
  width: 50px;
  margin: 10px auto 10px auto;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

.max-width480 {
  max-width: 480px;
  margin: 0 auto;
}

.max-width640 {
  max-width: 640px;
  margin: 0 auto;
}

.max-width768 {
  max-width: 768px;
  margin: 0 auto;
}

.max-width960 {
  max-width: 960px;
  margin: 0 auto;
}

nobr {
  white-spacing: no-wrap;
}

.text-emphasize {
  color: #bc898a;
}

.text-xlg {
  font-size: 3em;
  font-weight: 100;
}

.text-lg {
  font-size: 2em;
  font-weight: 100;
}

.text-md {
  font-size: 1.5em;
  font-weight: 100;
}

.text-sm {
  font-size: 1em;
  font-weight: 100;
}

.text-xsm {
  font-size: 0.625em;
  font-weight: 100;
}

@media screen and (max-width: 640px) {
  .text-xlg {
    font-size: 3em;
  }

  .text-lg {
    font-size: 2em;
  }

  .text-md {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .text-xlg {
    font-size: 2em;
  }

  .text-lg {
    font-size: 1.5em;
  }

  .text-md {
    font-size: 1.25em;
  }
}
a {
  outline: none !important;
  color: #bc898a;
  text-decoration: none;
}

a:hover {
  color: #ca998e;
}

.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}

.text-box {
  padding: 3% 4%;
  background: #f6f6f6;
  border: 1px solid #eee;
  font-size: 1.6em;
}

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

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

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

/**************************BACKGROUNDS**************************/
/*BACKGROUND LIGHT*/
.bg1 {
  background: #ffffff;
}

.bg2 {
  background: #f9f9f9;
}

.bg3 {
  background: #f1f1f1;
}

/*BACKGROUND TRANSPARENTS*/
.bg4 {
  background: url("../img/bg-black-trans50.png");
}

.bg5 {
  background: url("../img/bg-black-trans70.png");
}

.bg6 {
  background: url("../img/bg-black-trans90.png");
}

/*BACKGROUND DARK*/
.bg7 {
  background: #222222;
}

.bg8 {
  background: #111111;
}

.bg9 {
  background: #0e0e0e;
}

/*BACKGROUND COLORS*/
.bg-green {
  background: #76bb1c;
}

.bg-blue {
  background: #006699;
}

.bg-babyblue {
  background: #0cb4ce;
}

.bg-teal {
  background: #2ab5b5;
}

.bg-peach {
  background: #ffa495;
}

.bg-pink {
  background: #f51378;
}

.bg-maroon {
  background: #980f61;
}

.bg-blueblack {
  background: #0b0c10;
}

/*BACKGROUND PATTERNS*/
.bg-chevron-teal {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAANUlEQVQYlWNgQANaW7f+19q69T+6OFZFeBWjK8KqGJsEhhg+q1DkCDkeRSFeH0IVE1JDQwAARbpNO3Uu26gAAAAASUVORK5CYII=) repeat;
}

.bg-diamond {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYlWNgoAm4e/fuf6LlsCnGaQCyBD5baACIspoozxATPACR6ysJPGvY0wAAAABJRU5ErkJggg==) repeat #fff;
}

.bg-diagonal-dark {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARElEQVQYlY3QsQ3AMAwDQa3w5e8/KFMECWBEjlWw4jVkqVEDfPJ0amqC1NQEtbBDwAp3aIF/6IUnBNyrT6iFuxdqgtRc9xR8OePv3DUAAAAASUVORK5CYII=) repeat;
}

.bg-diagonal-dark2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAO0lEQVQYlY3QsQ0AIAzEQM/y++8IDQK9EpIU7q4ywJIUArwRymCGJDn8IYMVurBDx/QohcWFEXqw+7kBM593iccAMmAAAAAASUVORK5CYII=) repeat;
}

.bg-diagonal-hash {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAG0lEQVQYlWNgIALcvXv3Px0VUQ8MWYczMDAAAFhcFYU6hmS7AAAAAElFTkSuQmCC) repeat #fff;
}

.bg-diagonal-line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQYlWO4e/fufwZiwahi+ikGALhsI936fJqAAAAAAElFTkSuQmCC) repeat #fff;
}

.bg-diagonal-line2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQYlWO4e/fufwZiwahi+ikGALhsI936fJqAAAAAAElFTkSuQmCC) repeat #eee;
}

.bg-diagonal-line3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFUlEQVQImWNggIK7d+/+x8FgYGAAANFVCsPOT6KgAAAAAElFTkSuQmCC) repeat #fff;
}

.bg-diagonal-brick {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANnzpz5z4gsBhIwMTFhhAvCBECKwIIwAbhKZBUwBQBQbhrMhv/xxQAAAABJRU5ErkJggg==) repeat #ffffff;
}

.bg-diagonal-dash {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFklEQVQImWM4c+bMfwZ0QLwgAwMDAwDDjgoqMOZfdgAAAABJRU5ErkJggg==) repeat #ffffff;
}

.bg-diagonal-dash2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARUlEQVQYlY3QsQ3AMAwDwV+B5e8/qFLZgOEkUsGKBxZELbWSXAFYPROkFiMEXPANJTkXv9AB/9CGHVqmRUlqhPaPHVLrAYeUZ5kW4wgkAAAAAElFTkSuQmCC);
}

.bg-diagonal-pink {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYlY3QsREAIAgDwDQsxjpOxLSxUjkFoUjDfZGAIcoVwkgY/W0FHbRhhYYo0UEbVoiw0/GHSuhrpfDuHsJo4AOzL0yK37sd9h3IewAAAABJRU5ErkJggg==) repeat;
}

.bg-dots-pink {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAIElEQVQImWPIZnX6jw0zIHP+M8zELoFTB4oEsnaidAAAREI+sWJ/OocAAAAASUVORK5CYII=) repeat;
}

.bg-dots {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2M8c+bMfxMTE0YGKIAzMARgKjFUAABgFQgFXMJ+agAAAABJRU5ErkJggg==) repeat #ffffff;
}

.bg-dots2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFklEQVQImWMQFBT8b2xsDMcMyBziBAA2BRkb4I8l6wAAAABJRU5ErkJggg==);
}

.bg-dots3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFklEQVQImWNgYGD4r6SkBMcMyBziBADH/hXrO0iuhwAAAABJRU5ErkJggg==);
}

/**************************SPACERS**************************/
.spacer10 {
  height: 10px;
}

.spacer50 {
  height: 50px;
}

.spacer100 {
  height: 100px;
}

/**************************PADDING**************************/
.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.padding25 {
  padding: 25px;
}

.padding30 {
  padding: 30px;
}

.ptop5 {
  padding-top: 5px;
}

.ptop10 {
  padding-top: 10px;
}

.ptop15 {
  padding-top: 15px;
}

.ptop20 {
  padding-top: 20px;
}

.ptop25 {
  padding-top: 25px;
}

.ptop30 {
  padding-top: 30px;
}

.pright5 {
  padding-right: 5px;
}

.pright10 {
  padding-right: 10px;
}

.pright15 {
  padding-right: 15px;
}

.pright20 {
  padding-right: 20px;
}

.pright25 {
  padding-right: 25px;
}

.pright30 {
  padding-right: 30px;
}

.pbottom5 {
  padding-bottom: 5px;
}

.pbottom10 {
  padding-bottom: 10px;
}

.pbottom15 {
  padding-bottom: 15px;
}

.pbottom20 {
  padding-bottom: 20px;
}

.pbottom25 {
  padding-bottom: 25px;
}

.pbottom30 {
  padding-bottom: 30px;
}

.pleft5 {
  padding-left: 5px;
}

.pleft10 {
  padding-left: 10px;
}

.pleft15 {
  padding-left: 15px;
}

.pleft20 {
  padding-left: 20px;
}

.pleft25 {
  padding-left: 25px;
}

.pleft30 {
  padding-left: 30px;
}

/**************************MARGINS**************************/
.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 10px;
}

.margin15 {
  margin: 15px;
}

.margin20 {
  margin: 20px;
}

.margin25 {
  margin: 25px;
}

.margin30 {
  margin: 30px;
}

.mtop5 {
  margin-top: 5px;
}

.mtop10 {
  margin-top: 10px;
}

.mtop15 {
  margin-top: 15px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

.mtop30 {
  margin-top: 30px;
}

.mright5 {
  margin-right: 5px;
}

.mright10 {
  margin-right: 10px;
}

.mright15 {
  margin-right: 15px;
}

.mright20 {
  margin-right: 20px;
}

.mright25 {
  margin-right: 25px;
}

.mright30 {
  margin-right: 30px;
}

.mbottom5 {
  margin-bottom: 5px;
}

.mbottom10 {
  margin-bottom: 10px;
}

.mbottom15 {
  margin-bottom: 15px;
}

.mbottom20 {
  margin-bottom: 20px;
}

.mbottom25 {
  margin-bottom: 25px;
}

.mbottom30 {
  margin-bottom: 30px;
}

.mleft5 {
  margin-left: 5px;
}

.mleft10 {
  margin-left: 10px;
}

.mleft15 {
  margin-left: 15px;
}

.mleft20 {
  margin-left: 20px;
}

.mleft25 {
  margin-left: 25px;
}

.mleft30 {
  margin-left: 30px;
}

.grid {
  padding-right: -3%;
}

.column {
  width: 100%;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.column a {
  text-decoration: none;
}
.column .inner {
  margin: 3%;
  height: auto;
  overflow: hidden;
}
.column .inner img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .thumb-hover {
    background: url("../img/bg-black-trans90.png");
    width: 94%;
    height: 94%;
    position: absolute;
    bottom: 3%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    vertical-align: middle;
  }

  .thumb-hover .info {
    margin: 40% auto;
  }

  .item-wrap:hover .thumb-hover {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .item-wrap:hover .info .fa-heart-o {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .item-wrap:hover .info .fa-comment-o {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
  }

  .thumb-hover .info .fa-heart-o {
    margin: 10px;
    transform: translateY(50px);
    color: #fff;
    text-align: center;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
  }

  .thumb-hover .info .fa-comment-o {
    margin: 10px;
    transform: translateY(20px);
    color: #fff;
    text-align: center;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 769px) {
  .thumb-hover {
    display: none;
  }
}
.item-wrap:hover img {
  transform: scale(1.1);
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  overflow: hidden;
}

/** COLUMNS **/
.one-half {
  width: 50%;
}

.one-third {
  width: 33.333333%;
  position: relative;
  float: left;
}

.two-third {
  width: 66.666666%;
}

.one-fourth {
  width: 25%;
}

.three-fourth {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifth {
  width: 40%;
}

.three-fifth {
  width: 60%;
}

.four-fifth {
  width: 80%;
}

.one-sixth {
  width: 16.666666%;
}

.five-sixth {
  width: 83.333333%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth,
.two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
  position: relative;
  float: left;
}

@media screen and (max-width: 960px) {
  .one-third {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .one-third {
    width: 100%;
  }
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 81px;
  width: 100%;
  margin: 0 auto;
  z-index: 20000;
  background: #090909;
  border: 1px solid #090909;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*box-shadow: 0 16px 40px rgba(0,0,0,0.05);*/
}
@media screen and (max-width: 640px) {
  header {
    left: 0;
    width: 100%;
  }
}
header .header-inner {
  max-width: 1366px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

/*header::after{
	background:$bg-diagonal-line3;
	height:10px;
	width:100%;
    content: "";
	display:block;
}*/
#hairfolio-page header,
#about-page header,
#pricing-page header,
#contact-page header,
.header-light {
  background: #fff;
  border: 1px solid #f1f1f1;
}
#hairfolio-page header .logo,
#about-page header .logo,
#pricing-page header .logo,
#contact-page header .logo,
.header-light .logo {
  background-image: url(../img/logo@3x.png);
  background-image: url(../img/logo.svg);
}

.logo {
  width: 148px;
  height: 20px;
  background-size: 148px 20px;
  background-image: url(../img/logo-white@3x.png);
  background-image: url(../img/logo-white.svg);
  position: absolute;
  margin-top: 30px;
  margin-left: 20px;
}

/* This hides the header when you scroll down */
@media only screen and (max-height: 700px) {
  .nav-up {
    top: -80px;
    /* same as header height*/
  }
}
/*! responsive-nav.js 1.0.34 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* keeps nav from disappearing when resized quickly*/
.nav-collapse.opened {
  max-height: 9999px;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-toggle {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0;
  line-height: 86px;
}

.nav-toggle:focus {
  outline: 0;
}

.nav-toggle:before {
  height: 100%;
  position: absolute;
  content: url(../img/icon-hamburger.png);
  content: url(../img/icon-hamburger.svg), none;
  width: 80px;
  text-align: center;
  padding-top: 2px;
}

.nav-toggle.active::before {
  content: url(../img/icon-close.png);
  content: url(../img/icon-close.svg), none;
}

#hairfolio-page .nav-toggle:focus,
#about-page .nav-toggle:focus,
#pricing-page .nav-toggle:focus,
#contact-page .nav-toggle:focus,
.header-light .nav-toggle:focus {
  outline: 0;
}
#hairfolio-page .nav-toggle:before,
#about-page .nav-toggle:before,
#pricing-page .nav-toggle:before,
#contact-page .nav-toggle:before,
.header-light .nav-toggle:before {
  content: url(../img/icon-hamburger-black.png);
  content: url(../img/icon-hamburger-black.svg), none;
}
#hairfolio-page .nav-toggle.active::before,
#about-page .nav-toggle.active::before,
#pricing-page .nav-toggle.active::before,
#contact-page .nav-toggle.active::before,
.header-light .nav-toggle.active::before {
  content: url(../img/icon-close-black.png);
  content: url(../img/icon-close-black.svg), none;
}
#hairfolio-page .nav-collapse a,
#about-page .nav-collapse a,
#pricing-page .nav-collapse a,
#contact-page .nav-collapse a,
.header-light .nav-collapse a {
  color: #999;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font: 600 14px/1.5 "Nunito Sans", sans-serif;
}

.nav-collapse a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 10px;
  line-height: 80px;
  float: left;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-collapse a:hover {
  color: #bc898a;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .nav-collapse {
    width: auto;
    float: right;
  }

  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }

  .nav-collapse li {
    width: 110px;
    display: block;
  }

  .nav-collapse a {
    color: #999;
    padding: 0;
    height: 90px;
  }

  .nav-collapse a:hover {
    color: #bc898a;
  }

  .nav-collapse a.current {
    background: #bc898a;
    color: #fff;
    height: 80px;
  }

  li.follow {
    width: 65px;
  }

  .follow {
    font-size: 1.5em;
  }
  .follow a {
    line-height: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .follow a:hover {
    color: #bc898a;
  }

  #home-page .nav-collapse a[data-number="1"],
#hairfolio-page .nav-collapse a[data-number="2"],
#about-page .nav-collapse a[data-number="3"],
#pricing-page .nav-collapse a[data-number="4"],
#contact-page .nav-collapse a[data-number="5"] {
    background: #bc898a;
    color: #fff;
    height: 80px;
  }
}
@media screen and (max-width: 959px) {
  .nav-collapse a {
    color: #fff !important;
    font-size: 1.75em;
    line-height: 2em;
    width: auto;
    height: 60px;
    padding: 0 20px 0 40px;
    margin: auto;
  }

  #home-page .nav-collapse a[data-number="1"],
#hairfolio-page .nav-collapse a[data-number="2"],
#about-page .nav-collapse a[data-number="3"],
#pricing-page .nav-collapse a[data-number="4"],
#contact-page .nav-collapse a[data-number="5"],
.nav-collapse a:hover {
    color: #bc898a !important;
  }

  .nav-collapse li.follow {
    width: 80px;
  }

  .closed ul {
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .closed .nav-overlay {
    z-index: -1;
    position: fixed;
    height: 0;
    width: 100%;
    background: url("../img/bg-black-trans97.png");
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .opened ul {
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .opened .nav-overlay {
    z-index: -1;
    position: fixed;
    height: 100%;
    width: 100%;
    background: url("../img/bg-black-trans97.png");
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 400px) {
  .nav-collapse .scroll-link a {
    font-size: 1.5em;
  }
}
.main {
  margin-top: 80px;
  min-width: 300px;
  padding: 0 0 200px 0;
}

.line-through {
  text-decoration: line-through;
  color: #bc898a;
}

#cushion {
  height: 80px;
}

/*This offsets the fixed header*/
/*
.section:before { 
  display: block; 
  content: " "; 
  height: 70px;      
  margin-top: -70px;   
  visibility: hidden; 
}*/
.section-hero {
  background: #000 url("/assets/img/hero-2022.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 550px;
  width: 100%;
}

/*
.section-hero img{
	width:auto;
	height:auto;
	max-width:100%;
	margin: 0 auto;
}*/
.section-header {
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 5% 0 0 0;
}

.section-header-inner {
  min-height: 150px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: 80% 50%;
}
.section-header-inner h1 {
  margin-top: 40px;
}
.section-header-inner h2 {
  margin-top: 60px;
}

/*
.section:after{
	background:$bg-divider;
	height:2px;
	width:100%;
    content: "";
	display:block;
}
*/
.section {
  margin: 0 auto;
}
.section .section-inner {
  padding: 30px 5% 3% 5%;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}

.sub-section {
  margin: 0 auto;
}
.sub-section .section-inner {
  padding: 5% 0;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1460px) {
  .sub-section .section-inner {
    padding: 3% 5%;
  }
}
@media screen and (max-width: 768px) {
  .sub-section .section-inner {
    padding: 5% 20px;
  }
}
@media screen and (max-width: 480px) {
  .sub-section .section-inner {
    padding: 10% 15px;
  }
}

.full-height {
  min-height: 100vh;
}

.half-section {
  width: 50%;
  position: relative;
  float: left;
  clear: right;
  text-align: center;
}
.half-section h3 {
  text-align: center;
  margin: 0;
}
.half-section h4 {
  text-align: center;
  margin: 0;
}
.half-section .btn {
  float: left;
}
.half-section .inner-left {
  padding: 10% 5%;
  max-width: 700px;
  width: 100%;
  float: right;
}
.half-section .inner-right {
  padding: 10% 5%;
  max-width: 700px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 640px) {
  .half-section h3, .half-section p {
    text-align: center;
  }
  .half-section .btn {
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .half-section {
    width: 100%;
    padding: 0;
    float: left;
  }

  .half-section .inner-left,
.half-section .inner-right {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 5% 40px;
  }
}
@media screen and (max-width: 480px) {
  .half-section .inner-left,
.half-section .inner-right {
    padding: 10% 20px;
  }
}
/*Animate Section*/
.come-in {
  transform: translateY(30px);
  animation: come-in 0.5s ease forwards;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.come-in:nth-child(odd) {
  animation-duration: 1s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  color: #666;
  background: #121212;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .footer {
    left: 0;
    width: 100%;
  }
}
.footer ul {
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: center;
}
.footer ul a {
  color: #666;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer ul a:hover {
  color: #ca998e;
}
.footer li {
  list-style: none;
  display: inline-block;
  font-size: 2em;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.footer .footer-inner {
  width: 100%;
  padding: 2% 20px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2em;
  font-size: 0.75em;
}
@media screen and (max-width: 640px) {
  .footer .footer-inner {
    padding: 10% 20px;
  }
}
.footer .footer-inner .copyright {
  text-transform: uppercase;
}

.btn {
  position: relative;
  display: block;
  background: #dddddd;
  border: 1px solid #dddddd;
  color: #FFF;
  font: 400 1em/2em "Roboto", sans-serif;
  outline: 0;
  text-align: center;
  text-decoration: none;
  width: 220px;
  margin: 0 auto;
  padding: 14px 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.btn:before {
  content: attr(data-text);
  position: absolute;
  top: -2.75em;
}

.btn:hover {
  /*background: $gray4;*/
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 60px 0 0 #ca998e;
}

.btn-round {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/*button sizes*/
.btn-smaller {
  width: 150px;
  padding: 8px 0;
  height: 3.25em;
  /*&:hover{ line-height: 8.825em; }*/
}

.btn-small {
  width: 180px;
  padding: 9px 0;
  height: 3.5em;
  /*&:hover{ line-height: 9.0em; }*/
}

.btn-medium {
  width: 220px;
  padding: 12px 0;
  height: 3.75em;
}
.btn-medium:hover {
  line-height: 9.125em;
}

.btn-large {
  width: 280px;
  padding: 14px 0;
  height: 3.825em;
  /*&:hover{ line-height: 9.25em; }*/
}
@media screen and (max-width: 640px) {
  .btn-large {
    width: 220px;
  }
}

/*default buttons*/
.btn-theme {
  background: #bc898a;
  border: #bc898a;
}

.btn-theme:hover {
  /*background: $theme-color2; */
  border: #ca998e;
}

.btn-disable {
  background: #dddddd;
  border: 1px solid #dddddd;
  color: #fff;
  text-decoration: line-through;
}

.btn-disable:hover {
  background: #dddddd;
  text-decoration: line-through;
  cursor: default;
}

.btn-green {
  background: #76bb1c;
  border: #76bb1c;
}

.btn-green:hover {
  background: #7cd608;
  border: #7cd608;
}

.btn-blue {
  background: #006699;
  border: #006699;
}

.btn-blue:hover {
  background: #003366;
  border: #003366;
}

.btn-teal {
  background: #2ab5b5;
  border: #2ab5b5;
}

.btn-teal:hover {
  background: #339999;
  border: #339999;
}

.btn-peach {
  background: #ffa495;
  border: #ffa495;
}

.btn-peach:hover {
  background: #feb4a8;
  border: #feb4a8;
}

.btn-pink {
  background: #f51378;
  border: #f51378;
}

.btn-pink:hover {
  background: #fa318b;
  border: #fa318b;
}

.btn-maroon {
  background: #980f61;
  border: #980f61;
}

.btn-maroon:hover {
  background: #b60c72;
  border: #b60c72;
}

.btn-white {
  background: #fff;
  border: #fff;
  color: #000;
}

.btn-white:hover {
  background: #f1f1f1;
  border: #f1f1f1;
}

.btn-black {
  background: #000;
  border: #000;
}

.btn-black:hover {
  background: #111;
  border: #111;
}

/*outline buttons*/
.btn-outline {
  background: none;
  border: 1px solid #999999;
  color: #999999;
}

.btn-outline:hover {
  background: #999999;
  color: #fff;
}

.btn-green-outline {
  background: none;
  border: 1px solid #76bb1c;
  color: #76bb1c;
}

.btn-green-outline:hover {
  background: #76bb1c;
  color: #fff;
}

.btn-blue-outline {
  background: none;
  border: 1px solid #006699;
  color: #006699;
}

.btn-blue-outline:hover {
  background: #006699;
  color: #fff;
}

.btn-teal-outline {
  background: none;
  border: 1px solid #2ab5b5;
  color: #2ab5b5;
}

.btn-teal-outline:hover {
  background: #2ab5b5;
  color: #fff;
}

.btn-peach-outline {
  background: none;
  border: 1px solid #ffa495;
  color: #ffa495;
}

.btn-peach-outline:hover {
  background: #ffa495;
  color: #fff;
}

.btn-pink-outline {
  background: none;
  border: 1px solid #f51378;
  color: #f51378;
}

.btn-pink-outline:hover {
  background: #f51378;
  color: #fff;
}

.btn-maroon-outline {
  background: none;
  border: 1px solid #980f61;
  color: #980f61;
}

.btn-maroon-outline:hover {
  background: #980f61;
  color: #fff;
}

.btn-theme-outline {
  background: none;
  border: 1px solid #bc898a;
  color: #bc898a;
}

.btn-theme-outline:hover {
  /*background: $theme-color; */
  color: #fff;
}

.btn-next-section {
  display: none;
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 2px solid #2ab5b5;
  margin: 50px auto 0 auto;
  text-align: center;
}
.btn-next-section i {
  color: #2ab5b5;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .btn-next-section {
    display: block;
  }
}

.btn-next-section:hover {
  background: #2ab5b5;
}

.btn-next-section:hover i {
  color: #fff;
}

/*********** List Styles ***********/
.list-bar ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.5em;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.list-bar li {
  padding: 30px 30px 60px 30px;
  background: #fff;
}
.list-bar li:nth-child(odd) {
  background: #f1f1f1;
}
@media screen and (max-width: 640px) {
  .list-bar ul {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .list-bar .pull-right {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
  .list-bar .pull-left {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
  .list-bar li {
    padding: 30px;
  }
}

.list-line ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.5em;
  margin-bottom: 40px;
}
.list-line li {
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #d2d2d2;
}
.list-line li:last-child {
  border: none;
}
@media screen and (max-width: 480px) {
  .list-line {
    font-size: 0.825em;
  }
  .list-line li {
    padding: 20px 0 45px 0;
  }
}
@media screen and (max-width: 360px) {
  .list-line {
    font-size: 0.75em;
  }
  .list-line li {
    padding: 20px 0 42px 0;
  }
}

@font-face {
  font-family: "Font-Name";
  src: url("../fonts/font-name.eot");
  src: url("../fonts/font-name.eot?#iefix") format("embedded-opentype"), url("../fonts/font-name.woff") format("woff"), url("../fonts/font-name.ttf") format("truetype"), url("../fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Heading Font*/
/*Body Font*/
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.hero {
  padding: 5% 0 10% 0;
  margin: auto;
  text-align: center;
  background: #ffffff;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  min-height: 450px;
}
.hero h1 {
  color: #666666;
  font-size: 4em;
  float: left;
  display: block;
}
.hero p {
  font-size: 1.5em;
  color: #666666;
  float: left;
}
.hero .btn {
  margin-top: 3%;
  float: left;
}
@media screen and (max-width: 480px) {
  .hero .btn {
    margin-top: 3%;
  }
}
@media screen and (max-width: 808px) {
  .hero {
    padding: 5% 20px 10% 20px;
    min-height: 450px;
  }
  .hero p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 640px) {
  .hero {
    padding: 5% 20px 15% 20px;
    min-height: 400px;
  }
  .hero h1 {
    font-size: 4em;
  }
  .hero p {
    font-size: 1em;
  }
}
@media screen and (max-width: 540px) {
  .hero h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 440px) {
  .hero h1 {
    font-size: 3em;
  }
}

.hero-inner {
  max-width: 640px;
  text-align: left;
}

.hero-stamp {
  margin: 0 auto;
  max-width: 400px;
}

.hero-stamp img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.hero-photo {
  padding: 10% 0 10% 0;
  margin: auto;
  text-align: center;
  background: #ffffff url("../img/hero-2022.jpg");
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  min-height: 450px;
}

#about {
  text-align: center;
  min-height: 100vh;
}
#about h4 {
  text-align: left;
}

.profile {
  background: url(/assets/img/profile.png) center center no-repeat;
  width: 120px;
  height: 120px;
  margin: 50px auto 50px auto;
}

.about-wrap {
  max-width: 768px;
  min-height: auto;
  margin: 3% auto;
  padding: 0;
  clear: both;
  display: block;
}

.about-thumb {
  max-width: 360px;
  height: auto;
  margin: 4px auto 0 auto;
}

.about-thumb img {
  width: 100%;
}

.about-bio {
  padding-left: 30px;
}
.about-bio .bio-title {
  font: 600 14px/1.5 "Nunito Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.about-bio .btn {
  float: left;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .about-bio {
    margin-top: 30px;
    padding-left: 0;
  }
  .about-bio .bio-title {
    text-align: center !important;
  }
  .about-bio p {
    text-align: center !important;
    max-width: auto;
    margin: 0 auto;
  }
  .about-bio .btn {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  #about .one-third {
    width: 33.333333%;
  }
}
@media screen and (max-width: 640px) {
  #about .one-third {
    width: 100%;
  }

  #about .two-third {
    width: 100%;
  }
}
#highlights {
  width: 100%;
}
#highlights .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}
#highlights .flex-item {
  /*flex-basis: 32.333%;
  width:32.333%;*/
  flex-basis: 380px;
  width: 380px;
  height: 380px;
  display: inline-block;
}
#highlights .flex-blank {
  visibility: hidden;
}
#highlights .flex-item img {
  max-width: 100%;
}
@media all and (max-width: 960px) {
  #highlights .flex-item {
    width: 49%;
    flex-basis: 49%;
  }
}
@media all and (max-width: 500px) {
  #highlights .flex-item {
    width: 100%;
    flex-basis: 100%;
  }
}
#highlights h5 {
  vertical-align: middle;
}

/**************************CIRCLES**************************/
.full-circle {
  border: 1px solid transparent;
  height: 300px;
  width: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  clear: both;
  margin: 0 auto;
}
@media all and (max-width: 400px) {
  .full-circle {
    height: 260px;
    width: 260px;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
  }
}
.full-circle p {
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  margin-top: 30%;
}

#hairfolio .section-inner {
  max-width: 1140px;
}

.pricing-top {
  text-align: center;
  margin-bottom: 20px;
}

#contact {
  min-height: 100vh;
}
#contact p {
  font-size: 1.2em;
}
#contact h4 {
  margin-bottom: 20px;
}

/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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;
}

/*# sourceMappingURL=style.min.css.map */
