@charset "UTF-8";
/*
Theme Name: Creatuve Nerds Blog
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Creatuve Nerds Blog</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Creatuve Nerds Blog
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Creatuve Nerds Blog is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*-------- FONTS -------*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,900|Bree+Serif|Open+Sans:400italic,700italic,400,700,300);
/* colors */
/* fonts */
/* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------CSS-------*/
/* line 1, sass/_header.scss */
textarea, input {
  outline: none;
}

/* line 3, sass/_header.scss */
#header {
  height: 177px;
  background: url("images/red-grid-repeat_06.jpg") fixed repeat;
  border-top: 10px solid #272e2c;
}

/* line 9, sass/_header.scss */
.logo {
  padding: 65px 0 35px 0;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 9, sass/_header.scss */
  .logo {
    padding: 45px 0 35px 0;
  }
}
@media (max-width: 767px) {
  /* line 9, sass/_header.scss */
  .logo {
    padding: 45px 0 35px 0;
  }
}
/* line 16, sass/_header.scss */
.logo h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 33px;
  color: #f5f5f5;
}
/* line 24, sass/_header.scss */
.logo span {
  font-weight: 900;
}
/* line 28, sass/_header.scss */
.logo a {
  text-decoration: none;
  color: white;
}

/* line 36, sass/_header.scss */
.search {
  float: left;
  margin-top: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, sass/_header.scss */
  .search {
    clear: both;
    margin-top: 0;
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 36, sass/_header.scss */
  .search {
    clear: both;
    margin-top: 0;
    float: left;
  }
}

/* line 43, sass/_header.scss */
.header-nav {
  clear: both;
  z-index: 110px;
  height: 45px;
  background: url("images/nav-bg.png") repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, sass/_header.scss */
  .header-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 43, sass/_header.scss */
  .header-nav {
    display: none;
  }
}
/* line 52, sass/_header.scss */
.header-nav li {
  margin-top: 13px;
  float: left;
  width: 100px;
  padding: 0 13px;
  font-family: "Lato", sans-serif;
}
/* line 61, sass/_header.scss */
.header-nav a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s ease;
}
/* line 68, sass/_header.scss */
.header-nav a:hover {
  opacity: 0.7;
}

/* line 74, sass/_header.scss */
.social-icons-header {
  float: left;
}
/* line 77, sass/_header.scss */
.social-icons-header li {
  float: left;
}

/* line 82, sass/_header.scss */
li.social-header-icon {
  margin: 0;
  padding-top: 10px;
  width: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 82, sass/_header.scss */
  li.social-header-icon {
    display: none;
  }
}
/* line 88, sass/_header.scss */
li.social-header-icon img {
  width: 100%;
}

/*--------------SERCH--------------------*/
/* line 94, sass/_header.scss */
.search {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 94, sass/_header.scss */
  .search {
    float: none;
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 94, sass/_header.scss */
  .search {
    float: none;
    clear: both;
  }
}

/* line 101, sass/_header.scss */
.search-form {
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  -webkit-box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  height: 45px;
  width: 314px;
  padding-left: 10px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 101, sass/_header.scss */
  .search-form {
    width: 75%;
    width: calc(100% - 65px);
  }
}
@media (max-width: 767px) {
  /* line 101, sass/_header.scss */
  .search-form {
    width: 75%;
    width: calc(100% - 65px);
  }
}

/* line 116, sass/_header.scss */
.search-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #272d2b;
  color: #fff;
  -moz-box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  -webkit-box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  box-shadow: 0 0 13px rgba(75, 75, 75, 0.75);
  height: 45px;
  vertical-align: bottom;
  border: 0;
  padding-left: 0px;
  content: "\f002";
  font-size: 30px;
  vertical-align: top;
  width: 45px;
  box-sizing: border-box;
  font-family: "FontAwesome";
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 134, sass/_header.scss */
.search-button i {
  text-align: center;
}

/*--------------Nav--------------------*/
/* line 140, sass/_header.scss */
.header-nav, .header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em;
}

/* line 163, sass/_header.scss */
.header-nav-main li {
  float: left;
  position: relative;
}

/* line 164, sass/_header.scss */
.header-nav-main ul {
  position: absolute;
  width: 12em;
  top: 1.9em;
  display: none;
  z-index: 99;
  background: #272e2c;
}

/* line 165, sass/_header.scss */
.header-nav-main .hover ul {
  display: block;
}

/* line 166, sass/_header.scss */
.header-nav-main li ul a {
  width: 12em;
  float: left;
}

/* line 167, sass/_header.scss */
.nav-overlay {
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 100;
}

/* line 1, sass/_slider.scss */
.slider {
  padding-top: 25px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, sass/_slider.scss */
  .slider {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1, sass/_slider.scss */
  .slider {
    display: none;
  }
}
/* line 6, sass/_slider.scss */
.slider li {
  width: 400px;
  float: left;
  margin: 0 auto;
}

/* line 14, sass/_slider.scss */
.owl-carousel .owl-item img {
  opacity: 0.4;
}

/* line 15, sass/_slider.scss */
.owl-carousel .owl-item.center img {
  opacity: 1;
}

/* line 17, sass/_slider.scss */
.featured-content {
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, sass/_slider.scss */
  .featured-content {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 17, sass/_slider.scss */
  .featured-content {
    display: none;
  }
}

/* line 24, sass/_slider.scss */
.main-feature {
  position: relative;
}

/* line 26, sass/_slider.scss */
.big-feature {
  float: left;
  width: 810px;
  margin-left: 10px;
  position: relative;
  height: 430px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 26, sass/_slider.scss */
  .big-feature {
    width: 605px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 26, sass/_slider.scss */
  .big-feature {
    width: 530px;
  }
}
@media (max-width: 767px) {
  /* line 26, sass/_slider.scss */
  .big-feature {
    width: 100%;
    margin: 10px;
  }
}
/* line 36, sass/_slider.scss */
.big-feature img {
  height: 430px;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 36, sass/_slider.scss */
  .big-feature img {
    width: 605px;
    height: 429px;
  }
}

/* line 47, sass/_slider.scss */
.big-feature-link {
  z-index: 200;
  text-decoration: none;
}

/* line 53, sass/_slider.scss */
.big-feature-bg {
  content: " ";
  background: url(images/feature-overlay.png) left bottom repeat-x;
  bottom: 0;
  width: 810px;
  height: 300px;
  position: absolute;
  z-index: 50;
  /*left:5px;*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 53, sass/_slider.scss */
  .big-feature-bg {
    width: 605px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 53, sass/_slider.scss */
  .big-feature-bg {
    width: 530px;
  }
}

/* line 66, sass/_slider.scss */
.secondary-big-feature {
  float: left;
  margin-left: 30px;
}
/* line 70, sass/_slider.scss */
.secondary-big-feature li {
  width: 50%;
  margin-top: 0px;
  position: relative;
}
/* line 76, sass/_slider.scss */
.secondary-big-feature li:last-child {
  margin-top: 20px;
}

/* line 80, sass/_slider.scss */
.feature-text-secondary-bg {
  background: url(images/feature-overlay.png) left bottom repeat-x;
  bottom: 2px;
  width: 302px;
  height: 160px;
  position: absolute;
  z-index: 90;
  left: -1px;
  text-decoration: none;
}

/* line 91, sass/_slider.scss */
.secondary-big-feature img {
  width: 300px;
  height: 203px;
}
@media (max-width: 767px) {
  /* line 91, sass/_slider.scss */
  .secondary-big-feature img {
    width: 95%;
  }
}

/* line 98, sass/_slider.scss */
.feature-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 99;
  margin: 50px 90px;
  width: 620px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 98, sass/_slider.scss */
  .feature-text {
    margin: 50px 55px;
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 98, sass/_slider.scss */
  .feature-text {
    margin: 50px 27px;
    width: 480px;
  }
}
/* line 110, sass/_slider.scss */
.feature-text h2 {
  font-size: 35px;
  font-family: "Bree Serif", serif;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: 1px;
  margin-top: 10px;
}
/* line 120, sass/_slider.scss */
.feature-text a {
  text-decoration: none;
  color: #fff;
}
/* line 126, sass/_slider.scss */
.feature-text span a {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}

/* line 136, sass/_slider.scss */
.feature-text-secondary {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 99;
  margin: 25px 10px;
  width: 280px;
  text-align: center;
}
/* line 145, sass/_slider.scss */
.feature-text-secondary h2 {
  font-size: 19px;
  font-family: "Bree Serif", serif;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
}
/* line 154, sass/_slider.scss */
.feature-text-secondary a {
  text-decoration: none;
  color: #fff;
}
/* line 160, sass/_slider.scss */
.feature-text-secondary span a {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}

/*------------------------------------
           Page Layout
-------------------------------------*/
/*.content-wrapper{position: relative;}
.the-main-content, .the-main-content:before{width: 70%;}
.the-main-content{float: left;}
.the-main-content::before{content: ' '; position: absolute; top: 0; bottom: 0; z-index:999; left: 0; background: crimson;}
.the-sidebar:before, .the-sidebar{width: 30%;}
.the-sidebar:before{content: ' '; position: absolute; top: 0; bottom: 0; z-index: 999; left: 70%; background: navy;}*/
/* line 11, sass/_main-list-page.scss */
.page-background {
  -moz-box-shadow: 0 13px 20px 4px rgba(123, 120, 120, 0.75);
  -webkit-box-shadow: 0 13px 20px 4px rgba(123, 120, 120, 0.75);
  box-shadow: 0 13px 20px 4px rgba(123, 120, 120, 0.75);
  background: url("../images/page-opacity.png") repeat;
  height: 100%;
  clear: both;
  overflow: hidden;
}

/* line 19, sass/_main-list-page.scss */
.the-main-content {
  margin-top: 20px;
  width: 820px;
  float: left;
  overflow: hidden;
  clear: both;
  margin-left: 10px;
  display: table-cell;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, sass/_main-list-page.scss */
  .the-main-content {
    width: 630px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, sass/_main-list-page.scss */
  .the-main-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 19, sass/_main-list-page.scss */
  .the-main-content {
    width: 100%;
  }
}
/* line 31, sass/_main-list-page.scss */
.the-main-content li {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 31, sass/_main-list-page.scss */
  .the-main-content li {
    float: left;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, sass/_main-list-page.scss */
  .the-main-content li {
    float: left;
    padding: 0px 2% 0 0;
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 31, sass/_main-list-page.scss */
  .the-main-content li {
    float: left;
    width: 100%;
    clear: both;
  }
}
/* line 39, sass/_main-list-page.scss */
.the-main-content li.paginationList {
  width: 100%;
}
/* line 43, sass/_main-list-page.scss */
.the-main-content li:nth-child(even) {
  padding: 0;
}

/* line 52, sass/_main-list-page.scss */
.article-list-page li {
  clear: both;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 52, sass/_main-list-page.scss */
  .article-list-page li {
    clear: none;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, sass/_main-list-page.scss */
  .article-list-page li {
    clear: none;
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 52, sass/_main-list-page.scss */
  .article-list-page li {
    clear: none;
    float: left;
  }
}

/*------------------------------------
           ARTICLE LIST POST
-------------------------------------*/
/* line 69, sass/_main-list-page.scss */
li:nth-child(even) .featured-image-list-page {
  position: relative;
  float: right;
  width: 410px;
  z-index: 20;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 69, sass/_main-list-page.scss */
  li:nth-child(even) .featured-image-list-page {
    float: left;
    width: 300px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 69, sass/_main-list-page.scss */
  li:nth-child(even) .featured-image-list-page {
    float: left;
    width: 95%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 69, sass/_main-list-page.scss */
  li:nth-child(even) .featured-image-list-page {
    float: left;
    width: 97%;
    padding: 0;
  }
}

/* line 82, sass/_main-list-page.scss */
.featured-image-list-page {
  position: relative;
  float: left;
  width: 410px;
  overflow: hidden;
  height: 325px;
  z-index: 20;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 82, sass/_main-list-page.scss */
  .featured-image-list-page {
    width: 300px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 82, sass/_main-list-page.scss */
  .featured-image-list-page {
    width: 95%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  /* line 82, sass/_main-list-page.scss */
  .featured-image-list-page {
    width: 98%;
    height: 205px;
  }
}
/* line 92, sass/_main-list-page.scss */
.featured-image-list-page img {
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 20;
}
/* line 95, sass/_main-list-page.scss */
.featured-image-list-page img:hover {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  z-index: 20;
  opacity: 0.9;
}

/* line 102, sass/_main-list-page.scss */
.catogory-small-box {
  position: absolute;
  background: #e6000d;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

/* line 115, sass/_main-list-page.scss */
.list-post-content {
  width: 375px;
  float: left;
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 115, sass/_main-list-page.scss */
  .list-post-content {
    clear: both;
    width: 295px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 115, sass/_main-list-page.scss */
  .list-post-content {
    clear: both;
    width: 94%;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  /* line 115, sass/_main-list-page.scss */
  .list-post-content {
    clear: both;
    width: 94%;
    padding-left: 5px;
  }
}
/* line 123, sass/_main-list-page.scss */
.list-post-content h2 {
  font-size: 28px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15px;
  font-family: "Bree Serif", serif;
  letter-spacing: 1px;
  line-height: 35px;
  padding-top: 20px;
}
/* line 135, sass/_main-list-page.scss */
.list-post-content a {
  text-decoration: none;
  color: #332928;
  transition: all 0.5s ease;
}
/* line 141, sass/_main-list-page.scss */
.list-post-content a:hover {
  color: #e6000d;
}

/* line 145, sass/_main-list-page.scss */
p.list-page-date-stamp {
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #a70610;
  padding-bottom: 25px;
  border-bottom: solid #d4d2d2 1px;
  text-transform: uppercase;
}

/* line 155, sass/_main-list-page.scss */
p.exerpt {
  line-height: 23px;
  font-size: 13px;
  padding-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 155, sass/_main-list-page.scss */
  p.exerpt {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 155, sass/_main-list-page.scss */
  p.exerpt {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 155, sass/_main-list-page.scss */
  p.exerpt {
    padding-bottom: 30px;
  }
}

/*------------------------------------
           PAGINATION
-------------------------------------*/
/* line 168, sass/_main-list-page.scss */
.pagination {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
  padding-top: 10px;
  width: 95%;
  text-align: center;
}
/* line 176, sass/_main-list-page.scss */
.pagination li {
  list-style: none;
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  padding-top: 20px;
  clear: both;
}

/* line 187, sass/_main-list-page.scss */
.paginationHolder {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
  padding-top: 10px;
  border-top: solid #d4d2d2 1px;
  width: 95%;
  text-align: center;
}
/* line 196, sass/_main-list-page.scss */
.paginationHolder span, .paginationHolder a {
  list-style: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  clear: both;
}
/* line 204, sass/_main-list-page.scss */
.paginationHolder .current {
  background: #e6000d;
}

/* catagory title*/
/* line 211, sass/_main-list-page.scss */
h1.catagory-title {
  background: none repeat scroll 0 0 #000;
  border-bottom: 1px solid #d4d2d2;
  border-top: 1px solid #d4d2d2;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin: 20px auto;
  padding: 10px 0;
  text-align: left;
  text-indent: 20px;
  text-transform: uppercase;
  width: 98%;
}

/*** Contact Form 7 ***/
/*********************************************************/
/* line 230, sass/_main-list-page.scss */
.wpcf7 input, .wpcf7 textarea {
  padding: 6px;
  border: 1px solid #DDD;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #777;
  font-size: 12px;
  margin-bottom: 6px;
}

/* line 239, sass/_main-list-page.scss */
.wpcf7 textarea {
  width: 80%;
}

/* line 242, sass/_main-list-page.scss */
.wpcf7 .wpcf7-submit {
  background: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 14px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  border: none;
}

/* line 259, sass/_main-list-page.scss */
.wpcf7 .wpcf7-submit:hover {
  background: #777;
}

/* line 1, sass/_sidebar.scss */
.the-sidebar {
  width: 340px;
  float: left;
  margin-top: 20px;
  -moz-box-shadow: -5px 3px 18px 3px rgba(184, 183, 183, 0.75);
  -webkit-box-shadow: -5px 3px 18px 3px rgba(184, 183, 183, 0.75);
  box-shadow: -5px 3px 18px 3px rgba(184, 183, 183, 0.75);
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, sass/_sidebar.scss */
  .the-sidebar {
    width: 300px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, sass/_sidebar.scss */
  .the-sidebar {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 1, sass/_sidebar.scss */
  .the-sidebar {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 11, sass/_sidebar.scss */
.the-sidebar img {
  transition: all 0.5s ease;
}
/* line 15, sass/_sidebar.scss */
.the-sidebar img:hover {
  opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, sass/_sidebar.scss */
  .small-the-sidebar {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  /* line 23, sass/_sidebar.scss */
  .small-the-sidebar {
    height: auto !important;
  }
}

/* line 31, sass/_sidebar.scss */
.sidebar-container {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 31, sass/_sidebar.scss */
  .sidebar-container {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, sass/_sidebar.scss */
  .sidebar-container {
    width: 96%;
  }
}
@media (max-width: 767px) {
  /* line 31, sass/_sidebar.scss */
  .sidebar-container {
    width: 96%;
  }
}

/* line 41, sass/_sidebar.scss */
.advertiseLink a {
  text-decoration: none;
  color: #332928;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
/* line 48, sass/_sidebar.scss */
.advertiseLink a:hover {
  color: #e6000d;
}

/* line 53, sass/_sidebar.scss */
.post-tags-widgets {
  margin: 30px 0;
}
/* line 57, sass/_sidebar.scss */
.post-tags-widgets h2 {
  font-family: "Bree Serif", serif;
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  border-top: #d4d2d2 1px solid;
  border-bottom: #d4d2d2 1px solid;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
/* line 69, sass/_sidebar.scss */
.post-tags-widgets li {
  float: left;
  margin-right: 7px;
  margin-top: 1px;
  margin-bottom: 7px;
}
/* line 75, sass/_sidebar.scss */
.post-tags-widgets a {
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 7px;
  color: #888;
  margin-right: 4px;
  margin-bottom: 8px;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
/* line 92, sass/_sidebar.scss */
.post-tags-widgets a:hover {
  border: 1px solid #414141;
  color: #000;
}
/* line 97, sass/_sidebar.scss */
.post-tags-widgets li:last-child {
  margin-bottom: 20px;
}

/* line 104, sass/_sidebar.scss */
.editors-favorates-widget {
  margin: 30px 0;
  clear: both;
}
/* line 108, sass/_sidebar.scss */
.editors-favorates-widget a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
}
/* line 114, sass/_sidebar.scss */
.editors-favorates-widget a:hover {
  color: #e6000d;
}
/* line 119, sass/_sidebar.scss */
.editors-favorates-widget h2 {
  font-family: "Bree Serif", serif;
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  border-top: #d4d2d2 1px solid;
  border-bottom: #d4d2d2 1px solid;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
/* line 131, sass/_sidebar.scss */
.editors-favorates-widget h3 {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 600;
  margin-top: 6px;
}
/* line 138, sass/_sidebar.scss */
.editors-favorates-widget p {
  font-size: 12px;
  text-transform: capitalize;
}
/* line 144, sass/_sidebar.scss */
.editors-favorates-widget img {
  float: left;
  margin-right: 10px;
}
/* line 149, sass/_sidebar.scss */
.editors-favorates-widget li {
  clear: both;
  margin: 10px 0;
  overflow: hidden;
  list-style: none;
  border-bottom: #d4d2d2 1px solid;
  padding-bottom: 15px;
}
/* line 159, sass/_sidebar.scss */
.editors-favorates-widget li:last-child {
  border: none;
}

/*--------------------------------------
                WIDGET
--------------------------------------*/
/* line 166, sass/_sidebar.scss */
.widget {
  margin: 30px auto;
  /* old header style
   h2{
       font-family: $title-font;   
       font-size: 26px;
       text-align: center;
       padding: 10px 0;
       border-top: $border-color 1px solid;
       border-bottom: $border-color 1px solid;
       margin-bottom: 10px;
   }
   */
}
/* line 168, sass/_sidebar.scss */
.widget h2 {
  font-family: "Bree Serif", serif;
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  border-top: #d4d2d2 1px solid;
  border-bottom: #d4d2d2 1px solid;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}

/* line 194, sass/_sidebar.scss */
.tagcloud a {
  padding: 5px 15px;
  border: #d4d2d2 1px solid;
  color: red;
}

/* line 200, sass/_sidebar.scss */
.center {
  text-align: center;
  margin: 0 auto;
  width: 260px;
}

/* line 204, sass/_sidebar.scss */
.advertiseLink {
  clear: both;
}

/*==============================================================

                        THE FOOTER

================================================================*/
/* line 7, sass/_footer.scss */
#footer {
  clear: both;
  background: #0d1115;
  overflow: hidden;
  color: #4d5155;
}
/* line 13, sass/_footer.scss */
#footer h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, sass/_footer.scss */
  #footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, sass/_footer.scss */
  #footer h2 {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  /* line 13, sass/_footer.scss */
  #footer h2 {
    font-size: 20px;
    margin: 15px 0;
  }
}

/*----------------------------------------
           SOCIAL ICON FOOTER
----------------------------------------*/
/* line 29, sass/_footer.scss */
.footer-social-icons {
  margin: 30px auto;
  text-align: center;
  position: relative;
  font-size: 14px;
}
/* line 36, sass/_footer.scss */
.footer-social-icons li {
  list-style: none;
  display: inline;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, sass/_footer.scss */
  .footer-social-icons li {
    display: block;
    margin: 16px auto;
    width: 120px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 36, sass/_footer.scss */
  .footer-social-icons li {
    display: block;
    margin: 16px auto;
    width: 120px;
    text-align: left;
  }
}
/* line 44, sass/_footer.scss */
.footer-social-icons img {
  padding-bottom: -10px;
  vertical-align: text-bottom;
}
/* line 50, sass/_footer.scss */
.footer-social-icons a {
  color: #a3a4a4;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.5s ease;
}
/* line 61, sass/_footer.scss */
.footer-social-icons a:hover {
  color: #e6000d;
}

/*----------------------------------------
            ABOUT US
----------------------------------------*/
/* line 71, sass/_footer.scss */
.about-us-footer-section {
  width: 350px;
  float: left;
  margin-right: 75px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 71, sass/_footer.scss */
  .about-us-footer-section {
    width: 290px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, sass/_footer.scss */
  .about-us-footer-section {
    margin: 0;
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 71, sass/_footer.scss */
  .about-us-footer-section {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* line 81, sass/_footer.scss */
.about-us-footer-section p {
  color: #888;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 13px;
}

/*----------------------------------------
            LATEST FREEBIES
----------------------------------------*/
/* line 93, sass/_footer.scss */
.latest-freebies-footer-section {
  width: 350px;
  float: left;
  margin-right: 75px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 93, sass/_footer.scss */
  .latest-freebies-footer-section {
    width: 290px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 93, sass/_footer.scss */
  .latest-freebies-footer-section {
    width: 100%;
    clear: both;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 93, sass/_footer.scss */
  .latest-freebies-footer-section {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* line 101, sass/_footer.scss */
.latest-freebies-footer-section a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
/* line 107, sass/_footer.scss */
.latest-freebies-footer-section a:hover {
  background: #e6000d;
}
/* line 111, sass/_footer.scss */
.latest-freebies-footer-section h3 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 15px;
}
/* line 119, sass/_footer.scss */
.latest-freebies-footer-section p {
  font-size: 14px;
  padding-top: 5px;
  text-transform: uppercase;
}
/* line 125, sass/_footer.scss */
.latest-freebies-footer-section li {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}
/* line 131, sass/_footer.scss */
.latest-freebies-footer-section img {
  float: left;
  margin-right: 10px;
  width: 75px;
  height: auto;
}
/* line 138, sass/_footer.scss */
.latest-freebies-footer-section li:last-child {
  margin-bottom: 25px;
}

/*----------------------------------------
            EMAIL FORM
----------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 146, sass/_footer.scss */
  .sign-up-to-email {
    width: 100%;
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 146, sass/_footer.scss */
  .sign-up-to-email {
    width: 100%;
  }
}

/* line 152, sass/_footer.scss */
.email-subscription-form {
  background: #151719;
  border: 0;
  outline: 0;
  height: 35px;
  color: #2e2f31;
  padding-left: 10px;
}

/* line 162, sass/_footer.scss */
.email-sign-up-button {
  background-color: #1c1c1c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhYjA1MDMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODBjMGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(0%, #ab0503), color-stop(100%, #f80c0c));
  background-image: -moz-linear-gradient(bottom, #000000 0%, #ab0503 0%, #f80c0c 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #ab0503 0%, #f80c0c 100%);
  background-image: linear-gradient(to top, #000000 0%, #ab0503 0%, #f80c0c 100%);
  border: none;
  height: 35px;
  padding: 0 15px;
  color: #fff;
}

/* line 171, sass/_footer.scss */
.email-sign-up-button:hover {
  background-color: #1c1c1c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhYjA1MDMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODBjMGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(0%, #ab0503), color-stop(100%, #f80c0c));
  background-image: -moz-linear-gradient(top, #000000 0%, #ab0503 0%, #f80c0c 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #ab0503 0%, #f80c0c 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #ab0503 0%, #f80c0c 100%);
  border: none;
  height: 35px;
  padding: 0 15px;
  color: #fff;
}

/*----------------------------------------
            COPYRIGHT COPY
----------------------------------------*/
/* line 182, sass/_footer.scss */
.copright-container {
  clear: both;
  overflow: hidden;
  text-align: center;
  background: #12171a;
  padding: 10px 0;
  margin: 35px 0;
  font-size: 11px;
}

/*----------------------------------------
            footer widget
----------------------------------------*/
/* line 195, sass/_footer.scss */
.footer-widget p {
  color: #888;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 13px;
}
/* line 202, sass/_footer.scss */
.footer-widget li {
  background: url(images/list-dot.png) no-repeat;
  background-position: 0 5px;
  padding-left: 12px;
  font-size: 13px;
  margin-bottom: 12px;
  color: #FFF;
}
/* line 211, sass/_footer.scss */
.footer-widget a {
  font-size: 13px;
  text-decoration: none;
  color: #888;
  font-family: "Open Sans", sans-serif;
  transition: all 0.5s ease;
}
/* line 218, sass/_footer.scss */
.footer-widget a:hover {
  color: #e6000d;
}

/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */
/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/
/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
/* line 22, sass/_navigataur.scss */
.header {
  position: relative;
}

/* line 23, sass/_navigataur.scss */
#toggle, .toggle {
  display: none;
}

/* line 24, sass/_navigataur.scss */
.menu > li {
  list-style: none;
  float: left;
}

/* Nicolas Gallagher micro clearfix */
/* line 27, sass/_navigataur.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 28, sass/_navigataur.scss */
.clearfix:after {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, sass/_navigataur.scss */
  .menu {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 99;
  }

  /* line 32, sass/_navigataur.scss */
  .menu > li {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }

  /* line 33, sass/_navigataur.scss */
  .menu > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 34, sass/_navigataur.scss */
  .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  /* line 35, sass/_navigataur.scss */
  #toggle:checked + div .menu {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  /* line 40, sass/_navigataur.scss */
  .menu {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 99;
  }

  /* line 41, sass/_navigataur.scss */
  .menu > li {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }

  /* line 42, sass/_navigataur.scss */
  .menu > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 43, sass/_navigataur.scss */
  .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  /* line 44, sass/_navigataur.scss */
  #toggle:checked + div .menu {
    display: block;
    opacity: 1;
  }
}
/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
/* line 51, sass/_navigataur.scss */
.header {
  min-height: 100px;
  height: 100%;
  padding: 0 20px;
  background: #FFFFFF;
}

/* line 58, sass/_navigataur.scss */
.header > h1 {
  float: left;
  padding: 30px 0 0;
  font-style: italic;
  font-family: Georgia;
  font-size: 28px;
  color: #DFDFDF;
}

/* line 67, sass/_navigataur.scss */
.nav {
  display: block;
  float: right;
}

/* line 74, sass/_navigataur.scss */
.toggle {
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  /* line 132, sass/_navigataur.scss */
  .header > h1 {
    text-align: center;
  }

  /* line 135, sass/_navigataur.scss */
  .header > h1, .nav, .toggle:after {
    float: none;
  }

  /* line 138, sass/_navigataur.scss */
  .toggle:after {
    text-align: center;
    width: 100%;
  }
}
/* line 143, sass/_navigataur.scss */
.responsive-nav {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 143, sass/_navigataur.scss */
  .responsive-nav {
    display: block;
    float: right;
  }
  /* line 148, sass/_navigataur.scss */
  .responsive-nav .fa {
    color: #fff;
    font-size: 30px;
    padding-top: 47px;
  }
}
@media (max-width: 767px) {
  /* line 143, sass/_navigataur.scss */
  .responsive-nav {
    display: block;
    float: right;
  }
  /* line 153, sass/_navigataur.scss */
  .responsive-nav .fa {
    color: #fff;
    font-size: 30px;
    padding-top: 45px;
  }
}

/* line 157, sass/_navigataur.scss */
.responsive-navContent {
  display: none;
  position: relative;
  clear: both;
  right: -110%;
  z-index: 500;
}

/* line 162, sass/_navigataur.scss */
.responsive-nav-main {
  clear: both;
  width: 100%;
  overflow: hidden;
  z-index: 400;
}
/* line 164, sass/_navigataur.scss */
.responsive-nav-main a, .responsive-nav-main a:link, .responsive-nav-main a:visited {
  display: block;
  padding: 0.75em 1.3em;
  background: #272e2c;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
/* line 165, sass/_navigataur.scss */
.responsive-nav-main a:focus, .responsive-nav-main a:hover, .responsive-nav-main a:active {
  background: #000;
  color: #fff;
  text-decoration: hover;
}

/* line 168, sass/_navigataur.scss */
.showing {
  max-height: 20em;
  position: absolute;
}

/*** PAGINATION ***/
/*********************************************************/
/* line 3, sass/_pagination.scss */
.pagination {
  height: 44px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 9, sass/_pagination.scss */
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #999;
  text-decoration: none;
}

/* line 17, sass/_pagination.scss */
.pagination li {
  display: inline;
}

/* line 21, sass/_pagination.scss */
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  background-color: #eee;
  border-radius: 3px;
  cursor: pointer;
  padding: 1px 11px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

/* line 36, sass/_pagination.scss */
.pagination li a:hover,
.pagination li.active a {
  background-color: #e6000d;
  color: #fff;
}

/* line 44, sass/_pagination.scss */
.the-main-content li.paginationList {
  clear: both;
  float: none;
}

/* line 49, sass/_pagination.scss */
.paginationList ul {
  float: left;
  height: 50px;
  width: 100%;
}

/* line 55, sass/_pagination.scss */
.paginationList li {
  display: inline;
  float: none;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 62, sass/_pagination.scss */
.pagination li a, .pagination li a:link, .pagination li a:visited, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
  float: none;
  padding: 10px 12px;
  font-size: 14px;
}

/*--pages--*/
/* line 1, sass/_open-post.scss */
.post-styleling {
  width: 97%;
}
/* line 4, sass/_open-post.scss */
.post-styleling a {
  text-decoration: none;
  color: #4DBCE9;
}
/* line 10, sass/_open-post.scss */
.post-styleling a:hover {
  color: #69D2E7;
}
/* line 14, sass/_open-post.scss */
.post-styleling p:first-child {
  margin-top: 20px;
}
/* line 18, sass/_open-post.scss */
.post-styleling p {
  font-size: 13px;
  line-height: 30px;
  margin-top: 10px;
}
/* line 24, sass/_open-post.scss */
.post-styleling h2 {
  font-size: 24px;
  padding: 20px 0;
}
/* line 28, sass/_open-post.scss */
.post-styleling img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  -moz-border-radius: 3px / 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px / 3px;
  -moz-box-shadow: 0 0 6px 2px rgba(136, 134, 134, 0.75);
  -webkit-box-shadow: 0 0 6px 2px rgba(136, 134, 134, 0.75);
  box-shadow: 0 0 6px 2px rgba(136, 134, 134, 0.75);
}

/*list styling*/
/* line 39, sass/_open-post.scss */
.post-styleling li {
  line-height: 30px;
  font-size: 15px;
  list-style: inside;
}

/* youtube video styling*/
/* line 46, sass/_open-post.scss */
.post-styleling iframe {
  height: 500px;
  width: 100%;
}

/* line 55, sass/_open-post.scss */
.post-article {
  width: 740px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 55, sass/_open-post.scss */
  .post-article {
    width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, sass/_open-post.scss */
  .post-article {
    width: 97%;
  }
}
@media (max-width: 767px) {
  /* line 55, sass/_open-post.scss */
  .post-article {
    width: 95%;
  }
}

/*-------  MAIN TITLE SECTION ----------*/
/* line 68, sass/_open-post.scss */
.open-post-title-section {
  border-bottom: #d4d2d2 solid 1px;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 75, sass/_open-post.scss */
.open-post-title-section h1 {
  font-size: 35px;
  color: #332928;
  text-align: center;
  font-family: "Bree Serif", serif;
  margin: 20px 0;
  text-transform: capitalize;
}
/* line 83, sass/_open-post.scss */
.open-post-title-section .list-page-date-stamp-post {
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #a70610;
  padding-bottom: 25px;
}

/* line 92, sass/_open-post.scss */
p.list-page-catogory-box {
  text-align: center;
  display: block;
  padding-bottom: 45px;
}
/* line 98, sass/_open-post.scss */
p.list-page-catogory-box a {
  background: #e6000d;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

/*-------  SHARING ICONS ----------*/
/* line 113, sass/_open-post.scss */
.social-sharing-buttons {
  border: #d4d2d2 solid 1px;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 113, sass/_open-post.scss */
  .social-sharing-buttons {
    width: 90%;
    padding: 20px 5px;
  }
}
@media (max-width: 767px) {
  /* line 113, sass/_open-post.scss */
  .social-sharing-buttons {
    width: 90%;
    padding: 20px 5px;
  }
}
/* line 124, sass/_open-post.scss */
.social-sharing-buttons li {
  float: left;
  margin-right: 40px;
}

/* line 130, sass/_open-post.scss */
h2.after-post-title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
  border-bottom: #d4d2d2 solid 1px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 130, sass/_open-post.scss */
  h2.after-post-title {
    width: 97%;
  }
}
@media (max-width: 767px) {
  /* line 130, sass/_open-post.scss */
  h2.after-post-title {
    width: 97%;
  }
}

/*-------  RELATED POSTS ----------*/
/* line 144, sass/_open-post.scss */
.related-post {
  clear: both;
  overflow: hidden;
}
/* line 148, sass/_open-post.scss */
.related-post a {
  text-decoration: none;
  color: #332928;
  transition: all 0.5s ease;
}
/* line 154, sass/_open-post.scss */
.related-post a:hover {
  color: #e6000d;
}
/* line 158, sass/_open-post.scss */
.related-post img {
  transition: all 0.5s ease;
  border: 1px solid #ccc;
}
/* line 164, sass/_open-post.scss */
.related-post img:hover {
  opacity: 0.7;
  border: 1px solid #414141;
}
/* line 169, sass/_open-post.scss */
.related-post h2:first-child {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
  border-bottom: #d4d2d2 solid 1px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 169, sass/_open-post.scss */
  .related-post h2:first-child {
    width: 97%;
  }
}
@media (max-width: 767px) {
  /* line 169, sass/_open-post.scss */
  .related-post h2:first-child {
    width: 97%;
  }
}
/* line 180, sass/_open-post.scss */
.related-post li {
  float: left;
  font-size: 15px;
  margin-bottom: 25px;
  padding-right: 40px;
  text-align: left;
  width: 200px;
  max-height: 172px;
}
/* line 190, sass/_open-post.scss */
.related-post li:nth-child(2n) {
  padding-right: 40px;
}
/* line 194, sass/_open-post.scss */
.related-post h2 {
  padding-top: 10px;
}

/*-------  TAGS ----------*/
/* line 204, sass/_open-post.scss */
.post-tags {
  margin: 30px 0;
}
/* line 208, sass/_open-post.scss */
.post-tags a {
  border: 1px solid #ccc;
  color: #888;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 7px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}
/* line 222, sass/_open-post.scss */
.post-tags a:hover {
  border: 1px solid #414141;
  color: #000;
}

/*-------  COMMENTS  ----------*/
/* line 231, sass/_open-post.scss */
.comments-section {
  margin-top: 25px;
}
/* line 233, sass/_open-post.scss */
.comments-section h2 {
  font-size: 26px;
  font-weight: 300;
  clear: both;
}

/*** Download button ***/
/*********************************************************/
/* line 245, sass/_open-post.scss */
.download-button {
  margin: 15px 0;
  color: #fff;
  text-decoration: none;
  width: 200px;
  padding: 15px;
  display: block;
  border: 1px solid #df3c3f;
  /* stroke */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #991f22;
  /* layer fill content */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjYzMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: linear-gradient(to top, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
}

/* line 267, sass/_open-post.scss */
.donwload-text a {
  text-align: center;
  color: #fff;
  /* text color */
  font-family: "Arial";
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}

/* line 277, sass/_open-post.scss */
.donwload-text a:hover {
  text-align: center;
  color: #e5e5e5;
  /* text color */
  font-family: "Arial";
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}

/* line 286, sass/_open-post.scss */
.download-button:hover {
  margin: 15px 0;
  color: #fff;
  text-decoration: none;
  width: 200px;
  padding: 15px;
  display: block;
  border: 1px solid #df3c3f;
  /* stroke */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #991f22;
  /* layer fill content */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjYzMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  /* gradient overlay */
  background-image: -moz-linear-gradient(top, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(top, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(top, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
  background-image: linear-gradient(to bottom, #c30000 0%, #c30000 44.12%, #fc0000 100%);
  /* gradient overlay */
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, sass/plugins/fontawesome/_core.scss */
.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 */
/* line 5, sass/plugins/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, sass/plugins/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, sass/plugins/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, sass/plugins/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, sass/plugins/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, sass/plugins/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, sass/plugins/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, sass/plugins/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, sass/plugins/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, sass/plugins/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, sass/plugins/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, sass/plugins/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, sass/plugins/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, sass/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, sass/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, sass/plugins/fontawesome/_spinning.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-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);
  }
}
/* line 4, sass/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, sass/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, sass/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, sass/plugins/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, sass/plugins/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, sass/plugins/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, sass/plugins/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, sass/plugins/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, sass/plugins/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, sass/plugins/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, sass/plugins/fontawesome/_stacked.scss */
.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 */
/* line 4, sass/plugins/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, sass/plugins/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, sass/plugins/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, sass/plugins/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, sass/plugins/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, sass/plugins/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, sass/plugins/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, sass/plugins/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, sass/plugins/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, sass/plugins/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, sass/plugins/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, sass/plugins/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, sass/plugins/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, sass/plugins/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, sass/plugins/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, sass/plugins/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, sass/plugins/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, sass/plugins/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, sass/plugins/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, sass/plugins/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, sass/plugins/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, sass/plugins/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, sass/plugins/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, sass/plugins/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, sass/plugins/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, sass/plugins/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, sass/plugins/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, sass/plugins/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, sass/plugins/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, sass/plugins/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, sass/plugins/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, sass/plugins/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, sass/plugins/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, sass/plugins/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, sass/plugins/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, sass/plugins/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, sass/plugins/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, sass/plugins/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, sass/plugins/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, sass/plugins/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, sass/plugins/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, sass/plugins/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, sass/plugins/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, sass/plugins/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, sass/plugins/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, sass/plugins/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, sass/plugins/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, sass/plugins/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, sass/plugins/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, sass/plugins/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, sass/plugins/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, sass/plugins/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, sass/plugins/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, sass/plugins/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, sass/plugins/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, sass/plugins/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, sass/plugins/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, sass/plugins/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, sass/plugins/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, sass/plugins/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, sass/plugins/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, sass/plugins/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, sass/plugins/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, sass/plugins/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, sass/plugins/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, sass/plugins/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, sass/plugins/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, sass/plugins/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, sass/plugins/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, sass/plugins/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, sass/plugins/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, sass/plugins/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, sass/plugins/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, sass/plugins/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, sass/plugins/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, sass/plugins/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, sass/plugins/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, sass/plugins/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, sass/plugins/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, sass/plugins/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, sass/plugins/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, sass/plugins/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, sass/plugins/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, sass/plugins/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, sass/plugins/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, sass/plugins/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, sass/plugins/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, sass/plugins/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, sass/plugins/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, sass/plugins/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, sass/plugins/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, sass/plugins/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, sass/plugins/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, sass/plugins/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, sass/plugins/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, sass/plugins/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, sass/plugins/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, sass/plugins/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, sass/plugins/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, sass/plugins/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, sass/plugins/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, sass/plugins/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, sass/plugins/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, sass/plugins/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, sass/plugins/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, sass/plugins/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, sass/plugins/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, sass/plugins/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, sass/plugins/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, sass/plugins/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, sass/plugins/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, sass/plugins/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, sass/plugins/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, sass/plugins/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, sass/plugins/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, sass/plugins/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, sass/plugins/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, sass/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, sass/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, sass/plugins/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, sass/plugins/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, sass/plugins/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, sass/plugins/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, sass/plugins/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, sass/plugins/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, sass/plugins/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, sass/plugins/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, sass/plugins/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, sass/plugins/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, sass/plugins/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, sass/plugins/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, sass/plugins/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, sass/plugins/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, sass/plugins/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, sass/plugins/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, sass/plugins/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 162, sass/plugins/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 163, sass/plugins/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 164, sass/plugins/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 165, sass/plugins/fontawesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 166, sass/plugins/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 167, sass/plugins/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 168, sass/plugins/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 169, sass/plugins/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 170, sass/plugins/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 171, sass/plugins/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 172, sass/plugins/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 173, sass/plugins/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 174, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 175, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 176, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 177, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 178, sass/plugins/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 179, sass/plugins/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 180, sass/plugins/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 181, sass/plugins/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 182, sass/plugins/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 183, sass/plugins/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 184, sass/plugins/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 186, sass/plugins/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 188, sass/plugins/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 189, sass/plugins/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 190, sass/plugins/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 192, sass/plugins/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 194, sass/plugins/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 195, sass/plugins/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 197, sass/plugins/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 198, sass/plugins/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 201, sass/plugins/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 202, sass/plugins/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 203, sass/plugins/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 204, sass/plugins/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 205, sass/plugins/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 206, sass/plugins/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 207, sass/plugins/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 208, sass/plugins/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 209, sass/plugins/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 210, sass/plugins/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 211, sass/plugins/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 212, sass/plugins/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 213, sass/plugins/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 214, sass/plugins/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 215, sass/plugins/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 216, sass/plugins/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 217, sass/plugins/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 218, sass/plugins/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 220, sass/plugins/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 222, sass/plugins/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 224, sass/plugins/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 225, sass/plugins/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 226, sass/plugins/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 228, sass/plugins/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 230, sass/plugins/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 232, sass/plugins/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 233, sass/plugins/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 234, sass/plugins/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 236, sass/plugins/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 237, sass/plugins/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 238, sass/plugins/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 240, sass/plugins/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 241, sass/plugins/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 242, sass/plugins/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 243, sass/plugins/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 244, sass/plugins/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 245, sass/plugins/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 246, sass/plugins/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 247, sass/plugins/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 248, sass/plugins/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 249, sass/plugins/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 250, sass/plugins/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 251, sass/plugins/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 252, sass/plugins/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 253, sass/plugins/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 254, sass/plugins/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 255, sass/plugins/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 256, sass/plugins/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 257, sass/plugins/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 258, sass/plugins/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 259, sass/plugins/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 260, sass/plugins/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 261, sass/plugins/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 262, sass/plugins/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 263, sass/plugins/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 264, sass/plugins/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 265, sass/plugins/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 266, sass/plugins/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 267, sass/plugins/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 268, sass/plugins/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 269, sass/plugins/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 270, sass/plugins/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 272, sass/plugins/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 273, sass/plugins/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 274, sass/plugins/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 275, sass/plugins/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 276, sass/plugins/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 277, sass/plugins/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 279, sass/plugins/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 280, sass/plugins/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 281, sass/plugins/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 282, sass/plugins/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 283, sass/plugins/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 284, sass/plugins/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 285, sass/plugins/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 286, sass/plugins/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 287, sass/plugins/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 288, sass/plugins/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 289, sass/plugins/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 290, sass/plugins/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 291, sass/plugins/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 293, sass/plugins/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 296, sass/plugins/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 297, sass/plugins/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 298, sass/plugins/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 299, sass/plugins/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 301, sass/plugins/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 302, sass/plugins/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 303, sass/plugins/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 304, sass/plugins/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 305, sass/plugins/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 306, sass/plugins/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 307, sass/plugins/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 308, sass/plugins/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 309, sass/plugins/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 310, sass/plugins/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 311, sass/plugins/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 312, sass/plugins/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 313, sass/plugins/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 314, sass/plugins/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 315, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 316, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 317, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 318, sass/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 319, sass/plugins/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 320, sass/plugins/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 321, sass/plugins/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 322, sass/plugins/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 323, sass/plugins/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 324, sass/plugins/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 325, sass/plugins/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 326, sass/plugins/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 327, sass/plugins/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 328, sass/plugins/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 329, sass/plugins/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 330, sass/plugins/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 331, sass/plugins/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 332, sass/plugins/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 333, sass/plugins/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 334, sass/plugins/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 335, sass/plugins/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 336, sass/plugins/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 337, sass/plugins/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 338, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 340, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 342, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 344, sass/plugins/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 346, sass/plugins/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 347, sass/plugins/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 349, sass/plugins/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 351, sass/plugins/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 355, sass/plugins/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 358, sass/plugins/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 360, sass/plugins/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 362, sass/plugins/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 363, sass/plugins/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 364, sass/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 365, sass/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 366, sass/plugins/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 367, sass/plugins/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 368, sass/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 369, sass/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 370, sass/plugins/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 371, sass/plugins/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 372, sass/plugins/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 373, sass/plugins/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 374, sass/plugins/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 375, sass/plugins/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 376, sass/plugins/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 377, sass/plugins/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 378, sass/plugins/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 379, sass/plugins/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 380, sass/plugins/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 381, sass/plugins/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 382, sass/plugins/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 383, sass/plugins/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 384, sass/plugins/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 385, sass/plugins/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 386, sass/plugins/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 387, sass/plugins/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 388, sass/plugins/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 389, sass/plugins/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 390, sass/plugins/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 391, sass/plugins/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 392, sass/plugins/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 393, sass/plugins/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 394, sass/plugins/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 395, sass/plugins/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 396, sass/plugins/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 397, sass/plugins/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 398, sass/plugins/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 399, sass/plugins/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 400, sass/plugins/fontawesome/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 401, sass/plugins/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 402, sass/plugins/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 403, sass/plugins/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 404, sass/plugins/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 405, sass/plugins/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 406, sass/plugins/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 407, sass/plugins/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 408, sass/plugins/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 409, sass/plugins/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 410, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 411, sass/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 412, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 414, sass/plugins/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 415, sass/plugins/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 416, sass/plugins/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 417, sass/plugins/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 419, sass/plugins/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 420, sass/plugins/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 421, sass/plugins/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 422, sass/plugins/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 423, sass/plugins/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 424, sass/plugins/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 425, sass/plugins/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 428, sass/plugins/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 430, sass/plugins/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 431, sass/plugins/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 432, sass/plugins/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 433, sass/plugins/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 434, sass/plugins/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 435, sass/plugins/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 436, sass/plugins/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 437, sass/plugins/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 438, sass/plugins/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 439, sass/plugins/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 440, sass/plugins/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 441, sass/plugins/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 442, sass/plugins/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 443, sass/plugins/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 444, sass/plugins/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 445, sass/plugins/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 446, sass/plugins/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 447, sass/plugins/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 448, sass/plugins/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 449, sass/plugins/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 450, sass/plugins/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 451, sass/plugins/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 452, sass/plugins/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 453, sass/plugins/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 454, sass/plugins/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 455, sass/plugins/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 457, sass/plugins/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 459, sass/plugins/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 460, sass/plugins/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 461, sass/plugins/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 462, sass/plugins/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 463, sass/plugins/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 464, sass/plugins/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 465, sass/plugins/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 466, sass/plugins/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 467, sass/plugins/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 468, sass/plugins/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 471, sass/plugins/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 473, sass/plugins/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 475, sass/plugins/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 477, sass/plugins/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 478, sass/plugins/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 479, sass/plugins/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 480, sass/plugins/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 481, sass/plugins/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 486, sass/plugins/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 487, sass/plugins/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 489, sass/plugins/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 491, sass/plugins/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 492, sass/plugins/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 493, sass/plugins/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 494, sass/plugins/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 495, sass/plugins/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 496, sass/plugins/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 498, sass/plugins/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 500, sass/plugins/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 502, sass/plugins/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 503, sass/plugins/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 504, sass/plugins/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 505, sass/plugins/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 506, sass/plugins/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 507, sass/plugins/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 508, sass/plugins/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 509, sass/plugins/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 510, sass/plugins/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 512, sass/plugins/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 513, sass/plugins/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 514, sass/plugins/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 515, sass/plugins/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 516, sass/plugins/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 517, sass/plugins/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 518, sass/plugins/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 519, sass/plugins/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 520, sass/plugins/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 521, sass/plugins/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 522, sass/plugins/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 523, sass/plugins/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 524, sass/plugins/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 525, sass/plugins/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 526, sass/plugins/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 527, sass/plugins/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 528, sass/plugins/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 529, sass/plugins/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 530, sass/plugins/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 531, sass/plugins/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 532, sass/plugins/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 533, sass/plugins/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 534, sass/plugins/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 535, sass/plugins/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 536, sass/plugins/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 537, sass/plugins/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 538, sass/plugins/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 539, sass/plugins/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 540, sass/plugins/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 541, sass/plugins/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 542, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 543, sass/plugins/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 544, sass/plugins/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 545, sass/plugins/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 546, sass/plugins/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 547, sass/plugins/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 548, sass/plugins/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 549, sass/plugins/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 552, sass/plugins/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, sass/plugins/_owl-carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, sass/plugins/_owl-carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, sass/plugins/_owl-carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, sass/plugins/_owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

/* line 121, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, sass/plugins/_owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, sass/plugins/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, sass/plugins/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, sass/plugins/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, sass/plugins/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, sass/plugins/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, sass/plugins/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, sass/plugins/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 269, sass/plugins/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, sass/plugins/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, sass/plugins/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, sass/plugins/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, sass/plugins/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, sass/plugins/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, sass/plugins/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, sass/plugins/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, sass/plugins/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, sass/plugins/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, sass/plugins/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, sass/plugins/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, sass/plugins/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, sass/plugins/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, sass/plugins/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, sass/plugins/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, sass/plugins/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, sass/plugins/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, sass/plugins/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, sass/plugins/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, sass/plugins/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, sass/plugins/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, sass/plugins/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1341, sass/plugins/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1370, sass/plugins/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1399, sass/plugins/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1428, sass/plugins/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1457, sass/plugins/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1486, sass/plugins/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1515, sass/plugins/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1544, sass/plugins/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, sass/plugins/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1652, sass/plugins/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1725, sass/plugins/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1798, sass/plugins/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1843, sass/plugins/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1890, sass/plugins/animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1951, sass/plugins/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1982, sass/plugins/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2025, sass/plugins/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2066, sass/plugins/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, sass/plugins/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2148, sass/plugins/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2189, sass/plugins/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2226, sass/plugins/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2263, sass/plugins/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2300, sass/plugins/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2337, sass/plugins/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2374, sass/plugins/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2447, sass/plugins/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2482, sass/plugins/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2513, sass/plugins/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2542, sass/plugins/animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2583, sass/plugins/animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2624, sass/plugins/animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2665, sass/plugins/animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2706, sass/plugins/animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2743, sass/plugins/animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2788, sass/plugins/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2825, sass/plugins/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2862, sass/plugins/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2907, sass/plugins/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2938, sass/plugins/animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2969, sass/plugins/animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3000, sass/plugins/animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3031, sass/plugins/animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3062, sass/plugins/animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3093, sass/plugins/animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3124, sass/plugins/animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3155, sass/plugins/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*--------------------------------------
RESPONSIVE
@include breakpoint(large-desktop){padding:20px; }
@include breakpoint(desktop){padding:20px; }
@include breakpoint(tablet){padding:20px; }
@include breakpoint(mobile){padding:20px; }
--------------------------------------*/
/* line 65, sass/style.scss */
body {
  background: url("images/background-grunge-texture.jpg") repeat;
}

/* line 69, sass/style.scss */
.container {
  width: 1170px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 69, sass/style.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 69, sass/style.scss */
  .container {
    width: 97%;
  }
}
@media (max-width: 767px) {
  /* line 69, sass/style.scss */
  .container {
    width: 97%;
  }
}

/* line 78, sass/style.scss */
h2, h3, h4, p {
  font-family: "Open Sans", sans-serif;
}
