@charset "UTF-8";
/*
 *
 *  Moon
 *
 *  Designer: Taylan TatlÄ±
 *  WEB: http://taylantatli.me
 *
*/
/*---- NUMBER OF SLIDE CONFIGURATION ----*/
#slider.wrap {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
  margin-bottom: 40px; }

#slider {
  /*---- SET UP CONTROL ----*/
  /* Info Box */
  /* Slider Styling */
  /*---- SET POSITION FOR SLIDE ----*/
  /*---- TABLET ----*/
  /*---- MOBILE----*/ }
  #slider input {
    display: none; }
  #slider .slider-wrapper {
    max-height: 450px; }
  #slider .inner {
    width: 500%;
    line-height: 0; }
  #slider article {
    width: 20%;
    float: left;
    position: relative;
    bottom: 100px; }
    #slider article img {
      width: 100%; }
  #slider .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #slider .slider-prev-next-control label {
      display: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      opacity: 0.7; }
      #slider .slider-prev-next-control label:hover {
        opacity: 1; }
  #slider .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center; }
    #slider .slider-dot-control label {
      cursor: pointer;
      border-radius: 5px;
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #bbb;
      transition: all 0.3s; }
      #slider .slider-dot-control label:hover {
        background: #ccc;
        border-color: #777; }
  #slider .info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    transition: all 1000ms ease-out 600ms; }
    #slider .info h3 {
      color: #fcfff4;
      margin: 0 0 5px;
      font-weight: normal;
      font-size: 1.5em;
      font-style: normal; }
    #slider .info.top-left {
      top: 30px;
      left: 30px; }
    #slider .info.top-right {
      top: 30px;
      right: 30px; }
    #slider .info.bottom-left {
      bottom: 30px;
      left: 30px; }
    #slider .info.bottom-right {
      bottom: 30px;
      right: 30px; }
  #slider .slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
    background: #fff;
    background: #fcfff4;
    transform: translateZ(0);
    transition: all 500ms ease-out; }
    #slider .slider-wrapper .inner {
      transform: translateZ(0);
      transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }
  #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777; }
  #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
    content: "\f105";
    padding-left: 15px; }
  #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
    display: block;
    float: right;
    margin-right: 5px; }
  #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
    display: block;
    float: left;
    margin-left: 5px; }
  #slider #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slider #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slider #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slider #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slider #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
    content: "\f104";
    padding-left: 8px; }
  #slider #slide1:checked ~ .slider-dot-control label:nth-child(1), #slider #slide2:checked ~ .slider-dot-control label:nth-child(2), #slider #slide3:checked ~ .slider-dot-control label:nth-child(3), #slider #slide4:checked ~ .slider-dot-control label:nth-child(4), #slider #slide5:checked ~ .slider-dot-control label:nth-child(5) {
    background: #333; }
  #slider #slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slider #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slider #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slider #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slider #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
    opacity: 1; }
  #slider #slide1:checked ~ .slider-wrapper .inner {
    margin-left: 0%; }
  #slider #slide2:checked ~ .slider-wrapper .inner {
    margin-left: -100%; }
  #slider #slide3:checked ~ .slider-wrapper .inner {
    margin-left: -200%; }
  #slider #slide4:checked ~ .slider-wrapper .inner {
    margin-left: -300%; }
  #slider #slide5:checked ~ .slider-wrapper .inner {
    margin-left: -400%; }
  @media only screen and (max-width: 850px) and (min-width: 450px) {
    #slider .slider-wrapper {
      border-radius: 0; } }
  @media only screen and (max-width: 450px) {
    #slider .slider-wrapper {
      border-radius: 0; }
    #slider .slider-wrapper .info {
      opacity: 0; } }
  @media only screen and (min-width: 850px) {
    #slider body {
      padding: 0 80px; } }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
a {
  background-color: transparent; }

a:active,
a:hover,
a:focus {
  outline-width: 0; }
  

.sim-btn{
	  display: inline-block;
  border: 1px solid;
  border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) #d0d1d5;
  border-radius: 3px;
  text-decoration: none;
  background: #fff;
  color: #282828; 
 padding: 4px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 4px auto; }
  }

.btn-hover-new span {
    background-color: #fff;
      color: #5cb85c; }
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* Forms
   ========================================================================== */
button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  outline: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%; }

body {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #383838;
  background-position: center center;
  background-attachment: fixed; }
  @media only screen and (max-width: 30em) {
    body {
      background-image: none !important;
      background: #fff; } }
  body::-webkit-scrollbar-track {
    background-color: #222; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: #222; }
  body::-webkit-scrollbar-thumb {
    background-color: #FF4136; }

* {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

*::before {
  box-sizing: border-box; }

.header {
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 300px;
  text-align: left;
  color: #fff; }
  @media only screen and (max-width: 30em) {
    .header {
      display: block !important; } }
  @media only screen and (max-height: 500px) {
    .header {
      display: block !important; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.container {
  width: 36rem;
  max-width: 550px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #282828;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 30em) {
    .container {
      width: 100%;
      box-shadow: none; } }
  @media only screen and (min-width: 30.1em) and (max-width: 48em) {
    .container {
      width: 80%; } }

.row {
  margin-top: 15px;
  text-align: center; }
  .row .title {
    margin-top: 0;
    margin-bottom: 5px; }
    .row .title a p {
      margin: 0 15%; }
  @media only screen and (max-width: 30em) {
    .row {
      padding: 0 1em; } }

.wrapper {
  width: 75%;
  max-width: 850px;
  margin: 4rem auto;
  background: #fff;
  color: #383838;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 30em) {
    .wrapper {
      width: 90%;
      padding: 2em 0;
      box-shadow: none; } }

#disqus_thread {
  width: 75%;
  max-width: 850px;
  margin: -3rem auto 4rem;
  background: #fff;
  color: #383838;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 30em) {
    #disqus_thread {
      width: 90%;
      padding: 2em 0;
      box-shadow: none; } }

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #d1d1d1;
  padding-left: 0; }
  .entry-meta a {
    color: #d1d1d1; }
  .entry-meta li {
    list-style-type: none;
    display: inline; }
  .entry-meta .tag {
    display: inline-block;
    border: 1px solid;
    border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) #d0d1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    color: #383838;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -ms-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    margin: 2px 5px; }
    .entry-meta .tag span {
      float: left;
      padding: 2px 6px; }
    .entry-meta .tag .count {
      background-color: #d9d9d9;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .entry-meta .tag:hover {
      background-color: #d9d9d9;
      box-shadow: 0 0 1px 0 rgba(40, 40, 40, 0.5); }

header .entry-meta {
  display: none; }
  @media only screen and (min-width: 48em) {
    header .entry-meta {
      display: block; } }

.entry-title a {
  text-decoration: none; }

.entry-tags {
  display: block;
  margin-top: 1rem;
  width: 70%;
  float: left;
  text-align: left; }

.social-share {
  display: block;
  margin-top: 1rem;
  width: 30%;
  float: right;
  text-align: right; }

.feature {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: 100%; }
  @media only screen and (max-width: 30em) {
    .feature {
      background-image: none !important; } }
  @media only screen and (min-width: 30.1em) and (max-width: 48em) {
    .feature {
      color: white;
      padding: 4em;
      margin-left: -4rem;
      margin-right: -4rem;
      margin-top: -2rem;
      border-radius: 3px 3px 0 0;
      background-color: rgba(0, 0, 0, 0.6);
      background-blend-mode: multiply;
      background-position: center center; } }
  @media only screen and (min-width: 48em) {
    .feature {
      color: white;
      padding: 10em;
      margin-left: -4rem;
      margin-right: -4rem;
      margin-top: -2rem;
      border-radius: 3px 3px 0 0;
      background-color: rgba(0, 0, 0, 0.6);
      background-blend-mode: multiply;
      background-position: center center; } }

.content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  padding: 0 2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
  text-align: justify; }
  @media only screen and (max-width: 30em) {
    .content {
      padding: 0 .5em; } }

.title {
  text-align: center;
  font-weight: bold; }
  .title > p {
    text-align: center;
    font-weight: bold; }
  .title > a > p {
    text-align: center;
    font-weight: bold; }

.post-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem; }

h3.title a {
  color: #282828;
  text-decoration: none; }

.post-list {
  text-align: left; }
  .post-list ul {
    list-style: none;
    padding-left: 0; }
  .post-list li {
    padding: 10px 18px;
    margin: 0 10px;
    text-decoration: none;
    background: #fff;
    color: #282828; }
    .post-list li a {
      font-size: 20px;
      font-size: 1.25rem;
      text-decoration: none;
      color: #282828;
      font-weight: bolder; }
      .post-list li a:hover {
        color: #FF4136; }
    .post-list li p {
      font-weight: lighter;
      font-size: 16px;
      font-size: 1rem; }

blockquote {
  font-family: serif;
  font-style: italic;
  border-left: 8px solid #444;
  padding-left: 20px;
  margin: 0; }

@media only screen and (min-width: 48em) {
  blockquote {
    margin-left: -28px; } }
figcaption {
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  color: #8c8b8b; }

a {
  transition: color .4s;
  color: #282828; }
  a:link {
    color: #282828; }
  a:visited {
    color: #383838; }
  a:hover {
    color: #FF4136; }
  a:active {
    transition: color .3s;
    color: #85144b; }

pre, code {
  font-family: Inconsolata;
  overflow-x: auto; }

p code,
li code,
p pre,
li pre {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  background-color: #e8e8e8;
  border: 1px solid #d0d1d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 2px;
  padding: 0 5px; }

li .highlight code,
li .highlight pre {
  background-color: transparent;
  border: 0; }

table {
  width: 100%; }

.notice {
  margin-top: 1.5em;
  padding: .5em 1em;
  text-indent: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #e8e8e8;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

dt {
  font-weight: bolder; }

.social-btn, .btn {
  display: inline-block;
  border: 1px solid;
  border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) #d0d1d5;
  border-radius: 3px;
  text-decoration: none;
  background: #fff;
  color: #282828; }
  .social-btn:hover, .btn:hover {
    box-shadow: 0 0 1px 0 rgba(40, 40, 40, 0.5);
    color: #FF4136; }

.social-btn {
  padding: 10px;
  margin: 10px; }

.wow {
  opacity: 0; }

.btn {
  padding: 10px 18px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 4px auto; }
  .btn.btn-success {
    background-color: #5cb85c;
    color: #fff;
    border-color: #5cb85c; }
    .btn.btn-success:visited {
      color: #fff; }
    .btn.btn-success:hover {
      background-color: #fff;
      color: #5cb85c; }
  .btn.btn-warning {
    background-color: #dd8338;
    color: #fff;
    border-color: #dd8338; }
    .btn.btn-warning:visited {
      color: #fff; }
    .btn.btn-warning:hover {
      background-color: #fff;
      color: #dd8338; }
  .btn.btn-danger {
    background-color: #C64537;
    color: #fff;
    border-color: #C64537; }
    .btn.btn-danger:visited {
      color: #fff; }
    .btn.btn-danger:hover {
      background-color: #fff;
      color: #C64537; }
  .btn.btn-info {
    background-color: #308cbc;
    color: #fff;
    border-color: #308cbc; }
    .btn.btn-info:visited {
      color: #fff; }
    .btn.btn-info:hover {
      background-color: #fff;
      color: #308cbc; }

.title .btn {
  margin: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

.post-list .btn {
  font-size: 14px;
  font-size: 0.875rem; }

hr {
  border: 0;
  height: 1px;
  opacity: .8;
  margin: 1em 0;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); }
  hr.hr-line {
    border: 0;
    height: 1px;
    opacity: .15;
    margin: 1em 0;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); }

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

.img-circle {
  border-radius: 50%;
  border: 3px solid #fff;
  height: 150px;
  width: 150px; }

.author-photo {
  background-color: #fff; }

.image-right {
  float: right;
  margin-left: 1em;
  margin-top: 0; }

figure {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  *zoom: 1; }
  figure:before, figure:after {
    display: table;
    content: "";
    line-height: 0; }
  figure:after {
    clear: both; }
  figure img {
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  @media only screen and (min-width: 62.5em) {
    figure.half img {
      width: calc(50% - 4px);
      float: left;
      margin-left: 1px;
      margin-right: 1px; }
    figure.half figcaption {
      clear: left; } }
  @media only screen and (min-width: 62.5em) {
    figure.third img {
      width: calc(33.3% - 6px);
      float: left;
      margin-left: 1px;
      margin-right: 1px; }
    figure.third figcaption {
      clear: left; } }

svg:not(:root) {
  overflow: hidden; }

kbd {
  display: inline-block;
  margin: 0 1px;
  padding: 1px 8px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb; }

.goup-container {
  border-radius: 3px !important;
  border-color: rgba(229, 230, 233, 0.5) rgba(223, 224, 228, 0.5) #d0d1d5 !important;
  border: 1px solid; }
  @media only screen and (max-width: 30em) {
    .goup-container {
      display: none !important; } }

.goup-arrow {
  border-color: transparent transparent #383838 !important; }

.reading-time {
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px; }

pre.highlight {
  padding: 1em; }

.highlight {
  background-color: #49483e;
  font-family: Inconsolata;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  color: #f8f8f2;
  border-radius: 4px;
  /* Comment                     */
  /* Error                       */
  /* Keyword                     */
  /* Literal                     */
  /* Name                        */
  /* Operator                    */
  /* Punctuation                 */
  /* Comment.Multiline           */
  /* Comment.Preproc             */
  /* Comment.Single              */
  /* Comment.Special             */
  /* Generic.Emph                */
  /* Generic.Strong              */
  /* Keyword.Constant            */
  /* Keyword.Declaration         */
  /* Keyword.Namespace           */
  /* Keyword.Pseudo              */
  /* Keyword.Reserved            */
  /* Keyword.Type                */
  /* Literal.Date                */
  /* Literal.Number              */
  /* Literal.String              */
  /* Name.Attribute              */
  /* Name.Builtin                */
  /* Name.Class                  */
  /* Name.Constant               */
  /* Name.Decorator              */
  /* Name.Entity                 */
  /* Name.Exception              */
  /* Name.Function               */
  /* Name.Label                  */
  /* Name.Namespace              */
  /* Name.Other                  */
  /* Name.Property               */
  /* Name.Tag                    */
  /* Name.Variable               */
  /* Operator.Word               */
  /* Text.Whitespace             */
  /* Literal.Number.Float        */
  /* Literal.Number.Hex          */
  /* Literal.Number.Integer      */
  /* Literal.Number.Oct          */
  /* Literal.String.Backtick     */
  /* Literal.String.Char         */
  /* Literal.String.Doc          */
  /* Literal.String.Double       */
  /* Literal.String.Escape       */
  /* Literal.String.Heredoc      */
  /* Literal.String.Interpol     */
  /* Literal.String.Other        */
  /* Literal.String.Regex        */
  /* Literal.String.Single       */
  /* Literal.String.Symbol       */
  /* Name.Builtin.Pseudo         */
  /* Name.Variable.Class         */
  /* Name.Variable.Global        */
  /* Name.Variable.Instance      */
  /* Literal.Number.Integer.Long */ }
  .highlight pre {
    position: relative;
    margin: 0;
    padding: 1em; }
  .highlight .lineno {
    padding-right: 24px;
    color: #c8c7be; }
  .highlight .hll {
    background-color: #49483e; }
  .highlight .c {
    color: #75715e; }
  .highlight .err {
    color: #960050;
    background-color: #1e0010; }
  .highlight .k {
    color: #66d9ef; }
  .highlight .l {
    color: #ae81ff; }
  .highlight .n {
    color: #f8f8f2; }
  .highlight .o {
    color: #f92672; }
  .highlight .p {
    color: #f8f8f2; }
  .highlight .cm {
    color: #75715e; }
  .highlight .cp {
    color: #75715e; }
  .highlight .c1 {
    color: #75715e; }
  .highlight .cs {
    color: #75715e; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .kc {
    color: #66d9ef; }
  .highlight .kd {
    color: #66d9ef; }
  .highlight .kn {
    color: #f92672; }
  .highlight .kp {
    color: #66d9ef; }
  .highlight .kr {
    color: #66d9ef; }
  .highlight .kt {
    color: #66d9ef; }
  .highlight .ld {
    color: #e6db74; }
  .highlight .m {
    color: #ae81ff; }
  .highlight .s {
    color: #e6db74; }
  .highlight .na {
    color: #a6e22e; }
  .highlight .nb {
    color: #f8f8f2; }
  .highlight .nc {
    color: #a6e22e; }
  .highlight .no {
    color: #66d9ef; }
  .highlight .nd {
    color: #a6e22e; }
  .highlight .ni {
    color: #f8f8f2; }
  .highlight .ne {
    color: #a6e22e; }
  .highlight .nf {
    color: #a6e22e; }
  .highlight .nl {
    color: #f8f8f2; }
  .highlight .nn {
    color: #f8f8f2; }
  .highlight .nx {
    color: #a6e22e; }
  .highlight .py {
    color: #f8f8f2; }
  .highlight .nt {
    color: #f92672; }
  .highlight .nv {
    color: #f8f8f2; }
  .highlight .ow {
    color: #f92672; }
  .highlight .w {
    color: #f8f8f2; }
  .highlight .mf {
    color: #ae81ff; }
  .highlight .mh {
    color: #ae81ff; }
  .highlight .mi {
    color: #ae81ff; }
  .highlight .mo {
    color: #ae81ff; }
  .highlight .sb {
    color: #e6db74; }
  .highlight .sc {
    color: #e6db74; }
  .highlight .sd {
    color: #e6db74; }
  .highlight .s2 {
    color: #e6db74; }
  .highlight .se {
    color: #ae81ff; }
  .highlight .sh {
    color: #e6db74; }
  .highlight .si {
    color: #e6db74; }
  .highlight .sx {
    color: #e6db74; }
  .highlight .sr {
    color: #e6db74; }
  .highlight .s1 {
    color: #e6db74; }
  .highlight .ss {
    color: #e6db74; }
  .highlight .bp {
    color: #f8f8f2; }
  .highlight .vc {
    color: #f8f8f2; }
  .highlight .vg {
    color: #f8f8f2; }
  .highlight .vi {
    color: #f8f8f2; }
  .highlight .il {
    color: #ae81ff; }

.dl-menuwrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  /* Hide the inner submenus */ }
  @media only screen and (min-width: 48em) {
    .dl-menuwrapper {
      position: fixed;
      max-width: 175px;
      top: 25px;
      left: 25px; } }
  .dl-menuwrapper button {
    top: 0;
    left: 0;
    background: #222222;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    opacity: 0.6; }
    @media only screen and (min-width: 48em) {
      .dl-menuwrapper button {
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box; } }
  .dl-menuwrapper button:hover,
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper ul {
    background: #aaa; }
  .dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
  .dl-menuwrapper button.dl-active {
    display: none; }
  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .dl-menuwrapper li {
    position: relative; }
    .dl-menuwrapper li h4 {
      margin: 0;
      padding: 15px 20px 0;
      color: rgba(255, 255, 255, 0.9); }
    .dl-menuwrapper li p {
      margin: 0;
      padding: 15px 20px;
      font-size: 14px;
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
      .dl-menuwrapper li p a {
        display: inline;
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem; }
    .dl-menuwrapper li a {
      display: block;
      position: relative;
      padding: 10px 20px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      font-weight: 400;
      color: #fff;
      outline: none;
      text-decoration: none; }
    .dl-menuwrapper li.dl-back > a {
      padding-left: 30px;
      background: rgba(0, 0, 0, 0.2); }
    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
      position: absolute;
      top: 0;
      line-height: 40px;
      font-family: 'fontawesome';
      color: #fff;
      speak: none;
      -webkit-font-smoothing: antialiased;
      content: "\f105"; }
    .dl-menuwrapper li.dl-back:after {
      left: 10px;
      color: rgba(212, 204, 198, 0.5);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    .dl-menuwrapper li > a:after {
      right: 10px;
      color: rgba(0, 0, 0, 0.15); }
  .dl-menuwrapper .dl-menu {
    margin: 0;
    position: absolute;
    width: 100%;
    max-width: 400px;
    overflow-y: auto;
    max-height: 600px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (min-width: 48em) {
      .dl-menuwrapper .dl-menu {
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        max-height: 650px; } }
    .dl-menuwrapper .dl-menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #222; }
    .dl-menuwrapper .dl-menu::-webkit-scrollbar {
      width: 6px;
      background-color: #FF4136; }
    .dl-menuwrapper .dl-menu::-webkit-scrollbar-thumb {
      background-color: #FF4136; }
  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  .dl-menuwrapper .dl-submenu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); }
    .dl-menuwrapper .dl-submenu .btn {
      margin-bottom: 0; }
  .dl-menuwrapper li .dl-submenu {
    display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out {
  -webkit-animation: MenuAnimOut 0.4s ease;
  -moz-animation: MenuAnimOut 0.4s ease;
  animation: MenuAnimOut 0.4s ease; }

@-webkit-keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut {
  100% {
    transform: translateZ(300px);
    opacity: 0; } }
.dl-menu.dl-animate-in {
  -webkit-animation: MenuAnimIn 0.4s ease;
  -moz-animation: MenuAnimIn 0.4s ease;
  animation: MenuAnimIn 0.4s ease; }

@-webkit-keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn {
  0% {
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in {
  -webkit-animation: SubMenuAnimIn 0.4s ease;
  -moz-animation: SubMenuAnimIn 0.4s ease;
  animation: SubMenuAnimIn 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn {
  0% {
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out {
  -webkit-animation: SubMenuAnimOut 0.4s ease;
  -moz-animation: SubMenuAnimOut 0.4s ease;
  animation: SubMenuAnimOut 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut {
  0% {
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    transform: translateZ(-300px);
    opacity: 0; } }
/* No Touch Fallback */
.no-touchevents .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

/* No JS Fallback */
.no-js .dl-trigger {
  display: none; }
.no-js .dl-menuwrapper {
  position: initial; }
  @media only screen and (min-width: 48em) {
    .no-js .dl-menuwrapper {
      position: absolute; } }
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }
.no-js .dl-menuwrapper li.dl-back {
  display: none; }
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }
.no-js .dl-menu {
  max-height: 100%; }
.no-js .dl-menu li {
  display: block; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #222222; }

.dl-menu li {
  display: none; }

.dl-menuopen li {
  display: block; }


@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local("Inconsolata"), url(https://fonts.gstatic.com/s/inconsolata/v12/BjAYBlHtW3CJxDcjzrnZCCYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local("Inconsolata"), url(https://fonts.gstatic.com/s/inconsolata/v12/BjAYBlHtW3CJxDcjzrnZCI4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  src: local("Inconsolata Bold"), local("Inconsolata-Bold"), url(https://fonts.gstatic.com/s/inconsolata/v12/AIed271kqQlcIRSOnQH0yejkDdvhIIFj_YMdgqpnSB0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  src: local("Inconsolata Bold"), local("Inconsolata-Bold"), url(https://fonts.gstatic.com/s/inconsolata/v12/AIed271kqQlcIRSOnQH0yYlIZu-HDpmDIZMigmsroc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/FontAwesome/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: .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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/* Magnific Popup CSS */
.mfp-counter {
  font-family: serif; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #fff; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #fff; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media print {
  body {
    background-image: none !important;
    background-color: #fff; }

  .wrapper {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

  .container {
    box-shadow: none; }

  .feature {
    padding: 0; }

  .social-btn, .btn {
    border-color: #d0d1d5; }

  .post-title .btn,
  .reading-time,
  #dl-menu,
  #disqus_thread,
  .goup-container {
    display: none; } }

/*# sourceMappingURL=main.css.map */
