/*
Theme Name: BoytHarness_2017
Author: Nicholas Benoit
Author URI: http://www.benoitdesigninc.com
Description: Boyt Harness Company 2017 Site Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Benoit_2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/2fd087");
@import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,300italic,400italic,500,italic,700italic);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    margin-right: .5em; }
  .main-navigation a {
    display: block; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: white; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/*------------------------------------*\
    $GRID SYSTEM (modified Bootstrap)
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  width: 93.75%;
  max-width: 1200px; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 93.75%; } }
  .container.full_width {
    max-width: none; }

.row {
  margin-left: -2.2%;
  margin-right: -2.2%; }

[class^="col-"], [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding: 0 2.2%;
  float: left;
  width: 100%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }
  .col-xs-11 [class^="col-nested-"], .col-xs-11 [class*=" col-nested-"] {
    padding: 0 1.09090909091%; }
  .col-xs-11 .col-nested-10 {
    width: 90.9090909090909091%; }
  .col-xs-11 .col-nested-9 {
    width: 81.8181818181818182%; }
  .col-xs-11 .col-nested-8 {
    width: 72.7272727272727273%; }
  .col-xs-11 .col-nested-7 {
    width: 63.6363636363636364%; }
  .col-xs-11 .col-nested-6 {
    width: 54.5454545454545455%; }
  .col-xs-11 .col-nested-5 {
    width: 45.4545454545454545%; }
  .col-xs-11 .col-nested-4 {
    width: 36.3636363636363636%; }
  .col-xs-11 .col-nested-3 {
    width: 27.2727272727272727%; }
  .col-xs-11 .col-nested-2 {
    width: 18.1818181818181818%; }
  .col-xs-11 .col-nested-1 {
    width: 9.0909090909090909%; }

.col-xs-10 {
  width: 83.33333333%; }
  .col-xs-10 [class^="col-nested-"], .col-xs-10 [class*=" col-nested"] {
    padding: 0 1.2%; }
  .col-xs-10 .col-nested-9 {
    width: 90%; }
  .col-xs-10 .col-nested-8 {
    width: 80%; }
  .col-xs-10 .col-nested-7 {
    width: 70%; }
  .col-xs-10 .col-nested-6 {
    width: 60%; }
  .col-xs-10 .col-nested-5 {
    width: 50%; }
  .col-xs-10 .col-nested-4 {
    width: 40%; }
  .col-xs-10 .col-nested-3 {
    width: 30%; }
  .col-xs-10 .col-nested-2 {
    width: 20%; }
  .col-xs-10 .col-nested-1 {
    width: 10%; }

.col-xs-9 {
  width: 75%; }
  .col-xs-9 [class^="col-nested-"], .col-xs-9 [class*=" col-nested"] {
    padding: 0 1.3333333333%; }
  .col-xs-9 .col-nested-8 {
    width: 88.8888888889%; }
  .col-xs-9 .col-nested-7 {
    width: 77.7777777778%; }
  .col-xs-9 .col-nested-6 {
    width: 66.6666666667%; }
  .col-xs-9 .col-nested-5 {
    width: 55.5555555556%; }
  .col-xs-9 .col-nested-4 {
    width: 44.4444444444%; }
  .col-xs-9 .col-nested-3 {
    width: 33.3333333333%; }
  .col-xs-9 .col-nested-2 {
    width: 22.2222222222%; }
  .col-xs-9 .col-nested-1 {
    width: 11.1111111111%; }

.col-xs-8 {
  width: 66.66666667%; }
  .col-xs-8 [class^="col-nested-"], .col-xs-8 [class*=" col-nested"] {
    padding: 0 1.5%; }
  .col-xs-8 .col-nested-7 {
    width: 87.5%; }
  .col-xs-8 .col-nested-6 {
    width: 75%; }
  .col-xs-8 .col-nested-5 {
    width: 62.5%; }
  .col-xs-8 .col-nested-4 {
    width: 50%; }
  .col-xs-8 .col-nested-3 {
    width: 37.5%; }
  .col-xs-8 .col-nested-2 {
    width: 25%; }
  .col-xs-8 .col-nested-1 {
    width: 12.5%; }

.col-xs-7 {
  width: 58.33333333%; }
  .col-xs-7 [class^="col-nested-"], .col-xs-7 [class*=" col-nested"] {
    padding: 0 1.714285714286%; }
  .col-xs-7 .col-nested-6 {
    width: 85.714285714286%; }
  .col-xs-7 .col-nested-5 {
    width: 71.428571428571%; }
  .col-xs-7 .col-nested-4 {
    width: 57.142857142857%; }
  .col-xs-7 .col-nested-3 {
    width: 42.857142857143%; }
  .col-xs-7 .col-nested-2 {
    width: 28.571428571429%; }
  .col-xs-7 .col-nested-1 {
    width: 14.285714285714%; }

.col-xs-6 {
  width: 50%; }
  .col-xs-6 [class^="col-nested-"], .col-xs-6 [class*=" col-nested"] {
    padding: 0 2%; }
  .col-xs-6 .col-nested-5 {
    width: 83.3333333333%; }
  .col-xs-6 .col-nested-4 {
    width: 66.6666666667%; }
  .col-xs-6 .col-nested-3 {
    width: 50%; }
  .col-xs-6 .col-nested-2 {
    width: 33.3333333333%; }
  .col-xs-6 .col-nested-1 {
    width: 16.6666666667%; }

.col-xs-5 {
  width: 41.66666667%; }
  .col-xs-5 [class^="col-nested-"], .col-xs-5 [class*=" col-nested"] {
    padding: 0 2.4%; }
  .col-xs-5 .col-nested-4 {
    width: 80%; }
  .col-xs-5 .col-nested-3 {
    width: 60%; }
  .col-xs-5 .col-nested-2 {
    width: 40%; }
  .col-xs-5 .col-nested-1 {
    width: 20%; }

.col-xs-4 {
  width: 33.33333333%; }
  .col-xs-4 [class^="col-nested-"], .col-xs-4 [class*=" col-nested"] {
    padding: 0 3%; }
  .col-xs-4 .col-nested-3 {
    width: 75%; }
  .col-xs-4 .col-nested-2 {
    width: 50%; }
  .col-xs-4 .col-nested-1 {
    width: 25%; }

.col-xs-3 {
  width: 25%; }
  .col-xs-3 [class^="col-nested-"], .col-xs-3 [class*=" col-nested"] {
    padding: 0 4%; }
  .col-xs-3 .col-nested-2 {
    width: 66.6666666667%; }
  .col-xs-3 .col-nested-1 {
    width: 33.3333333333%; }

.col-xs-2 {
  width: 16.66666667%; }
  .col-xs-2 [class^="col-nested-"], .col-xs-2 [class*=" col-nested"] {
    padding: 0 6%; }
  .col-xs-2 .col-nested-1 {
    width: 50%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 600px) {
  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }
    .col-sm-11 [class^="col-nested-"], .col-sm-11 [class*=" col-nested-"] {
      padding: 0 1.09090909091%; }
    .col-sm-11 .col-nested-10 {
      width: 90.9090909090909091%; }
    .col-sm-11 .col-nested-9 {
      width: 81.8181818181818182%; }
    .col-sm-11 .col-nested-8 {
      width: 72.7272727272727273%; }
    .col-sm-11 .col-nested-7 {
      width: 63.6363636363636364%; }
    .col-sm-11 .col-nested-6 {
      width: 54.5454545454545455%; }
    .col-sm-11 .col-nested-5 {
      width: 45.4545454545454545%; }
    .col-sm-11 .col-nested-4 {
      width: 36.3636363636363636%; }
    .col-sm-11 .col-nested-3 {
      width: 27.2727272727272727%; }
    .col-sm-11 .col-nested-2 {
      width: 18.1818181818181818%; }
    .col-sm-11 .col-nested-1 {
      width: 9.0909090909090909%; }

  .col-sm-10 {
    width: 83.33333333%; }
    .col-sm-10 [class^="col-nested-"], .col-sm-10 [class*=" col-nested"] {
      padding: 0 1.2%; }
    .col-sm-10 .col-nested-9 {
      width: 90%; }
    .col-sm-10 .col-nested-8 {
      width: 80%; }
    .col-sm-10 .col-nested-7 {
      width: 70%; }
    .col-sm-10 .col-nested-6 {
      width: 60%; }
    .col-sm-10 .col-nested-5 {
      width: 50%; }
    .col-sm-10 .col-nested-4 {
      width: 40%; }
    .col-sm-10 .col-nested-3 {
      width: 30%; }
    .col-sm-10 .col-nested-2 {
      width: 20%; }
    .col-sm-10 .col-nested-1 {
      width: 10%; }

  .col-sm-9 {
    width: 75%; }
    .col-sm-9 [class^="col-nested-"], .col-sm-9 [class*=" col-nested"] {
      padding: 0 1.3333333333%; }
    .col-sm-9 .col-nested-8 {
      width: 88.8888888889%; }
    .col-sm-9 .col-nested-7 {
      width: 77.7777777778%; }
    .col-sm-9 .col-nested-6 {
      width: 66.6666666667%; }
    .col-sm-9 .col-nested-5 {
      width: 55.5555555556%; }
    .col-sm-9 .col-nested-4 {
      width: 44.4444444444%; }
    .col-sm-9 .col-nested-3 {
      width: 33.3333333333%; }
    .col-sm-9 .col-nested-2 {
      width: 22.2222222222%; }
    .col-sm-9 .col-nested-1 {
      width: 11.1111111111%; }

  .col-sm-8 {
    width: 66.66666667%; }
    .col-sm-8 [class^="col-nested-"], .col-sm-8 [class*=" col-nested"] {
      padding: 0 1.5%; }
    .col-sm-8 .col-nested-7 {
      width: 87.5%; }
    .col-sm-8 .col-nested-6 {
      width: 75%; }
    .col-sm-8 .col-nested-5 {
      width: 62.5%; }
    .col-sm-8 .col-nested-4 {
      width: 50%; }
    .col-sm-8 .col-nested-3 {
      width: 37.5%; }
    .col-sm-8 .col-nested-2 {
      width: 25%; }
    .col-sm-8 .col-nested-1 {
      width: 12.5%; }

  .col-sm-7 {
    width: 58.33333333%; }
    .col-sm-7 [class^="col-nested-"], .col-sm-7 [class*=" col-nested"] {
      padding: 0 1.714285714286%; }
    .col-sm-7 .col-nested-6 {
      width: 85.714285714286%; }
    .col-sm-7 .col-nested-5 {
      width: 71.428571428571%; }
    .col-sm-7 .col-nested-4 {
      width: 57.142857142857%; }
    .col-sm-7 .col-nested-3 {
      width: 42.857142857143%; }
    .col-sm-7 .col-nested-2 {
      width: 28.571428571429%; }
    .col-sm-7 .col-nested-1 {
      width: 14.285714285714%; }

  .col-sm-6 {
    width: 50%; }
    .col-sm-6 [class^="col-nested-"], .col-sm-6 [class*=" col-nested"] {
      padding: 0 2%; }
    .col-sm-6 .col-nested-5 {
      width: 83.3333333333%; }
    .col-sm-6 .col-nested-4 {
      width: 66.6666666667%; }
    .col-sm-6 .col-nested-3 {
      width: 50%; }
    .col-sm-6 .col-nested-2 {
      width: 33.3333333333%; }
    .col-sm-6 .col-nested-1 {
      width: 16.6666666667%; }

  .col-sm-5 {
    width: 41.66666667%; }
    .col-sm-5 [class^="col-nested-"], .col-sm-5 [class*=" col-nested"] {
      padding: 0 2.4%; }
    .col-sm-5 .col-nested-4 {
      width: 80%; }
    .col-sm-5 .col-nested-3 {
      width: 60%; }
    .col-sm-5 .col-nested-2 {
      width: 40%; }
    .col-sm-5 .col-nested-1 {
      width: 20%; }

  .col-sm-4 {
    width: 33.33333333%; }
    .col-sm-4 [class^="col-nested-"], .col-sm-4 [class*=" col-nested"] {
      padding: 0 3%; }
    .col-sm-4 .col-nested-3 {
      width: 75%; }
    .col-sm-4 .col-nested-2 {
      width: 50%; }
    .col-sm-4 .col-nested-1 {
      width: 25%; }

  .col-sm-3 {
    width: 25%; }
    .col-sm-3 [class^="col-nested-"], .col-sm-3 [class*=" col-nested"] {
      padding: 0 4%; }
    .col-sm-3 .col-nested-2 {
      width: 66.6666666667%; }
    .col-sm-3 .col-nested-1 {
      width: 33.3333333333%; }

  .col-sm-2 {
    width: 16.66666667%; }
    .col-sm-2 [class^="col-nested-"], .col-sm-2 [class*=" col-nested"] {
      padding: 0 6%; }
    .col-sm-2 .col-nested-1 {
      width: 50%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }
    .col-md-11 [class^="col-nested-"], .col-md-11 [class*=" col-nested-"] {
      padding: 0 1.09090909091%; }
    .col-md-11 .col-nested-10 {
      width: 90.9090909090909091%; }
    .col-md-11 .col-nested-9 {
      width: 81.8181818181818182%; }
    .col-md-11 .col-nested-8 {
      width: 72.7272727272727273%; }
    .col-md-11 .col-nested-7 {
      width: 63.6363636363636364%; }
    .col-md-11 .col-nested-6 {
      width: 54.5454545454545455%; }
    .col-md-11 .col-nested-5 {
      width: 45.4545454545454545%; }
    .col-md-11 .col-nested-4 {
      width: 36.3636363636363636%; }
    .col-md-11 .col-nested-3 {
      width: 27.2727272727272727%; }
    .col-md-11 .col-nested-2 {
      width: 18.1818181818181818%; }
    .col-md-11 .col-nested-1 {
      width: 9.0909090909090909%; }

  .col-md-10 {
    width: 83.33333333%; }
    .col-md-10 [class^="col-nested-"], .col-md-10 [class*=" col-nested"] {
      padding: 0 1.2%; }
    .col-md-10 .col-nested-9 {
      width: 90%; }
    .col-md-10 .col-nested-8 {
      width: 80%; }
    .col-md-10 .col-nested-7 {
      width: 70%; }
    .col-md-10 .col-nested-6 {
      width: 60%; }
    .col-md-10 .col-nested-5 {
      width: 50%; }
    .col-md-10 .col-nested-4 {
      width: 40%; }
    .col-md-10 .col-nested-3 {
      width: 30%; }
    .col-md-10 .col-nested-2 {
      width: 20%; }
    .col-md-10 .col-nested-1 {
      width: 10%; }

  .col-md-9 {
    width: 75%; }
    .col-md-9 [class^="col-nested-"], .col-md-9 [class*=" col-nested"] {
      padding: 0 1.3333333333%; }
    .col-md-9 .col-nested-8 {
      width: 88.8888888889%; }
    .col-md-9 .col-nested-7 {
      width: 77.7777777778%; }
    .col-md-9 .col-nested-6 {
      width: 66.6666666667%; }
    .col-md-9 .col-nested-5 {
      width: 55.5555555556%; }
    .col-md-9 .col-nested-4 {
      width: 44.4444444444%; }
    .col-md-9 .col-nested-3 {
      width: 33.3333333333%; }
    .col-md-9 .col-nested-2 {
      width: 22.2222222222%; }
    .col-md-9 .col-nested-1 {
      width: 11.1111111111%; }

  .col-md-8 {
    width: 66.66666667%; }
    .col-md-8 [class^="col-nested-"], .col-md-8 [class*=" col-nested"] {
      padding: 0 1.5%; }
    .col-md-8 .col-nested-7 {
      width: 87.5%; }
    .col-md-8 .col-nested-6 {
      width: 75%; }
    .col-md-8 .col-nested-5 {
      width: 62.5%; }
    .col-md-8 .col-nested-4 {
      width: 50%; }
    .col-md-8 .col-nested-3 {
      width: 37.5%; }
    .col-md-8 .col-nested-2 {
      width: 25%; }
    .col-md-8 .col-nested-1 {
      width: 12.5%; }

  .col-md-7 {
    width: 58.33333333%; }
    .col-md-7 [class^="col-nested-"], .col-md-7 [class*=" col-nested"] {
      padding: 0 1.714285714286%; }
    .col-md-7 .col-nested-6 {
      width: 85.714285714286%; }
    .col-md-7 .col-nested-5 {
      width: 71.428571428571%; }
    .col-md-7 .col-nested-4 {
      width: 57.142857142857%; }
    .col-md-7 .col-nested-3 {
      width: 42.857142857143%; }
    .col-md-7 .col-nested-2 {
      width: 28.571428571429%; }
    .col-md-7 .col-nested-1 {
      width: 14.285714285714%; }

  .col-md-6 {
    width: 50%; }
    .col-md-6 [class^="col-nested-"], .col-md-6 [class*=" col-nested"] {
      padding: 0 2%; }
    .col-md-6 .col-nested-5 {
      width: 83.3333333333%; }
    .col-md-6 .col-nested-4 {
      width: 66.6666666667%; }
    .col-md-6 .col-nested-3 {
      width: 50%; }
    .col-md-6 .col-nested-2 {
      width: 33.3333333333%; }
    .col-md-6 .col-nested-1 {
      width: 16.6666666667%; }

  .col-md-5 {
    width: 41.66666667%; }
    .col-md-5 [class^="col-nested-"], .col-md-5 [class*=" col-nested"] {
      padding: 0 2.4%; }
    .col-md-5 .col-nested-4 {
      width: 80%; }
    .col-md-5 .col-nested-3 {
      width: 60%; }
    .col-md-5 .col-nested-2 {
      width: 40%; }
    .col-md-5 .col-nested-1 {
      width: 20%; }

  .col-md-4 {
    width: 33.33333333%; }
    .col-md-4 [class^="col-nested-"], .col-md-4 [class*=" col-nested"] {
      padding: 0 3%; }
    .col-md-4 .col-nested-3 {
      width: 75%; }
    .col-md-4 .col-nested-2 {
      width: 50%; }
    .col-md-4 .col-nested-1 {
      width: 25%; }

  .col-md-3 {
    width: 25%; }
    .col-md-3 [class^="col-nested-"], .col-md-3 [class*=" col-nested"] {
      padding: 0 4%; }
    .col-md-3 .col-nested-2 {
      width: 66.6666666667%; }
    .col-md-3 .col-nested-1 {
      width: 33.3333333333%; }

  .col-md-2 {
    width: 16.66666667%; }
    .col-md-2 [class^="col-nested-"], .col-md-2 [class*=" col-nested"] {
      padding: 0 6%; }
    .col-md-2 .col-nested-1 {
      width: 50%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }
    .col-lg-11 [class^="col-nested-"], .col-lg-11 [class*=" col-nested-"] {
      padding: 0 1.09090909091%; }
    .col-lg-11 .col-nested-10 {
      width: 90.9090909090909091%; }
    .col-lg-11 .col-nested-9 {
      width: 81.8181818181818182%; }
    .col-lg-11 .col-nested-8 {
      width: 72.7272727272727273%; }
    .col-lg-11 .col-nested-7 {
      width: 63.6363636363636364%; }
    .col-lg-11 .col-nested-6 {
      width: 54.5454545454545455%; }
    .col-lg-11 .col-nested-5 {
      width: 45.4545454545454545%; }
    .col-lg-11 .col-nested-4 {
      width: 36.3636363636363636%; }
    .col-lg-11 .col-nested-3 {
      width: 27.2727272727272727%; }
    .col-lg-11 .col-nested-2 {
      width: 18.1818181818181818%; }
    .col-lg-11 .col-nested-1 {
      width: 9.0909090909090909%; }

  .col-lg-10 {
    width: 83.33333333%; }
    .col-lg-10 [class^="col-nested-"], .col-lg-10 [class*=" col-nested"] {
      padding: 0 1.2%; }
    .col-lg-10 .col-nested-9 {
      width: 90%; }
    .col-lg-10 .col-nested-8 {
      width: 80%; }
    .col-lg-10 .col-nested-7 {
      width: 70%; }
    .col-lg-10 .col-nested-6 {
      width: 60%; }
    .col-lg-10 .col-nested-5 {
      width: 50%; }
    .col-lg-10 .col-nested-4 {
      width: 40%; }
    .col-lg-10 .col-nested-3 {
      width: 30%; }
    .col-lg-10 .col-nested-2 {
      width: 20%; }
    .col-lg-10 .col-nested-1 {
      width: 10%; }

  .col-lg-9 {
    width: 75%; }
    .col-lg-9 [class^="col-nested-"], .col-lg-9 [class*=" col-nested"] {
      padding: 0 1.3333333333%; }
    .col-lg-9 .col-nested-8 {
      width: 88.8888888889%; }
    .col-lg-9 .col-nested-7 {
      width: 77.7777777778%; }
    .col-lg-9 .col-nested-6 {
      width: 66.6666666667%; }
    .col-lg-9 .col-nested-5 {
      width: 55.5555555556%; }
    .col-lg-9 .col-nested-4 {
      width: 44.4444444444%; }
    .col-lg-9 .col-nested-3 {
      width: 33.3333333333%; }
    .col-lg-9 .col-nested-2 {
      width: 22.2222222222%; }
    .col-lg-9 .col-nested-1 {
      width: 11.1111111111%; }

  .col-lg-8 {
    width: 66.66666667%; }
    .col-lg-8 [class^="col-nested-"], .col-lg-8 [class*=" col-nested"] {
      padding: 0 1.5%; }
    .col-lg-8 .col-nested-7 {
      width: 87.5%; }
    .col-lg-8 .col-nested-6 {
      width: 75%; }
    .col-lg-8 .col-nested-5 {
      width: 62.5%; }
    .col-lg-8 .col-nested-4 {
      width: 50%; }
    .col-lg-8 .col-nested-3 {
      width: 37.5%; }
    .col-lg-8 .col-nested-2 {
      width: 25%; }
    .col-lg-8 .col-nested-1 {
      width: 12.5%; }

  .col-lg-7 {
    width: 58.33333333%; }
    .col-lg-7 [class^="col-nested-"], .col-lg-7 [class*=" col-nested"] {
      padding: 0 1.714285714286%; }
    .col-lg-7 .col-nested-6 {
      width: 85.714285714286%; }
    .col-lg-7 .col-nested-5 {
      width: 71.428571428571%; }
    .col-lg-7 .col-nested-4 {
      width: 57.142857142857%; }
    .col-lg-7 .col-nested-3 {
      width: 42.857142857143%; }
    .col-lg-7 .col-nested-2 {
      width: 28.571428571429%; }
    .col-lg-7 .col-nested-1 {
      width: 14.285714285714%; }

  .col-lg-6 {
    width: 50%; }
    .col-lg-6 [class^="col-nested-"], .col-lg-6 [class*=" col-nested"] {
      padding: 0 2%; }
    .col-lg-6 .col-nested-5 {
      width: 83.3333333333%; }
    .col-lg-6 .col-nested-4 {
      width: 66.6666666667%; }
    .col-lg-6 .col-nested-3 {
      width: 50%; }
    .col-lg-6 .col-nested-2 {
      width: 33.3333333333%; }
    .col-lg-6 .col-nested-1 {
      width: 16.6666666667%; }

  .col-lg-5 {
    width: 41.66666667%; }
    .col-lg-5 [class^="col-nested-"], .col-lg-5 [class*=" col-nested"] {
      padding: 0 2.4%; }
    .col-lg-5 .col-nested-4 {
      width: 80%; }
    .col-lg-5 .col-nested-3 {
      width: 60%; }
    .col-lg-5 .col-nested-2 {
      width: 40%; }
    .col-lg-5 .col-nested-1 {
      width: 20%; }

  .col-lg-4 {
    width: 33.33333333%; }
    .col-lg-4 [class^="col-nested-"], .col-lg-4 [class*=" col-nested"] {
      padding: 0 3%; }
    .col-lg-4 .col-nested-3 {
      width: 75%; }
    .col-lg-4 .col-nested-2 {
      width: 50%; }
    .col-lg-4 .col-nested-1 {
      width: 25%; }

  .col-lg-3 {
    width: 25%; }
    .col-lg-3 [class^="col-nested-"], .col-lg-3 [class*=" col-nested"] {
      padding: 0 4%; }
    .col-lg-3 .col-nested-2 {
      width: 66.6666666667%; }
    .col-lg-3 .col-nested-1 {
      width: 33.3333333333%; }

  .col-lg-2 {
    width: 16.66666667%; }
    .col-lg-2 [class^="col-nested-"], .col-lg-2 [class*=" col-nested"] {
      padding: 0 6%; }
    .col-lg-2 .col-nested-1 {
      width: 50%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1280px) {
  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }
    .col-xl-11 [class^="col-nested-"], .col-xl-11 [class*=" col-nested-"] {
      padding: 0 1.09090909091%; }
    .col-xl-11 .col-nested-10 {
      width: 90.9090909090909091%; }
    .col-xl-11 .col-nested-9 {
      width: 81.8181818181818182%; }
    .col-xl-11 .col-nested-8 {
      width: 72.7272727272727273%; }
    .col-xl-11 .col-nested-7 {
      width: 63.6363636363636364%; }
    .col-xl-11 .col-nested-6 {
      width: 54.5454545454545455%; }
    .col-xl-11 .col-nested-5 {
      width: 45.4545454545454545%; }
    .col-xl-11 .col-nested-4 {
      width: 36.3636363636363636%; }
    .col-xl-11 .col-nested-3 {
      width: 27.2727272727272727%; }
    .col-xl-11 .col-nested-2 {
      width: 18.1818181818181818%; }
    .col-xl-11 .col-nested-1 {
      width: 9.0909090909090909%; }

  .col-xl-10 {
    width: 83.33333333%; }
    .col-xl-10 [class^="col-nested-"], .col-xl-10 [class*=" col-nested"] {
      padding: 0 1.2%; }
    .col-xl-10 .col-nested-9 {
      width: 90%; }
    .col-xl-10 .col-nested-8 {
      width: 80%; }
    .col-xl-10 .col-nested-7 {
      width: 70%; }
    .col-xl-10 .col-nested-6 {
      width: 60%; }
    .col-xl-10 .col-nested-5 {
      width: 50%; }
    .col-xl-10 .col-nested-4 {
      width: 40%; }
    .col-xl-10 .col-nested-3 {
      width: 30%; }
    .col-xl-10 .col-nested-2 {
      width: 20%; }
    .col-xl-10 .col-nested-1 {
      width: 10%; }

  .col-xl-9 {
    width: 75%; }
    .col-xl-9 [class^="col-nested-"], .col-xl-9 [class*=" col-nested"] {
      padding: 0 1.3333333333%; }
    .col-xl-9 .col-nested-8 {
      width: 88.8888888889%; }
    .col-xl-9 .col-nested-7 {
      width: 77.7777777778%; }
    .col-xl-9 .col-nested-6 {
      width: 66.6666666667%; }
    .col-xl-9 .col-nested-5 {
      width: 55.5555555556%; }
    .col-xl-9 .col-nested-4 {
      width: 44.4444444444%; }
    .col-xl-9 .col-nested-3 {
      width: 33.3333333333%; }
    .col-xl-9 .col-nested-2 {
      width: 22.2222222222%; }
    .col-xl-9 .col-nested-1 {
      width: 11.1111111111%; }

  .col-xl-8 {
    width: 66.66666667%; }
    .col-xl-8 [class^="col-nested-"], .col-xl-8 [class*=" col-nested"] {
      padding: 0 1.5%; }
    .col-xl-8 .col-nested-7 {
      width: 87.5%; }
    .col-xl-8 .col-nested-6 {
      width: 75%; }
    .col-xl-8 .col-nested-5 {
      width: 62.5%; }
    .col-xl-8 .col-nested-4 {
      width: 50%; }
    .col-xl-8 .col-nested-3 {
      width: 37.5%; }
    .col-xl-8 .col-nested-2 {
      width: 25%; }
    .col-xl-8 .col-nested-1 {
      width: 12.5%; }

  .col-xl-7 {
    width: 58.33333333%; }
    .col-xl-7 [class^="col-nested-"], .col-xl-7 [class*=" col-nested"] {
      padding: 0 1.714285714286%; }
    .col-xl-7 .col-nested-6 {
      width: 85.714285714286%; }
    .col-xl-7 .col-nested-5 {
      width: 71.428571428571%; }
    .col-xl-7 .col-nested-4 {
      width: 57.142857142857%; }
    .col-xl-7 .col-nested-3 {
      width: 42.857142857143%; }
    .col-xl-7 .col-nested-2 {
      width: 28.571428571429%; }
    .col-xl-7 .col-nested-1 {
      width: 14.285714285714%; }

  .col-xl-6 {
    width: 50%; }
    .col-xl-6 [class^="col-nested-"], .col-xl-6 [class*=" col-nested"] {
      padding: 0 2%; }
    .col-xl-6 .col-nested-5 {
      width: 83.3333333333%; }
    .col-xl-6 .col-nested-4 {
      width: 66.6666666667%; }
    .col-xl-6 .col-nested-3 {
      width: 50%; }
    .col-xl-6 .col-nested-2 {
      width: 33.3333333333%; }
    .col-xl-6 .col-nested-1 {
      width: 16.6666666667%; }

  .col-xl-5 {
    width: 41.66666667%; }
    .col-xl-5 [class^="col-nested-"], .col-xl-5 [class*=" col-nested"] {
      padding: 0 2.4%; }
    .col-xl-5 .col-nested-4 {
      width: 80%; }
    .col-xl-5 .col-nested-3 {
      width: 60%; }
    .col-xl-5 .col-nested-2 {
      width: 40%; }
    .col-xl-5 .col-nested-1 {
      width: 20%; }

  .col-xl-4 {
    width: 33.33333333%; }
    .col-xl-4 [class^="col-nested-"], .col-xl-4 [class*=" col-nested"] {
      padding: 0 3%; }
    .col-xl-4 .col-nested-3 {
      width: 75%; }
    .col-xl-4 .col-nested-2 {
      width: 50%; }
    .col-xl-4 .col-nested-1 {
      width: 25%; }

  .col-xl-3 {
    width: 25%; }
    .col-xl-3 [class^="col-nested-"], .col-xl-3 [class*=" col-nested"] {
      padding: 0 4%; }
    .col-xl-3 .col-nested-2 {
      width: 66.6666666667%; }
    .col-xl-3 .col-nested-1 {
      width: 33.3333333333%; }

  .col-xl-2 {
    width: 16.66666667%; }
    .col-xl-2 [class^="col-nested-"], .col-xl-2 [class*=" col-nested"] {
      padding: 0 6%; }
    .col-xl-2 .col-nested-1 {
      width: 50%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-pull-11 {
    right: 91.66666667%; }

  .col-xl-pull-10 {
    right: 83.33333333%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-8 {
    right: 66.66666667%; }

  .col-xl-pull-7 {
    right: 58.33333333%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-5 {
    right: 41.66666667%; }

  .col-xl-pull-4 {
    right: 33.33333333%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-2 {
    right: 16.66666667%; }

  .col-xl-pull-1 {
    right: 8.33333333%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-push-11 {
    left: 91.66666667%; }

  .col-xl-push-10 {
    left: 83.33333333%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-8 {
    left: 66.66666667%; }

  .col-xl-push-7 {
    left: 58.33333333%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-5 {
    left: 41.66666667%; }

  .col-xl-push-4 {
    left: 33.33333333%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-2 {
    left: 16.66666667%; }

  .col-xl-push-1 {
    left: 8.33333333%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-offset-12 {
    margin-left: 100%; }

  .col-xl-offset-11 {
    margin-left: 91.66666667%; }

  .col-xl-offset-10 {
    margin-left: 83.33333333%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-8 {
    margin-left: 66.66666667%; }

  .col-xl-offset-7 {
    margin-left: 58.33333333%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-5 {
    margin-left: 41.66666667%; }

  .col-xl-offset-4 {
    margin-left: 33.33333333%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.no_pad, .nesting {
  padding-left: 0;
  padding-right: 0; }

#grid_overlay {
  position: fixed;
  pointer-events: none;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%; }
  #grid_overlay .container {
    height: 100%; }
    #grid_overlay .container .row {
      height: 100%; }
      #grid_overlay .container .row .col-xs-1 {
        height: 100%; }
        #grid_overlay .container .row .col-xs-1 .fill {
          height: 100%;
          opacity: .25;
          background-color: #00FFFF; }

@font-face {
  font-family: 'RockwellStd-Bold';
  src: url("webfonts/2FD087_0_0.eot");
  src: url("webfonts/2FD087_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2FD087_0_0.woff2") format("woff2"), url("webfonts/2FD087_0_0.woff") format("woff"), url("webfonts/2FD087_0_0.ttf") format("truetype"); }
* {
  font-family: "Open Sans", sans-serif;
  transition: font-size .5s ease-in-out; }

p {
  margin-top: 0; }

body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #222222; }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 16px;
      line-height: 36px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  font-family: RockwellStd-Bold;
  line-height: 1; }

h1 {
  font-size: 42px;
  margin-bottom: 24px;
  color: #f79321;
  /*&::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #ccc;
      display: block;
      margin-top: $space*1.5;
  }    */ }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  line-height: 1.5; }

input[type=search], input[type=email] {
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  padding: 0 6px;
  margin: 0 0 24px 0; }

button[type=submit], input[type=submit] {
  font-weight: normal;
  font-style: normal;
  background-color: #f79321;
  font-size: 12px;
  line-height: 1;
  color: white;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  float: right; }
  button[type=submit]:hover, input[type=submit]:hover {
    box-shadow: none;
    border: none;
    color: #222222; }

#ribbon input[type=submit] {
  background-color: #fff;
  color: #222222; }

#menu_toggle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 24px;
  transform: translateX(0);
  z-index: 3000;
  /*&::after {
      content: 'menu';
      position: absolute;
      left: $space*1.5; 
      width: $space*5;   
  }*/ }
  #menu_toggle i {
    font-size: 2em;
    color: #f79321; }
    #menu_toggle i:hover {
      cursor: pointer;
      color: #522601; }
  #menu_toggle.inside {
    right: 0;
    left: auto; }
  #menu_toggle:hover {
    cursor: pointer; }
  #menu_toggle .bar {
    width: 100%;
    height: 4px;
    background-color: #f79321;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  #menu_toggle .top {
    top: 0; }
  #menu_toggle .middle {
    top: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #menu_toggle .bottom {
    bottom: 0; }
  #menu_toggle.visible {
    opacity: 1; }
  #menu_toggle.invisible {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (min-width: 768px) {
    #menu_toggle {
      left: 3.3%; } }

#site-navigation.main-navigation {
  width: 320px;
  height: 100%;
  padding: 48px 24px;
  background-color: #f7f5ea;
  z-index: 2000;
  position: absolute;
  top: 0px;
  -webkit-overflow-scrolling: touch;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  #site-navigation.main-navigation #menu_close {
    position: absolute;
    top: 20px;
    right: 18px; }
    #site-navigation.main-navigation #menu_close i {
      font-size: 2em;
      color: #f79321; }
      #site-navigation.main-navigation #menu_close i:hover {
        cursor: pointer;
        color: #522601; }
  #site-navigation.main-navigation a {
    text-decoration: none; }
  #site-navigation.main-navigation #sidenav_widgets {
    font-size: 1em;
    line-height: 2.5; }
    #site-navigation.main-navigation #sidenav_widgets .menu-woo-user-menu-container {
      letter-spacing: .5px;
      margin-bottom: 12px;
      color: #222222; }
      #site-navigation.main-navigation #sidenav_widgets .menu-woo-user-menu-container li {
        float: none;
        margin-right: 12px;
        /* &::after {
             content: "|";
             margin-left: $space/2;
             position: relative;
             top: -1px;
         }*/ }
        #site-navigation.main-navigation #sidenav_widgets .menu-woo-user-menu-container li:last-child {
          margin-right: 0; }
          #site-navigation.main-navigation #sidenav_widgets .menu-woo-user-menu-container li:last-child::after {
            content: none; }
    @media only screen and (min-width: 768px) {
      #site-navigation.main-navigation #sidenav_widgets {
        display: none; } }
  #site-navigation.main-navigation #main-nav {
    margin-bottom: 24px; }
  #site-navigation.main-navigation #boyt_logo {
    padding-top: 87%;
    background-image: url("img/logo_boyt.svg");
    background-repeat: no-repeat;
    background-size: contain; }
    #site-navigation.main-navigation #boyt_logo a {
      display: block;
      width: 100%;
      padding-top: 100%;
      margin-top: -100%; }
  #site-navigation.main-navigation .menu-tags-1-menu-container, #site-navigation.main-navigation .menu-tags-2-menu-container {
    text-align: left;
    font-size: 1em; }
    #site-navigation.main-navigation .menu-tags-1-menu-container ul li, #site-navigation.main-navigation .menu-tags-2-menu-container ul li {
      float: none; }
    @media only screen and (min-width: 768px) {
      #site-navigation.main-navigation .menu-tags-1-menu-container, #site-navigation.main-navigation .menu-tags-2-menu-container {
        /*text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10px;
        
        ul {
        	margin: 0 auto;
        	display: inline-block;
        	
        	  li {
        	    float: left;
        		line-height: 3.5;
        		margin-right: 16px;
        		
        		&:last-child {
        			margin-right: 0;
        		}
        		
        	}
        	
        }*/ } }
  #site-navigation.main-navigation #tags1-menu, #site-navigation.main-navigation #tags2-menu {
    display: block; }
  #site-navigation.main-navigation .menu-tags-1-menu-container {
    background: linear-gradient(to bottom, black 25.7%, #858585 100%);
    color: white; }
    #site-navigation.main-navigation .menu-tags-1-menu-container a, #site-navigation.main-navigation .menu-tags-1-menu-container a:visited {
      color: white; }
      #site-navigation.main-navigation .menu-tags-1-menu-container a:hover, #site-navigation.main-navigation .menu-tags-1-menu-container a:visited:hover {
        color: #f79321; }
  #site-navigation.main-navigation .menu-tags-2-menu-container {
    background-color: #fcb32f; }
    #site-navigation.main-navigation .menu-tags-2-menu-container a, #site-navigation.main-navigation .menu-tags-2-menu-container a:visited {
      color: black; }
      #site-navigation.main-navigation .menu-tags-2-menu-container a:hover, #site-navigation.main-navigation .menu-tags-2-menu-container a:visited:hover {
        color: white; }
  #site-navigation.main-navigation .menu-primary-menu-contianer {
    bottom: 0; }
  #site-navigation.main-navigation ul#primary-menu {
    display: block;
    font-size: 1em;
    font-weight: 700; }
    #site-navigation.main-navigation ul#primary-menu li {
      line-height: 2.5;
      float: none; }
      #site-navigation.main-navigation ul#primary-menu li ul.sub-menu {
        margin-left: 24px;
        display: block;
        position: static;
        float: none;
        box-shadow: none;
        margin-bottom: 24px; }
        #site-navigation.main-navigation ul#primary-menu li ul.sub-menu a {
          font-weight: 400; }
    @media only screen and (min-width: 768px) {
      #site-navigation.main-navigation ul#primary-menu {
        font-size: .85em; } }
  #site-navigation.main-navigation.visible {
    opacity: 1; }
  #site-navigation.main-navigation.invisible {
    opacity: 0;
    visibility: hidden; }

#overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  #overlay.removed {
    display: none; }
  #overlay.invisible {
    opacity: 0; }

#page_slide_wrapper {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

body.nav_open {
  background-color: #fff;
  /*#page_slide_wrapper {
  
  	position: fixed;
  
  	overflow-x: hidden;
  
  	-webkit-transform: translateX(222px);
  	-ms-transform: translateX(222px);
  	transform: translateX(222px);
  			
  	-webkit-user-select: none;
  	
  	pointer-events: none;
  	
  	
  	
  }*/ }
  body.nav_open #menu_toggle {
    right: 24px;
    /*&::after {
    	content: "";
    	background-image: url('img/logo_boyt.svg');
    	background-size: 150px;
    	height: 150px;
    	width: 150px;
    }*/ }
    body.nav_open #menu_toggle .top {
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      top: 10px;
      left: -2px;
      width: 114.1421356237%; }
    body.nav_open #menu_toggle .middle {
      transform: scale(0.1);
      -webkit-transform: scale(0.1);
      -ms-transform: scale(0);
      opacity: 0; }
    body.nav_open #menu_toggle .bottom {
      transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      bottom: 10px;
      left: -2px;
      width: 114.1421356237%; }
  body.nav_open #site-navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 320px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

ul.menu li {
  margin-right: 20px; }

#menu-woo-user-menu {
  display: block !important; }

.os-e.os-search-box-index {
  display: none !important; }

#masthead {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 0;
  background-color: #f7f5ea;
  font-weight: 700;
  font-size: 14px;
  overflow-y: visible;
  overflow-x: visible;
  border-bottom: 8px solid #fcb32f;
  padding: 24px 0 0 0;
  height: auto;
  min-height: 84px;
  margin: 0 auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 20;
  /* background-image: url('img/logo_boyt.svg');
       background-position: $space*2 $space*.85 ;
   	background-repeat: no-repeat; 
   	background-size: $space*1.75;*/
  /*@media only screen and (min-width: 768px) {
      width: 98%;
      max-width: 1280px;
  }*/ }
  @media only screen and (min-width: 768px) {
    #masthead {
      /*        background-image: url('img/logo_boyt.svg'), url('img/logo_boballen.svg'), url('img/logo_mudriverdogproducts.svg'), url('img/logo_outdoorconnection.svg');*/
      /*	background-position-x: $space*4.5, $space*10.5, $space*16.5, $space*22.5;
      	background-position-y: $space, $space, $space*1.5, $space*1.5;
      	background-repeat: no-repeat; 
      	background-size: $space*4.5, $space*4.5, $space*4.5, $space*5.5;*/
      padding-top: 24px; } }
  #masthead::after {
    content: '';
    min-height: 8px;
    background: linear-gradient(to bottom, #222222 25.7%, #858585 100%);
    position: absolute;
    z-index: 10000; }
  #masthead .container {
    /*        position: relative;*/
    /* background-image: url('img/logo_boyt.svg');
     background-position-x: center;
     background-repeat: no-repeat; 
     background-size: $space*5;	*/ }
  @media only screen and (min-width: 768px) {
    #masthead .top {
      padding-bottom: 18px; } }
  #masthead #site_logo {
    position: absolute;
    top: 20.4px;
    left: 48px;
    width: 42px;
    height: auto;
    z-index: 9999; }
    @media only screen and (min-width: 768px) {
      #masthead #site_logo {
        left: 72px;
        width: 60px; } }
    @media only screen and (min-width: 1024px) {
      #masthead #site_logo {
        width: 108px;
        top: 24px;
        left: 108px; } }
    #masthead #site_logo #logo_link {
      display: block;
      width: 100%;
      padding-top: 100%;
      background-image: url("img/logo_boyt.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  #masthead #header_widgets {
    margin-bottom: 0;
    text-align: right; }
  #masthead .widget {
    display: block;
    text-align: right;
    margin-bottom: 12px;
    margin-left: 24px;
    min-height: 24px; }
    #masthead .widget h3 {
      margin: 0; }
    #masthead .widget.widget-1 {
      display: none; }
      @media only screen and (min-width: 768px) {
        #masthead .widget.widget-1 {
          display: block; } }
    @media only screen and (min-width: 1024px) {
      #masthead .widget.widget-2 {
        line-height: 24px; } }
  #masthead ul {
    list-style-type: none; }
    #masthead ul li {
      float: left; }
      #masthead ul li a {
        text-decoration: none; }
  #masthead .menu-woo-user-menu-container {
    font-size: 12px;
    letter-spacing: .5px;
    float: right;
    margin-bottom: 12px;
    color: #222222; }
    #masthead .menu-woo-user-menu-container li {
      margin-right: 12px; }
      #masthead .menu-woo-user-menu-container li::after {
        content: "|";
        margin-left: 12px;
        position: relative;
        top: -1px; }
      #masthead .menu-woo-user-menu-container li:last-child {
        margin-right: 0; }
        #masthead .menu-woo-user-menu-container li:last-child::after {
          content: none; }
  #masthead .product-search {
    float: right;
    width: 100%;
    /*    	margin-bottom: $space/2;*/ }
    #masthead .product-search .screen-reader-text {
      display: none; }
    #masthead .product-search .product-search-results {
      right: 24px;
      top: 24px;
      left: auto;
      width: 33%;
      min-width: 280px; }
      #masthead .product-search .product-search-results img {
        max-height: 50px !important;
        max-width: 50px !important; }
    #masthead .product-search input[type=text] {
      font-size: 14px;
      line-height: 24px;
      border-radius: 0;
      padding: 0 6px;
      margin: 0 0 24px 0;
      position: relative;
      /*top: -2px;*/
      max-width: 100px; }
      @media only screen and (min-width: 360px) {
        #masthead .product-search input[type=text] {
          max-width: 192px; } }
    #masthead .product-search button[type=submit] {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      width: 24px;
      height: 26px;
      background-color: #f79321;
      font-size: 12px;
      line-height: 24px;
      color: white;
      border: none;
      border-radius: 0;
      box-shadow: none;
      text-decoration: none;
      text-shadow: none;
      padding: 0;
      margin: 0;
      position: relative; }
      #masthead .product-search button[type=submit]:hover {
        background-color: #028510; }
      #masthead .product-search button[type=submit]::after {
        content: "\f002"; }
  #masthead .header_phone {
    text-align: right;
    font-size: 24px;
    line-height: 1;
    color: #34460d;
    margin-bottom: 24px;
    float: none;
    clear: both;
    display: none; }
  #masthead #header_menu_bar {
    display: none;
    height: 30px;
    background-color: #222222;
    /*background-color: $boyt_green;
    background-color: $boyt_brown;*/ }
    @media only screen and (min-width: 1044px) {
      #masthead #header_menu_bar {
        display: block; } }
  #masthead .menu-header-menu-container {
    display: none;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .05em;
    text-transform: lowercase;
    float: none;
    clear: both;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      #masthead .menu-header-menu-container {
        display: block;
        height: 30px; }
        #masthead .menu-header-menu-container ul {
          float: right;
          text-align: right;
          padding-left: 0;
          margin-left: 0;
          color: #222222;
          line-height: 30px;
          margin-bottom: 0; }
          #masthead .menu-header-menu-container ul li {
            margin-right: 0;
            margin-left: 8px;
            color: #fff; }
            #masthead .menu-header-menu-container ul li a {
              color: #fff; }
              #masthead .menu-header-menu-container ul li a:hover {
                color: #f79321; }
            #masthead .menu-header-menu-container ul li::after {
              content: "|";
              margin-left: 8px;
              position: relative;
              top: -1px; }
            #masthead .menu-header-menu-container ul li:last-child::after {
              content: none; } }

body div.os-e.omega__autocomplete {
  left: auto !important;
  right: 48px !important; }

#front_page_banner {
  background-color: #222222; }

footer.site-footer#colophon {
  /*	border-bottom: $space solid black;*/
  background-color: #f7f5ea; }
  footer.site-footer#colophon ul {
    list-style: none;
    padding: 0; }
  footer.site-footer#colophon li {
    margin-bottom: none;
    line-height: 1.25; }
  footer.site-footer#colophon .copyright {
    background: black;
    margin-top: 36px; }
    footer.site-footer#colophon .copyright .text {
      font-family: RockwellSTD-Bold;
      line-height: 2.5;
      color: white; }
  footer.site-footer#colophon #contact_info {
    margin-bottom: 24px; }
  footer.site-footer#colophon #resources {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      footer.site-footer#colophon #resources {
        /*text-align: right;*/
        padding-right: 0; } }
  footer.site-footer#colophon h4 {
    color: #34460d;
    margin-bottom: 8px; }
  footer.site-footer#colophon a {
    text-decoration: none; }
    footer.site-footer#colophon a i.fa {
      font-size: 2em;
      line-height: 2;
      /*	        color: $boyt-green;*/ }
      footer.site-footer#colophon a i.fa:hover {
        color: #f79321; }
  footer.site-footer#colophon #brands {
    display: none; }
    @media only screen and (min-width: 768px) {
      footer.site-footer#colophon #brands {
        display: block; }
        footer.site-footer#colophon #brands h4 {
          margin-bottom: 24px; }
        footer.site-footer#colophon #brands a {
          display: block;
          width: calc(33.3333% - 96px);
          /*width: 16.6667%;*/
          float: left;
          padding-top: 16.6667%;
          background-position: 50% 50%;
          /*background-size: contain;*/
          background-size: 100%;
          background-repeat: no-repeat;
          box-sizing: content-box;
          margin: 0 48px 0 48px; }
          footer.site-footer#colophon #brands a.boytharnessco {
            background-image: url("img/logo_boyt.svg"); }
          footer.site-footer#colophon #brands a.boballen {
            background-image: url("img/logo_boballen.svg"); }
          footer.site-footer#colophon #brands a.mudriver {
            background-image: url("img/logo_mudriverdogproducts.svg"); }
          footer.site-footer#colophon #brands a.outdoorconnection {
            background-image: url("img/logo_outdoorconnection.svg"); }
          footer.site-footer#colophon #brands a.duckshuntinggear {
            background-image: url("img/logo_ducks-mudriver-black.svg");
            background-size: contain; }
          footer.site-footer#colophon #brands a.muddypawspack {
            background-image: url("img/logo_muddy_paws_pack.svg"); } }
    @media only screen and (min-width: 768px) and (min-width: 1024px) {
      footer.site-footer#colophon #brands a {
        background-size: 80%; } }

.home .site-footer #brands {
  display: none; }
  @media only screen and (min-width: 768px) {
    .home .site-footer #brands {
      display: box;
      visibility: hidden; } }

.fa-facebook-square {
  color: #3b5998; }

.fa-twitter-square {
  color: #00aced; }

.fa-instagram {
  color: #bc2a8d; }

* {
  transition: box-shadow .5s ease; }

#grid_overlay {
  display: none;
  width: 98%;
  max-width: 1280px; }

.edit-link {
  display: none; }

.prev {
  float: left; }

.next {
  float: right; }

.flex-container {
  column-count: 1;
  column-gap: 20px; }
  @media only screen and (min-width: 768px) {
    .flex-container {
      column-count: 2; } }

html {
  box-sizing: border-box;
  background-image: url("img/background_canvas.jpg");
  background-color: #DDD;
  background-size: 280px;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  display: block;
  height: auto; }

html, body, #page {
  min-height: 100%; }

html {
  overflow-x: hidden; }

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white; }
  body.admin-bar {
    /*		top: -48px;*/ }
    body.admin-bar #site-navigation {
      top: 0px; }
      @media only screen and (min-width: 768px) {
        body.admin-bar #site-navigation {
          top: 0px; } }
    @media only screen and (min-width: 768px) {
      body.admin-bar {
        /*		    top: -32px;*/ } }
  @media only screen and (min-width: 768px) {
    body {
      width: 98%;
      max-width: 1280px;
      margin: 0 auto 0 auto;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
      /*&::before {
          content: "";
          width: $space/2;
          height: 100%;
          position: absolute;
          top: 0;
          left: -$space/2;
          background-image: url('img/background_canvas.jpg');
          background-size: 200px;
          box-shadow: 0px 10px 10px rgba(0,0,0,.5);
          z-index: 0;
      }
      
      &::after {
          content: "";
          width: $space/2;
          height: 100%;
          position: absolute;
          top: 0;
          right: -$space/2;
          background-image: url('img/background_canvas.jpg');
          background-size: 200px;
          box-shadow: 0px 10px 10px rgba(0,0,0,.5);
          z-index: 0;
      }*/ } }

#page a, #page a:visited {
  color: #222222; }

#page a:hover, #page a:visited:hover {
  color: #f79321; }

.label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  clear: both;
  display: none; }

.label.primary {
  color: red;
  font-size: 15px;
  margin-bottom: 12px; }

.label.template {
  color: purple;
  font-size: 10px;
  margin-bottom: 0; }

#content {
  padding: 0 0 36px 0; }
  @media only screen and (min-width: 768px) {
    #content {
      padding: 0 0 48px 0; } }

#colophon {
  padding: 24px 0 0 0; }

main {
  padding-top: 36px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    main {
      /*		border-right: 1px solid #ddd;*/
      border-bottom: none;
      padding-bottom: 0; } }

#secondary ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.entry-footer span {
  margin-right: 24px; }

a.more-link, a.more-link:visited {
  /*display: block;
  text-align: right;
  margin-top: $space;*/
  color: blue !important; }

ul.portfolio_categories {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

li.portfolio_category {
  margin-bottom: 12px; }

.entry-footer ul.post-categories {
  display: inline;
  margin-left: 0;
  padding-left: 0; }

.entry-footer ul.post-categories li {
  display: inline; }
  .entry-footer ul.post-categories li::after {
    content: ','; }
  .entry-footer ul.post-categories li:last-child::after {
    content: none; }

main ul, .site-footer ul {
  padding-left: 24px;
  margin: 0; }

main li, .site-footer li {
  margin-bottom: 12px; }

.portfolio-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .portfolio-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .portfolio-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .portfolio-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .portfolio-navigation ul ul li:hover > ul, .portfolio-navigation ul ul li.focus > ul {
        left: 100%; }
      .portfolio-navigation ul ul a {
        width: 200px; }
    .portfolio-navigation ul li:hover > ul,
    .portfolio-navigation ul li.focus > ul {
      left: auto; }
  .portfolio-navigation li {
    float: left;
    position: relative;
    margin-right: .5em; }
  .portfolio-navigation a {
    display: block; }

a.portfolio_thumbnail {
  display: block;
  position: relative;
  overflow: hidden; }
  a.portfolio_thumbnail .portfolio_thumbnail_title {
    position: absolute;
    bottom: -100%;
    transition: bottom .5s ease;
    background-color: black;
    /*		height: 100%;*/
    width: 100%;
    padding: 12px;
    color: #fff !important; }
    a.portfolio_thumbnail .portfolio_thumbnail_title h3 {
      margin-bottom: 0; }
  a.portfolio_thumbnail:hover .portfolio_thumbnail_title {
    top: auto;
    bottom: 0; }

.shadow_txt {
  font-size: 7em;
  font-weight: 700;
  color: white;
  text-shadow: 0 0.01em 0 #f9f9f9, 0 0.015em 0 #dddddd, 0 0.02em 0 #cccccc, 0 0.025em 0 #bbbbbb, 0 0.03em 0 #aaaaaa, 0 0.035em 0.01em rgba(0, 0, 0, 0.1), 0 0px 0.05em rgba(0, 0, 0, 0.1), 0 0.01em 0.03em rgba(0, 0, 0, 0.25), 0 0.03em 0.05em rgba(0, 0, 0, 0.15), 0 0.05em 0.1em rgba(0, 0, 0, 0.2), 0 0.1em 0.1em rgba(0, 0, 0, 0.15), 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }

/* Clearing */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*::-webkit-scrollbar {
	width: 10px;
	height: 7px;
	background-color:transparent;
	}

::-webkit-scrollbar-button {
	height: 0;
	width: 0
	}

::-webkit-scrollbar-thumb {
	background-color:transparent;
	border-left:1px solid #E5E5E5;
	border-radius:20%;
	}


::-webkit-scrollbar-track {
	background-color:transparent;
	box-shadow: none;
	}
*/
#wpadminbar {
  position: fixed !important; }

.home h1, .page-id-141 h1 {
  /*         font-size: $space*1.5;*/
  margin: 36px 0 48px 0; }
  .home h1::after, .page-id-141 h1::after {
    content: none; }
.home h2, .page-id-141 h2 {
  margin-bottom: 24px;
  color: #f79321; }
.home a.media-img, .page-id-141 a.media-img {
  display: inline-block;
  width: 20%;
  /*        margin-right: 2.7%;*/
  float: left;
  position: relative;
  min-height: 1px;
  margin-top: 24px;
  margin-bottom: 36px;
  /*background-color: gray;*/ }
  @media only screen and (min-width: 480px) {
    .home a.media-img, .page-id-141 a.media-img {
      width: 10%; } }
  .home a.media-img:last-child, .page-id-141 a.media-img:last-child {
    margin-right: 0; }
  .home a.media-img img, .page-id-141 a.media-img img {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.home hr, .page-id-141 hr {
  float: none;
  clear: both;
  margin-bottom: 36px; }
.home #frontpage_left_widgets, .home #frontpage_right_widgets, .page-id-141 #frontpage_left_widgets, .page-id-141 #frontpage_right_widgets {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .home #frontpage_left_widgets, .home #frontpage_right_widgets, .page-id-141 #frontpage_left_widgets, .page-id-141 #frontpage_right_widgets {
      width: 50%;
      float: left; } }
.home #frontpage_left_widgets, .home #frontpage_right_widgets, .page-id-141 #frontpage_left_widgets, .page-id-141 #frontpage_right_widgets {
  margin-bottom: 36px;
  /*p {
      margin-bottom: 0;
  }*/ }
  .home #frontpage_left_widgets a, .home #frontpage_right_widgets a, .page-id-141 #frontpage_left_widgets a, .page-id-141 #frontpage_right_widgets a {
    text-decoration: none; }
  .home #frontpage_left_widgets ul, .home #frontpage_right_widgets ul, .page-id-141 #frontpage_left_widgets ul, .page-id-141 #frontpage_right_widgets ul {
    list-style: none;
    padding: 0;
    margin-bottom: 48px; }
    .home #frontpage_left_widgets ul li, .home #frontpage_right_widgets ul li, .page-id-141 #frontpage_left_widgets ul li, .page-id-141 #frontpage_right_widgets ul li {
      line-height: 1.25;
      margin-bottom: 24px; }
      .home #frontpage_left_widgets ul li .post-date, .home #frontpage_right_widgets ul li .post-date, .page-id-141 #frontpage_left_widgets ul li .post-date, .page-id-141 #frontpage_right_widgets ul li .post-date {
        color: #34460d;
        font-size: .85em;
        display: block;
        font-weight: 700; }
  .home #frontpage_left_widgets .widget, .home #frontpage_right_widgets .widget, .page-id-141 #frontpage_left_widgets .widget, .page-id-141 #frontpage_right_widgets .widget {
    margin-bottom: 36px;
    border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 768px) {
      .home #frontpage_left_widgets .widget, .home #frontpage_right_widgets .widget, .page-id-141 #frontpage_left_widgets .widget, .page-id-141 #frontpage_right_widgets .widget {
        border-bottom: none; } }
  .home #frontpage_left_widgets .widget:first-of-type, .home #frontpage_right_widgets .widget:first-of-type, .page-id-141 #frontpage_left_widgets .widget:first-of-type, .page-id-141 #frontpage_right_widgets .widget:first-of-type {
    border-bottom: 1px solid #ccc;
    margin-bottom: 36px; }
@media only screen and (min-width: 768px) {
  .home #frontpage_left_widgets, .page-id-141 #frontpage_left_widgets {
    padding-right: 48px;
    border-right: 1px solid #ccc; } }
@media only screen and (min-width: 768px) {
  .home #frontpage_right_widgets, .page-id-141 #frontpage_right_widgets {
    padding-left: 48px; } }
.home .widget.mailing_list, .page-id-141 .widget.mailing_list {
  border-bottom: none !important;
  text-align: left; }
  .home .widget.mailing_list p, .page-id-141 .widget.mailing_list p {
    line-height: 1; }
    .home .widget.mailing_list p a, .page-id-141 .widget.mailing_list p a {
      text-align: center;
      display: inline-block;
      font-weight: 700;
      position: static;
      line-height: 1;
      border: none;
      margin: 0 0 24px auto;
      text-decoration: none;
      font-size: 1em;
      /*    	        padding: 1em;*/ }
      .home .widget.mailing_list p a:hover, .page-id-141 .widget.mailing_list p a:hover {
        background-color: rgba(255, 255, 255, 0.25);
        text-decoration: none;
        border: 2px solid #f79321; }



.breadcrumb {
  margin-bottom: 24px; }

.page-id-13122 .entry-content h2 {
  margin-bottom: 12px; }

.archive h1.entry-title {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 700; }

.term-description {
  padding-bottom: 48px; }

line {
  shape-rendering: geometricPrecision; }

/*#ic_signupform .elcontainer {
    text-align: left !important;
    margin: 0 !important;
    
    .form-header {
        display: none !important;
    }
   
}*/
input[type="submit"] {
  padding: 8px 12px; }

#siteseal img {
  width: 160px;
  max-width: 160px; }

#ribbon {
  display: none; }
  @media only screen and (min-width: 768px) {
    #ribbon {
      margin-bottom: 96px;
      display: block;
      position: relative;
      width: 100%;
      background-color: #34460d;
      padding: 36px 19.2px 96px 19.2px;
      color: #fff;
      font-weight: 400; }
      #ribbon a, #ribbon a:visited {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 1.2;
        margin-bottom: 12px; }
        #ribbon a:hover, #ribbon a:visited:hover {
          text-decoration: underline;
          color: #fff; }
      #ribbon p {
        position: relative;
        min-height: 24px; }
        #ribbon p a {
          position: absolute;
          right: 0; }
      #ribbon ul li a {
        text-align: left; }
      #ribbon ul.children {
        margin-bottom: 24px;
        font-weight: 400; }
      #ribbon li.current-cat.cat-parent {
        font-weight: 700; }
      #ribbon::after {
        content: '';
        width: 100%;
        background-color: #34460d;
        display: block;
        transform: skewY(15deg);
        min-height: 72px;
        position: absolute;
        left: 0;
        bottom: -24px;
        z-index: 90; }
      #ribbon::before {
        content: '';
        width: 100%;
        background-color: #34460d;
        min-height: 72px;
        display: block;
        transform: skewY(-15deg);
        position: absolute;
        right: 0;
        bottom: -24px;
        z-index: 80; }
      #ribbon ul.product-categories {
        padding-left: 24px; }
      #ribbon .brand_categories ul.product-categories {
        padding-left: 0 !important; }
        #ribbon .brand_categories ul.product-categories li {
          display: none; }
        #ribbon .brand_categories ul.product-categories li.current-cat, #ribbon .brand_categories ul.product-categories li.current-cat-parent {
          display: block; }
          #ribbon .brand_categories ul.product-categories li.current-cat li, #ribbon .brand_categories ul.product-categories li.current-cat-parent li {
            display: block; }
        #ribbon .brand_categories ul.product-categories .cat-parent {
          font-family: RockwellSTD-Bold;
          font-size: 1em;
          font-weight: normal;
          text-transform: none;
          letter-spacing: .05em; }
          #ribbon .brand_categories ul.product-categories .cat-parent a {
            font-family: inherit; }
      #ribbon .other_brands .cat-parent {
        display: none; }
      #ribbon .ribbon_news li, #ribbon .ribbon_blog li, #ribbon .ribbon_on-the-hunt li {
        font-size: .85em; }
      #ribbon .sidebar_menu ul, #ribbon .sidebar_menu ul.product-categories, #ribbon .product-categories ul, #ribbon .product-categories ul.product-categories {
        padding-left: 24px; }
      #ribbon .sidebar_menu li, #ribbon .product-categories li {
        margin-bottom: 24px;
        /*text-transform: uppercase;*/
        font-weight: 700;
        font-size: .8em;
        letter-spacing: .1em; }
      #ribbon .sidebar_menu .sub-menu, #ribbon .sidebar_menu .children, #ribbon .product-categories .sub-menu, #ribbon .product-categories .children {
        margin-top: 24px; }
      #ribbon .widget {
        margin-bottom: 24px; }
        #ribbon .widget h3 {
          font-size: 1em;
          letter-spacing: .05em;
          margin-bottom: 24px;
          text-transform: capitalize; }
        #ribbon .widget::after {
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          background-color: transparent;
          border-top: 1px solid #FFF;
          border-bottom: 1px solid #FFF;
          margin: 36px 0; }
      #ribbon .widget-first p {
        font-size: .85em; }
      #ribbon .widget.mailing_list {
        text-align: left; }
        #ribbon .widget.mailing_list p {
          text-align: center; }
          #ribbon .widget.mailing_list p a {
            text-align: center;
            display: block;
            width: 100%;
            height: 3em;
            font-weight: 700;
            position: static;
            font-size: .85em;
            line-height: 2.5;
            border: 2px solid #fff;
            margin: 0 auto 24px auto; }
            #ribbon .widget.mailing_list p a:hover {
              background-color: rgba(255, 255, 255, 0.25);
              text-decoration: none; } }

#secondary .widget input {
  width: 100%; }
  #secondary .widget input[type=submit] {
    max-width: 33.3%;
    float: right; }

.page-template-default #ribbon .brand_categories ul.product-categories, .tax-product_tag #ribbon .brand_categories ul.product-categories {
  padding-left: 0 !important; }
  .page-template-default #ribbon .brand_categories ul.product-categories li, .tax-product_tag #ribbon .brand_categories ul.product-categories li {
    display: block; }
  .page-template-default #ribbon .brand_categories ul.product-categories li.current-cat, .page-template-default #ribbon .brand_categories ul.product-categories li.current-cat-parent, .tax-product_tag #ribbon .brand_categories ul.product-categories li.current-cat, .tax-product_tag #ribbon .brand_categories ul.product-categories li.current-cat-parent {
    display: block; }
    .page-template-default #ribbon .brand_categories ul.product-categories li.current-cat li, .page-template-default #ribbon .brand_categories ul.product-categories li.current-cat-parent li, .tax-product_tag #ribbon .brand_categories ul.product-categories li.current-cat li, .tax-product_tag #ribbon .brand_categories ul.product-categories li.current-cat-parent li {
      display: block; }
  .page-template-default #ribbon .brand_categories ul.product-categories li, .tax-product_tag #ribbon .brand_categories ul.product-categories li {
    font-family: RockwellSTD-Bold;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: .05em; }
    .page-template-default #ribbon .brand_categories ul.product-categories li a, .tax-product_tag #ribbon .brand_categories ul.product-categories li a {
      font-family: inherit; }
.page-template-default #ribbon .other_brands, .tax-product_tag #ribbon .other_brands {
  display: none; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 1;
  filter: alpha(opacity=1); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px 0 0 0; }

#cboxTopCenter {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25); }

#cboxTopRight {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 5px 0 0; }

#cboxBottomLeft {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 5px; }

#cboxBottomCenter {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25); }

#cboxBottomRight {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 5px 0; }

#cboxMiddleLeft {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.25); }

#cboxMiddleRight {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.25); }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin: 30px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
  /*display: none !important;*/ }

#cboxLoadingOverlay {
  background: white url(images/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: 10px;
  right: 52px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #444; }

#cboxNext {
  position: absolute;
  top: 10px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  color: #444; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

#cboxLoadedContent {
  margin: 0;
  padding: 48px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.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; } }
.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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.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);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.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;
    -ms-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.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);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.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; } }
.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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.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; } }
.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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.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;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.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;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.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);
    -ms-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;
    -ms-transform: none;
    transform: none; } }
.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);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }
.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);
    -ms-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);
    -ms-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); } }
.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);
    -ms-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);
    -ms-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); } }
.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);
    -ms-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);
    -ms-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); } }
.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);
    -ms-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);
    -ms-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); } }
.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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }
.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);
    -ms-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);
    -ms-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;
    -ms-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); } }
.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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.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);
    -ms-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);
    -ms-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;
    -ms-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); } }
.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%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.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%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.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%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.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%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.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);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); } }
.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);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
.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);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }
.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);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*! jQuery UI - v1.11.4 - 2015-10-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.addthis_sharing_toolbox {
  position: fixed !important;
  bottom: 0;
  right: 0;
  z-index: 100;
  height: 44px;
  width: 100%;
  display: none; }
  @media only screen and (min-width: 768px) {
    .addthis_sharing_toolbox {
      width: 48px;
      height: auto;
      top: 360px;
      bottom: auto;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); } }
  @media only screen and (min-width: 1280px) {
    .addthis_sharing_toolbox {
      width: 64px; } }
  .addthis_sharing_toolbox .at-share-btn {
    display: inline-block !important;
    margin: 0 !important;
    width: 16.6667%;
    height: 44px !important;
    padding: 6px 0 !important;
    max-width: none !important;
    max-height: none !important;
    transition: all .25s linear;
    text-align: center; }
    .addthis_sharing_toolbox .at-share-btn:hover {
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); }
    .addthis_sharing_toolbox .at-share-btn.at-svc-facebook {
      background-color: #3b5998; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-twitter {
      background-color: #55acee; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-linkedin {
      background-color: #0077b5; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-google_plusone_share {
      background-color: #dc4e41; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-pinterest_share {
      background-color: #cb2027; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-compact {
      background-color: #fc6d4c; }
    @media only screen and (min-width: 768px) {
      .addthis_sharing_toolbox .at-share-btn {
        display: block;
        width: 48px !important;
        height: 48px !important;
        padding: 8px 0 !important; } }
    @media only screen and (min-width: 1280px) {
      .addthis_sharing_toolbox .at-share-btn {
        width: 64px !important;
        height: 64px !important;
        padding: 16px 0 !important; } }
    .addthis_sharing_toolbox .at-share-btn span.at-icon-wrapper {
      margin: auto;
      background-color: transparent !important; }

.woocommerce .woocommerce-products-header, .woocommerce-page .woocommerce-products-header {
  /*	    padding-bottom: $space*2;*/ }
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
  display: none;
  margin-bottom: 36px;
  line-height: 1; }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
    text-decoration: none; }
.woocommerce span.onsale, .woocommerce-page span.onsale {
  font-size: .75em;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 1;
  min-height: 0;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background-color: #028510; }
.woocommerce .price, .woocommerce-page .price {
  color: #028510; }
.woocommerce .woocommerce-Price-amount, .woocommerce-page .woocommerce-Price-amount {
  color: #028510;
  font-weight: 700;
  font-size: 1em; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left !important;
  clear: none !important;
  padding-bottom: 48px; }
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 30.4% !important;
      margin-right: 4.4% !important;
      margin-bottom: 72px !important; } }
  .woocommerce ul.products li.product.type-product, .woocommerce-page ul.products li.product.type-product {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 2.2%;
    padding-right: 2.2%;
    width: 100% !important;
    border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 480px) {
      .woocommerce ul.products li.product.type-product, .woocommerce-page ul.products li.product.type-product {
        border-bottom: none; }
        .woocommerce ul.products li.product.type-product::before, .woocommerce-page ul.products li.product.type-product::before {
          top: -24px;
          content: '';
          height: 1px;
          background-color: #ccc;
          width: 101%;
          position: absolute;
          left: 0; } }
    .woocommerce ul.products li.product.type-product:nth-child(1)::before, .woocommerce-page ul.products li.product.type-product:nth-child(1)::before {
      content: none; }
    @media only screen and (min-width: 480px) {
      .woocommerce ul.products li.product.type-product, .woocommerce-page ul.products li.product.type-product {
        width: 50% !important;
        border-right: 1px solid #ccc; }
        .woocommerce ul.products li.product.type-product:nth-child(2n), .woocommerce-page ul.products li.product.type-product:nth-child(2n) {
          border-right: none !important; }
        .woocommerce ul.products li.product.type-product:nth-child(1)::before, .woocommerce ul.products li.product.type-product:nth-child(2)::before, .woocommerce-page ul.products li.product.type-product:nth-child(1)::before, .woocommerce-page ul.products li.product.type-product:nth-child(2)::before {
          content: none; } }
    @media only screen and (min-width: 960px) {
      .woocommerce ul.products li.product.type-product, .woocommerce-page ul.products li.product.type-product {
        width: 33% !important; }
        .woocommerce ul.products li.product.type-product:nth-child(2n), .woocommerce-page ul.products li.product.type-product:nth-child(2n) {
          border-right: 1px solid #ccc !important; }
        .woocommerce ul.products li.product.type-product:nth-child(3n), .woocommerce-page ul.products li.product.type-product:nth-child(3n) {
          border-right: none !important; }
        .woocommerce ul.products li.product.type-product:nth-child(1)::before, .woocommerce ul.products li.product.type-product:nth-child(2)::before, .woocommerce ul.products li.product.type-product:nth-child(3)::before, .woocommerce-page ul.products li.product.type-product:nth-child(1)::before, .woocommerce-page ul.products li.product.type-product:nth-child(2)::before, .woocommerce-page ul.products li.product.type-product:nth-child(3)::before {
          content: none; } }
  @media only screen and (min-width: 640px) {
    .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
      margin-right: 0 !important; } }
  .woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first {
    /*  border-right: 1px solid #ccc;
      margin-left: 0 !important;*/ }
  .woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
    /*border-left: 1px solid #ccc;
    margin-right: 0 !important;*/
    /* &::after {
         content: none;
     }
    border-right: none; */ }
  @media only screen and (min-width: 640px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.first, .woocommerce-page ul.products li.product.last {
      clear: none; } }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #028510;
    line-height: 1;
    margin: 0; }
    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
      display: inline-block; }
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    top: 4.4%;
    left: 6.6%;
    right: auto;
    bottom: auto;
    margin: 0; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
    padding: 0;
    margin-top: 12px; }
  .woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    display: block; }
  .woocommerce ul.products li.product .xoo-wl-btn, .woocommerce-page ul.products li.product .xoo-wl-btn {
    display: none; }
  .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    border-radius: 0;
    font-size: .75em;
    text-transform: uppercase;
    background-color: #8c632e;
    color: #fff !important;
    margin-top: 12px;
    padding: 12px; }
  .woocommerce ul.products li.product .stock, .woocommerce-page ul.products li.product .stock {
    color: #028510; }
  .woocommerce ul.products li.product .tm-woocompare-button, .woocommerce ul.products li.product .tm-woowishlist-button, .woocommerce-page ul.products li.product .tm-woocompare-button, .woocommerce-page ul.products li.product .tm-woowishlist-button {
    display: none; }
  .woocommerce ul.products li.product .wc-new-badge, .woocommerce-page ul.products li.product .wc-new-badge {
    position: absolute;
    top: 4.4%;
    right: 6.6%; }
.woocommerce .ui-slider-handle, .woocommerce .ui-slider-range, .woocommerce-page .ui-slider-handle, .woocommerce-page .ui-slider-range {
  background-color: white;
  border-radius: 20px; }
.woocommerce span.ui-slider-handle, .woocommerce-page span.ui-slider-handle {
  width: .75em !important;
  height: .75em !important;
  margin: 0 !important; }
  .woocommerce span.ui-slider-handle:last-of-type, .woocommerce-page span.ui-slider-handle:last-of-type {
    margin-left: -12px !important; }
.woocommerce .ui-slider-range, .woocommerce-page .ui-slider-range {
  height: 2px !important; }
.woocommerce .price_slider, .woocommerce-page .price_slider {
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px; }
.woocommerce .price_slider_wrapper, .woocommerce-page .price_slider_wrapper {
  width: 100%; }
  .woocommerce .price_slider_wrapper .price_slider_amount, .woocommerce-page .price_slider_wrapper .price_slider_amount {
    line-height: 1;
    margin-top: 16px; }
  .woocommerce .price_slider_wrapper .price_label, .woocommerce-page .price_slider_wrapper .price_label {
    text-align: left;
    line-height: 1.75;
    font-size: .8em;
    letter-spacing: .1em;
    font-weight: 700; }
  .woocommerce .price_slider_wrapper button.button, .woocommerce-page .price_slider_wrapper button.button {
    padding: 4px 8px;
    border-radius: 0 !important;
    background-color: transparent;
    display: block;
    float: right;
    text-transform: none !important;
    border: 2px solid #fff; }
    .woocommerce .price_slider_wrapper button.button:hover, .woocommerce-page .price_slider_wrapper button.button:hover {
      background-color: rgba(255, 255, 255, 0.25);
      color: #fff; }
.woocommerce ul.woocommerce-widget-layered-nav-list, .woocommerce-page ul.woocommerce-widget-layered-nav-list {
  padding-left: 24px !important; }
  .woocommerce ul.woocommerce-widget-layered-nav-list li, .woocommerce-page ul.woocommerce-widget-layered-nav-list li {
    line-height: 1;
    font-weight: 700;
    font-size: .85em;
    margin-bottom: 24px;
    letter-spacing: .1em; }
    .woocommerce ul.woocommerce-widget-layered-nav-list li span, .woocommerce-page ul.woocommerce-widget-layered-nav-list li span {
      font-weight: 400; }
.woocommerce .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a, .woocommerce-page .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
  display: inline !important; }

.woocommerce .star-rating span::before {
  font-family: star !important; }

a:hover h2.woocommerce-loop-category__title {
  color: black; }

h2.woocommerce-loop-category__title {
  background-color: #f79321;
  display: inline-block;
  padding: 8px 24px !important;
  font-size: 14px !important;
  line-height: 1;
  color: white;
  font-family: RockwellStd-Bold;
  text-transform: uppercase;
  letter-spacing: .02em;
  position: absolute;
  bottom: 24px;
  font-weight: normal; }
  h2.woocommerce-loop-category__title mark.count {
    display: none; }

.page-id-141 h2.woocommerce-loop-category__title {
  display: none; }

.page-id-141 .woocommerce ul.products {
  margin-bottom: 36px; }
  .page-id-141 .woocommerce ul.products li.product {
    /*border: $space/4 solid #EEE;*/
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0 !important; }
    .page-id-141 .woocommerce ul.products li.product a {
      display: block;
      padding-top: 60%;
      position: relative; }
      .page-id-141 .woocommerce ul.products li.product a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.6);
        transition: transform .5s ease;
        /*	                width: 60%;    	            */ }
    .page-id-141 .woocommerce ul.products li.product:hover {
      /*		        box-shadow: 0px 5px 10px rgba(0,0,0,.5);*/
      /*		        background-color: $boyt-cream;*/ }
      .page-id-141 .woocommerce ul.products li.product:hover img {
        /*		            width: 80%;*/
        transform: translate(-50%, -50%) scale(0.7);
        transition: transform .5s ease; }

/*.tax-product_cat.woocommerce, .single-product.woocommerce .related.products, .tax-product_tag.woocommerce, {
    ul.products {
        li.product {
            
            background-color: #fff;
            padding: $space;
                    
        }
    }    
}*/
.single-product.woocommerce .related.products ul.products li.product::before {
  content: none !important; }

.term-description {
  /*    margin-bottom: $space*2;*/ }
  .term-description p:first-child {
    font-family: RockwellSTD-Bold;
    color: #8c632e;
    letter-spacing: .025em;
    word-spacing: .025em; }
    @media only screen and (min-width: 768px) {
      .term-description p:first-child {
        font-size: 1.25em;
        line-height: 2.25; } }

.about_btn {
  display: inline-block;
  background-color: #222222;
  color: #fff !important;
  text-decoration: none;
  padding: 0 12px;
  font-size: .85em;
  line-height: 2;
  transform: translateY(-100%); }
  .about_btn:visited {
    color: #fff !important; }
  .about_btn:hover {
    color: #f79321 !important; }

.about_preview p {
  display: none;
  margin-bottom: 0; }
.about_preview p:first-of-type {
  display: block; }
.about_preview .term-description {
  margin-bottom: 0; }

.woocommerce-product-details__short-description ul {
  margin: 0;
  padding-left: 24px;
  padding-bottom: 36px; }
  .woocommerce-product-details__short-description ul li {
    line-height: 1.25;
    margin-bottom: 12px; }

.woocommerce.single-product .quantity {
  margin-right: 12px !important; }

.woocommerce.single-product button.button {
  margin-right: 12px; }

.woocommerce.single-product div.product span.onsale {
  position: relative;
  left: 4%; }

.woocommerce.single-product .out-of-stock {
  font-weight: 700; }

.woocommerce.woocommerce-page.single-product #primary {
  padding-top: 36px; }

.woocommerce #content div.product div.images {
  /*    padding-top: $space*3;*/
  width: 100%; }
  .woocommerce #content div.product div.images img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .woocommerce #content div.product div.images {
      width: 48%;
      float: left; } }

.woocommerce button.button.alt {
  border-radius: 0;
  background-color: #8c632e;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px;
  font-size: .85em;
  height: auto;
  margin: 0 24px; }
  .woocommerce button.button.alt:hover {
    background-color: #f79321; }
  .woocommerce button.button.alt.disabled {
    background-color: #8c632e; }
    .woocommerce button.button.alt.disabled:hover {
      background-color: #f79321; }

span#reply-title.comment-reply-title {
  margin-bottom: 24px; }

.woocommerce #respond input#submit {
  border-radius: 0;
  background-color: #8c632e;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px;
  font-size: .85em;
  height: auto;
  color: #FFF; }

h2.woocommerce-Reviews-title {
  color: #f79321;
  margin-bottom: 24px; }

.related.products h2 {
  color: #f79321;
  margin-bottom: 24px; }
.related.products .products h2 {
  color: #222222; }
.related.products span.onsale {
  position: absolute !important; }

div.product_meta {
  margin-top: 24px;
  font-weight: 700; }
  div.product_meta span {
    display: block;
    margin-bottom: 24px;
    line-height: 1.2; }
  div.product_meta span.sku {
    display: inline;
    font-weight: 400; }
  div.product_meta span.tagged_as {
    display: none; }
  div.product_meta span a {
    font-weight: 400; }

.entry-summary {
  margin-top: 0; }

/*.woocommerce-product-gallery__image {
    &:hover {
        border: 1px solid #ccc;
    }
}*/
.woocommerce div.product form.cart .variations {
  margin-bottom: 48px; }

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 24px; }

.woocommerce-page table.shop_table td.actions .input-text {
  width: auto !important;
  max-width: 200px;
  height: 38px;
  line-height: 38px;
  font-size: .85em; }

.woocommerce input.button, .woocommerce button.button, .woocommerce input.button.alt, .woocommerce button.button.alt, .woocommerce a.xoo-wl-btn.button {
  border-radius: 0;
  background-color: #8c632e;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px;
  font-size: .75em;
  height: auto;
  margin: 0 12px 0 0;
  color: #FFF !important; }
  .woocommerce input.button:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce a.xoo-wl-btn.button:hover {
    background-color: #f79321;
    color: #222222 !important; }
  .woocommerce input.button.disabled, .woocommerce button.button.disabled, .woocommerce input.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce a.xoo-wl-btn.button.disabled {
    background-color: #8c632e;
    padding: 12px !important;
    color: #fff; }
    .woocommerce input.button.disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce a.xoo-wl-btn.button.disabled:hover {
      background-color: #f79321; }

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

.cart_totals h2 {
  margin-bottom: 24px; }

.woocommerce table.shop_table {
  margin-bottom: 48px;
  border: 1px solid #ccc;
  border-radius: 0; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0;
  background-color: #8c632e;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px;
  font-size: .85em;
  height: auto;
  margin: 0;
  color: #FFF !important; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #f79321;
    color: #222222 !important; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  border-radius: 0; }

#customer_details {
  margin-bottom: 48px; }
  #customer_details .col-1 {
    padding-left: 0; }
  #customer_details .col-2 {
    padding-right: 0; }

.woocommerce-checkout #payment ul.payment_methods li img {
  float: left;
  margin: 0 12px 12px 0; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 24px; }

#coupon_code {
  margin-right: 24px; }

#pa_brand {
  /*display: none;*/ }

.menu-shop-by-category-page-menu-container ul {
  list-style: none;
  padding: 0 0 48px 0; }
  .menu-shop-by-category-page-menu-container ul li {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 48px 0;
    width: 50%;
    padding-left: 1.1%;
    padding-right: 1.1%; }
    @media only screen and (min-width: 768px) {
      .menu-shop-by-category-page-menu-container ul li {
        width: 30.4% !important;
        margin-right: 4.4% !important;
        margin-bottom: 72px !important;
        padding: 0; }
        .menu-shop-by-category-page-menu-container ul li:nth-child(3n) {
          margin-right: 0 !important; } }
    .menu-shop-by-category-page-menu-container ul li a {
      display: block; }
      .menu-shop-by-category-page-menu-container ul li a img {
        width: 100%;
        padding: 0 !important; }
    .menu-shop-by-category-page-menu-container ul li:last-of-type span.menu-image-title {
      display: none !important; }
    .menu-shop-by-category-page-menu-container ul li span.menu-image-title {
      background-color: #f79321;
      display: block;
      padding: 8px 12px !important;
      font-size: 14px !important;
      line-height: 1;
      color: white;
      font-family: RockwellStd-Bold;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: .02em;
      bottom: 24px;
      left: 2.2%;
      font-weight: normal;
      position: absolute;
      max-width: 95.6%; }
      .menu-shop-by-category-page-menu-container ul li span.menu-image-title mark.count {
        display: none; }
      .menu-shop-by-category-page-menu-container ul li span.menu-image-title:hover {
        color: #222222; }
      @media only screen and (min-width: 768px) {
        .menu-shop-by-category-page-menu-container ul li span.menu-image-title {
          left: 0; } }

/*.tax-product_tag {

   .woocommerce-breadcrumb, .woocommerce-products-header__title, .woocommerce-result-count, .woocommerce-ordering {
        display: none;
    }

   	.woocommerce, .woocommerce-page {
   	    
       	ul.products {
    		
    		li.product{
    		
    		       		
    		}
    		    		
        }
        
     }
     
    ul.products {
        li.product:first-child {
            margin-left: 34.2% !important;
        }
        
        li.product {
            &:nth-child(3n+2) {
            	@media only screen and (min-width: 768px) {
            	    margin-right: 0 !important;
            	}    			   			
            }
            
            &:nth-child(3n) {
                @media only screen and (min-width: 768px) {
                    margin-right: 2.7% !important;
                }  
            }
               
            
            
        }
        
        
        
    }    
    
}    


#hunting-gear-and-accessories {
    background-image: url('img/tag_hunting-gear-and-accessories.png');
    background-size: 49%;
    background-repeat: no-repeat;
    padding-top: 50%;
    margin-bottom: -36%;
    position: relative;
    background-position-y: 50%;
    
    .tag-description {
        position: absolute;
        top: 10%;
        left: 51%;
        width: 49%;
        color: $boyt-brown;
        letter-spacing: .02em;
        font-weight: 400;
        
        h1 {
            text-transform: uppercase;
            letter-spacing: .1em;
            color: $boyt-orange;
            font-size: 24px;
            margin-bottom: $space/2;
        }
        
    }
}*/
.product_parent_cat_boytharnessco {
  /*#masthead {
          
          background-image: url('img/logo_boyt.svg'), url('img/logo_boballen.svg'), url('img/logo_mudriverdogproducts.svg'), url('img/logo_outdoorconnection.svg');
          background-position-x: $space*4.5, $space*10.5, $space*16.5, $space*22.5;
          background-position-y: $space, $space, $space*1.5, $space*1.5;
          background-repeat: no-repeat;
          background-size: $space*4, $space*4, $space*4, $space*5;
          
  }*/
  /*    h1 {
          color: $boyt_green;
          line-height: 1.5;
                  
          &:before {
              content: '';
              background-image: url('img/logo_boyt.svg');
              background-size: 90%;
              background-repeat: no-repeat;
              background-position-x: 50%;
              width: $space*3;
              height: $space*3;
              display: block;
              margin-right: $space;
  /*            border: 1px solid #333;*!/
              float: left
          }
          
      }*/ }
  .product_parent_cat_boytharnessco #masthead #site_logo #logo_link {
    background-image: url("img/logo_boyt.svg"); }
  .product_parent_cat_boytharnessco #ribbon {
    background-color: #34460d; }
    .product_parent_cat_boytharnessco #ribbon::before, .product_parent_cat_boytharnessco #ribbon::after {
      background-color: #34460d; }

.product_parent_cat_boballen {
  /* h1 {
       color: $boyt-yellow;
       line-height: 1.5;
       
       &:before {
                   content: '';
                   background-image: url('img/logo_boballen.svg');
                   background-size: 90%;
                   background-repeat: no-repeat;
                   background-position-x: 50%;
                   width: $space*3;
                   height: $space*3;
                   display: block;
                   margin-right: $space;
       /*            border: 1px solid #333;*!/
                   float: left;
               }
               
   }*/ }
  .product_parent_cat_boballen #masthead #site_logo #logo_link {
    background-image: url("img/logo_boballen.svg"); }
  @media only screen and (min-width: 1024px) {
    .product_parent_cat_boballen #masthead #site_logo {
      width: 120px;
      left: 96px; } }
  .product_parent_cat_boballen #ribbon {
    background-color: #fcb32f;
    color: #222222; }
    .product_parent_cat_boballen #ribbon::before, .product_parent_cat_boballen #ribbon::after {
      background-color: #fcb32f; }
    .product_parent_cat_boballen #ribbon a, .product_parent_cat_boballen #ribbon a:hover, .product_parent_cat_boballen #ribbon a:visited {
      color: #222222; }
    .product_parent_cat_boballen #ribbon .widget::after {
      border-color: #222222; }
    .product_parent_cat_boballen #ribbon .widget.mailing_list p a {
      border-color: #222222; }
    .product_parent_cat_boballen #ribbon .ui-slider-handle, .product_parent_cat_boballen #ribbon .ui-slider-range {
      background-color: #222222; }
    .product_parent_cat_boballen #ribbon .price_slider {
      background-color: rgba(0, 0, 0, 0.25); }
    .product_parent_cat_boballen #ribbon .price_slider_wrapper button.button {
      color: #222222;
      border: 2px solid #222222; }
      .product_parent_cat_boballen #ribbon .price_slider_wrapper button.button:hover {
        background-color: rgba(0, 0, 0, 0.25);
        color: #222222; }

.product_parent_cat_mudriver, .product_cat_mudriver, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear {
  /*h1 {
      color: $boyt_orange;
      
      &:before {
                  content: '';
                  background-image: url('img/logo_mudriverdogproducts.svg');
                  background-size: 90%;
                  background-repeat: no-repeat;
                  background-position-x: 50%;
                  background-position-y: 4px;
                  width: $space*3;
                  height: $space*2;
                  display: block;
                  margin-right: $space;
      /*            border: 1px solid #333;*!/
                  float: left
              }
      
      
      
  }*/ }
  .product_parent_cat_mudriver #masthead #site_logo, .product_cat_mudriver #masthead #site_logo, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #masthead #site_logo {
    top: 28.0008px; }
    .product_parent_cat_mudriver #masthead #site_logo #logo_link, .product_cat_mudriver #masthead #site_logo #logo_link, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #masthead #site_logo #logo_link {
      background-image: url("img/logo_mudriverdogproducts.svg"); }
    @media only screen and (min-width: 1024px) {
      .product_parent_cat_mudriver #masthead #site_logo, .product_cat_mudriver #masthead #site_logo, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #masthead #site_logo {
        width: 168px;
        left: 84px;
        top: 36px; } }
  .product_parent_cat_mudriver #ribbon, .product_cat_mudriver #ribbon, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon {
    background-color: #f79321;
    color: #222222; }
    .product_parent_cat_mudriver #ribbon::before, .product_parent_cat_mudriver #ribbon::after, .product_cat_mudriver #ribbon::before, .product_cat_mudriver #ribbon::after, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon::before, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon::after {
      background-color: #f79321; }
    .product_parent_cat_mudriver #ribbon a, .product_parent_cat_mudriver #ribbon a:hover, .product_parent_cat_mudriver #ribbon a:visited, .product_cat_mudriver #ribbon a, .product_cat_mudriver #ribbon a:hover, .product_cat_mudriver #ribbon a:visited, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon a, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon a:hover, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon a:visited {
      color: #222222; }
    .product_parent_cat_mudriver #ribbon .widget::after, .product_cat_mudriver #ribbon .widget::after, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .widget::after {
      border-color: #222222; }
    .product_parent_cat_mudriver #ribbon .widget.mailing_list p a, .product_cat_mudriver #ribbon .widget.mailing_list p a, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .widget.mailing_list p a {
      border-color: #222222; }
    .product_parent_cat_mudriver #ribbon .ui-slider-handle, .product_parent_cat_mudriver #ribbon .ui-slider-range, .product_cat_mudriver #ribbon .ui-slider-handle, .product_cat_mudriver #ribbon .ui-slider-range, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .ui-slider-handle, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .ui-slider-range {
      background-color: #222222; }
    .product_parent_cat_mudriver #ribbon .price_slider, .product_cat_mudriver #ribbon .price_slider, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .price_slider {
      background-color: rgba(0, 0, 0, 0.25); }
    .product_parent_cat_mudriver #ribbon .price_slider_wrapper button.button, .product_cat_mudriver #ribbon .price_slider_wrapper button.button, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .price_slider_wrapper button.button {
      color: #222222;
      border: 2px solid #222222; }
      .product_parent_cat_mudriver #ribbon .price_slider_wrapper button.button:hover, .product_cat_mudriver #ribbon .price_slider_wrapper button.button:hover, .product_parent_cat_mudriver.product_parent_cat_duckshuntinggear #ribbon .price_slider_wrapper button.button:hover {
        background-color: rgba(0, 0, 0, 0.25);
        color: #222222; }

.product_parent_cat_outdoorconnection {
  /*h1 {
      color: $boyt_maroon;
      
      &:before {
                  content: '';
                  background-image: url('img/logo_outdoorconnection.svg');
                  background-size: 90%;
                  background-repeat: no-repeat;
                  background-position-x: 50%;
                  width: $space*4.5;
                  height: $space*2;
                  display: block;
                  margin-right: $space;
      /*            border: 1px solid #333;*!/
                  float: left
              }
      
      
      
  }*/ }
  .product_parent_cat_outdoorconnection #masthead #site_logo {
    top: 28.00001px;
    width: 72px; }
    @media only screen and (min-width: 768px) {
      .product_parent_cat_outdoorconnection #masthead #site_logo {
        width: 120px; } }
    @media only screen and (min-width: 1024px) {
      .product_parent_cat_outdoorconnection #masthead #site_logo {
        width: 168px;
        left: 84px;
        top: 36px; } }
    .product_parent_cat_outdoorconnection #masthead #site_logo #logo_link {
      background-image: url("img/logo_outdoorconnection.svg"); }
  .product_parent_cat_outdoorconnection #ribbon {
    background-color: #522601; }
    .product_parent_cat_outdoorconnection #ribbon::before, .product_parent_cat_outdoorconnection #ribbon::after {
      background-color: #522601; }

.product_parent_cat_duckshuntinggear {
  /*h1 {
      color: $dark_brown;
      
      &:before {
                  content: '';
                  background-image: url('img/logo_ducks-mudriver-black.svg');
                  background-size: 90%;
                  background-repeat: no-repeat;
                  background-position-x: 50%;
                  background-position-y: 50%;
                  width: $space*6;
                  height: $space*2;
                  display: block;
                  margin-right: $space;
      /*            border: 1px solid #333;*!/
                  float: left
              }
      
      
      
  }*/ }
  .product_parent_cat_duckshuntinggear #masthead #site_logo {
    top: 28.00001px;
    width: 72px; }
    @media only screen and (min-width: 768px) {
      .product_parent_cat_duckshuntinggear #masthead #site_logo {
        width: 120px; } }
    @media only screen and (min-width: 1024px) {
      .product_parent_cat_duckshuntinggear #masthead #site_logo {
        width: 180px;
        left: 78px;
        top: 42px; } }
    .product_parent_cat_duckshuntinggear #masthead #site_logo #logo_link {
      background-image: url("img/logo_ducks-mudriver-black.svg"); }
  .product_parent_cat_duckshuntinggear #ribbon {
    background-color: #4b372a; }
    .product_parent_cat_duckshuntinggear #ribbon::before, .product_parent_cat_duckshuntinggear #ribbon::after {
      background-color: #4b372a; }

.single-product {
  /*  h1 {
          line-height: 1 !important;
      }*/
  /* h1:before {
          display: none;
      }*/ }

.tax-product_tag #masthead #site_logo {
  position: absolute;
  top: 20.4px;
  left: 48px;
  width: 42px;
  height: auto;
  z-index: 9999; }
  @media only screen and (min-width: 768px) {
    .tax-product_tag #masthead #site_logo {
      left: 72px;
      width: 60px; } }
  @media only screen and (min-width: 1024px) {
    .tax-product_tag #masthead #site_logo {
      width: 108px;
      top: 24px;
      left: 108px; } }
  .tax-product_tag #masthead #site_logo #logo_link {
    background-image: url("img/logo_boyt.svg") !important; }
.tax-product_tag #ribbon {
  background-color: #34460d !important;
  color: #fff !important; }
  .tax-product_tag #ribbon .ui-slider-handle, .tax-product_tag #ribbon .ui-slider-range {
    background-color: #fff; }
  .tax-product_tag #ribbon .price_slider {
    background-color: rgba(255, 255, 255, 0.25); }
  .tax-product_tag #ribbon .price_slider_wrapper button.button {
    color: #fff;
    border: 2px solid #fff; }
    .tax-product_tag #ribbon .price_slider_wrapper button.button:hover {
      background-color: rgba(255, 255, 255, 0.25);
      color: #fff; }
  .tax-product_tag #ribbon::before, .tax-product_tag #ribbon::after {
    background-color: #34460d !important; }
  .tax-product_tag #ribbon a, .tax-product_tag #ribbon a:hover, .tax-product_tag #ribbon a:visited {
    color: #fff !important; }
  .tax-product_tag #ribbon .widget::after {
    border-color: #fff !important; }
  .tax-product_tag #ribbon .widget.mailing_list p a {
    border-color: #fff !important; }
.tax-product_tag h1 {
  color: #f79321;
  line-height: 1.5; }
  .tax-product_tag h1:before {
    display: none; }

.term-boytharnessco li.product-category, .term-boballen li.product-category, .term-mudriver li.product-category, .term-outdoorconnection li.product-category, .term-duckshuntinggear li.product-category {
  padding: 0 1.1% 0 1.1% !important; }
  @media only screen and (min-width: 768px) {
    .term-boytharnessco li.product-category, .term-boballen li.product-category, .term-mudriver li.product-category, .term-outdoorconnection li.product-category, .term-duckshuntinggear li.product-category {
      padding: 0 !important; } }
  .term-boytharnessco li.product-category h2, .term-boballen li.product-category h2, .term-mudriver li.product-category h2, .term-outdoorconnection li.product-category h2, .term-duckshuntinggear li.product-category h2 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .term-boytharnessco li.product-category:nth-last-of-type(-n+3) h2, .term-boballen li.product-category:nth-last-of-type(-n+3) h2, .term-mudriver li.product-category:nth-last-of-type(-n+3) h2, .term-outdoorconnection li.product-category:nth-last-of-type(-n+3) h2, .term-duckshuntinggear li.product-category:nth-last-of-type(-n+3) h2 {
    display: none; }
.term-boytharnessco header.woocommerce-products-header, .term-boballen header.woocommerce-products-header, .term-mudriver header.woocommerce-products-header, .term-outdoorconnection header.woocommerce-products-header, .term-duckshuntinggear header.woocommerce-products-header {
  padding-bottom: 24px; }

.wpsl-search {
  /*background-color: transparent;*/
  padding: 24px !important; }

#wpsl-search-wrap #wpsl-search-input {
  margin-right: 30px; }
#wpsl-search-wrap .wpsl-input div {
  clear: both; }
#wpsl-search-wrap .wpsl-input label {
  display: block;
  clear: both; }
  @media only screen and (min-width: 556px) {
    #wpsl-search-wrap .wpsl-input label {
      clear: none; } }
#wpsl-search-wrap .wpsl-input input {
  display: block; }
@media only screen and (min-width: 556px) {
  #wpsl-search-wrap .wpsl-input {
    margin-bottom: 24px; } }
#wpsl-search-wrap .wpsl-select-wrap {
  float: left !important; }
  @media only screen and (min-width: 1280px) {
    #wpsl-search-wrap .wpsl-select-wrap {
      float: right !important; } }
  #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
    margin-right: 36px; }
  #wpsl-search-wrap .wpsl-select-wrap #wpsl-results {
    margin-right: 0; }
#wpsl-search-wrap .wpsl-search-btn-wrap {
  float: right;
  clear: both;
  margin: 0 !important; }

#wpsl-search-btn {
  background-image: none;
  font-weight: normal;
  font-style: normal;
  background-color: #f79321 !important;
  font-size: 12px;
  line-height: 1;
  color: white;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  padding: 8px 12px;
  margin: 0 !important;
  float: right; }
  #wpsl-search-btn:hover {
    box-shadow: none;
    border: none !important;
    color: #222222; }

#wpsl-stores {
  height: auto !important; }


@media only screen and (min-width: 960px) {

.woocommerce ul.products li.product.first {
	clear: left !important;
}

}
