@charset "UTF-8";
/* ONEPAGE.CSS */
/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Minimal Styling of this Module

	Version: 4.0.1
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */
/* line 18, app/assets/stylesheets/v3/v3_combined.scss */
#header {
  border-bottom: 0;
}

/* line 20, app/assets/stylesheets/v3/v3_combined.scss */
#header #header-wrap {
  z-index: 199;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
  transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}

/* line 32, app/assets/stylesheets/v3/v3_combined.scss */
#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap {
  border-bottom: 0;
}

/* line 34, app/assets/stylesheets/v3/v3_combined.scss */
#header.full-header.border-full-header #header-wrap {
  border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

/* line 36, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.full-header.border-full-header #header-wrap,
#header.dark.full-header.border-full-header #header-wrap {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 39, app/assets/stylesheets/v3/v3_combined.scss */
#header.transparent-header:not(.sticky-header) #header-wrap {
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/v3/v3_combined.scss */
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
  top: -70px;
  margin-bottom: -70px;
}

/* line 49, app/assets/stylesheets/v3/v3_combined.scss */
#header.full-header #logo {
  border-right: 0;
}

/* line 51, app/assets/stylesheets/v3/v3_combined.scss */
#header.full-header #primary-menu > ul {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

/* line 58, app/assets/stylesheets/v3/v3_combined.scss */
#header.show-on-sticky #header-wrap {
  opacity: 0;
  pointer-events: none;
}

/* line 63, app/assets/stylesheets/v3/v3_combined.scss */
#header.show-on-sticky.sticky-header #header-wrap {
  opacity: 1;
  pointer-events: auto;
}

/* line 69, app/assets/stylesheets/v3/v3_combined.scss */
#header,
#header-wrap,
#logo img {
  height: 70px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

/* Sticky Header
---------------------------------------------------------------------------- */
/* line 82, app/assets/stylesheets/v3/v3_combined.scss */
#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
  box-shadow: none;
  border-bottom: 1px solid #F5F5F5 !important;
  -webkit-backface-visibility: hidden;
}

/* Side Header
---------------------------------------------------------------------------- */
@media (min-width: 992px) {
  /* line 95, app/assets/stylesheets/v3/v3_combined.scss */
  .side-header #header #header-wrap {
    position: relative;
  }
  /* line 97, app/assets/stylesheets/v3/v3_combined.scss */
  .side-header #header,
.side-header #header-wrap {
    height: 100%;
  }
  /* line 100, app/assets/stylesheets/v3/v3_combined.scss */
  .side-header #header-wrap {
    width: 300px !important;
  }
  /* line 102, app/assets/stylesheets/v3/v3_combined.scss */
  .side-header #logo,
.side-header #logo img,
.side-header #primary-menu:not(.style-2),
.side-header #primary-menu:not(.style-2) > ul {
    height: auto;
  }
}

/* Primary Menu
---------------------------------------------------------------------------- */
/* line 113, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu ul li a {
  padding: 24px 22px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
}

/* Side Panel
---------------------------------------------------------------------------- */
/* line 124, app/assets/stylesheets/v3/v3_combined.scss */
body.side-push-panel.stretched #header .container {
  right: 0;
}

/* line 126, app/assets/stylesheets/v3/v3_combined.scss */
body.side-push-panel.side-panel-open.stretched #header .container {
  right: 300px;
}

/* line 128, app/assets/stylesheets/v3/v3_combined.scss */
body.side-panel-left.side-push-panel.stretched #header .container {
  left: 0;
  right: auto;
}

/* line 133, app/assets/stylesheets/v3/v3_combined.scss */
body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container {
  left: 300px;
}

/* line 135, app/assets/stylesheets/v3/v3_combined.scss */
#side-panel-trigger {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */
/* line 145, app/assets/stylesheets/v3/v3_combined.scss */
.page-section {
  padding: 120px 0;
}

/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */
/* line 152, app/assets/stylesheets/v3/v3_combined.scss */
.heading-block h2 {
  font-weight: 500;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;
}

/* ----------------------------------------------------------------------------
	Portfolio Overlay
---------------------------------------------------------------------------- */
/* line 163, app/assets/stylesheets/v3/v3_combined.scss */
.portfolio-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 165, app/assets/stylesheets/v3/v3_combined.scss */
.portfolio-overlay .portfolio-desc h3 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 172, app/assets/stylesheets/v3/v3_combined.scss */
.portfolio-overlay .portfolio-desc h3 a {
  color: #333 !important;
  text-shadow: none;
}

/* line 177, app/assets/stylesheets/v3/v3_combined.scss */
.portfolio-overlay .portfolio-desc span {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

/* line 185, app/assets/stylesheets/v3/v3_combined.scss */
.portfolio-overlay .portfolio-desc span a {
  color: #999 !important;
  text-shadow: none;
}

/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */
/* line 195, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 13px;
}

/* line 201, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-large {
  font-size: 15px;
}

/* line 205, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-light {
  border-color: #F9F9F9;
  color: #F9F9F9;
}

/* line 210, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-light:hover {
  background-color: #F9F9F9;
  color: #333;
  text-shadow: none;
}

/* line 216, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-circle {
  border-radius: 20px;
}

/* line 218, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-large.button-circle {
  border-radius: 23px;
}

/* line 222, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-padded {
  padding: 0 50px;
}

/* line 224, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-padded i:last-child {
  position: absolute;
  line-height: 38px;
  left: auto;
  right: 20px;
  font-size: 20px;
}

/* line 232, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill {
  overflow: hidden;
}

/* line 234, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill:hover {
  background-color: transparent !important;
  border-color: #444 !important;
}

/* line 239, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.button-light:hover {
  border-color: #F9F9F9 !important;
}

/* line 241, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill:before {
  content: '';
  position: absolute;
  background-color: #444;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
}

/* line 256, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.button-light:before {
  background-color: #FFF;
}

/* line 258, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

/* line 263, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill:hover:before {
  width: 100%;
}

/* line 265, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-zoom:before {
  width: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 272, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-zoom:hover:before {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 279, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

/* line 284, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

/* line 287, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

/* line 294, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

/* line 297, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill i:last-child {
  opacity: 0;
  right: 30px;
  -webkit-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 308, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-border.button-fill:hover i:last-child {
  opacity: 1;
  right: 20px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* More Link
---------------------------------------------------------------------------- */
/* line 321, app/assets/stylesheets/v3/v3_combined.scss */
.more-link {
  font-weight: 400;
  border-bottom-width: 1px;
  font-style: normal;
}

/* line 327, app/assets/stylesheets/v3/v3_combined.scss */
.more-link i.icon-angle-right {
  position: relative;
  top: 2px;
  margin-left: 3px;
}

/* line 334, app/assets/stylesheets/v3/v3_combined.scss */
.link-border {
  font-weight: 600;
  border-bottom: 3px solid #1ABC9C;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 342, app/assets/stylesheets/v3/v3_combined.scss */
.link-border:hover {
  border-color: #FFF;
}

/* ----------------------------------------------------------------------------
	Team & Testimonials
---------------------------------------------------------------------------- */
/* line 349, app/assets/stylesheets/v3/v3_combined.scss */
.team-title h4 {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
}

/* line 355, app/assets/stylesheets/v3/v3_combined.scss */
.team-title span {
  font-style: normal;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* line 364, app/assets/stylesheets/v3/v3_combined.scss */
.team-social-icons {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

/* line 370, app/assets/stylesheets/v3/v3_combined.scss */
.dark .team-overlay:before {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 372, app/assets/stylesheets/v3/v3_combined.scss */
.parallax .fslider * {
  -webkit-backface-visibility: hidden !important;
}

/* line 374, app/assets/stylesheets/v3/v3_combined.scss */
.parallax .fslider .flex-control-paging * {
  -webkit-backface-visibility: visible !important;
}

/* line 376, app/assets/stylesheets/v3/v3_combined.scss */
.parallax .testimonial .testi-content p {
  line-height: 1.6 !important;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}

/* line 385, app/assets/stylesheets/v3/v3_combined.scss */
.parallax .testimonial .testi-meta {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}

/* line 392, app/assets/stylesheets/v3/v3_combined.scss */
.parallax .testimonial .testi-meta span {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Page Menu - Dots Style
-----------------------------------------------------------------*/
/* line 402, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav ul li {
  margin: 15px 6px;
}

/* line 404, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav li a {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 406, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav li a:hover,
#page-menu.dots-menu nav li.current a {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

/* line 409, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav li .dots-menu-caption {
  background-color: #EEE !important;
  color: #333;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
}

/* line 419, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav li .dots-menu-caption:after {
  border-left: 6px solid #EEE !important;
}

/* Border Form Design
---------------------------------------------------------------------------- */
/* line 425, app/assets/stylesheets/v3/v3_combined.scss */
.border-form-control {
  height: 48px;
  padding: 8px 4px;
  font-size: 21px;
  letter-spacing: 1px;
  background-color: transparent !important;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom-width: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 438, app/assets/stylesheets/v3/v3_combined.scss */
.border-form-control::-moz-placeholder {
  font-weight: 300;
}

/* line 439, app/assets/stylesheets/v3/v3_combined.scss */
.border-form-control:-ms-input-placeholder {
  font-weight: 300;
}

/* line 440, app/assets/stylesheets/v3/v3_combined.scss */
.border-form-control::-webkit-input-placeholder {
  font-weight: 300;
}

/* line 442, app/assets/stylesheets/v3/v3_combined.scss */
textarea.border-form-control {
  resize: none;
  overflow: hidden;
  word-wrap: break-word;
}

/* ----------------------------------------------------------------------------
	Helper CSS Styles
---------------------------------------------------------------------------- */
/* line 453, app/assets/stylesheets/v3/v3_combined.scss */
.font-body {
  font-family: 'Roboto', sans-serif !important;
}

/* line 455, app/assets/stylesheets/v3/v3_combined.scss */
.font-primary {
  font-family: 'Source Sans Pro', sans-serif !important;
}

/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */
/* line 463, app/assets/stylesheets/v3/v3_combined.scss */
#footer .widget {
  padding: 30px 0;
}

/* line 465, app/assets/stylesheets/v3/v3_combined.scss */
#footer .widget > h4 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 475, app/assets/stylesheets/v3/v3_combined.scss */
#footer .widget ul.footer-site-links li {
  margin: 5px 0;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
}

/* line 483, app/assets/stylesheets/v3/v3_combined.scss */
#footer .widget .form-control {
  text-align: center;
}

/* line 485, app/assets/stylesheets/v3/v3_combined.scss */
.widget p.lead {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.6;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */
/* line 496, app/assets/stylesheets/v3/v3_combined.scss */
.grid-border {
  overflow: hidden;
}

/* line 498, app/assets/stylesheets/v3/v3_combined.scss */
.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
  content: '';
  position: absolute;
}

/* line 504, app/assets/stylesheets/v3/v3_combined.scss */
.grid-border [class^=col-]:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 511, app/assets/stylesheets/v3/v3_combined.scss */
.grid-border [class^=col-]:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 521, app/assets/stylesheets/v3/v3_combined.scss */
.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after {
  border-color: rgba(255, 255, 255, 0.05);
}

/* ----------------------------------------------------------------------------
	One Page Module: Slider Specifics
---------------------------------------------------------------------------- */
/* line 529, app/assets/stylesheets/v3/v3_combined.scss */
.one-page-arrow i {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

/* Large One Word in Slider
---------------------------------------------------------------------------- */
/* line 538, app/assets/stylesheets/v3/v3_combined.scss */
.opm-large-word {
  font-size: 116px;
}

/* line 540, app/assets/stylesheets/v3/v3_combined.scss */
.device-sm .opm-large-word {
  font-size: 96px;
}

/* line 542, app/assets/stylesheets/v3/v3_combined.scss */
.device-xs .opm-large-word {
  font-size: 72px;
}

/* line 544, app/assets/stylesheets/v3/v3_combined.scss */
.device-xxs .opm-large-word {
  font-size: 54px;
}

/* Medium One Word in Slider
---------------------------------------------------------------------------- */
/* line 550, app/assets/stylesheets/v3/v3_combined.scss */
.opm-medium-word {
  font-size: 96px;
}

/* line 552, app/assets/stylesheets/v3/v3_combined.scss */
.device-sm .opm-medium-word {
  font-size: 80px;
}

/* line 554, app/assets/stylesheets/v3/v3_combined.scss */
.device-xs .opm-medium-word {
  font-size: 60px;
}

/* line 556, app/assets/stylesheets/v3/v3_combined.scss */
.device-xxs .opm-medium-word {
  font-size: 48px;
}

/* Medium Before Heading
---------------------------------------------------------------------------- */
/* line 562, app/assets/stylesheets/v3/v3_combined.scss */
.before-heading.opm-medium {
  font-size: 30px;
  font-style: normal;
  margin: 0 0 0 5px;
  line-height: 1;
  letter-spacing: 12px;
}

/* line 570, app/assets/stylesheets/v3/v3_combined.scss */
.device-sm .before-heading.opm-medium {
  font-size: 22px;
}

/* line 572, app/assets/stylesheets/v3/v3_combined.scss */
.device-xs .before-heading.opm-medium {
  font-size: 18px;
}

/* line 574, app/assets/stylesheets/v3/v3_combined.scss */
.device-xxs .before-heading.opm-medium {
  font-size: 14px;
}

/* Large Counter in Slider
---------------------------------------------------------------------------- */
/* line 580, app/assets/stylesheets/v3/v3_combined.scss */
.opm-large-counter {
  font-size: 480px;
  color: #F2F2F2;
  line-height: 1;
}

/* line 586, app/assets/stylesheets/v3/v3_combined.scss */
.device-sm .opm-large-counter {
  font-size: 360px;
}

/* line 588, app/assets/stylesheets/v3/v3_combined.scss */
.device-xs .opm-large-counter {
  font-size: 220px;
}

/* line 590, app/assets/stylesheets/v3/v3_combined.scss */
.device-xxs .opm-large-counter {
  font-size: 150px;
}

/* Slider Grid Blocks
---------------------------------------------------------------------------- */
/* line 596, app/assets/stylesheets/v3/v3_combined.scss */
.half-screen {
  position: relative;
  height: 50%;
}

/* line 601, app/assets/stylesheets/v3/v3_combined.scss */
.videoplay-on-hover .vertical-middle {
  z-index: 2;
}

/* line 603, app/assets/stylesheets/v3/v3_combined.scss */
.videoplay-on-hover .video-wrap {
  z-index: 1;
}

/* line 605, app/assets/stylesheets/v3/v3_combined.scss */
.videoplay-on-hover .vertical-middle h2 {
  font-size: 40px;
  font-weight: bold;
}

/* line 610, app/assets/stylesheets/v3/v3_combined.scss */
.device-xs .videoplay-on-hover .vertical-middle h2 {
  font-size: 32px;
}

/* line 612, app/assets/stylesheets/v3/v3_combined.scss */
.device-xxs .videoplay-on-hover .vertical-middle h2 {
  font-size: 26px;
}

/* Content Switch
---------------------------------------------------------------------------- */
/* line 620, app/assets/stylesheets/v3/v3_combined.scss */
.con-switch {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 627, app/assets/stylesheets/v3/v3_combined.scss */
.con-switch .con-default,
.con-switch .con-show {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/* line 636, app/assets/stylesheets/v3/v3_combined.scss */
.con-switch .con-show {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

/* line 647, app/assets/stylesheets/v3/v3_combined.scss */
.con-switch:hover .con-show {
  opacity: 1;
}

/* line 649, app/assets/stylesheets/v3/v3_combined.scss */
.con-switch:hover .con-default {
  opacity: 0;
}

/* Hero Video Play Event
---------------------------------------------------------------------------- */
/* line 656, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background-color: #333;
  color: #F5F5F5 !important;
  font-size: 24px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 673, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button:hover {
  opacity: 0.9;
}

/* line 675, app/assets/stylesheets/v3/v3_combined.scss */
.dark .big-video-button,
.big-video-button.dark {
  background-color: #F5F5F5;
  color: #333 !important;
  text-shadow: none;
}

/* line 682, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button i:nth-of-type(1) {
  position: relative;
  left: 3px;
}

/* line 687, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) {
  display: none;
}

/* line 690, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button.video-played i:nth-of-type(2) {
  display: block;
}

/* line 692, app/assets/stylesheets/v3/v3_combined.scss */
.big-video-button.video-played {
  opacity: 0.1;
}

/* line 694, app/assets/stylesheets/v3/v3_combined.scss */
#slider:hover .big-video-button.video-played {
  opacity: 1;
}

/* line 697, app/assets/stylesheets/v3/v3_combined.scss */
.slider-caption h2 {
  font-size: 78px;
  letter-spacing: 3px;
  text-transform: lowercase;
  margin-bottom: 50px;
}

/* line 704, app/assets/stylesheets/v3/v3_combined.scss */
.slider-caption p {
  font-weight: 300;
  text-transform: lowercase;
  font-size: 26px;
  line-height: 1.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 716, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg {
  overflow: visible;
}

/* line 718, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg:before {
  position: absolute;
  top: -20px;
  left: -30px;
  content: "“";
  color: rgba(0, 0, 0, 0.07);
  font-size: 144px;
  line-height: 1;
  font-family: 'Passion One';
}

/* line 729, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg .testi-content p {
  font-size: 26px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #111;
}

/* line 738, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after {
  content: '';
}

/* line 741, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg .testi-meta {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  color: #999;
}

/* line 748, app/assets/stylesheets/v3/v3_combined.scss */
.testimonials-lg .testi-meta span {
  font-size: 13px;
  font-weight: 300;
  color: #BBB;
}

/* ----------------------------------------------------------------------------
	Dark
---------------------------------------------------------------------------- */
/* line 761, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */
@media (max-width: 991px) {
  /* line 772, app/assets/stylesheets/v3/v3_combined.scss */
  #logo {
    height: 70px !important;
  }
  /* line 774, app/assets/stylesheets/v3/v3_combined.scss */
  #header {
    min-height: 70px;
  }
  /* line 776, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header:not(.sticky-header) #header-wrap {
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  /* line 781, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.dark:not(.sticky-header) #header-wrap {
    background-color: #333;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
  /* line 786, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header:not(.hidden) + #slider,
#header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
#header.transparent-header:not(.hidden) + #google-map,
#slider + #header.transparent-header:not(.hidden) {
    top: 0;
    margin-bottom: 0;
  }
  /* line 794, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu-trigger {
    top: 10px !important;
  }
  /* line 796, app/assets/stylesheets/v3/v3_combined.scss */
  #side-panel-trigger {
    margin: 25px 0 !important;
    right: 15px !important;
  }
  /* line 801, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #header.transparent-header #header-wrap,
.dark #header.semi-transparent #header-wrap,
#header.dark.transparent-header #header-wrap,
#header.dark.semi-transparent #header-wrap {
    background-color: #333;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  /* line 809, app/assets/stylesheets/v3/v3_combined.scss */
  .dark.overlay-menu #primary-menu:not(.not-dark) ul,
.overlay-menu #primary-menu.dark ul {
    background-color: transparent;
  }
}

/* DARK.CSS */
/* ----------------------------------------------------------------
	Dark Scheme
-----------------------------------------------------------------*/
/* line 827, app/assets/stylesheets/v3/v3_combined.scss */
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #EEE;
}

/* line 835, app/assets/stylesheets/v3/v3_combined.scss */
.dark a:hover {
  color: #EEE;
}

/* line 837, app/assets/stylesheets/v3/v3_combined.scss */
body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .modal-content,
.dark .css3-spinner,
body.dark #side-panel,
body #side-panel.dark {
  background-color: #383838;
}

/* line 847, app/assets/stylesheets/v3/v3_combined.scss */
.dark .css3-spinner > div,
.dark .css3-spinner-grid-pulse > div,
.dark .css3-spinner-ball-rotate > div,
.dark .css3-spinner-zig-zag > div,
.dark .css3-spinner-ball-scale-multiple > div,
.dark .css3-spinner-triangle-path > div,
.dark .css3-spinner-ball-pulse-sync > div {
  background-color: rgba(255, 255, 255, 0.35);
}

/* line 856, app/assets/stylesheets/v3/v3_combined.scss */
.dark .css3-spinner-clip-rotate > div,
.dark .css3-spinner-scale-ripple > div {
  border-color: rgba(255, 255, 255, 0.35);
}

/* line 859, app/assets/stylesheets/v3/v3_combined.scss */
.dark .line,
.dark .double-line {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 862, app/assets/stylesheets/v3/v3_combined.scss */
.dark .section,
.section.dark {
  background-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 868, app/assets/stylesheets/v3/v3_combined.scss */
.dark #top-bar,
#top-bar.dark {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #282828;
}

/* line 874, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links ul li {
  border-left-color: rgba(255, 255, 255, 0.1);
}

/* line 876, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links li > a {
  color: #AAA;
}

/* line 878, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links li:hover {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 883, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links ul ul,
.dark .top-links ul div.top-link-section {
  background: #333;
  border-bottom: none;
}

/* line 889, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links ul ul li {
  border-top: 1px solid #444;
  border-left: 1px solid #444;
}

/* line 894, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links ul ul li:hover {
  background-color: #383838;
}

/* line 896, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-links ul ul li:first-child {
  border-left: 1px solid #444;
}

/* line 898, app/assets/stylesheets/v3/v3_combined.scss */
.dark #top-social li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 900, app/assets/stylesheets/v3/v3_combined.scss */
.dark #top-social li a {
  color: #BBB;
}

/* line 902, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header) {
  background-color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 908, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
.dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark),
.dark #header.transparent-header.floating-header .container,
.dark #header.transparent-header.floating-header.sticky-header .container,
#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark),
#header.dark.transparent-header.floating-header .container,
#header.dark.transparent-header.floating-header.sticky-header .container,
.dark .responsive-sticky-header #header-wrap,
.responsive-sticky-header.dark #header-wrap {
  background-color: #333;
}

/* line 919, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.full-header #header-wrap:not(.not-dark),
#header.full-header.dark #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 922, app/assets/stylesheets/v3/v3_combined.scss */
.dark #slider + #header.full-header #header-wrap:not(.not-dark),
#slider + #header.full-header.dark #header-wrap:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 925, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 928, app/assets/stylesheets/v3/v3_combined.scss */
.dark #slider + #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),
#slider + #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 931, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.semi-transparent,
.dark #header.semi-transparent.floating-header .container,
#header.dark.semi-transparent,
#header.dark.semi-transparent.floating-header .container {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 936, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.sticky-header.semi-transparent,
.dark #header.semi-transparent.floating-header,
.dark #header.semi-transparent.floating-header.sticky-header .container,
#header.dark.sticky-header.semi-transparent,
#header.dark.semi-transparent.floating-header,
#header.dark.semi-transparent.floating-header.sticky-header .container {
  background-color: transparent;
}

/* line 943, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.semi-transparent.sticky-header #header-wrap,
#header.dark.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 946, app/assets/stylesheets/v3/v3_combined.scss */
.dark #logo a {
  color: #FFF;
}

/* line 948, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.full-header #header-wrap:not(.not-dark) #logo,
#header.full-header.dark #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255, 255, 255, 0.15);
}

/* line 951, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo,
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* line 955, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.overlay-menu #primary-menu.dark > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > #overlay-menu-close,
.overlay-menu #primary-menu.dark > #overlay-menu-close,
.dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-cart a,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a,
.dark #top-cart .top-cart-item-desc a,
body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-search a:hover,
.dark #header-wrap:not(.not-dark) #top-cart a:hover,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover,
.dark #header-wrap:not(.not-dark) #top-search form input {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 974, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul,
#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255, 255, 255, 0.15);
}

/* line 977, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul,
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* line 980, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input,
#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 983, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header-wrap:not(.not-dark) #top-search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 984, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header-wrap:not(.not-dark) #top-search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 985, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header-wrap:not(.not-dark) #top-search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 987, app/assets/stylesheets/v3/v3_combined.scss */
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {
  color: #EEE;
}

/* line 992, app/assets/stylesheets/v3/v3_combined.scss */
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.overlay-menu #primary-menu.dark > ul > li:hover > a,
.overlay-menu #primary-menu.dark > ul > li.current > a {
  color: #1ABC9C !important;
}

/* line 997, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {
  background-color: #333;
  border-color: #3F3F3F;
  border-top-color: #1ABC9C;
}

/* line 1006, app/assets/stylesheets/v3/v3_combined.scss */
.dark.overlay-menu #primary-menu:not(.not-dark) ul,
.dark.overlay-menu #primary-menu:not(.not-dark) ul,
.overlay-menu #primary-menu.dark ul,
.overlay-menu #primary-menu.dark ul {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1011, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#primary-menu.dark ul li .mega-menu-content.style-2 {
  border-color: transparent;
  border-top-color: #1ABC9C;
}

/* line 1017, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul li,
#primary-menu.dark ul ul li {
  border-top-color: #3F3F3F;
}

/* line 1020, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul li:first-child,
#primary-menu.dark ul ul li:first-child {
  border-top: 0;
}

/* line 1023, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul li > a,
#primary-menu.dark ul ul li > a {
  color: #999 !important;
}

/* line 1026, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul li:hover > a,
#primary-menu.dark ul ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #CCC !important;
}

/* line 1032, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a,
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,
#primary-menu.dark ul ul > li.sub-menu > a,
#primary-menu.dark ul ul > li.sub-menu:hover > a {
  background-image: url(/assets/v3/icons/submenu-dark-c5fc8739a7e22df444c7bdff2210ca1bedb7af73c896fefdae3b97d8c1a47492.png);
}

/* line 1037, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child),
#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
  border-left-color: #3F3F3F;
}

/* line 1040, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
  color: #BBB !important;
  background: transparent;
}

/* line 1048, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
  color: #DDD !important;
}

/* line 1052, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.style-2:not(.not-dark) {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1054, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.style-3:not(.not-dark) > ul > li:hover > a,
#primary-menu.dark.style-3 > ul > li:hover > a {
  color: #EEE;
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1060, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.style-3:not(.not-dark) > ul > li.current > a,
#primary-menu.dark.style-3 > ul > li.current > a {
  color: #EEE;
}

/* line 1063, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.style-5:not(.not-dark) > ul,
#primary-menu.dark.style-5 > ul {
  border-right-color: rgba(255, 255, 255, 0.1);
}

/* line 1066, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.sub-title:not(.not-dark) > ul > li > a span,
#primary-menu.dark.sub-title > ul > li > a span {
  color: #999;
}

/* line 1069, app/assets/stylesheets/v3/v3_combined.scss */
.dark #primary-menu.sub-title:not(.not-dark) > ul > li:hover > a span,
.dark #primary-menu.sub-title:not(.not-dark) > ul > li.current > a span,
.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li:hover > a span,
.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li.current > a span,
#primary-menu.dark.sub-title > ul > li:hover > a span,
#primary-menu.dark.sub-title > ul > li.current > a span,
#primary-menu.dark.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.dark.sub-title.style-2 > div > ul > li.current > a span {
  color: #EEE;
}

/* line 1079, app/assets/stylesheets/v3/v3_combined.scss */
.dark #top-cart .top-cart-content {
  background-color: #333;
  border-color: #3F3F3F;
  border-top-color: #1ABC9C;
}

/* line 1085, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-title {
  border-bottom-color: #3F3F3F;
}

/* line 1087, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item {
  border-top-color: #3F3F3F;
}

/* line 1089, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item-image {
  border-color: #444;
}

/* line 1091, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item-image:hover {
  border-color: #1ABC9C;
}

/* line 1093, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item-desc a:hover {
  color: #1ABC9C !important;
}

/* line 1095, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item-desc span.top-cart-item-price {
  color: #AAA;
}

/* line 1097, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-item-desc span.top-cart-item-quantity {
  color: #888;
}

/* line 1099, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-cart-action {
  border-top-color: #3F3F3F;
}

/* line 1101, app/assets/stylesheets/v3/v3_combined.scss */
.dark .one-page-arrow,
.one-page-arrow.dark {
  color: #FFF;
}

/* line 1105, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header #header {
  background-color: #333;
  border-right-color: #3F3F3F;
}

/* line 1110, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header #logo:not(.nobottomborder):after,
.dark.side-header #primary-menu:not(.nobottomborder):after {
  border-bottom-color: #3F3F3F;
}

/* line 1113, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header #primary-menu:not(.not-dark) > ul > li > a,
.dark.side-header #primary-menu ul ul li:hover > a {
  color: #DDD !important;
}

/* line 1116, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header.open-header #header-trigger {
  background-color: rgba(0, 0, 0, 0.3);
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1122, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header.side-header-right #header {
  border-left-color: #3F3F3F;
}

/* line 1124, app/assets/stylesheets/v3/v3_combined.scss */
.dark.side-header #primary-menu ul ul a {
  color: #AAA !important;
}

/* line 1126, app/assets/stylesheets/v3/v3_combined.scss */
.dark .swiper-pagination span {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1128, app/assets/stylesheets/v3/v3_combined.scss */
.dark .swiper-pagination span:hover,
.dark .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #333 !important;
}

/* line 1132, app/assets/stylesheets/v3/v3_combined.scss */
.dark .slider-caption,
.dark .slider-caption h2 {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 1138, app/assets/stylesheets/v3/v3_combined.scss */
.not-dark .slider-caption,
.not-dark .slider-caption h2 {
  color: #222;
  text-shadow: none;
}

/* line 1144, app/assets/stylesheets/v3/v3_combined.scss */
.dark .ei-title h2,
.dark .ei-title h3,
.dark .ei-title h2 span,
.dark .ei-title h3 span {
  color: #EEE !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 1152, app/assets/stylesheets/v3/v3_combined.scss */
.not-dark .ei-title h2,
.not-dark .ei-title h3,
.not-dark .ei-title h2 span,
.not-dark .ei-title h3 span {
  color: #222 !important;
  text-shadow: none;
}

/* line 1160, app/assets/stylesheets/v3/v3_combined.scss */
.dark #page-title {
  background-color: #282828;
  border-bottom-color: #3F3F3F;
}

/* line 1165, app/assets/stylesheets/v3/v3_combined.scss */
.dark #page-title h1 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 1167, app/assets/stylesheets/v3/v3_combined.scss */
.dark #page-title span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1169, app/assets/stylesheets/v3/v3_combined.scss */
.dark .breadcrumb a {
  color: #BBB;
}

/* line 1171, app/assets/stylesheets/v3/v3_combined.scss */
.dark .breadcrumb a:hover {
  color: #EEE;
}

/* line 1173, app/assets/stylesheets/v3/v3_combined.scss */
.dark #page-title.page-title-pattern {
  background-image: url(/../images/pattern2.png);
}

/* line 1176, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-filter {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1178, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-filter li a {
  color: #999;
  border-left-color: rgba(255, 255, 255, 0.08);
}

/* line 1183, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-filter li a:hover {
  color: #EEE;
}

/* line 1185, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-shuffle {
  color: #999;
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1190, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-filter li.activeFilter a,
.dark .portfolio-shuffle:hover {
  color: #FFF;
}

/* line 1193, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-desc h3 a {
  color: #EEE;
}

/* line 1195, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-desc h3 a:hover {
  color: #BBB;
}

/* line 1197, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-desc span {
  color: #888;
}

/* line 1199, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-desc span a {
  color: #888;
}

/* line 1201, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-desc span a:hover {
  color: #CCC;
}

/* line 1203, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-notitle .portfolio-desc {
  background-color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 1208, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-1 .portfolio-item {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* line 1210, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-1.portfolio-fullwidth .portfolio-desc {
  background-color: #333;
}

/* line 1212, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-overlay a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

/* line 1217, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-overlay a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 1219, app/assets/stylesheets/v3/v3_combined.scss */
.dark .ajax-modal-title {
  background-color: #333;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* line 1224, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-meta li {
  color: #999;
}

/* line 1226, app/assets/stylesheets/v3/v3_combined.scss */
.dark .portfolio-meta li span {
  color: #BBB;
}

/* line 1228, app/assets/stylesheets/v3/v3_combined.scss */
.dark .well .line {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1230, app/assets/stylesheets/v3/v3_combined.scss */
.dark #portfolio-navigation a {
  color: #BBB;
}

/* line 1232, app/assets/stylesheets/v3/v3_combined.scss */
.dark #portfolio-navigation a:hover {
  color: #EEE;
}

/* line 1234, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* line 1236, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-title h2 a,
.dark .ipost .entry-title h3 a,
.dark .ipost .entry-title h4 a {
  color: #EEE;
}

/* line 1240, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-title h2 a:hover,
.dark .ipost .entry-title h3 a:hover,
.dark .ipost .entry-title h4 a:hover {
  color: #BBB;
}

/* line 1244, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-meta li {
  border-left-color: rgba(255, 255, 255, 0.08);
  color: #888;
}

/* line 1249, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-meta li a {
  color: #888;
}

/* line 1251, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-meta li a:hover {
  color: #CCC;
}

/* line 1253, app/assets/stylesheets/v3/v3_combined.scss */
.dark .entry-link {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1255, app/assets/stylesheets/v3/v3_combined.scss */
.dark .post-masonry-full .entry {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1257, app/assets/stylesheets/v3/v3_combined.scss */
.dark .timeline-border {
  border-left-color: rgba(255, 255, 255, 0.1);
}

/* line 1259, app/assets/stylesheets/v3/v3_combined.scss */
.dark .post-timeline .entry-timeline {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.08);
  color: #AAA;
}

/* line 1265, app/assets/stylesheets/v3/v3_combined.scss */
.dark .post-timeline .entry.entry-date-section span {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #333;
}

/* line 1270, app/assets/stylesheets/v3/v3_combined.scss */
.dark .post-timeline .entry-timeline div.timeline-divider {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1272, app/assets/stylesheets/v3/v3_combined.scss */
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider {
  border-color: #1ABC9C;
  color: #1ABC9C;
}

/* line 1278, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost,
.dark .mpost {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1281, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-image a i,
.dark .mpost .entry-image a i {
  color: #CCC;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1287, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-title h4 a,
.dark .mpost .entry-title h4 a {
  color: #BBB;
}

/* line 1290, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-title h4 a:hover,
.dark .mpost .entry-title h4 a:hover {
  color: #999;
}

/* line 1293, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-meta li,
.dark .mpost .entry-meta li {
  border-left-color: #666;
}

/* line 1296, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-meta li a,
.dark .mpost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a {
  color: #AAA;
}

/* line 1300, app/assets/stylesheets/v3/v3_combined.scss */
.dark .spost .entry-meta li a:hover,
.dark .mpost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover {
  color: #888;
}

/* line 1304, app/assets/stylesheets/v3/v3_combined.scss */
.dark #comments {
  border-top-color: rgba(255, 255, 255, 0.08);
}

/* line 1306, app/assets/stylesheets/v3/v3_combined.scss */
.dark .commentlist {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* line 1308, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-wrap {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1310, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-avatar {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1315, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-content .comment-author {
  color: #CCC;
}

/* line 1317, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-content .comment-author a {
  color: #BBB;
}

/* line 1319, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-content .comment-author a:hover {
  color: #EEE;
}

/* line 1321, app/assets/stylesheets/v3/v3_combined.scss */
.dark .review-comment-ratings {
  color: #CCC;
}

/* line 1323, app/assets/stylesheets/v3/v3_combined.scss */
.dark .comment-reply-link:hover {
  color: #888;
}

/* line 1325, app/assets/stylesheets/v3/v3_combined.scss */
.dark p.wp-caption-text {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1328, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-title h3 a,
.dark .single-product .product-title h2 a {
  color: #EEE;
}

/* line 1331, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-title h3 a:hover,
.dark .single-product .product-title h2 a:hover {
  color: #BBB;
}

/* line 1334, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-price {
  color: #BBB;
}

/* line 1336, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-overlay a {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(255, 255, 255, 0.15);
}

/* line 1342, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-overlay a:last-child {
  border-right: 0;
}

/* line 1344, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-overlay a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1346, app/assets/stylesheets/v3/v3_combined.scss */
.dark .bothsidebar .product-1 .product {
  border-top-color: rgba(255, 255, 255, 0.08);
}

/* line 1349, app/assets/stylesheets/v3/v3_combined.scss */
.dark .quantity .qty {
  border-left-color: rgba(255, 255, 255, 0.08);
  border-right-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1355, app/assets/stylesheets/v3/v3_combined.scss */
.dark .quantity .plus,
.dark .quantity .minus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1358, app/assets/stylesheets/v3/v3_combined.scss */
.dark .quantity .plus:hover,
.dark .quantity .minus:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1361, app/assets/stylesheets/v3/v3_combined.scss */
.dark .product-meta {
  color: #888;
}

/* line 1363, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart .remove {
  color: #BBB;
}

/* line 1365, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart .remove:hover {
  color: #EEE;
}

/* line 1367, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart th {
  color: #DDD;
}

/* line 1369, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart td {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 1371, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart-product-thumbnail img {
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1373, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart-product-thumbnail img:hover {
  border-color: #1ABC9C;
}

/* line 1375, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart-product-name a,
.dark .product-name a {
  color: #EEE;
}

/* line 1378, app/assets/stylesheets/v3/v3_combined.scss */
.dark .cart-product-name a:hover,
.dark .product-name a:hover {
  color: #BBB;
}

/* line 1381, app/assets/stylesheets/v3/v3_combined.scss */
.dark td.actions {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1383, app/assets/stylesheets/v3/v3_combined.scss */
.dark .events .entry,
.dark .ievent {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* line 1389, app/assets/stylesheets/v3/v3_combined.scss */
.dark .countdown-section {
  color: #DDD;
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 1394, app/assets/stylesheets/v3/v3_combined.scss */
.dark .countdown-amount,
.dark .rounded-skill {
  color: #EEE;
}

/* line 1397, app/assets/stylesheets/v3/v3_combined.scss */
.dark .button-dark:not(.button-border),
.dark .button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1400, app/assets/stylesheets/v3/v3_combined.scss */
.dark .button-dark:hover {
  background-color: #1ABC9C;
}

/* line 1402, app/assets/stylesheets/v3/v3_combined.scss */
.dark .button-light:not(.button-border):hover {
  background-color: #282828;
}

/* line 1404, app/assets/stylesheets/v3/v3_combined.scss */
.dark .button.button-border:not(.button-light) {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.5);
}

/* line 1409, app/assets/stylesheets/v3/v3_combined.scss */
.dark .button.button-border:not(.button-light):hover {
  color: #EEE;
}

/* line 1411, app/assets/stylesheets/v3/v3_combined.scss */
.not-dark .button.button-border:not(.button-light) {
  border-color: #444;
  color: #333;
}

/* line 1416, app/assets/stylesheets/v3/v3_combined.scss */
.not-dark .button.button-border:not(.button-light):hover {
  background-color: #444;
  color: #FFF;
}

/* line 1421, app/assets/stylesheets/v3/v3_combined.scss */
.dark .promo > span,
.dark .promo > .container > span {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1424, app/assets/stylesheets/v3/v3_combined.scss */
.dark .promo.promo-border {
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 1426, app/assets/stylesheets/v3/v3_combined.scss */
.dark .promo.promo-light {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1428, app/assets/stylesheets/v3/v3_combined.scss */
.dark .promo.promo-dark:not(.promo-flat) {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1430, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box h3 {
  color: #CCC;
}

/* line 1432, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box p {
  color: #888;
}

/* line 1434, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1436, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-light .fbox-icon i,
.dark .feature-box.fbox-light .fbox-icon img {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

/* line 1443, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1445, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-dark .fbox-icon img {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1448, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-border.fbox-light .fbox-icon,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1451, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-border.fbox-light .fbox-icon i,
.dark .feature-box.fbox-border.fbox-light .fbox-icon img,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-border.fbox-dark .fbox-icon img,
.dark .feature-box.fbox-plain.fbox-light .fbox-icon i,
.dark .feature-box.fbox-plain.fbox-light .fbox-icon img,
.dark .feature-box.fbox-plain.fbox-dark .fbox-icon i,
.dark .feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #FFF;
}

/* line 1460, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box h3 span.subtitle {
  color: #AAA;
}

/* line 1462, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-bg.fbox-center,
.dark .feature-box.media-box.fbox-bg .fbox-desc {
  background-color: #383838;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1468, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.dark .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.dark .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #383838 !important;
}

/* line 1472, app/assets/stylesheets/v3/v3_combined.scss */
.dark .feature-box.fbox-bg.fbox-center.fbox-light .fbox-icon i {
  background-color: #444 !important;
}

/* line 1474, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-effect .fbox-icon i:after {
  box-shadow: 0 0 0 2px #494949;
}

/* line 1476, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-effect .fbox-icon i:hover,
.dark .fbox-effect:hover .fbox-icon i {
  background-color: #494949;
}

/* line 1479, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #1ABC9C;
}

/* line 1481, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #1ABC9C;
}

/* line 1484, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-border.fbox-effect .fbox-icon i:hover,
.dark .fbox-border.fbox-effect:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #494949;
}

/* line 1487, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-border.fbox-effect .fbox-icon i:after {
  background-color: #494949;
}

/* line 1489, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #1ABC9C;
}

/* line 1492, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
  background-color: #1ABC9C;
}

/* line 1494, app/assets/stylesheets/v3/v3_combined.scss */
.dark .process-steps li .i-bordered {
  background-color: #494949;
}

/* line 1496, app/assets/stylesheets/v3/v3_combined.scss */
.dark .process-steps li:before,
.dark .process-steps li:after,
.dark .feature-box.fbox-center:not(.fbox-bg) h3:after {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 1500, app/assets/stylesheets/v3/v3_combined.scss */
.dark .heading-block:not(.not-dark):after {
  border-top-color: rgba(255, 255, 255, 0.4);
}

/* line 1502, app/assets/stylesheets/v3/v3_combined.scss */
.dark .style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}

/* line 1504, app/assets/stylesheets/v3/v3_combined.scss */
.dark .style-msg .sb-msg,
.dark .style-msg2 .msgtitle,
.dark .style-msg2 .sb-msg {
  border-left-color: rgba(255, 255, 255, 0.1);
}

/* line 1509, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-rounded,
.dark .i-circled,
.dark .i-bordered {
  background-color: #494949;
}

/* line 1513, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-bordered {
  border-color: #DDD;
  color: #DDD;
}

/* line 1518, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: none;
}

/* line 1524, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-rounded:hover,
.dark .i-circled:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

/* line 1532, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-bordered:hover {
  background-color: #444;
  color: #FFF;
  border-color: #444;
}

/* line 1538, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-plain {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 1543, app/assets/stylesheets/v3/v3_combined.scss */
.dark .i-plain:hover {
  color: #DDD;
}

/* line 1545, app/assets/stylesheets/v3/v3_combined.scss */
.dark .social-icon {
  color: #DDD !important;
  border-color: #DDD;
}

/* line 1550, app/assets/stylesheets/v3/v3_combined.scss */
.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
  color: #555 !important;
}

/* line 1553, app/assets/stylesheets/v3/v3_combined.scss */
.dark .si-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #DDD !important;
  border-color: transparent;
}

/* line 1559, app/assets/stylesheets/v3/v3_combined.scss */
.dark .si-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #EEE !important;
  border-color: transparent;
}

/* line 1565, app/assets/stylesheets/v3/v3_combined.scss */
.dark .social-icon i:last-child {
  color: #FFF !important;
}

/* line 1567, app/assets/stylesheets/v3/v3_combined.scss */
.dark .social-icon:hover {
  color: #FFF !important;
  border-color: transparent;
}

/* line 1572, app/assets/stylesheets/v3/v3_combined.scss */
.dark .si-share {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1578, app/assets/stylesheets/v3/v3_combined.scss */
.dark .toggle .togglet,
.dark .toggle .toggleta {
  color: #CCC;
}

/* line 1581, app/assets/stylesheets/v3/v3_combined.scss */
.dark .toggle.toggle-bg .togglet,
.dark .toggle.toggle-bg .toggleta {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1584, app/assets/stylesheets/v3/v3_combined.scss */
.dark .toggle.toggle-border {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1586, app/assets/stylesheets/v3/v3_combined.scss */
.dark .faqs .toggle {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1588, app/assets/stylesheets/v3/v3_combined.scss */
.dark .acctitle,
.dark .acctitlec {
  color: #CCC;
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 1594, app/assets/stylesheets/v3/v3_combined.scss */
.dark .accordion.accordion-bg .acctitle,
.dark .accordion.accordion-bg .acctitlec {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1597, app/assets/stylesheets/v3/v3_combined.scss */
.dark .accordion.accordion-border {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1599, app/assets/stylesheets/v3/v3_combined.scss */
.dark .accordion.accordion-border .acctitle,
.dark .accordion.accordion-border .acctitlec {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1602, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav {
  border-bottom-color: #494949;
}

/* line 1604, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav li,
.dark .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
  border-color: #494949;
}

/* line 1607, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav li:first-child {
  border-left-color: #494949;
}

/* line 1609, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav li a {
  color: #DDD;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 1614, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tabs.tabs-alt ul.tab-nav li a,
.dark ul.tab-nav li.ui-tabs-active a {
  background-color: #383838;
}

/* line 1617, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav.tab-nav2 li a {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1619, app/assets/stylesheets/v3/v3_combined.scss */
.dark ul.tab-nav.tab-nav2 li.ui-state-active a {
  background-color: #1ABC9C;
}

/* line 1621, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tabs-bordered .tab-container {
  border-color: #494949;
}

/* line 1623, app/assets/stylesheets/v3/v3_combined.scss */
.dark .side-tabs ul.tab-nav {
  border-right-color: #494949;
}

/* line 1625, app/assets/stylesheets/v3/v3_combined.scss */
.dark .side-tabs ul.tab-nav li {
  border-color: #494949;
}

/* line 1627, app/assets/stylesheets/v3/v3_combined.scss */
.dark .side-tabs ul.tab-nav li:first-child {
  border-top-color: #494949;
  border-left-color: #494949;
}

/* line 1632, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
  border-right-color: #383838;
}

/* line 1634, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tabs-bordered.side-tabs .tab-container {
  border-top-color: #494949;
}

/* line 1636, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sidenav {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1638, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sidenav > li > a {
  border-color: #494949;
  color: #BBB;
}

/* line 1643, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sidenav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1645, app/assets/stylesheets/v3/v3_combined.scss */
.dark .faqlist li a {
  color: #CCC;
}

/* line 1647, app/assets/stylesheets/v3/v3_combined.scss */
.dark .clients-grid li:before,
.dark .testimonials-grid li:before {
  border-left-color: rgba(255, 255, 255, 0.15);
}

/* line 1650, app/assets/stylesheets/v3/v3_combined.scss */
.dark .clients-grid li:after,
.dark .testimonials-grid li:after {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 1653, app/assets/stylesheets/v3/v3_combined.scss */
.dark .testimonial {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1659, app/assets/stylesheets/v3/v3_combined.scss */
.dark .testimonial.twitter-scroll .testi-content p a {
  border-bottom: 1px dotted #AAA;
}

/* line 1661, app/assets/stylesheets/v3/v3_combined.scss */
.dark .testimonial.twitter-scroll .testi-content p a:hover {
  border-bottom: 1px solid #888;
}

/* line 1663, app/assets/stylesheets/v3/v3_combined.scss */
.dark .testimonial.twitter-scroll .testi-image i {
  background-color: rgba(0, 0, 0, 0.2);
  color: #EEE;
  text-shadow: none;
}

/* line 1669, app/assets/stylesheets/v3/v3_combined.scss */
.parallax.dark .testimonial .flex-control-nav {
  height: 8px;
  margin-top: 30px;
}

/* line 1674, app/assets/stylesheets/v3/v3_combined.scss */
.parallax.dark .testimonial .flex-control-nav li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

/* line 1680, app/assets/stylesheets/v3/v3_combined.scss */
.parallax.dark .testimonial .flex-control-nav li a {
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #FFF;
  background-color: transparent;
}

/* line 1687, app/assets/stylesheets/v3/v3_combined.scss */
.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active {
  background-color: #FFF;
}

/* line 1690, app/assets/stylesheets/v3/v3_combined.scss */
.dark .team-desc.team-desc-bg {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1692, app/assets/stylesheets/v3/v3_combined.scss */
.dark .team-content {
  color: #999;
}

/* line 1694, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1700, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-title {
  background-color: rgba(255, 255, 255, 0.03);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1706, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-title h3 {
  color: #DDD;
}

/* line 1708, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-price {
  color: #EEE;
}

/* line 1710, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-price:after {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1712, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-features {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1714, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.best-price {
  background-color: transparent;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* line 1719, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.best-price .pricing-title {
  background-color: transparent;
}

/* line 1721, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.pricing-minimal .pricing-price {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1726, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.pricing-extended {
  background-color: transparent;
}

/* line 1728, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.pricing-extended .pricing-action-area {
  border-left-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1733, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pricing-box.pricing-extended .pricing-meta {
  color: #999;
}

/* line 1735, app/assets/stylesheets/v3/v3_combined.scss */
.dark .counter.counter-lined + h5:before {
  border-color: #EEE;
}

/* line 1737, app/assets/stylesheets/v3/v3_combined.scss */
.dark .easyPieChart {
  color: #EEE;
}

/* line 1739, app/assets/stylesheets/v3/v3_combined.scss */
.dark .skills li {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 1741, app/assets/stylesheets/v3/v3_combined.scss */
.dark .skills li .progress-percent {
  background-color: #4E4E4E;
}

/* line 1743, app/assets/stylesheets/v3/v3_combined.scss */
.dark .progress-percent:after,
.dark .progress-percent:before {
  border-top-color: #4E4E4E;
}

/* line 1746, app/assets/stylesheets/v3/v3_combined.scss */
.dark .skills li > span {
  font-weight: 600;
  color: #CCC;
}

/* line 1751, app/assets/stylesheets/v3/v3_combined.scss */
.dark .owl-carousel.owl-loading {
  background-image: url(/../images/preloader-dark.gif);
}

/* line 1753, app/assets/stylesheets/v3/v3_combined.scss */
.dark .owl-carousel .owl-nav [class*=owl-] {
  border-color: transparent;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1759, app/assets/stylesheets/v3/v3_combined.scss */
.dark label {
  color: #BBB;
}

/* line 1761, app/assets/stylesheets/v3/v3_combined.scss */
.dark label.label-muted {
  color: #777;
}

/* line 1763, app/assets/stylesheets/v3/v3_combined.scss */
.dark #contact-form-overlay,
.dark #contact-form-overlay-mini {
  background-color: #383838;
}

/* line 1766, app/assets/stylesheets/v3/v3_combined.scss */
.dark .title-block > span {
  color: #999;
}

/* line 1768, app/assets/stylesheets/v3/v3_combined.scss */
.dark .heading-block:not(.not-dark),
.dark .counter {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1771, app/assets/stylesheets/v3/v3_combined.scss */
.dark .heading-block:not(.not-dark) h1,
.dark .heading-block:not(.not-dark) h2,
.dark .heading-block:not(.not-dark) h3,
.dark .heading-block:not(.not-dark) h4,
.dark .emphasis-title:not(.not-dark) h1,
.dark .emphasis-title:not(.not-dark) h2 {
  color: #FFF;
}

/* line 1778, app/assets/stylesheets/v3/v3_combined.scss */
.dark .heading-block.not-dark h1,
.dark .heading-block.not-dark h2,
.dark .heading-block.not-dark h3,
.dark .heading-block.not-dark h4,
.dark .emphasis-title.not-dark h1,
.dark .emphasis-title.not-dark h2 {
  color: #333;
}

/* line 1785, app/assets/stylesheets/v3/v3_combined.scss */
.dark .heading-block:not(.not-dark) > span {
  color: #EEE;
}

/* line 1787, app/assets/stylesheets/v3/v3_combined.scss */
.dark .emphasis-title.not-dark {
  color: #444;
}

/* line 1789, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fancy-title h1,
.dark .fancy-title h2,
.dark .fancy-title h3,
.dark .fancy-title h4,
.dark .fancy-title h5,
.dark .fancy-title h6 {
  background-color: #383838;
}

/* line 1796, app/assets/stylesheets/v3/v3_combined.scss */
.dark .fancy-title.title-double-border:before,
.dark .fancy-title.title-border:before,
.dark .fancy-title.title-border-color:before,
.dark .fancy-title.title-border:before {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 1801, app/assets/stylesheets/v3/v3_combined.scss */
.dark .divider {
  color: rgba(255, 255, 255, 0.15);
}

/* line 1803, app/assets/stylesheets/v3/v3_combined.scss */
.dark .divider:after,
.dark .divider.divider-center:before,
.dark .divider.divider-center.divider-short:before {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1807, app/assets/stylesheets/v3/v3_combined.scss */
.dark .divider.divider-rounded,
.dark .divider.divider-border {
  color: #999;
}

/* line 1810, app/assets/stylesheets/v3/v3_combined.scss */
.dark .divider.divider-rounded i,
.dark .divider.divider-border i {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1813, app/assets/stylesheets/v3/v3_combined.scss */
.dark .divider.divider-border i {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1818, app/assets/stylesheets/v3/v3_combined.scss */
.dark .quote:before {
  color: rgba(255, 255, 255, 0.1);
}

/* line 1820, app/assets/stylesheets/v3/v3_combined.scss */
.dark .highlight {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1822, app/assets/stylesheets/v3/v3_combined.scss */
.dark .top-advert {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}

/* line 1827, app/assets/stylesheets/v3/v3_combined.scss */
.dark .error404 {
  color: rgba(255, 255, 255, 0.15);
}

/* line 1829, app/assets/stylesheets/v3/v3_combined.scss */
.dark.error404-wrap .form-control::-webkit-input-placeholder {
  color: #888;
}

/* line 1830, app/assets/stylesheets/v3/v3_combined.scss */
.dark.error404-wrap .form-control::-moz-placeholder {
  color: #888;
}

/* line 1831, app/assets/stylesheets/v3/v3_combined.scss */
.dark.error404-wrap .form-control:-ms-input-placeholder {
  color: #888;
}

/* line 1833, app/assets/stylesheets/v3/v3_combined.scss */
.dark .preloader {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1835, app/assets/stylesheets/v3/v3_combined.scss */
.dark .preloader,
.dark .preloader2,
.dark .form-process {
  background-image: url(/../images/preloader-dark.gif);
}

/* line 1839, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-process {
  background-color: transparent;
}

/* line 1842, app/assets/stylesheets/v3/v3_combined.scss */
#footer.dark,
.dark #footer {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 1849, app/assets/stylesheets/v3/v3_combined.scss */
.dark #copyrights {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 1855, app/assets/stylesheets/v3/v3_combined.scss */
.dark #copyrights i.footer-icon {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1857, app/assets/stylesheets/v3/v3_combined.scss */
.dark .copyright-links a {
  color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

/* line 1862, app/assets/stylesheets/v3/v3_combined.scss */
.dark .copyright-links a:hover {
  color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* line 1868, app/assets/stylesheets/v3/v3_combined.scss */
.dark .footer-widgets-wrap a {
  color: #CCC;
}

/* line 1870, app/assets/stylesheets/v3/v3_combined.scss */
.dark .footer-widgets-wrap a:hover {
  color: #999;
}

/* line 1872, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sidebar-widgets-wrap .widget,
body.dark #side-panel .widget,
body #side-panel.dark .widget {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1876, app/assets/stylesheets/v3/v3_combined.scss */
body.dark #side-panel #side-panel-trigger-close a,
body #side-panel.dark #side-panel-trigger-close a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1882, app/assets/stylesheets/v3/v3_combined.scss */
.dark .widget h4 {
  color: #DDD;
}

/* line 1884, app/assets/stylesheets/v3/v3_combined.scss */
.dark .widget p {
  opacity: 0.8;
}

/* line 1886, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tagcloud a {
  color: #999;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1892, app/assets/stylesheets/v3/v3_combined.scss */
.dark .tagcloud a:hover {
  border-color: transparent !important;
  background-color: #1ABC9C;
  color: #FFF !important;
}

/* line 1898, app/assets/stylesheets/v3/v3_combined.scss */
.dark .widget_recent_comments li {
  background-image: url(/assets/v3/icons/widget-comment-dark-c70167ae7d91e3614f9975c9af4a5ec191682111e2e20987a5fdca829950f559.png);
}

/* line 1900, app/assets/stylesheets/v3/v3_combined.scss */
.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_comments li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a {
  color: #CCC;
  background-image: url(/assets/v3/icons/widget-link-dark-9dcdaf30faf04e9be0ed4a22327015057c25be85701b3b81ecd910dca309e9dc.png);
}

/* line 1913, app/assets/stylesheets/v3/v3_combined.scss */
.dark .widget_nav_menu li a:hover,
.dark .widget_links li a:hover,
.dark .widget_meta li a:hover,
.dark .widget_archive li a:hover,
.dark .widget_recent_comments li a:hover,
.dark .widget_recent_entries li a:hover,
.dark .widget_categories li a:hover,
.dark .widget_pages li a:hover,
.dark .widget_rss li a:hover {
  color: #AAA;
}

/* line 1924, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tree li a {
  color: #BBB;
}

/* line 1927, app/assets/stylesheets/v3/v3_combined.scss */
.dark #cookie-notification,
#cookie-notification.dark {
  background-color: rgba(0, 0, 0, 0.85);
  color: #EEE;
}

/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/
/* line 1937, app/assets/stylesheets/v3/v3_combined.scss */
.dark .show-grid [class^=col-] {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1942, app/assets/stylesheets/v3/v3_combined.scss */
.dark mark {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

/* line 1947, app/assets/stylesheets/v3/v3_combined.scss */
.dark fieldset {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1949, app/assets/stylesheets/v3/v3_combined.scss */
.dark .img-thumbnail {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1954, app/assets/stylesheets/v3/v3_combined.scss */
.dark hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1956, app/assets/stylesheets/v3/v3_combined.scss */
.dark .page-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1958, app/assets/stylesheets/v3/v3_combined.scss */
.dark blockquote {
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 1960, app/assets/stylesheets/v3/v3_combined.scss */
.dark .blockquote-reverse,
.dark blockquote.pull-right {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* line 1963, app/assets/stylesheets/v3/v3_combined.scss */
.dark code {
  color: #DF6F72;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1968, app/assets/stylesheets/v3/v3_combined.scss */
.dark kbd {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1970, app/assets/stylesheets/v3/v3_combined.scss */
.dark pre {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 1976, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1983, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table > thead > tr > th {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 1985, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table > tbody + tbody {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 1987, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table .table {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1989, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table-bordered {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1991, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table-bordered > thead > tr > th,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1998, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table-striped > tbody > tr:nth-child(odd) > td,
.dark .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 2002, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table-hover > tbody > tr:hover > td,
.dark .table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2005, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table > thead > tr > td.active,
.dark .table > tbody > tr > td.active,
.dark .table > tfoot > tr > td.active,
.dark .table > thead > tr > th.active,
.dark .table > tbody > tr > th.active,
.dark .table > tfoot > tr > th.active,
.dark .table > thead > tr.active > td,
.dark .table > tbody > tr.active > td,
.dark .table > tfoot > tr.active > td,
.dark .table > thead > tr.active > th,
.dark .table > tbody > tr.active > th,
.dark .table > tfoot > tr.active > th {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2018, app/assets/stylesheets/v3/v3_combined.scss */
.dark .table-hover > tbody > tr > td.active:hover,
.dark .table-hover > tbody > tr > th.active:hover,
.dark .table-hover > tbody > tr.active:hover > td,
.dark .table-hover > tbody > tr.active:hover > th {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  /* line 2024, app/assets/stylesheets/v3/v3_combined.scss */
  .table-responsive {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

/* line 2027, app/assets/stylesheets/v3/v3_combined.scss */
.dark legend {
  color: #DDD;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 2032, app/assets/stylesheets/v3/v3_combined.scss */
.dark output {
  color: #999;
}

/* line 2034, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark) {
  color: #999;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 2041, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark) option,
.dark .sm-form-control:not(.not-dark) option {
  background-color: #282828;
}

/* line 2044, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus,
.dark .sm-form-control:not(.not-dark):active,
.dark .sm-form-control:not(.not-dark):focus {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.25) !important;
}

/* line 2052, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark)::-moz-placeholder {
  color: #666;
}

/* line 2053, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark):-ms-input-placeholder {
  color: #666;
}

/* line 2054, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666;
}

/* line 2055, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sm-form-control:not(.not-dark)::-moz-placeholder {
  color: #666;
}

/* line 2056, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sm-form-control:not(.not-dark):-ms-input-placeholder {
  color: #666;
}

/* line 2057, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666;
}

/* line 2059, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control[disabled]:not(.not-dark),
.dark .form-control[readonly]:not(.not-dark),
.dark fieldset[disabled] .form-control:not(.not-dark),
.dark .sm-form-control[disabled]:not(.not-dark),
.dark .sm-form-control[readonly]:not(.not-dark),
.dark fieldset[disabled] .sm-form-control:not(.not-dark) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2066, app/assets/stylesheets/v3/v3_combined.scss */
.dark .input-group .form-control.error:not(.not-dark) {
  color: #E42C3E;
}

/* line 2068, app/assets/stylesheets/v3/v3_combined.scss */
.dark .sm-form-control.error:not(.not-dark) {
  border-color: #E42C3E !important;
}

/* line 2070, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control.error:not(.not-dark)::-moz-placeholder {
  color: rgba(228, 44, 62, 0.6);
}

/* line 2071, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control.error:not(.not-dark):-ms-input-placeholder {
  color: rgba(228, 44, 62, 0.6);
}

/* line 2072, app/assets/stylesheets/v3/v3_combined.scss */
.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder {
  color: rgba(228, 44, 62, 0.6);
}

/* line 2074, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn:hover,
.dark .btn:focus {
  color: #FFF;
}

/* line 2077, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn-default {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2083, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 2093, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn-default.disabled,
.dark .btn-default[disabled],
.dark fieldset[disabled] .btn-default,
.dark .btn-default.disabled:hover,
.dark .btn-default[disabled]:hover,
.dark fieldset[disabled] .btn-default:hover,
.dark .btn-default.disabled:focus,
.dark .btn-default[disabled]:focus,
.dark fieldset[disabled] .btn-default:focus,
.dark .btn-default.disabled:active,
.dark .btn-default[disabled]:active,
.dark fieldset[disabled] .btn-default:active,
.dark .btn-default.disabled.active,
.dark .btn-default.active[disabled],
.dark fieldset[disabled] .btn-default.active {
  color: #BBB;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2113, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn-default .badge {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2115, app/assets/stylesheets/v3/v3_combined.scss */
.dark .btn-link:hover,
.dark .btn-link:focus {
  color: #EEE;
}

/* line 2118, app/assets/stylesheets/v3/v3_combined.scss */
.dark .dropdown-menu {
  background-color: #333;
  border-color: #3F3F3F;
}

/* line 2123, app/assets/stylesheets/v3/v3_combined.scss */
.dark .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2125, app/assets/stylesheets/v3/v3_combined.scss */
.dark .dropdown-menu > li > a {
  color: #DDD;
}

/* line 2127, app/assets/stylesheets/v3/v3_combined.scss */
.dark .dropdown-menu > li > a:hover,
.dark .dropdown-menu > li > a:focus {
  color: #EEE;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2133, app/assets/stylesheets/v3/v3_combined.scss */
.dark .input-group-addon,
.dark .input-group-btn .btn-default {
  color: #999;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 2140, app/assets/stylesheets/v3/v3_combined.scss */
.dark .input-group-btn .btn-default {
  color: #FFF;
}

/* line 2142, app/assets/stylesheets/v3/v3_combined.scss */
.dark .input-group-btn .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2144, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav > li > a:hover,
.dark .nav > li > a:focus,
.dark .nav .open > a,
.dark .nav .open > a:hover,
.dark .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 2150, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav .nav-divider {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2152, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 2154, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs > li > a:hover {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

/* line 2159, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs.nav-justified > li > a:hover,
.dark .nav-tabs-justified > li > a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 2162, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:hover,
.dark .nav-tabs > li.active > a:focus {
  color: #DDD;
  background-color: #383838;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #383838;
}

/* line 2171, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs.nav-justified > .active > a,
.dark .nav-tabs.nav-justified > .active > a:hover,
.dark .nav-tabs.nav-justified > .active > a:focus {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  /* line 2176, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .nav-tabs.nav-justified > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  /* line 2178, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .nav-tabs.nav-justified > .active > a,
.dark .nav-tabs.nav-justified > .active > a:hover,
.dark .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #383838;
  }
}

/* line 2183, app/assets/stylesheets/v3/v3_combined.scss */
.dark .nav-tabs-justified > .active > a,
.dark .nav-tabs-justified > .active > a:hover,
.dark .nav-tabs-justified > .active > a:focus {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  /* line 2188, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .nav-tabs-justified > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  /* line 2190, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .nav-tabs-justified > .active > a,
.dark .nav-tabs-justified > .active > a:hover,
.dark .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #383838;
  }
}

/* line 2195, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2200, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-brand {
  color: #EEE;
}

/* line 2202, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-brand:hover,
.dark .navbar-default .navbar-brand:focus {
  color: #BBB;
}

/* line 2205, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-text {
  color: #999;
}

/* line 2207, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-nav > li > a {
  color: #BBB;
}

/* line 2209, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-nav > li > a:hover,
.dark .navbar-default .navbar-nav > li > a:focus {
  color: #EEE;
  background-color: transparent;
}

/* line 2215, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-nav > .active > a,
.dark .navbar-default .navbar-nav > .active > a:hover,
.dark .navbar-default .navbar-nav > .active > a:focus {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 2222, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-nav > .disabled > a,
.dark .navbar-default .navbar-nav > .disabled > a:hover,
.dark .navbar-default .navbar-nav > .disabled > a:focus {
  color: #999;
}

/* line 2226, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2228, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 2231, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-toggle .icon-bar {
  background-color: #BBB;
}

/* line 2233, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2236, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-nav > .open > a,
.dark .navbar-default .navbar-nav > .open > a:hover,
.dark .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.25);
  color: #EEE;
}

@media (max-width: 767px) {
  /* line 2244, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #BBB;
  }
  /* line 2246, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EEE;
  }
  /* line 2249, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.25);
    color: #EEE;
  }
  /* line 2256, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999;
  }
}

/* line 2261, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-link {
  color: #BBB;
}

/* line 2263, app/assets/stylesheets/v3/v3_combined.scss */
.dark .navbar-default .navbar-link:hover {
  color: #EEE;
}

/* line 2265, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pagination > li > a,
.dark .pagination > li > span,
.dark .pager li > a,
.dark .pager li > span {
  color: #BBB;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #666;
}

/* line 2274, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pagination > li > a:hover,
.dark .pagination > li > span:hover,
.dark .pagination > li > a:focus,
.dark .pagination > li > span:focus,
.dark .pager li > a:hover,
.dark .pager li > a:focus {
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2284, app/assets/stylesheets/v3/v3_combined.scss */
.dark .pagination > .disabled > span,
.dark .pagination > .disabled > span:hover,
.dark .pagination > .disabled > span:focus,
.dark .pagination > .disabled > a,
.dark .pagination > .disabled > a:hover,
.dark .pagination > .disabled > a:focus,
.dark .pager .disabled > a,
.dark .pager .disabled > a:hover,
.dark .pager .disabled > a:focus,
.dark .pager .disabled > span {
  color: #999;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #777;
}

/* line 2299, app/assets/stylesheets/v3/v3_combined.scss */
.dark .label-default {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 2301, app/assets/stylesheets/v3/v3_combined.scss */
.dark .label-default[href]:hover,
.dark .label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 2304, app/assets/stylesheets/v3/v3_combined.scss */
.dark .badge {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 2306, app/assets/stylesheets/v3/v3_combined.scss */
.btn .badge {
  background-color: #FFF;
}

/* line 2308, app/assets/stylesheets/v3/v3_combined.scss */
.dark .jumbotron {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 2310, app/assets/stylesheets/v3/v3_combined.scss */
.dark .thumbnail {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2315, app/assets/stylesheets/v3/v3_combined.scss */
.dark .thumbnail .caption {
  color: #EEE;
}

/* line 2317, app/assets/stylesheets/v3/v3_combined.scss */
.dark .progress {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 2319, app/assets/stylesheets/v3/v3_combined.scss */
.dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #444;
}

/* line 2324, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item {
  color: #BBB;
}

/* line 2326, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item .list-group-item-heading {
  color: #DDD;
}

/* line 2328, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item:hover,
.dark a.list-group-item:focus {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2331, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item.active,
.dark a.list-group-item.active:hover,
.dark a.list-group-item.active:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 2339, app/assets/stylesheets/v3/v3_combined.scss */
.dark .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 2344, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-success {
  color: #3c763d;
}

/* line 2346, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-success:hover,
.dark a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 2352, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-success.active,
.dark a.list-group-item-success.active:hover,
.dark a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 2360, app/assets/stylesheets/v3/v3_combined.scss */
.dark .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 2365, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-info {
  color: #31708f;
}

/* line 2367, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-info:hover,
.dark a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 2373, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-info.active,
.dark a.list-group-item-info.active:hover,
.dark a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 2381, app/assets/stylesheets/v3/v3_combined.scss */
.dark .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2386, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 2388, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-warning:hover,
.dark a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 2394, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-warning.active,
.dark a.list-group-item-warning.active:hover,
.dark a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 2402, app/assets/stylesheets/v3/v3_combined.scss */
.dark .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 2407, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-danger {
  color: #a94442;
}

/* line 2409, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-danger:hover,
.dark a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 2415, app/assets/stylesheets/v3/v3_combined.scss */
.dark a.list-group-item-danger.active,
.dark a.list-group-item-danger.active:hover,
.dark a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 2423, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 2425, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-footer {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 2430, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel > .panel-body + .table,
.dark .panel > .panel-body + .table-responsive {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 2433, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* line 2435, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 2437, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-default {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2439, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-default > .panel-heading {
  color: #DDD;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2445, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 2447, app/assets/stylesheets/v3/v3_combined.scss */
.dark .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 2449, app/assets/stylesheets/v3/v3_combined.scss */
.dark .well {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2454, app/assets/stylesheets/v3/v3_combined.scss */
.dark .well blockquote {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 2456, app/assets/stylesheets/v3/v3_combined.scss */
.dark .close {
  opacity: 1;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 2462, app/assets/stylesheets/v3/v3_combined.scss */
.dark .close:hover,
.dark .close:focus {
  color: rgba(0, 0, 0, 0.4);
}

/* line 2467, app/assets/stylesheets/v3/v3_combined.scss */
.dark .modal-content {
  border-color: #555;
}

/* line 2469, app/assets/stylesheets/v3/v3_combined.scss */
.dark .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* line 2471, app/assets/stylesheets/v3/v3_combined.scss */
.dark .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* line 2473, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover {
  background-color: #282828;
  border-color: #494949;
}

/* line 2477, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover-title {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.075);
}

/* line 2481, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.top > .arrow {
  border-top-color: #494949;
}

/* line 2483, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.top > .arrow:after {
  border-top-color: #282828;
}

/* line 2485, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.right > .arrow {
  border-right-color: #494949;
}

/* line 2487, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.right > .arrow:after {
  border-right-color: #282828;
}

/* line 2489, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.bottom > .arrow {
  border-bottom-color: #494949;
}

/* line 2491, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.bottom > .arrow:after {
  border-bottom-color: #282828;
}

/* line 2493, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.left > .arrow {
  border-left-color: #494949;
}

/* line 2495, app/assets/stylesheets/v3/v3_combined.scss */
.dark .popover.left > .arrow:after {
  border-left-color: #282828;
}

@media (max-width: 991px) {
  /* line 2500, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .postcontent,
.dark .postcontent.bothsidebar,
.dark .sidebar {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  /* line 2504, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #header.transparent-header,
.dark #header.semi-transparent,
#header.dark.transparent-header,
#header.dark.semi-transparent {
    background-color: #333;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  /* line 2512, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > ul,
.dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > div > ul,
#primary-menu.mobile-menu-off-canvas.dark > ul,
#primary-menu.mobile-menu-off-canvas.dark > div > ul {
    background-color: #333;
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
  }
  /* line 2520, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > ul,
.dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > div > ul,
#primary-menu.mobile-menu-off-canvas.from-right.dark > ul,
#primary-menu.mobile-menu-off-canvas.from-right.dark > div > ul {
    border-right: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
  }
  /* line 2528, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #primary-menu:not(.not-dark) ul li,
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
.dark #primary-menu:not(.not-dark) ul ul li,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
  }
  /* line 2539, app/assets/stylesheets/v3/v3_combined.scss */
  .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a,
.dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a {
    background-image: url(/assets/v3/icons/submenu-dark-c5fc8739a7e22df444c7bdff2210ca1bedb7af73c896fefdae3b97d8c1a47492.png);
  }
  /* line 2542, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
    border-top-color: #EEE !important;
  }
  /* line 2553, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #1ABC9C !important;
  }
  /* line 2558, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
    color: #444 !important;
  }
  /* line 2564, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .pricing-box.pricing-extended .pricing-action-area {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
}

/* FONT-ICONS.CSS */
@font-face {
  font-family: 'font-icons';
  src: url(/assets/v3/fonts/font-icons-34cb587975a0e963eb8b8691058f576aac3099afefff662298acfa12dbba765c.eot);
  src: url(/assets/v3/fonts/font-icons-34cb587975a0e963eb8b8691058f576aac3099afefff662298acfa12dbba765c.eot) format("embedded-opentype"), url(/assets/v3/fonts/font-icons-97d0476ef03e070c048f968524c19e7a4fa8b36f7331e6a8d0ef980658b90ee9.woff) format("woff"), url(/assets/v3/fonts/font-icons-ce7b10767aa4168daf15acc5122d90f76d5a3c365bcefacfc0db2065ef8bbfb4.ttf) format("truetype"), url(/assets/v3/fonts/font-icons-250d5d898a41c1f18979b844ff86cd2d106de1f613057c99c0147c265b6c46a6.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lined-icons';
  src: url(/assets/v3/fonts/lined-icons-04cff2e351d89060e66e86b87d8b0764c6b7f518bde355d2e214b531411d520b.eot);
  src: url(/assets/v3/fonts/lined-icons-04cff2e351d89060e66e86b87d8b0764c6b7f518bde355d2e214b531411d520b.eot) format("embedded-opentype"), url(/assets/v3/fonts/lined-icons-8f2489ebea0ab0091ef3df82a56196aa8ffcc3dcd24a82c7cb1e5bd6d378c532.woff) format("woff"), url(/assets/v3/fonts/lined-icons-570936010fc7a32fc2d97cd98f15628ff91970f6c9411e9d3da7146b42eddd91.ttf) format("truetype"), url(/assets/v3/fonts/lined-icons-4d43c63d2c79cc5559f5b97bb20eb786f19ecd2e755bd234938f3df7aeee5e00.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Simple-Line-Icons';
  src: url(/assets/v3/fonts/Simple-Line-Icons-102bb4abe4e1e855948b17029f836f7ecd70fb404ba0cdf0ed42d512ab178ff4.eot);
  src: url(/assets/v3/fonts/Simple-Line-Icons-102bb4abe4e1e855948b17029f836f7ecd70fb404ba0cdf0ed42d512ab178ff4.eot?#iefix) format("embedded-opentype"), url(/assets/v3/fonts/Simple-Line-Icons-8d67ff7c9ccc4001f6cb87938005d90c1f7f8b751500c115422a1d37d3218244.woff) format("woff"), url(/assets/v3/fonts/Simple-Line-Icons-a08f908cc6a85b9e956508695fa973fe3e06bc054480ef893acd2bb56ad6b439.ttf) format("truetype"), url(/assets/v3/fonts/Simple-Line-Icons-15a802f409a2cf718390445c4446381d29dbd2c83bd77ac2772d959703cc0e87.svg#Simple-Line-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 2604, app/assets/stylesheets/v3/v3_combined.scss */
[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2620, app/assets/stylesheets/v3/v3_combined.scss */
[class^="icon-line-"], [class*=" icon-line-"] {
  font-family: 'lined-icons';
}

/* line 2622, app/assets/stylesheets/v3/v3_combined.scss */
[class^="icon-line2-"], [class*=" icon-line2-"] {
  font-family: 'Simple-Line-Icons';
}

/* line 2624, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 2629, app/assets/stylesheets/v3/v3_combined.scss */
.icon-2x {
  font-size: 2em;
}

/* line 2632, app/assets/stylesheets/v3/v3_combined.scss */
.icon-3x {
  font-size: 3em;
}

/* line 2635, app/assets/stylesheets/v3/v3_combined.scss */
.icon-4x {
  font-size: 4em;
}

/* line 2638, app/assets/stylesheets/v3/v3_combined.scss */
.icon-5x {
  font-size: 5em;
}

/* line 2641, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 2646, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist {
  padding-left: 0;
  margin-left: 1.75em;
  list-style-type: none;
}

/* line 2652, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist li {
  position: relative;
}

/* line 2654, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist ul {
  list-style-type: none;
  margin: 5px 0 5px 25px;
}

/* line 2659, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
  position: absolute;
  left: -1.75em;
  width: 1.75em;
  text-align: center;
  top: 1px;
  width: 14px;
}

/* line 2668, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist.iconlist-large {
  font-size: 16px;
}

/* line 2670, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist.iconlist-large li {
  margin: 4px 0;
}

/* line 2672, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
  width: 16px;
  margin-right: 5px;
}

/* line 2677, app/assets/stylesheets/v3/v3_combined.scss */
.iconlist-color li i {
  color: #1ABC9C;
}

/* line 2679, app/assets/stylesheets/v3/v3_combined.scss */
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 2684, app/assets/stylesheets/v3/v3_combined.scss */
.icon.pull-left {
  margin-right: .3em;
}

/* line 2687, app/assets/stylesheets/v3/v3_combined.scss */
.icon.pull-right {
  margin-left: .3em;
}

/* line 2690, app/assets/stylesheets/v3/v3_combined.scss */
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

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

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

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

@-ms-keyframes spin {
  /* line 2721, app/assets/stylesheets/v3/v3_combined.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 2724, app/assets/stylesheets/v3/v3_combined.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

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

/* line 2736, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 2744, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2752, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 2760, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 2768, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 2776, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 2784, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 2791, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stacked-1x {
  line-height: inherit;
}

/* line 2794, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stacked-2x {
  font-size: 2em;
}

/* line 2797, app/assets/stylesheets/v3/v3_combined.scss */
.icon-inverse {
  color: #ffffff;
}

/* line 2801, app/assets/stylesheets/v3/v3_combined.scss */
.icon-type:before {
  content: "\e600";
}

/* line 2804, app/assets/stylesheets/v3/v3_combined.scss */
.icon-box:before {
  content: "\e601";
}

/* line 2807, app/assets/stylesheets/v3/v3_combined.scss */
.icon-archive:before {
  content: "\e602";
}

/* line 2810, app/assets/stylesheets/v3/v3_combined.scss */
.icon-envelope:before {
  content: "\e603";
}

/* line 2813, app/assets/stylesheets/v3/v3_combined.scss */
.icon-email:before {
  content: "\e604";
}

/* line 2816, app/assets/stylesheets/v3/v3_combined.scss */
.icon-files:before {
  content: "\e605";
}

/* line 2819, app/assets/stylesheets/v3/v3_combined.scss */
.icon-printer2:before {
  content: "\e606";
}

/* line 2822, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-add:before {
  content: "\e607";
}

/* line 2825, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-settings:before {
  content: "\e608";
}

/* line 2828, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-check:before {
  content: "\e609";
}

/* line 2831, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wifi-low:before {
  content: "\e60a";
}

/* line 2834, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wifi-mid:before {
  content: "\e60b";
}

/* line 2837, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wifi-full:before {
  content: "\e60c";
}

/* line 2840, app/assets/stylesheets/v3/v3_combined.scss */
.icon-connection-empty:before {
  content: "\e60d";
}

/* line 2843, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-full:before {
  content: "\e60e";
}

/* line 2846, app/assets/stylesheets/v3/v3_combined.scss */
.icon-settings:before {
  content: "\e60f";
}

/* line 2849, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-left:before {
  content: "\e610";
}

/* line 2852, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-up:before {
  content: "\e611";
}

/* line 2855, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-down:before {
  content: "\e612";
}

/* line 2858, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-right:before {
  content: "\e613";
}

/* line 2861, app/assets/stylesheets/v3/v3_combined.scss */
.icon-reload:before {
  content: "\e614";
}

/* line 2864, app/assets/stylesheets/v3/v3_combined.scss */
.icon-download:before {
  content: "\e615";
}

/* line 2867, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tag:before {
  content: "\e616";
}

/* line 2870, app/assets/stylesheets/v3/v3_combined.scss */
.icon-trashcan:before {
  content: "\e617";
}

/* line 2873, app/assets/stylesheets/v3/v3_combined.scss */
.icon-search:before {
  content: "\e618";
}

/* line 2876, app/assets/stylesheets/v3/v3_combined.scss */
.icon-zoom-in:before {
  content: "\e619";
}

/* line 2879, app/assets/stylesheets/v3/v3_combined.scss */
.icon-zoom-out:before {
  content: "\e61a";
}

/* line 2882, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chat:before {
  content: "\e61b";
}

/* line 2885, app/assets/stylesheets/v3/v3_combined.scss */
.icon-clock:before {
  content: "\e61c";
}

/* line 2888, app/assets/stylesheets/v3/v3_combined.scss */
.icon-printer:before {
  content: "\e61d";
}

/* line 2891, app/assets/stylesheets/v3/v3_combined.scss */
.icon-home:before {
  content: "\e61e";
}

/* line 2894, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flag:before {
  content: "\e61f";
}

/* line 2897, app/assets/stylesheets/v3/v3_combined.scss */
.icon-meter:before {
  content: "\e620";
}

/* line 2900, app/assets/stylesheets/v3/v3_combined.scss */
.icon-switch:before {
  content: "\e621";
}

/* line 2903, app/assets/stylesheets/v3/v3_combined.scss */
.icon-forbidden:before {
  content: "\e622";
}

/* line 2906, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone-landscape:before {
  content: "\e623";
}

/* line 2909, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tablet:before {
  content: "\e624";
}

/* line 2912, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tablet-landscape:before {
  content: "\e625";
}

/* line 2915, app/assets/stylesheets/v3/v3_combined.scss */
.icon-laptop:before {
  content: "\e626";
}

/* line 2918, app/assets/stylesheets/v3/v3_combined.scss */
.icon-camera:before {
  content: "\e627";
}

/* line 2921, app/assets/stylesheets/v3/v3_combined.scss */
.icon-microwave-oven:before {
  content: "\e628";
}

/* line 2924, app/assets/stylesheets/v3/v3_combined.scss */
.icon-credit-cards:before {
  content: "\e629";
}

/* line 2927, app/assets/stylesheets/v3/v3_combined.scss */
.icon-map-marker:before {
  content: "\e62a";
}

/* line 2930, app/assets/stylesheets/v3/v3_combined.scss */
.icon-map:before {
  content: "\e62b";
}

/* line 2933, app/assets/stylesheets/v3/v3_combined.scss */
.icon-support:before {
  content: "\e62c";
}

/* line 2936, app/assets/stylesheets/v3/v3_combined.scss */
.icon-newspaper2:before {
  content: "\e62d";
}

/* line 2939, app/assets/stylesheets/v3/v3_combined.scss */
.icon-barbell:before {
  content: "\e62e";
}

/* line 2942, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stopwatch:before {
  content: "\e62f";
}

/* line 2945, app/assets/stylesheets/v3/v3_combined.scss */
.icon-atom:before {
  content: "\e630";
}

/* line 2948, app/assets/stylesheets/v3/v3_combined.scss */
.icon-image:before {
  content: "\e631";
}

/* line 2951, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cube:before {
  content: "\e632";
}

/* line 2954, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bars:before {
  content: "\e633";
}

/* line 2957, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chart:before {
  content: "\e634";
}

/* line 2960, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pencil:before {
  content: "\e635";
}

/* line 2963, app/assets/stylesheets/v3/v3_combined.scss */
.icon-measure:before {
  content: "\e636";
}

/* line 2966, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eyedropper:before {
  content: "\e637";
}

/* line 2969, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file-settings:before {
  content: "\e638";
}

/* line 2972, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file-add:before {
  content: "\e639";
}

/* line 2975, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file:before {
  content: "\e63a";
}

/* line 2978, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-left:before {
  content: "\e63b";
}

/* line 2981, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-right:before {
  content: "\e63c";
}

/* line 2984, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-center:before {
  content: "\e63d";
}

/* line 2987, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-justify:before {
  content: "\e63e";
}

/* line 2990, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file-broken:before {
  content: "\e63f";
}

/* line 2993, app/assets/stylesheets/v3/v3_combined.scss */
.icon-browser:before {
  content: "\e640";
}

/* line 2996, app/assets/stylesheets/v3/v3_combined.scss */
.icon-windows:before {
  content: "\e641";
}

/* line 2999, app/assets/stylesheets/v3/v3_combined.scss */
.icon-window:before {
  content: "\e642";
}

/* line 3002, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder:before {
  content: "\e643";
}

/* line 3005, app/assets/stylesheets/v3/v3_combined.scss */
.icon-connection-25:before {
  content: "\e644";
}

/* line 3008, app/assets/stylesheets/v3/v3_combined.scss */
.icon-connection-50:before {
  content: "\e645";
}

/* line 3011, app/assets/stylesheets/v3/v3_combined.scss */
.icon-connection-75:before {
  content: "\e646";
}

/* line 3014, app/assets/stylesheets/v3/v3_combined.scss */
.icon-connection-full:before {
  content: "\e647";
}

/* line 3017, app/assets/stylesheets/v3/v3_combined.scss */
.icon-list:before {
  content: "\e648";
}

/* line 3020, app/assets/stylesheets/v3/v3_combined.scss */
.icon-grid:before {
  content: "\e649";
}

/* line 3023, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stack3:before {
  content: "\e64a";
}

/* line 3026, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-charging:before {
  content: "\e64b";
}

/* line 3029, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-empty:before {
  content: "\e64c";
}

/* line 3032, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-25:before {
  content: "\e64d";
}

/* line 3035, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-50:before {
  content: "\e64e";
}

/* line 3038, app/assets/stylesheets/v3/v3_combined.scss */
.icon-battery-75:before {
  content: "\e64f";
}

/* line 3041, app/assets/stylesheets/v3/v3_combined.scss */
.icon-refresh:before {
  content: "\e650";
}

/* line 3044, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume:before {
  content: "\e651";
}

/* line 3047, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume-increase:before {
  content: "\e652";
}

/* line 3050, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume-decrease:before {
  content: "\e653";
}

/* line 3053, app/assets/stylesheets/v3/v3_combined.scss */
.icon-mute:before {
  content: "\e654";
}

/* line 3056, app/assets/stylesheets/v3/v3_combined.scss */
.icon-microphone:before {
  content: "\e655";
}

/* line 3059, app/assets/stylesheets/v3/v3_combined.scss */
.icon-microphone-off:before {
  content: "\e656";
}

/* line 3062, app/assets/stylesheets/v3/v3_combined.scss */
.icon-book:before {
  content: "\e657";
}

/* line 3065, app/assets/stylesheets/v3/v3_combined.scss */
.icon-checkmark:before {
  content: "\e658";
}

/* line 3068, app/assets/stylesheets/v3/v3_combined.scss */
.icon-checkbox-checked:before {
  content: "\e659";
}

/* line 3071, app/assets/stylesheets/v3/v3_combined.scss */
.icon-checkbox:before {
  content: "\e65a";
}

/* line 3074, app/assets/stylesheets/v3/v3_combined.scss */
.icon-paperclip:before {
  content: "\e65b";
}

/* line 3077, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chat-1:before {
  content: "\e65c";
}

/* line 3080, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chat-2:before {
  content: "\e65d";
}

/* line 3083, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chat-3:before {
  content: "\e65e";
}

/* line 3086, app/assets/stylesheets/v3/v3_combined.scss */
.icon-comment:before {
  content: "\e65f";
}

/* line 3089, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calendar:before {
  content: "\e660";
}

/* line 3092, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bookmark:before {
  content: "\e661";
}

/* line 3095, app/assets/stylesheets/v3/v3_combined.scss */
.icon-email2:before {
  content: "\e662";
}

/* line 3098, app/assets/stylesheets/v3/v3_combined.scss */
.icon-heart:before {
  content: "\e663";
}

/* line 3101, app/assets/stylesheets/v3/v3_combined.scss */
.icon-enter:before {
  content: "\e664";
}

/* line 3104, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloud:before {
  content: "\e665";
}

/* line 3107, app/assets/stylesheets/v3/v3_combined.scss */
.icon-book2:before {
  content: "\e666";
}

/* line 3110, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star:before {
  content: "\e667";
}

/* line 3113, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lock:before {
  content: "\e668";
}

/* line 3116, app/assets/stylesheets/v3/v3_combined.scss */
.icon-unlocked:before {
  content: "\e669";
}

/* line 3119, app/assets/stylesheets/v3/v3_combined.scss */
.icon-unlocked2:before {
  content: "\e66a";
}

/* line 3122, app/assets/stylesheets/v3/v3_combined.scss */
.icon-users:before {
  content: "\e66b";
}

/* line 3125, app/assets/stylesheets/v3/v3_combined.scss */
.icon-user:before {
  content: "\e66c";
}

/* line 3128, app/assets/stylesheets/v3/v3_combined.scss */
.icon-users2:before {
  content: "\e66d";
}

/* line 3131, app/assets/stylesheets/v3/v3_combined.scss */
.icon-user2:before {
  content: "\e66e";
}

/* line 3134, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bullhorn:before {
  content: "\e66f";
}

/* line 3137, app/assets/stylesheets/v3/v3_combined.scss */
.icon-share:before {
  content: "\e670";
}

/* line 3140, app/assets/stylesheets/v3/v3_combined.scss */
.icon-screen:before {
  content: "\e671";
}

/* line 3143, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone:before {
  content: "\e672";
}

/* line 3146, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone-portrait:before {
  content: "\e673";
}

/* line 3149, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calculator:before {
  content: "\e674";
}

/* line 3152, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bag:before {
  content: "\e675";
}

/* line 3155, app/assets/stylesheets/v3/v3_combined.scss */
.icon-diamond:before {
  content: "\e676";
}

/* line 3158, app/assets/stylesheets/v3/v3_combined.scss */
.icon-drink:before {
  content: "\e677";
}

/* line 3161, app/assets/stylesheets/v3/v3_combined.scss */
.icon-shorts:before {
  content: "\e678";
}

/* line 3164, app/assets/stylesheets/v3/v3_combined.scss */
.icon-vcard:before {
  content: "\e679";
}

/* line 3167, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sun:before {
  content: "\e67a";
}

/* line 3170, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bill:before {
  content: "\e67b";
}

/* line 3173, app/assets/stylesheets/v3/v3_combined.scss */
.icon-coffee:before {
  content: "\e67c";
}

/* line 3176, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tv2:before {
  content: "\e67d";
}

/* line 3179, app/assets/stylesheets/v3/v3_combined.scss */
.icon-newspaper:before {
  content: "\e67e";
}

/* line 3182, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stack:before {
  content: "\e67f";
}

/* line 3185, app/assets/stylesheets/v3/v3_combined.scss */
.icon-syringe:before {
  content: "\e680";
}

/* line 3188, app/assets/stylesheets/v3/v3_combined.scss */
.icon-health:before {
  content: "\e681";
}

/* line 3191, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bolt:before {
  content: "\e682";
}

/* line 3194, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pill:before {
  content: "\e683";
}

/* line 3197, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bones:before {
  content: "\e684";
}

/* line 3200, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lab:before {
  content: "\e685";
}

/* line 3203, app/assets/stylesheets/v3/v3_combined.scss */
.icon-clipboard:before {
  content: "\e686";
}

/* line 3206, app/assets/stylesheets/v3/v3_combined.scss */
.icon-mug:before {
  content: "\e687";
}

/* line 3209, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bucket:before {
  content: "\e688";
}

/* line 3212, app/assets/stylesheets/v3/v3_combined.scss */
.icon-select:before {
  content: "\e689";
}

/* line 3215, app/assets/stylesheets/v3/v3_combined.scss */
.icon-graph:before {
  content: "\e68a";
}

/* line 3218, app/assets/stylesheets/v3/v3_combined.scss */
.icon-crop:before {
  content: "\e68b";
}

/* line 3221, app/assets/stylesheets/v3/v3_combined.scss */
.icon-heart2:before {
  content: "\e68c";
}

/* line 3224, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloud2:before {
  content: "\e68d";
}

/* line 3227, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star2:before {
  content: "\e68e";
}

/* line 3230, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pen:before {
  content: "\e68f";
}

/* line 3233, app/assets/stylesheets/v3/v3_combined.scss */
.icon-diamond2:before {
  content: "\e690";
}

/* line 3236, app/assets/stylesheets/v3/v3_combined.scss */
.icon-display:before {
  content: "\e691";
}

/* line 3239, app/assets/stylesheets/v3/v3_combined.scss */
.icon-paperplane:before {
  content: "\e692";
}

/* line 3242, app/assets/stylesheets/v3/v3_combined.scss */
.icon-params:before {
  content: "\e693";
}

/* line 3245, app/assets/stylesheets/v3/v3_combined.scss */
.icon-banknote:before {
  content: "\e694";
}

/* line 3248, app/assets/stylesheets/v3/v3_combined.scss */
.icon-vynil:before {
  content: "\e695";
}

/* line 3251, app/assets/stylesheets/v3/v3_combined.scss */
.icon-truck:before {
  content: "\e696";
}

/* line 3254, app/assets/stylesheets/v3/v3_combined.scss */
.icon-world:before {
  content: "\e697";
}

/* line 3257, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tv:before {
  content: "\e698";
}

/* line 3260, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sound:before {
  content: "\e699";
}

/* line 3263, app/assets/stylesheets/v3/v3_combined.scss */
.icon-video:before {
  content: "\e69a";
}

/* line 3266, app/assets/stylesheets/v3/v3_combined.scss */
.icon-trash:before {
  content: "\e69b";
}

/* line 3269, app/assets/stylesheets/v3/v3_combined.scss */
.icon-user3:before {
  content: "\e69c";
}

/* line 3272, app/assets/stylesheets/v3/v3_combined.scss */
.icon-key:before {
  content: "\e69d";
}

/* line 3275, app/assets/stylesheets/v3/v3_combined.scss */
.icon-search2:before {
  content: "\e69e";
}

/* line 3278, app/assets/stylesheets/v3/v3_combined.scss */
.icon-settings2:before {
  content: "\e69f";
}

/* line 3281, app/assets/stylesheets/v3/v3_combined.scss */
.icon-camera2:before {
  content: "\e6a0";
}

/* line 3284, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tag2:before {
  content: "\e6a1";
}

/* line 3287, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lock2:before {
  content: "\e6a2";
}

/* line 3290, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bulb:before {
  content: "\e6a3";
}

/* line 3293, app/assets/stylesheets/v3/v3_combined.scss */
.icon-location:before {
  content: "\e6a4";
}

/* line 3296, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eye:before {
  content: "\e6a5";
}

/* line 3299, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bubble:before {
  content: "\e6a6";
}

/* line 3302, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stack2:before {
  content: "\e6a7";
}

/* line 3305, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cup:before {
  content: "\e6a8";
}

/* line 3308, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone2:before {
  content: "\e6a9";
}

/* line 3311, app/assets/stylesheets/v3/v3_combined.scss */
.icon-news:before {
  content: "\e6aa";
}

/* line 3314, app/assets/stylesheets/v3/v3_combined.scss */
.icon-mail:before {
  content: "\e6ab";
}

/* line 3317, app/assets/stylesheets/v3/v3_combined.scss */
.icon-like:before {
  content: "\e6ac";
}

/* line 3320, app/assets/stylesheets/v3/v3_combined.scss */
.icon-photo:before {
  content: "\e6ad";
}

/* line 3323, app/assets/stylesheets/v3/v3_combined.scss */
.icon-note:before {
  content: "\e6ae";
}

/* line 3326, app/assets/stylesheets/v3/v3_combined.scss */
.icon-clock2:before {
  content: "\e6af";
}

/* line 3329, app/assets/stylesheets/v3/v3_combined.scss */
.icon-data:before {
  content: "\e6b0";
}

/* line 3332, app/assets/stylesheets/v3/v3_combined.scss */
.icon-music:before {
  content: "\e6b1";
}

/* line 3335, app/assets/stylesheets/v3/v3_combined.scss */
.icon-megaphone:before {
  content: "\e6b2";
}

/* line 3338, app/assets/stylesheets/v3/v3_combined.scss */
.icon-study:before {
  content: "\e6b3";
}

/* line 3341, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lab2:before {
  content: "\e6b4";
}

/* line 3344, app/assets/stylesheets/v3/v3_combined.scss */
.icon-food:before {
  content: "\e6b5";
}

/* line 3347, app/assets/stylesheets/v3/v3_combined.scss */
.icon-t-shirt:before {
  content: "\e6b6";
}

/* line 3350, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fire:before {
  content: "\e6b7";
}

/* line 3353, app/assets/stylesheets/v3/v3_combined.scss */
.icon-clip:before {
  content: "\e6b8";
}

/* line 3356, app/assets/stylesheets/v3/v3_combined.scss */
.icon-shop:before {
  content: "\e6b9";
}

/* line 3359, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calendar2:before {
  content: "\e6ba";
}

/* line 3362, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wallet:before {
  content: "\e6bb";
}

/* line 3365, app/assets/stylesheets/v3/v3_combined.scss */
.icon-duckduckgo:before {
  content: "\e830";
}

/* line 3368, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lkdto:before {
  content: "\e896";
}

/* line 3371, app/assets/stylesheets/v3/v3_combined.scss */
.icon-delicious:before {
  content: "\e832";
}

/* line 3374, app/assets/stylesheets/v3/v3_combined.scss */
.icon-paypal:before {
  content: "\e833";
}

/* line 3377, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flattr:before {
  content: "\e834";
}

/* line 3380, app/assets/stylesheets/v3/v3_combined.scss */
.icon-android:before {
  content: "\e835";
}

/* line 3383, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eventful:before {
  content: "\e836";
}

/* line 3386, app/assets/stylesheets/v3/v3_combined.scss */
.icon-smashmag:before {
  content: "\e837";
}

/* line 3389, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gplus:before {
  content: "\e838";
}

/* line 3392, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wikipedia:before {
  content: "\e839";
}

/* line 3395, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lanyrd:before {
  content: "\e83a";
}

/* line 3398, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calendar-1:before {
  content: "\e83b";
}

/* line 3401, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stumbleupon:before {
  content: "\e83c";
}

/* line 3404, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bitcoin:before {
  content: "\e83f";
}

/* line 3407, app/assets/stylesheets/v3/v3_combined.scss */
.icon-w3c:before {
  content: "\e840";
}

/* line 3410, app/assets/stylesheets/v3/v3_combined.scss */
.icon-foursquare:before {
  content: "\e841";
}

/* line 3413, app/assets/stylesheets/v3/v3_combined.scss */
.icon-html5:before {
  content: "\e842";
}

/* line 3416, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ie:before {
  content: "\e843";
}

/* line 3419, app/assets/stylesheets/v3/v3_combined.scss */
.icon-call:before {
  content: "\e844";
}

/* line 3422, app/assets/stylesheets/v3/v3_combined.scss */
.icon-grooveshark:before {
  content: "\e845";
}

/* line 3425, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ninetyninedesigns:before {
  content: "\e846";
}

/* line 3428, app/assets/stylesheets/v3/v3_combined.scss */
.icon-forrst:before {
  content: "\e847";
}

/* line 3431, app/assets/stylesheets/v3/v3_combined.scss */
.icon-digg:before {
  content: "\e848";
}

/* line 3434, app/assets/stylesheets/v3/v3_combined.scss */
.icon-spotify:before {
  content: "\e849";
}

/* line 3437, app/assets/stylesheets/v3/v3_combined.scss */
.icon-reddit:before {
  content: "\e84a";
}

/* line 3440, app/assets/stylesheets/v3/v3_combined.scss */
.icon-guest:before {
  content: "\e84b";
}

/* line 3443, app/assets/stylesheets/v3/v3_combined.scss */
.icon-blogger:before {
  content: "\e84e";
}

/* line 3446, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cc:before {
  content: "\e84f";
}

/* line 3449, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dribbble:before {
  content: "\e850";
}

/* line 3452, app/assets/stylesheets/v3/v3_combined.scss */
.icon-evernote:before {
  content: "\e851";
}

/* line 3455, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flickr:before {
  content: "\e852";
}

/* line 3458, app/assets/stylesheets/v3/v3_combined.scss */
.icon-google:before {
  content: "\e853";
}

/* line 3461, app/assets/stylesheets/v3/v3_combined.scss */
.icon-viadeo:before {
  content: "\e854";
}

/* line 3464, app/assets/stylesheets/v3/v3_combined.scss */
.icon-instapaper:before {
  content: "\e855";
}

/* line 3467, app/assets/stylesheets/v3/v3_combined.scss */
.icon-weibo:before {
  content: "\e856";
}

/* line 3470, app/assets/stylesheets/v3/v3_combined.scss */
.icon-klout:before {
  content: "\e857";
}

/* line 3473, app/assets/stylesheets/v3/v3_combined.scss */
.icon-linkedin:before {
  content: "\e858";
}

/* line 3476, app/assets/stylesheets/v3/v3_combined.scss */
.icon-meetup:before {
  content: "\e859";
}

/* line 3479, app/assets/stylesheets/v3/v3_combined.scss */
.icon-vk:before {
  content: "\e85a";
}

/* line 3482, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rss:before {
  content: "\e85d";
}

/* line 3485, app/assets/stylesheets/v3/v3_combined.scss */
.icon-skype:before {
  content: "\e85e";
}

/* line 3488, app/assets/stylesheets/v3/v3_combined.scss */
.icon-twitter:before {
  content: "\e85f";
}

/* line 3491, app/assets/stylesheets/v3/v3_combined.scss */
.icon-youtube:before {
  content: "\e860";
}

/* line 3494, app/assets/stylesheets/v3/v3_combined.scss */
.icon-vimeo:before {
  content: "\e861";
}

/* line 3497, app/assets/stylesheets/v3/v3_combined.scss */
.icon-windows2:before {
  content: "\e862";
}

/* line 3500, app/assets/stylesheets/v3/v3_combined.scss */
.icon-aim:before {
  content: "\e831";
}

/* line 3503, app/assets/stylesheets/v3/v3_combined.scss */
.icon-yahoo:before {
  content: "\e864";
}

/* line 3506, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chrome:before {
  content: "\e865";
}

/* line 3509, app/assets/stylesheets/v3/v3_combined.scss */
.icon-email3:before {
  content: "\e866";
}

/* line 3512, app/assets/stylesheets/v3/v3_combined.scss */
.icon-macstore:before {
  content: "\e867";
}

/* line 3515, app/assets/stylesheets/v3/v3_combined.scss */
.icon-myspace:before {
  content: "\e868";
}

/* line 3518, app/assets/stylesheets/v3/v3_combined.scss */
.icon-podcast:before {
  content: "\e869";
}

/* line 3521, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloudapp:before {
  content: "\e86c";
}

/* line 3524, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dropbox:before {
  content: "\e86d";
}

/* line 3527, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ebay:before {
  content: "\e86e";
}

/* line 3530, app/assets/stylesheets/v3/v3_combined.scss */
.icon-facebook:before {
  content: "\e86f";
}

/* line 3533, app/assets/stylesheets/v3/v3_combined.scss */
.icon-github:before {
  content: "\e870";
}

/* line 3536, app/assets/stylesheets/v3/v3_combined.scss */
.icon-github-circled:before {
  content: "\e871";
}

/* line 3539, app/assets/stylesheets/v3/v3_combined.scss */
.icon-googleplay:before {
  content: "\e872";
}

/* line 3542, app/assets/stylesheets/v3/v3_combined.scss */
.icon-itunes:before {
  content: "\e873";
}

/* line 3545, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plurk:before {
  content: "\e874";
}

/* line 3548, app/assets/stylesheets/v3/v3_combined.scss */
.icon-songkick:before {
  content: "\e875";
}

/* line 3551, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lastfm:before {
  content: "\e876";
}

/* line 3554, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gmail:before {
  content: "\e877";
}

/* line 3557, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pinboard:before {
  content: "\e878";
}

/* line 3560, app/assets/stylesheets/v3/v3_combined.scss */
.icon-soundcloud:before {
  content: "\e87b";
}

/* line 3563, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tumblr:before {
  content: "\e87c";
}

/* line 3566, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eventasaurus:before {
  content: "\e87d";
}

/* line 3569, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wordpress:before {
  content: "\e87e";
}

/* line 3572, app/assets/stylesheets/v3/v3_combined.scss */
.icon-yelp:before {
  content: "\e87f";
}

/* line 3575, app/assets/stylesheets/v3/v3_combined.scss */
.icon-intensedebate:before {
  content: "\e880";
}

/* line 3578, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eventbrite:before {
  content: "\e881";
}

/* line 3581, app/assets/stylesheets/v3/v3_combined.scss */
.icon-scribd:before {
  content: "\e882";
}

/* line 3584, app/assets/stylesheets/v3/v3_combined.scss */
.icon-posterous:before {
  content: "\e883";
}

/* line 3587, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stripe:before {
  content: "\e884";
}

/* line 3590, app/assets/stylesheets/v3/v3_combined.scss */
.icon-opentable:before {
  content: "\e885";
}

/* line 3593, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cart:before {
  content: "\e886";
}

/* line 3596, app/assets/stylesheets/v3/v3_combined.scss */
.icon-print:before {
  content: "\e887";
}

/* line 3599, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dwolla:before {
  content: "\e88a";
}

/* line 3602, app/assets/stylesheets/v3/v3_combined.scss */
.icon-appnet:before {
  content: "\e88b";
}

/* line 3605, app/assets/stylesheets/v3/v3_combined.scss */
.icon-statusnet:before {
  content: "\e88c";
}

/* line 3608, app/assets/stylesheets/v3/v3_combined.scss */
.icon-acrobat:before {
  content: "\e88d";
}

/* line 3611, app/assets/stylesheets/v3/v3_combined.scss */
.icon-drupal:before {
  content: "\e88e";
}

/* line 3614, app/assets/stylesheets/v3/v3_combined.scss */
.icon-buffer:before {
  content: "\e88f";
}

/* line 3617, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pocket:before {
  content: "\e890";
}

/* line 3620, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bitbucket:before {
  content: "\e891";
}

/* line 3623, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lego:before {
  content: "\e892";
}

/* line 3626, app/assets/stylesheets/v3/v3_combined.scss */
.icon-login:before {
  content: "\e893";
}

/* line 3629, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stackoverflow:before {
  content: "\e894";
}

/* line 3632, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hackernews:before {
  content: "\e895";
}

/* line 3635, app/assets/stylesheets/v3/v3_combined.scss */
.icon-xing:before {
  content: "\e863";
}

/* line 3638, app/assets/stylesheets/v3/v3_combined.scss */
.icon-instagram:before {
  content: "\e889";
}

/* line 3641, app/assets/stylesheets/v3/v3_combined.scss */
.icon-angellist:before {
  content: "\e888";
}

/* line 3644, app/assets/stylesheets/v3/v3_combined.scss */
.icon-quora:before {
  content: "\e87a";
}

/* line 3647, app/assets/stylesheets/v3/v3_combined.scss */
.icon-openid:before {
  content: "\e879";
}

/* line 3650, app/assets/stylesheets/v3/v3_combined.scss */
.icon-steam:before {
  content: "\e86b";
}

/* line 3653, app/assets/stylesheets/v3/v3_combined.scss */
.icon-amazon:before {
  content: "\e86a";
}

/* line 3656, app/assets/stylesheets/v3/v3_combined.scss */
.icon-disqus:before {
  content: "\e85c";
}

/* line 3659, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plancast:before {
  content: "\e85b";
}

/* line 3662, app/assets/stylesheets/v3/v3_combined.scss */
.icon-appstore:before {
  content: "\e84d";
}

/* line 3665, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gowalla:before {
  content: "\e84c";
}

/* line 3668, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pinterest:before {
  content: "\e83e";
}

/* line 3671, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fivehundredpx:before {
  content: "\e83d";
}

/* line 3674, app/assets/stylesheets/v3/v3_combined.scss */
.icon-glass:before {
  content: "\e6bc";
}

/* line 3677, app/assets/stylesheets/v3/v3_combined.scss */
.icon-music2:before {
  content: "\e6bd";
}

/* line 3680, app/assets/stylesheets/v3/v3_combined.scss */
.icon-search3:before {
  content: "\e6be";
}

/* line 3683, app/assets/stylesheets/v3/v3_combined.scss */
.icon-envelope2:before {
  content: "\e6bf";
}

/* line 3686, app/assets/stylesheets/v3/v3_combined.scss */
.icon-heart3:before {
  content: "\e6c0";
}

/* line 3689, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star3:before {
  content: "\e6c1";
}

/* line 3692, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star-empty:before {
  content: "\e6c2";
}

/* line 3695, app/assets/stylesheets/v3/v3_combined.scss */
.icon-user4:before {
  content: "\e6c3";
}

/* line 3698, app/assets/stylesheets/v3/v3_combined.scss */
.icon-film:before {
  content: "\e6c4";
}

/* line 3701, app/assets/stylesheets/v3/v3_combined.scss */
.icon-th-large:before {
  content: "\e6c5";
}

/* line 3704, app/assets/stylesheets/v3/v3_combined.scss */
.icon-th:before {
  content: "\e6c6";
}

/* line 3707, app/assets/stylesheets/v3/v3_combined.scss */
.icon-th-list:before {
  content: "\e6c7";
}

/* line 3710, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ok:before {
  content: "\e6c8";
}

/* line 3713, app/assets/stylesheets/v3/v3_combined.scss */
.icon-remove:before {
  content: "\e6c9";
}

/* line 3716, app/assets/stylesheets/v3/v3_combined.scss */
.icon-zoom-in2:before {
  content: "\e6ca";
}

/* line 3719, app/assets/stylesheets/v3/v3_combined.scss */
.icon-zoom-out2:before {
  content: "\e6cb";
}

/* line 3722, app/assets/stylesheets/v3/v3_combined.scss */
.icon-off:before {
  content: "\e6cc";
}

/* line 3725, app/assets/stylesheets/v3/v3_combined.scss */
.icon-signal:before {
  content: "\e6cd";
}

/* line 3728, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cog:before {
  content: "\e6ce";
}

/* line 3731, app/assets/stylesheets/v3/v3_combined.scss */
.icon-trash2:before {
  content: "\e6cf";
}

/* line 3734, app/assets/stylesheets/v3/v3_combined.scss */
.icon-home2:before {
  content: "\e6d0";
}

/* line 3737, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file2:before {
  content: "\e6d1";
}

/* line 3740, app/assets/stylesheets/v3/v3_combined.scss */
.icon-time:before {
  content: "\e6d2";
}

/* line 3743, app/assets/stylesheets/v3/v3_combined.scss */
.icon-road:before {
  content: "\e6d3";
}

/* line 3746, app/assets/stylesheets/v3/v3_combined.scss */
.icon-download-alt:before {
  content: "\e6d4";
}

/* line 3749, app/assets/stylesheets/v3/v3_combined.scss */
.icon-download2:before {
  content: "\e6d5";
}

/* line 3752, app/assets/stylesheets/v3/v3_combined.scss */
.icon-upload:before {
  content: "\e6d6";
}

/* line 3755, app/assets/stylesheets/v3/v3_combined.scss */
.icon-inbox:before {
  content: "\e6d7";
}

/* line 3758, app/assets/stylesheets/v3/v3_combined.scss */
.icon-play-circle:before {
  content: "\e6d8";
}

/* line 3761, app/assets/stylesheets/v3/v3_combined.scss */
.icon-repeat:before {
  content: "\e6d9";
}

/* line 3764, app/assets/stylesheets/v3/v3_combined.scss */
.icon-refresh2:before {
  content: "\e6da";
}

/* line 3767, app/assets/stylesheets/v3/v3_combined.scss */
.icon-list-alt:before {
  content: "\e6db";
}

/* line 3770, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lock3:before {
  content: "\e6dc";
}

/* line 3773, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flag2:before {
  content: "\e6dd";
}

/* line 3776, app/assets/stylesheets/v3/v3_combined.scss */
.icon-headphones:before {
  content: "\e6de";
}

/* line 3779, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume-off:before {
  content: "\e6df";
}

/* line 3782, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume-down:before {
  content: "\e6e0";
}

/* line 3785, app/assets/stylesheets/v3/v3_combined.scss */
.icon-volume-up:before {
  content: "\e6e1";
}

/* line 3788, app/assets/stylesheets/v3/v3_combined.scss */
.icon-qrcode:before {
  content: "\e6e2";
}

/* line 3791, app/assets/stylesheets/v3/v3_combined.scss */
.icon-barcode:before {
  content: "\e6e3";
}

/* line 3794, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tag3:before {
  content: "\e6e4";
}

/* line 3797, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tags:before {
  content: "\e6e5";
}

/* line 3800, app/assets/stylesheets/v3/v3_combined.scss */
.icon-book3:before {
  content: "\e6e6";
}

/* line 3803, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bookmark2:before {
  content: "\e6e7";
}

/* line 3806, app/assets/stylesheets/v3/v3_combined.scss */
.icon-print2:before {
  content: "\e6e8";
}

/* line 3809, app/assets/stylesheets/v3/v3_combined.scss */
.icon-camera3:before {
  content: "\e6e9";
}

/* line 3812, app/assets/stylesheets/v3/v3_combined.scss */
.icon-font:before {
  content: "\e6ea";
}

/* line 3815, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bold:before {
  content: "\e6eb";
}

/* line 3818, app/assets/stylesheets/v3/v3_combined.scss */
.icon-italic:before {
  content: "\e6ec";
}

/* line 3821, app/assets/stylesheets/v3/v3_combined.scss */
.icon-text-height:before {
  content: "\e6ed";
}

/* line 3824, app/assets/stylesheets/v3/v3_combined.scss */
.icon-text-width:before {
  content: "\e6ee";
}

/* line 3827, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-left2:before {
  content: "\e6ef";
}

/* line 3830, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-center2:before {
  content: "\e6f0";
}

/* line 3833, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-right2:before {
  content: "\e6f1";
}

/* line 3836, app/assets/stylesheets/v3/v3_combined.scss */
.icon-align-justify2:before {
  content: "\e6f2";
}

/* line 3839, app/assets/stylesheets/v3/v3_combined.scss */
.icon-list2:before {
  content: "\e6f3";
}

/* line 3842, app/assets/stylesheets/v3/v3_combined.scss */
.icon-indent-left:before {
  content: "\e6f4";
}

/* line 3845, app/assets/stylesheets/v3/v3_combined.scss */
.icon-indent-right:before {
  content: "\e6f5";
}

/* line 3848, app/assets/stylesheets/v3/v3_combined.scss */
.icon-facetime-video:before {
  content: "\e6f6";
}

/* line 3851, app/assets/stylesheets/v3/v3_combined.scss */
.icon-picture:before {
  content: "\e6f7";
}

/* line 3854, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pencil2:before {
  content: "\e6f8";
}

/* line 3857, app/assets/stylesheets/v3/v3_combined.scss */
.icon-map-marker2:before {
  content: "\e6f9";
}

/* line 3860, app/assets/stylesheets/v3/v3_combined.scss */
.icon-adjust:before {
  content: "\e6fa";
}

/* line 3863, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tint:before {
  content: "\e6fb";
}

/* line 3866, app/assets/stylesheets/v3/v3_combined.scss */
.icon-edit:before {
  content: "\e6fc";
}

/* line 3869, app/assets/stylesheets/v3/v3_combined.scss */
.icon-share2:before {
  content: "\e6fd";
}

/* line 3872, app/assets/stylesheets/v3/v3_combined.scss */
.icon-check:before {
  content: "\e6fe";
}

/* line 3875, app/assets/stylesheets/v3/v3_combined.scss */
.icon-move:before {
  content: "\e6ff";
}

/* line 3878, app/assets/stylesheets/v3/v3_combined.scss */
.icon-step-backward:before {
  content: "\e700";
}

/* line 3881, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fast-backward:before {
  content: "\e701";
}

/* line 3884, app/assets/stylesheets/v3/v3_combined.scss */
.icon-backward:before {
  content: "\e702";
}

/* line 3887, app/assets/stylesheets/v3/v3_combined.scss */
.icon-play:before {
  content: "\e703";
}

/* line 3890, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pause:before {
  content: "\e704";
}

/* line 3893, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stop:before {
  content: "\e705";
}

/* line 3896, app/assets/stylesheets/v3/v3_combined.scss */
.icon-forward:before {
  content: "\e706";
}

/* line 3899, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fast-forward:before {
  content: "\e707";
}

/* line 3902, app/assets/stylesheets/v3/v3_combined.scss */
.icon-step-forward:before {
  content: "\e708";
}

/* line 3905, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eject:before {
  content: "\e709";
}

/* line 3908, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-left:before {
  content: "\e70a";
}

/* line 3911, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-right:before {
  content: "\e70b";
}

/* line 3914, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plus-sign:before {
  content: "\e70c";
}

/* line 3917, app/assets/stylesheets/v3/v3_combined.scss */
.icon-minus-sign:before {
  content: "\e70d";
}

/* line 3920, app/assets/stylesheets/v3/v3_combined.scss */
.icon-remove-sign:before {
  content: "\e70e";
}

/* line 3923, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ok-sign:before {
  content: "\e70f";
}

/* line 3926, app/assets/stylesheets/v3/v3_combined.scss */
.icon-question-sign:before {
  content: "\e710";
}

/* line 3929, app/assets/stylesheets/v3/v3_combined.scss */
.icon-info-sign:before {
  content: "\e711";
}

/* line 3932, app/assets/stylesheets/v3/v3_combined.scss */
.icon-screenshot:before {
  content: "\e712";
}

/* line 3935, app/assets/stylesheets/v3/v3_combined.scss */
.icon-remove-circle:before {
  content: "\e713";
}

/* line 3938, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ok-circle:before {
  content: "\e714";
}

/* line 3941, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ban-circle:before {
  content: "\e715";
}

/* line 3944, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-left2:before {
  content: "\e716";
}

/* line 3947, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-right2:before {
  content: "\e717";
}

/* line 3950, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-up2:before {
  content: "\e718";
}

/* line 3953, app/assets/stylesheets/v3/v3_combined.scss */
.icon-arrow-down2:before {
  content: "\e719";
}

/* line 3956, app/assets/stylesheets/v3/v3_combined.scss */
.icon-share-alt:before {
  content: "\e71a";
}

/* line 3959, app/assets/stylesheets/v3/v3_combined.scss */
.icon-resize-full:before {
  content: "\e71b";
}

/* line 3962, app/assets/stylesheets/v3/v3_combined.scss */
.icon-resize-small:before {
  content: "\e71c";
}

/* line 3965, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plus:before {
  content: "\e71d";
}

/* line 3968, app/assets/stylesheets/v3/v3_combined.scss */
.icon-minus:before {
  content: "\e71e";
}

/* line 3971, app/assets/stylesheets/v3/v3_combined.scss */
.icon-asterisk:before {
  content: "\e71f";
}

/* line 3974, app/assets/stylesheets/v3/v3_combined.scss */
.icon-exclamation-sign:before {
  content: "\e720";
}

/* line 3977, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gift:before {
  content: "\e721";
}

/* line 3980, app/assets/stylesheets/v3/v3_combined.scss */
.icon-leaf:before {
  content: "\e722";
}

/* line 3983, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fire2:before {
  content: "\e723";
}

/* line 3986, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eye-open:before {
  content: "\e724";
}

/* line 3989, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eye-close:before {
  content: "\e725";
}

/* line 3992, app/assets/stylesheets/v3/v3_combined.scss */
.icon-warning-sign:before {
  content: "\e726";
}

/* line 3995, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plane:before {
  content: "\e727";
}

/* line 3998, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calendar3:before {
  content: "\e728";
}

/* line 4001, app/assets/stylesheets/v3/v3_combined.scss */
.icon-random:before {
  content: "\e729";
}

/* line 4004, app/assets/stylesheets/v3/v3_combined.scss */
.icon-comment2:before {
  content: "\e72a";
}

/* line 4007, app/assets/stylesheets/v3/v3_combined.scss */
.icon-magnet:before {
  content: "\e72b";
}

/* line 4010, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-up:before {
  content: "\e72c";
}

/* line 4013, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-down:before {
  content: "\e72d";
}

/* line 4016, app/assets/stylesheets/v3/v3_combined.scss */
.icon-retweet:before {
  content: "\e72e";
}

/* line 4019, app/assets/stylesheets/v3/v3_combined.scss */
.icon-shopping-cart:before {
  content: "\e72f";
}

/* line 4022, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-close:before {
  content: "\e730";
}

/* line 4025, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-open:before {
  content: "\e731";
}

/* line 4028, app/assets/stylesheets/v3/v3_combined.scss */
.icon-resize-vertical:before {
  content: "\e732";
}

/* line 4031, app/assets/stylesheets/v3/v3_combined.scss */
.icon-resize-horizontal:before {
  content: "\e733";
}

/* line 4034, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bar-chart:before {
  content: "\e734";
}

/* line 4037, app/assets/stylesheets/v3/v3_combined.scss */
.icon-twitter-sign:before {
  content: "\e735";
}

/* line 4040, app/assets/stylesheets/v3/v3_combined.scss */
.icon-facebook-sign:before {
  content: "\e736";
}

/* line 4043, app/assets/stylesheets/v3/v3_combined.scss */
.icon-camera-retro:before {
  content: "\e737";
}

/* line 4046, app/assets/stylesheets/v3/v3_combined.scss */
.icon-key2:before {
  content: "\e738";
}

/* line 4049, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cogs:before {
  content: "\e739";
}

/* line 4052, app/assets/stylesheets/v3/v3_combined.scss */
.icon-comments:before {
  content: "\e73a";
}

/* line 4055, app/assets/stylesheets/v3/v3_combined.scss */
.icon-thumbs-up:before {
  content: "\e73b";
}

/* line 4058, app/assets/stylesheets/v3/v3_combined.scss */
.icon-thumbs-down:before {
  content: "\e73c";
}

/* line 4061, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star-half:before {
  content: "\e73d";
}

/* line 4064, app/assets/stylesheets/v3/v3_combined.scss */
.icon-heart-empty:before {
  content: "\e73e";
}

/* line 4067, app/assets/stylesheets/v3/v3_combined.scss */
.icon-signout:before {
  content: "\e73f";
}

/* line 4070, app/assets/stylesheets/v3/v3_combined.scss */
.icon-linkedin-sign:before {
  content: "\e740";
}

/* line 4073, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pushpin:before {
  content: "\e741";
}

/* line 4076, app/assets/stylesheets/v3/v3_combined.scss */
.icon-external-link:before {
  content: "\e742";
}

/* line 4079, app/assets/stylesheets/v3/v3_combined.scss */
.icon-signin:before {
  content: "\e743";
}

/* line 4082, app/assets/stylesheets/v3/v3_combined.scss */
.icon-trophy:before {
  content: "\e744";
}

/* line 4085, app/assets/stylesheets/v3/v3_combined.scss */
.icon-github-sign:before {
  content: "\e745";
}

/* line 4088, app/assets/stylesheets/v3/v3_combined.scss */
.icon-upload-alt:before {
  content: "\e746";
}

/* line 4091, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lemon:before {
  content: "\e747";
}

/* line 4094, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone3:before {
  content: "\e748";
}

/* line 4097, app/assets/stylesheets/v3/v3_combined.scss */
.icon-check-empty:before {
  content: "\e749";
}

/* line 4100, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bookmark-empty:before {
  content: "\e74a";
}

/* line 4103, app/assets/stylesheets/v3/v3_combined.scss */
.icon-phone-sign:before {
  content: "\e74b";
}

/* line 4106, app/assets/stylesheets/v3/v3_combined.scss */
.icon-twitter2:before {
  content: "\e74c";
}

/* line 4109, app/assets/stylesheets/v3/v3_combined.scss */
.icon-facebook2:before {
  content: "\e74d";
}

/* line 4112, app/assets/stylesheets/v3/v3_combined.scss */
.icon-github2:before {
  content: "\e74e";
}

/* line 4115, app/assets/stylesheets/v3/v3_combined.scss */
.icon-unlock:before {
  content: "\e74f";
}

/* line 4118, app/assets/stylesheets/v3/v3_combined.scss */
.icon-credit:before {
  content: "\e750";
}

/* line 4121, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rss2:before {
  content: "\e751";
}

/* line 4124, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hdd:before {
  content: "\e752";
}

/* line 4127, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bullhorn2:before {
  content: "\e753";
}

/* line 4130, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bell:before {
  content: "\e754";
}

/* line 4133, app/assets/stylesheets/v3/v3_combined.scss */
.icon-certificate:before {
  content: "\e755";
}

/* line 4136, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hand-right:before {
  content: "\e756";
}

/* line 4139, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hand-left:before {
  content: "\e757";
}

/* line 4142, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hand-up:before {
  content: "\e758";
}

/* line 4145, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hand-down:before {
  content: "\e759";
}

/* line 4148, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle-arrow-left:before {
  content: "\e75a";
}

/* line 4151, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle-arrow-right:before {
  content: "\e75b";
}

/* line 4154, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle-arrow-up:before {
  content: "\e75c";
}

/* line 4157, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle-arrow-down:before {
  content: "\e75d";
}

/* line 4160, app/assets/stylesheets/v3/v3_combined.scss */
.icon-globe:before {
  content: "\e75e";
}

/* line 4163, app/assets/stylesheets/v3/v3_combined.scss */
.icon-wrench:before {
  content: "\e75f";
}

/* line 4166, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tasks:before {
  content: "\e760";
}

/* line 4169, app/assets/stylesheets/v3/v3_combined.scss */
.icon-filter:before {
  content: "\e761";
}

/* line 4172, app/assets/stylesheets/v3/v3_combined.scss */
.icon-briefcase:before {
  content: "\e762";
}

/* line 4175, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fullscreen:before {
  content: "\e763";
}

/* line 4178, app/assets/stylesheets/v3/v3_combined.scss */
.icon-group:before {
  content: "\e764";
}

/* line 4181, app/assets/stylesheets/v3/v3_combined.scss */
.icon-link:before {
  content: "\e765";
}

/* line 4184, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloud3:before {
  content: "\e766";
}

/* line 4187, app/assets/stylesheets/v3/v3_combined.scss */
.icon-beaker:before {
  content: "\e767";
}

/* line 4190, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cut:before {
  content: "\e768";
}

/* line 4193, app/assets/stylesheets/v3/v3_combined.scss */
.icon-copy:before {
  content: "\e769";
}

/* line 4196, app/assets/stylesheets/v3/v3_combined.scss */
.icon-paper-clip:before {
  content: "\e76a";
}

/* line 4199, app/assets/stylesheets/v3/v3_combined.scss */
.icon-save:before {
  content: "\e76b";
}

/* line 4202, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sign-blank:before {
  content: "\e76c";
}

/* line 4205, app/assets/stylesheets/v3/v3_combined.scss */
.icon-reorder:before {
  content: "\e76d";
}

/* line 4208, app/assets/stylesheets/v3/v3_combined.scss */
.icon-list-ul:before {
  content: "\e76e";
}

/* line 4211, app/assets/stylesheets/v3/v3_combined.scss */
.icon-list-ol:before {
  content: "\e76f";
}

/* line 4214, app/assets/stylesheets/v3/v3_combined.scss */
.icon-strikethrough:before {
  content: "\e770";
}

/* line 4217, app/assets/stylesheets/v3/v3_combined.scss */
.icon-underline:before {
  content: "\e771";
}

/* line 4220, app/assets/stylesheets/v3/v3_combined.scss */
.icon-table:before {
  content: "\e772";
}

/* line 4223, app/assets/stylesheets/v3/v3_combined.scss */
.icon-magic:before {
  content: "\e773";
}

/* line 4226, app/assets/stylesheets/v3/v3_combined.scss */
.icon-truck2:before {
  content: "\e774";
}

/* line 4229, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pinterest2:before {
  content: "\e775";
}

/* line 4232, app/assets/stylesheets/v3/v3_combined.scss */
.icon-pinterest-sign:before {
  content: "\e776";
}

/* line 4235, app/assets/stylesheets/v3/v3_combined.scss */
.icon-google-plus-sign:before {
  content: "\e777";
}

/* line 4238, app/assets/stylesheets/v3/v3_combined.scss */
.icon-google-plus:before {
  content: "\e778";
}

/* line 4241, app/assets/stylesheets/v3/v3_combined.scss */
.icon-money:before {
  content: "\e779";
}

/* line 4244, app/assets/stylesheets/v3/v3_combined.scss */
.icon-caret-down:before {
  content: "\e77a";
}

/* line 4247, app/assets/stylesheets/v3/v3_combined.scss */
.icon-caret-up:before {
  content: "\e77b";
}

/* line 4250, app/assets/stylesheets/v3/v3_combined.scss */
.icon-caret-left:before {
  content: "\e77c";
}

/* line 4253, app/assets/stylesheets/v3/v3_combined.scss */
.icon-caret-right:before {
  content: "\e77d";
}

/* line 4256, app/assets/stylesheets/v3/v3_combined.scss */
.icon-columns:before {
  content: "\e77e";
}

/* line 4259, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort:before {
  content: "\e77f";
}

/* line 4262, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-down:before {
  content: "\e780";
}

/* line 4265, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-up:before {
  content: "\e781";
}

/* line 4268, app/assets/stylesheets/v3/v3_combined.scss */
.icon-envelope-alt:before {
  content: "\e782";
}

/* line 4271, app/assets/stylesheets/v3/v3_combined.scss */
.icon-linkedin2:before {
  content: "\e783";
}

/* line 4274, app/assets/stylesheets/v3/v3_combined.scss */
.icon-undo:before {
  content: "\e784";
}

/* line 4277, app/assets/stylesheets/v3/v3_combined.scss */
.icon-legal:before {
  content: "\e785";
}

/* line 4280, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dashboard:before {
  content: "\e786";
}

/* line 4283, app/assets/stylesheets/v3/v3_combined.scss */
.icon-comment-alt:before {
  content: "\e787";
}

/* line 4286, app/assets/stylesheets/v3/v3_combined.scss */
.icon-comments-alt:before {
  content: "\e788";
}

/* line 4289, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bolt2:before {
  content: "\e789";
}

/* line 4292, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sitemap:before {
  content: "\e78a";
}

/* line 4295, app/assets/stylesheets/v3/v3_combined.scss */
.icon-umbrella:before {
  content: "\e78b";
}

/* line 4298, app/assets/stylesheets/v3/v3_combined.scss */
.icon-paste:before {
  content: "\e78c";
}

/* line 4301, app/assets/stylesheets/v3/v3_combined.scss */
.icon-lightbulb:before {
  content: "\e78d";
}

/* line 4304, app/assets/stylesheets/v3/v3_combined.scss */
.icon-exchange:before {
  content: "\e78e";
}

/* line 4307, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloud-download:before {
  content: "\e78f";
}

/* line 4310, app/assets/stylesheets/v3/v3_combined.scss */
.icon-cloud-upload:before {
  content: "\e790";
}

/* line 4313, app/assets/stylesheets/v3/v3_combined.scss */
.icon-user-md:before {
  content: "\e791";
}

/* line 4316, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stethoscope:before {
  content: "\e792";
}

/* line 4319, app/assets/stylesheets/v3/v3_combined.scss */
.icon-suitcase:before {
  content: "\e793";
}

/* line 4322, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bell-alt:before {
  content: "\e794";
}

/* line 4325, app/assets/stylesheets/v3/v3_combined.scss */
.icon-coffee2:before {
  content: "\e795";
}

/* line 4328, app/assets/stylesheets/v3/v3_combined.scss */
.icon-food2:before {
  content: "\e796";
}

/* line 4331, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file-alt:before {
  content: "\e797";
}

/* line 4334, app/assets/stylesheets/v3/v3_combined.scss */
.icon-building:before {
  content: "\e798";
}

/* line 4337, app/assets/stylesheets/v3/v3_combined.scss */
.icon-hospital:before {
  content: "\e799";
}

/* line 4340, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ambulance:before {
  content: "\e79a";
}

/* line 4343, app/assets/stylesheets/v3/v3_combined.scss */
.icon-medkit:before {
  content: "\e79b";
}

/* line 4346, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fighter-jet:before {
  content: "\e79c";
}

/* line 4349, app/assets/stylesheets/v3/v3_combined.scss */
.icon-beer:before {
  content: "\e79d";
}

/* line 4352, app/assets/stylesheets/v3/v3_combined.scss */
.icon-h-sign:before {
  content: "\e79e";
}

/* line 4355, app/assets/stylesheets/v3/v3_combined.scss */
.icon-plus-sign2:before {
  content: "\e79f";
}

/* line 4358, app/assets/stylesheets/v3/v3_combined.scss */
.icon-double-angle-left:before {
  content: "\e7a0";
}

/* line 4361, app/assets/stylesheets/v3/v3_combined.scss */
.icon-double-angle-right:before {
  content: "\e7a1";
}

/* line 4364, app/assets/stylesheets/v3/v3_combined.scss */
.icon-double-angle-up:before {
  content: "\e7a2";
}

/* line 4367, app/assets/stylesheets/v3/v3_combined.scss */
.icon-double-angle-down:before {
  content: "\e7a3";
}

/* line 4370, app/assets/stylesheets/v3/v3_combined.scss */
.icon-angle-left:before {
  content: "\e7a4";
}

/* line 4373, app/assets/stylesheets/v3/v3_combined.scss */
.icon-angle-right:before {
  content: "\e7a5";
}

/* line 4376, app/assets/stylesheets/v3/v3_combined.scss */
.icon-angle-up:before {
  content: "\e7a6";
}

/* line 4379, app/assets/stylesheets/v3/v3_combined.scss */
.icon-angle-down:before {
  content: "\e7a7";
}

/* line 4382, app/assets/stylesheets/v3/v3_combined.scss */
.icon-desktop:before {
  content: "\e7a8";
}

/* line 4385, app/assets/stylesheets/v3/v3_combined.scss */
.icon-laptop2:before {
  content: "\e7a9";
}

/* line 4388, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tablet2:before {
  content: "\e7aa";
}

/* line 4391, app/assets/stylesheets/v3/v3_combined.scss */
.icon-mobile:before {
  content: "\e7ab";
}

/* line 4394, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle-blank:before {
  content: "\e7ac";
}

/* line 4397, app/assets/stylesheets/v3/v3_combined.scss */
.icon-quote-left:before {
  content: "\e7ad";
}

/* line 4400, app/assets/stylesheets/v3/v3_combined.scss */
.icon-quote-right:before {
  content: "\e7ae";
}

/* line 4403, app/assets/stylesheets/v3/v3_combined.scss */
.icon-spinner:before {
  content: "\e7af";
}

/* line 4406, app/assets/stylesheets/v3/v3_combined.scss */
.icon-circle:before {
  content: "\e7b0";
}

/* line 4409, app/assets/stylesheets/v3/v3_combined.scss */
.icon-reply:before {
  content: "\e7b1";
}

/* line 4412, app/assets/stylesheets/v3/v3_combined.scss */
.icon-github-alt:before {
  content: "\e7b2";
}

/* line 4415, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-close-alt:before {
  content: "\e7b3";
}

/* line 4418, app/assets/stylesheets/v3/v3_combined.scss */
.icon-folder-open-alt:before {
  content: "\e7b4";
}

/* line 4421, app/assets/stylesheets/v3/v3_combined.scss */
.icon-expand-alt:before {
  content: "\e7b5";
}

/* line 4424, app/assets/stylesheets/v3/v3_combined.scss */
.icon-collapse-alt:before {
  content: "\e7b6";
}

/* line 4427, app/assets/stylesheets/v3/v3_combined.scss */
.icon-smile:before {
  content: "\e7b7";
}

/* line 4430, app/assets/stylesheets/v3/v3_combined.scss */
.icon-frown:before {
  content: "\e7b8";
}

/* line 4433, app/assets/stylesheets/v3/v3_combined.scss */
.icon-meh:before {
  content: "\e7b9";
}

/* line 4436, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gamepad:before {
  content: "\e7ba";
}

/* line 4439, app/assets/stylesheets/v3/v3_combined.scss */
.icon-keyboard:before {
  content: "\e7bb";
}

/* line 4442, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flag-alt:before {
  content: "\e7bc";
}

/* line 4445, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flag-checkered:before {
  content: "\e7bd";
}

/* line 4448, app/assets/stylesheets/v3/v3_combined.scss */
.icon-terminal:before {
  content: "\e7be";
}

/* line 4451, app/assets/stylesheets/v3/v3_combined.scss */
.icon-code:before {
  content: "\e7bf";
}

/* line 4454, app/assets/stylesheets/v3/v3_combined.scss */
.icon-reply-all:before {
  content: "\e7c0";
}

/* line 4457, app/assets/stylesheets/v3/v3_combined.scss */
.icon-star-half-full:before {
  content: "\e7c1";
}

/* line 4460, app/assets/stylesheets/v3/v3_combined.scss */
.icon-location-arrow:before {
  content: "\e7c2";
}

/* line 4463, app/assets/stylesheets/v3/v3_combined.scss */
.icon-crop2:before {
  content: "\e7c3";
}

/* line 4466, app/assets/stylesheets/v3/v3_combined.scss */
.icon-code-fork:before {
  content: "\e7c4";
}

/* line 4469, app/assets/stylesheets/v3/v3_combined.scss */
.icon-unlink:before {
  content: "\e7c5";
}

/* line 4472, app/assets/stylesheets/v3/v3_combined.scss */
.icon-question:before {
  content: "\e7c6";
}

/* line 4475, app/assets/stylesheets/v3/v3_combined.scss */
.icon-info:before {
  content: "\e7c7";
}

/* line 4478, app/assets/stylesheets/v3/v3_combined.scss */
.icon-exclamation:before {
  content: "\e7c8";
}

/* line 4481, app/assets/stylesheets/v3/v3_combined.scss */
.icon-superscript:before {
  content: "\e7c9";
}

/* line 4484, app/assets/stylesheets/v3/v3_combined.scss */
.icon-subscript:before {
  content: "\e7ca";
}

/* line 4487, app/assets/stylesheets/v3/v3_combined.scss */
.icon-eraser:before {
  content: "\e7cb";
}

/* line 4490, app/assets/stylesheets/v3/v3_combined.scss */
.icon-puzzle:before {
  content: "\e7cc";
}

/* line 4493, app/assets/stylesheets/v3/v3_combined.scss */
.icon-microphone2:before {
  content: "\e7cd";
}

/* line 4496, app/assets/stylesheets/v3/v3_combined.scss */
.icon-microphone-off2:before {
  content: "\e7ce";
}

/* line 4499, app/assets/stylesheets/v3/v3_combined.scss */
.icon-shield:before {
  content: "\e7cf";
}

/* line 4502, app/assets/stylesheets/v3/v3_combined.scss */
.icon-calendar-empty:before {
  content: "\e7d0";
}

/* line 4505, app/assets/stylesheets/v3/v3_combined.scss */
.icon-fire-extinguisher:before {
  content: "\e7d1";
}

/* line 4508, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rocket:before {
  content: "\e7d2";
}

/* line 4511, app/assets/stylesheets/v3/v3_combined.scss */
.icon-maxcdn:before {
  content: "\e7d3";
}

/* line 4514, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-sign-left:before {
  content: "\e7d4";
}

/* line 4517, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-sign-right:before {
  content: "\e7d5";
}

/* line 4520, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-sign-up:before {
  content: "\e7d6";
}

/* line 4523, app/assets/stylesheets/v3/v3_combined.scss */
.icon-chevron-sign-down:before {
  content: "\e7d7";
}

/* line 4526, app/assets/stylesheets/v3/v3_combined.scss */
.icon-html52:before {
  content: "\e7d8";
}

/* line 4529, app/assets/stylesheets/v3/v3_combined.scss */
.icon-css3:before {
  content: "\e7d9";
}

/* line 4532, app/assets/stylesheets/v3/v3_combined.scss */
.icon-anchor:before {
  content: "\e7da";
}

/* line 4535, app/assets/stylesheets/v3/v3_combined.scss */
.icon-unlock-alt:before {
  content: "\e7db";
}

/* line 4538, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bullseye:before {
  content: "\e7dc";
}

/* line 4541, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ellipsis-horizontal:before {
  content: "\e7dd";
}

/* line 4544, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ellipsis-vertical:before {
  content: "\e7de";
}

/* line 4547, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rss-sign:before {
  content: "\e7df";
}

/* line 4550, app/assets/stylesheets/v3/v3_combined.scss */
.icon-play-sign:before {
  content: "\e7e0";
}

/* line 4553, app/assets/stylesheets/v3/v3_combined.scss */
.icon-ticket:before {
  content: "\e7e1";
}

/* line 4556, app/assets/stylesheets/v3/v3_combined.scss */
.icon-minus-sign-alt:before {
  content: "\e7e2";
}

/* line 4559, app/assets/stylesheets/v3/v3_combined.scss */
.icon-check-minus:before {
  content: "\e7e3";
}

/* line 4562, app/assets/stylesheets/v3/v3_combined.scss */
.icon-level-up:before {
  content: "\e7e4";
}

/* line 4565, app/assets/stylesheets/v3/v3_combined.scss */
.icon-level-down:before {
  content: "\e7e5";
}

/* line 4568, app/assets/stylesheets/v3/v3_combined.scss */
.icon-check-sign:before {
  content: "\e7e6";
}

/* line 4571, app/assets/stylesheets/v3/v3_combined.scss */
.icon-edit-sign:before {
  content: "\e7e7";
}

/* line 4574, app/assets/stylesheets/v3/v3_combined.scss */
.icon-external-link-sign:before {
  content: "\e7e8";
}

/* line 4577, app/assets/stylesheets/v3/v3_combined.scss */
.icon-share-sign:before {
  content: "\e7e9";
}

/* line 4580, app/assets/stylesheets/v3/v3_combined.scss */
.icon-compass:before {
  content: "\e7ea";
}

/* line 4583, app/assets/stylesheets/v3/v3_combined.scss */
.icon-collapse:before {
  content: "\e7eb";
}

/* line 4586, app/assets/stylesheets/v3/v3_combined.scss */
.icon-collapse-top:before {
  content: "\e7ec";
}

/* line 4589, app/assets/stylesheets/v3/v3_combined.scss */
.icon-expand:before {
  content: "\e7ed";
}

/* line 4592, app/assets/stylesheets/v3/v3_combined.scss */
.icon-euro:before {
  content: "\e7ee";
}

/* line 4595, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gbp:before {
  content: "\e7ef";
}

/* line 4598, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dollar:before {
  content: "\e7f0";
}

/* line 4601, app/assets/stylesheets/v3/v3_combined.scss */
.icon-rupee:before {
  content: "\e7f1";
}

/* line 4604, app/assets/stylesheets/v3/v3_combined.scss */
.icon-yen:before {
  content: "\e7f2";
}

/* line 4607, app/assets/stylesheets/v3/v3_combined.scss */
.icon-renminbi:before {
  content: "\e7f3";
}

/* line 4610, app/assets/stylesheets/v3/v3_combined.scss */
.icon-won:before {
  content: "\e7f4";
}

/* line 4613, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bitcoin2:before {
  content: "\e7f5";
}

/* line 4616, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file3:before {
  content: "\e7f6";
}

/* line 4619, app/assets/stylesheets/v3/v3_combined.scss */
.icon-file-text:before {
  content: "\e7f7";
}

/* line 4622, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-alphabet:before {
  content: "\e7f8";
}

/* line 4625, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\e7f9";
}

/* line 4628, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-attributes:before {
  content: "\e7fa";
}

/* line 4631, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-attributes-alt:before {
  content: "\e7fb";
}

/* line 4634, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-order:before {
  content: "\e7fc";
}

/* line 4637, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sort-by-order-alt:before {
  content: "\e7fd";
}

/* line 4640, app/assets/stylesheets/v3/v3_combined.scss */
.icon-thumbs-up2:before {
  content: "\e7fe";
}

/* line 4643, app/assets/stylesheets/v3/v3_combined.scss */
.icon-thumbs-down2:before {
  content: "\e7ff";
}

/* line 4646, app/assets/stylesheets/v3/v3_combined.scss */
.icon-youtube-sign:before {
  content: "\e800";
}

/* line 4649, app/assets/stylesheets/v3/v3_combined.scss */
.icon-youtube2:before {
  content: "\e801";
}

/* line 4652, app/assets/stylesheets/v3/v3_combined.scss */
.icon-xing2:before {
  content: "\e802";
}

/* line 4655, app/assets/stylesheets/v3/v3_combined.scss */
.icon-xing-sign:before {
  content: "\e803";
}

/* line 4658, app/assets/stylesheets/v3/v3_combined.scss */
.icon-youtube-play:before {
  content: "\e804";
}

/* line 4661, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dropbox2:before {
  content: "\e805";
}

/* line 4664, app/assets/stylesheets/v3/v3_combined.scss */
.icon-stackexchange:before {
  content: "\e806";
}

/* line 4667, app/assets/stylesheets/v3/v3_combined.scss */
.icon-instagram2:before {
  content: "\e807";
}

/* line 4670, app/assets/stylesheets/v3/v3_combined.scss */
.icon-flickr2:before {
  content: "\e808";
}

/* line 4673, app/assets/stylesheets/v3/v3_combined.scss */
.icon-adn:before {
  content: "\e809";
}

/* line 4676, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bitbucket2:before {
  content: "\e80a";
}

/* line 4679, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bitbucket-sign:before {
  content: "\e80b";
}

/* line 4682, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tumblr2:before {
  content: "\e80c";
}

/* line 4685, app/assets/stylesheets/v3/v3_combined.scss */
.icon-tumblr-sign:before {
  content: "\e80d";
}

/* line 4688, app/assets/stylesheets/v3/v3_combined.scss */
.icon-long-arrow-down:before {
  content: "\e80e";
}

/* line 4691, app/assets/stylesheets/v3/v3_combined.scss */
.icon-long-arrow-up:before {
  content: "\e80f";
}

/* line 4694, app/assets/stylesheets/v3/v3_combined.scss */
.icon-long-arrow-left:before {
  content: "\e810";
}

/* line 4697, app/assets/stylesheets/v3/v3_combined.scss */
.icon-long-arrow-right:before {
  content: "\e811";
}

/* line 4700, app/assets/stylesheets/v3/v3_combined.scss */
.icon-apple:before {
  content: "\e812";
}

/* line 4703, app/assets/stylesheets/v3/v3_combined.scss */
.icon-windows3:before {
  content: "\e813";
}

/* line 4706, app/assets/stylesheets/v3/v3_combined.scss */
.icon-android2:before {
  content: "\e814";
}

/* line 4709, app/assets/stylesheets/v3/v3_combined.scss */
.icon-linux:before {
  content: "\e815";
}

/* line 4712, app/assets/stylesheets/v3/v3_combined.scss */
.icon-dribbble2:before {
  content: "\e816";
}

/* line 4715, app/assets/stylesheets/v3/v3_combined.scss */
.icon-skype2:before {
  content: "\e817";
}

/* line 4718, app/assets/stylesheets/v3/v3_combined.scss */
.icon-foursquare2:before {
  content: "\e818";
}

/* line 4721, app/assets/stylesheets/v3/v3_combined.scss */
.icon-trello:before {
  content: "\e819";
}

/* line 4724, app/assets/stylesheets/v3/v3_combined.scss */
.icon-female:before {
  content: "\e81a";
}

/* line 4727, app/assets/stylesheets/v3/v3_combined.scss */
.icon-male:before {
  content: "\e81b";
}

/* line 4730, app/assets/stylesheets/v3/v3_combined.scss */
.icon-gittip:before {
  content: "\e81c";
}

/* line 4733, app/assets/stylesheets/v3/v3_combined.scss */
.icon-sun2:before {
  content: "\e81d";
}

/* line 4736, app/assets/stylesheets/v3/v3_combined.scss */
.icon-moon:before {
  content: "\e81e";
}

/* line 4739, app/assets/stylesheets/v3/v3_combined.scss */
.icon-archive2:before {
  content: "\e81f";
}

/* line 4742, app/assets/stylesheets/v3/v3_combined.scss */
.icon-bug:before {
  content: "\e820";
}

/* line 4745, app/assets/stylesheets/v3/v3_combined.scss */
.icon-renren:before {
  content: "\e821";
}

/* line 4748, app/assets/stylesheets/v3/v3_combined.scss */
.icon-weibo2:before {
  content: "\e822";
}

/* line 4751, app/assets/stylesheets/v3/v3_combined.scss */
.icon-vk2:before {
  content: "\e823";
}

/* line 4755, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-eye:before {
  content: "\e000";
}

/* line 4758, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-paper-clip:before {
  content: "\e001";
}

/* line 4761, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-mail:before {
  content: "\e002";
}

/* line 4764, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-toggle:before {
  content: "\e003";
}

/* line 4767, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-layout:before {
  content: "\e004";
}

/* line 4770, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-link:before {
  content: "\e005";
}

/* line 4773, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-bell:before {
  content: "\e006";
}

/* line 4776, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-lock:before {
  content: "\e007";
}

/* line 4779, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-unlock:before {
  content: "\e008";
}

/* line 4782, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-ribbon:before {
  content: "\e009";
}

/* line 4785, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-image:before {
  content: "\e010";
}

/* line 4788, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-signal:before {
  content: "\e011";
}

/* line 4791, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-target:before {
  content: "\e012";
}

/* line 4794, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-clipboard:before {
  content: "\e013";
}

/* line 4797, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-clock:before {
  content: "\e014";
}

/* line 4800, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-watch:before {
  content: "\e015";
}

/* line 4803, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-air-play:before {
  content: "\e016";
}

/* line 4806, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-camera:before {
  content: "\e017";
}

/* line 4809, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-video:before {
  content: "\e018";
}

/* line 4812, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-disc:before {
  content: "\e019";
}

/* line 4815, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-printer:before {
  content: "\e020";
}

/* line 4818, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-monitor:before {
  content: "\e021";
}

/* line 4821, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-server:before {
  content: "\e022";
}

/* line 4824, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-cog:before {
  content: "\e023";
}

/* line 4827, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-heart:before {
  content: "\e024";
}

/* line 4830, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-paragraph:before {
  content: "\e025";
}

/* line 4833, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-align-justify:before {
  content: "\e026";
}

/* line 4836, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-align-left:before {
  content: "\e027";
}

/* line 4839, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-align-center:before {
  content: "\e028";
}

/* line 4842, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-align-right:before {
  content: "\e029";
}

/* line 4845, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-book:before {
  content: "\e030";
}

/* line 4848, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-layers:before {
  content: "\e031";
}

/* line 4851, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-stack:before {
  content: "\e032";
}

/* line 4854, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-stack-2:before {
  content: "\e033";
}

/* line 4857, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-paper:before {
  content: "\e034";
}

/* line 4860, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-paper-stack:before {
  content: "\e035";
}

/* line 4863, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-search:before {
  content: "\e036";
}

/* line 4866, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-zoom-in:before {
  content: "\e037";
}

/* line 4869, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-zoom-out:before {
  content: "\e038";
}

/* line 4872, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-reply:before {
  content: "\e039";
}

/* line 4875, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-circle-plus:before {
  content: "\e040";
}

/* line 4878, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-circle-minus:before {
  content: "\e041";
}

/* line 4881, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-circle-check:before {
  content: "\e042";
}

/* line 4884, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-circle-cross:before {
  content: "\e043";
}

/* line 4887, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-square-plus:before {
  content: "\e044";
}

/* line 4890, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-square-minus:before {
  content: "\e045";
}

/* line 4893, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-square-check:before {
  content: "\e046";
}

/* line 4896, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-square-cross:before {
  content: "\e047";
}

/* line 4899, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-microphone:before {
  content: "\e048";
}

/* line 4902, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-record:before {
  content: "\e049";
}

/* line 4905, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-skip-back:before {
  content: "\e050";
}

/* line 4908, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-rewind:before {
  content: "\e051";
}

/* line 4911, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-play:before {
  content: "\e052";
}

/* line 4914, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-pause:before {
  content: "\e053";
}

/* line 4917, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-stop:before {
  content: "\e054";
}

/* line 4920, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-fast-forward:before {
  content: "\e055";
}

/* line 4923, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-skip-forward:before {
  content: "\e056";
}

/* line 4926, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-shuffle:before {
  content: "\e057";
}

/* line 4929, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-repeat:before {
  content: "\e058";
}

/* line 4932, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-folder:before {
  content: "\e059";
}

/* line 4935, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-umbrella:before {
  content: "\e060";
}

/* line 4938, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-moon:before {
  content: "\e061";
}

/* line 4941, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-thermometer:before {
  content: "\e062";
}

/* line 4944, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-drop:before {
  content: "\e063";
}

/* line 4947, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-sun:before {
  content: "\e064";
}

/* line 4950, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-cloud:before {
  content: "\e065";
}

/* line 4953, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-cloud-upload:before {
  content: "\e066";
}

/* line 4956, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-cloud-download:before {
  content: "\e067";
}

/* line 4959, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-upload:before {
  content: "\e068";
}

/* line 4962, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-download:before {
  content: "\e069";
}

/* line 4965, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-location:before {
  content: "\e070";
}

/* line 4968, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-location-2:before {
  content: "\e071";
}

/* line 4971, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-map:before {
  content: "\e072";
}

/* line 4974, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-battery:before {
  content: "\e073";
}

/* line 4977, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-head:before {
  content: "\e074";
}

/* line 4980, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-briefcase:before {
  content: "\e075";
}

/* line 4983, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-speech-bubble:before {
  content: "\e076";
}

/* line 4986, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-anchor:before {
  content: "\e077";
}

/* line 4989, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-globe:before {
  content: "\e078";
}

/* line 4992, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-box:before {
  content: "\e079";
}

/* line 4995, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-reload:before {
  content: "\e080";
}

/* line 4998, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-share:before {
  content: "\e081";
}

/* line 5001, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-marquee:before {
  content: "\e082";
}

/* line 5004, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-marquee-plus:before {
  content: "\e083";
}

/* line 5007, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-marquee-minus:before {
  content: "\e084";
}

/* line 5010, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-tag:before {
  content: "\e085";
}

/* line 5013, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-power:before {
  content: "\e086";
}

/* line 5016, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-command:before {
  content: "\e087";
}

/* line 5019, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-alt:before {
  content: "\e088";
}

/* line 5022, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-esc:before {
  content: "\e089";
}

/* line 5025, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-bar-graph:before {
  content: "\e090";
}

/* line 5028, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-bar-graph-2:before {
  content: "\e091";
}

/* line 5031, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-pie-graph:before {
  content: "\e092";
}

/* line 5034, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-star:before {
  content: "\e093";
}

/* line 5037, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-arrow-left:before {
  content: "\e094";
}

/* line 5040, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-arrow-right:before {
  content: "\e095";
}

/* line 5043, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-arrow-up:before {
  content: "\e096";
}

/* line 5046, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-arrow-down:before {
  content: "\e097";
}

/* line 5049, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-volume:before {
  content: "\e098";
}

/* line 5052, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-mute:before {
  content: "\e099";
}

/* line 5055, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-content-right:before {
  content: "\e100";
}

/* line 5058, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-content-left:before {
  content: "\e101";
}

/* line 5061, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-grid:before {
  content: "\e102";
}

/* line 5064, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-grid-2:before {
  content: "\e103";
}

/* line 5067, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-columns:before {
  content: "\e104";
}

/* line 5070, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-loader:before {
  content: "\e105";
}

/* line 5073, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-bag:before {
  content: "\e106";
}

/* line 5076, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-ban:before {
  content: "\e107";
}

/* line 5079, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-flag:before {
  content: "\e108";
}

/* line 5082, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-trash:before {
  content: "\e109";
}

/* line 5085, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-expand:before {
  content: "\e110";
}

/* line 5088, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-contract:before {
  content: "\e111";
}

/* line 5091, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-maximize:before {
  content: "\e112";
}

/* line 5094, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-minimize:before {
  content: "\e113";
}

/* line 5097, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-plus:before {
  content: "\e114";
}

/* line 5100, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-minus:before {
  content: "\e115";
}

/* line 5103, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-check:before {
  content: "\e116";
}

/* line 5106, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-cross:before {
  content: "\e117";
}

/* line 5109, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-move:before {
  content: "\e118";
}

/* line 5112, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-delete:before {
  content: "\e119";
}

/* line 5115, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-menu:before {
  content: "\e120";
}

/* line 5118, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-archive:before {
  content: "\e121";
}

/* line 5121, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-inbox:before {
  content: "\e122";
}

/* line 5124, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-outbox:before {
  content: "\e123";
}

/* line 5127, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-file:before {
  content: "\e124";
}

/* line 5130, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-file-add:before {
  content: "\e125";
}

/* line 5133, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-file-subtract:before {
  content: "\e126";
}

/* line 5136, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-help:before {
  content: "\e127";
}

/* line 5139, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-open:before {
  content: "\e128";
}

/* line 5142, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line-ellipsis:before {
  content: "\e129";
}

/* line 5146, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-user-female:before {
  content: "\e000";
}

/* line 5149, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-user-follow:before {
  content: "\e002";
}

/* line 5152, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-user-following:before {
  content: "\e003";
}

/* line 5155, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-user-unfollow:before {
  content: "\e004";
}

/* line 5158, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-trophy:before {
  content: "\e006";
}

/* line 5161, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-screen-smartphone:before {
  content: "\e010";
}

/* line 5164, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-screen-desktop:before {
  content: "\e011";
}

/* line 5167, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-plane:before {
  content: "\e012";
}

/* line 5170, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-notebook:before {
  content: "\e013";
}

/* line 5173, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-moustache:before {
  content: "\e014";
}

/* line 5176, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-mouse:before {
  content: "\e015";
}

/* line 5179, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-magnet:before {
  content: "\e016";
}

/* line 5182, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-energy:before {
  content: "\e020";
}

/* line 5185, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-emoticon-smile:before {
  content: "\e021";
}

/* line 5188, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-disc:before {
  content: "\e022";
}

/* line 5191, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-cursor-move:before {
  content: "\e023";
}

/* line 5194, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-crop:before {
  content: "\e024";
}

/* line 5197, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-credit-card:before {
  content: "\e025";
}

/* line 5200, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-chemistry:before {
  content: "\e026";
}

/* line 5203, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-user:before {
  content: "\e005";
}

/* line 5206, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-speedometer:before {
  content: "\e007";
}

/* line 5209, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-youtube:before {
  content: "\e008";
}

/* line 5212, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-twitter:before {
  content: "\e009";
}

/* line 5215, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-tumblr:before {
  content: "\e00a";
}

/* line 5218, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-facebook:before {
  content: "\e00b";
}

/* line 5221, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-dropbox:before {
  content: "\e00c";
}

/* line 5224, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-social-dribbble:before {
  content: "\e00d";
}

/* line 5227, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-shield:before {
  content: "\e00e";
}

/* line 5230, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-screen-tablet:before {
  content: "\e00f";
}

/* line 5233, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-magic-wand:before {
  content: "\e017";
}

/* line 5236, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-hourglass:before {
  content: "\e018";
}

/* line 5239, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-graduation:before {
  content: "\e019";
}

/* line 5242, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-ghost:before {
  content: "\e01a";
}

/* line 5245, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-game-controller:before {
  content: "\e01b";
}

/* line 5248, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-fire:before {
  content: "\e01c";
}

/* line 5251, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-eyeglasses:before {
  content: "\e01d";
}

/* line 5254, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-envelope-open:before {
  content: "\e01e";
}

/* line 5257, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-envelope-letter:before {
  content: "\e01f";
}

/* line 5260, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bell:before {
  content: "\e027";
}

/* line 5263, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-badge:before {
  content: "\e028";
}

/* line 5266, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-anchor:before {
  content: "\e029";
}

/* line 5269, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-wallet:before {
  content: "\e02a";
}

/* line 5272, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-vector:before {
  content: "\e02b";
}

/* line 5275, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-speech:before {
  content: "\e02c";
}

/* line 5278, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-puzzle:before {
  content: "\e02d";
}

/* line 5281, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-printer:before {
  content: "\e02e";
}

/* line 5284, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-present:before {
  content: "\e02f";
}

/* line 5287, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-playlist:before {
  content: "\e030";
}

/* line 5290, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-pin:before {
  content: "\e031";
}

/* line 5293, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-picture:before {
  content: "\e032";
}

/* line 5296, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-map:before {
  content: "\e033";
}

/* line 5299, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-layers:before {
  content: "\e034";
}

/* line 5302, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-handbag:before {
  content: "\e035";
}

/* line 5305, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-globe-alt:before {
  content: "\e036";
}

/* line 5308, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-globe:before {
  content: "\e037";
}

/* line 5311, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-frame:before {
  content: "\e038";
}

/* line 5314, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-folder-alt:before {
  content: "\e039";
}

/* line 5317, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-film:before {
  content: "\e03a";
}

/* line 5320, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-feed:before {
  content: "\e03b";
}

/* line 5323, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-earphones-alt:before {
  content: "\e03c";
}

/* line 5326, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-earphones:before {
  content: "\e03d";
}

/* line 5329, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-drop:before {
  content: "\e03e";
}

/* line 5332, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-drawer:before {
  content: "\e03f";
}

/* line 5335, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-docs:before {
  content: "\e040";
}

/* line 5338, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-directions:before {
  content: "\e041";
}

/* line 5341, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-direction:before {
  content: "\e042";
}

/* line 5344, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-diamond:before {
  content: "\e043";
}

/* line 5347, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-cup:before {
  content: "\e044";
}

/* line 5350, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-compass:before {
  content: "\e045";
}

/* line 5353, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-call-out:before {
  content: "\e046";
}

/* line 5356, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-call-in:before {
  content: "\e047";
}

/* line 5359, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-call-end:before {
  content: "\e048";
}

/* line 5362, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-calculator:before {
  content: "\e049";
}

/* line 5365, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bubbles:before {
  content: "\e04a";
}

/* line 5368, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-briefcase:before {
  content: "\e04b";
}

/* line 5371, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-book-open:before {
  content: "\e04c";
}

/* line 5374, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-basket-loaded:before {
  content: "\e04d";
}

/* line 5377, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-basket:before {
  content: "\e04e";
}

/* line 5380, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bag:before {
  content: "\e04f";
}

/* line 5383, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-action-undo:before {
  content: "\e050";
}

/* line 5386, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-action-redo:before {
  content: "\e051";
}

/* line 5389, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-wrench:before {
  content: "\e052";
}

/* line 5392, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-umbrella:before {
  content: "\e053";
}

/* line 5395, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-trash:before {
  content: "\e054";
}

/* line 5398, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-tag:before {
  content: "\e055";
}

/* line 5401, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-support:before {
  content: "\e056";
}

/* line 5404, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-size-fullscreen:before {
  content: "\e057";
}

/* line 5407, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-size-actual:before {
  content: "\e058";
}

/* line 5410, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-shuffle:before {
  content: "\e059";
}

/* line 5413, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-share-alt:before {
  content: "\e05a";
}

/* line 5416, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-share:before {
  content: "\e05b";
}

/* line 5419, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-rocket:before {
  content: "\e05c";
}

/* line 5422, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-question:before {
  content: "\e05d";
}

/* line 5425, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-pie-chart:before {
  content: "\e05e";
}

/* line 5428, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-pencil:before {
  content: "\e05f";
}

/* line 5431, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-note:before {
  content: "\e060";
}

/* line 5434, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-music-tone-alt:before {
  content: "\e061";
}

/* line 5437, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-music-tone:before {
  content: "\e062";
}

/* line 5440, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-microphone:before {
  content: "\e063";
}

/* line 5443, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-loop:before {
  content: "\e064";
}

/* line 5446, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-logout:before {
  content: "\e065";
}

/* line 5449, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-login:before {
  content: "\e066";
}

/* line 5452, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-list:before {
  content: "\e067";
}

/* line 5455, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-like:before {
  content: "\e068";
}

/* line 5458, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-home:before {
  content: "\e069";
}

/* line 5461, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-grid:before {
  content: "\e06a";
}

/* line 5464, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-graph:before {
  content: "\e06b";
}

/* line 5467, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-equalizer:before {
  content: "\e06c";
}

/* line 5470, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-dislike:before {
  content: "\e06d";
}

/* line 5473, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-cursor:before {
  content: "\e06e";
}

/* line 5476, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-start:before {
  content: "\e06f";
}

/* line 5479, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-rewind:before {
  content: "\e070";
}

/* line 5482, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-play:before {
  content: "\e071";
}

/* line 5485, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-pause:before {
  content: "\e072";
}

/* line 5488, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-forward:before {
  content: "\e073";
}

/* line 5491, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-control-end:before {
  content: "\e074";
}

/* line 5494, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-calendar:before {
  content: "\e075";
}

/* line 5497, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bulb:before {
  content: "\e076";
}

/* line 5500, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bar-chart:before {
  content: "\e077";
}

/* line 5503, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-arrow-up:before {
  content: "\e078";
}

/* line 5506, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-arrow-right:before {
  content: "\e079";
}

/* line 5509, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-arrow-left:before {
  content: "\e07a";
}

/* line 5512, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-arrow-down:before {
  content: "\e07b";
}

/* line 5515, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-ban:before {
  content: "\e07c";
}

/* line 5518, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-bubble:before {
  content: "\e07d";
}

/* line 5521, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-camcorder:before {
  content: "\e07e";
}

/* line 5524, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-camera:before {
  content: "\e07f";
}

/* line 5527, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-check:before {
  content: "\e080";
}

/* line 5530, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-clock:before {
  content: "\e081";
}

/* line 5533, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-close:before {
  content: "\e082";
}

/* line 5536, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-cloud-download:before {
  content: "\e083";
}

/* line 5539, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-cloud-upload:before {
  content: "\e084";
}

/* line 5542, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-doc:before {
  content: "\e085";
}

/* line 5545, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-envelope:before {
  content: "\e086";
}

/* line 5548, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-eye:before {
  content: "\e087";
}

/* line 5551, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-flag:before {
  content: "\e088";
}

/* line 5554, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-folder:before {
  content: "\e089";
}

/* line 5557, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-heart:before {
  content: "\e08a";
}

/* line 5560, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-info:before {
  content: "\e08b";
}

/* line 5563, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-key:before {
  content: "\e08c";
}

/* line 5566, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-link:before {
  content: "\e08d";
}

/* line 5569, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-lock:before {
  content: "\e08e";
}

/* line 5572, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-lock-open:before {
  content: "\e08f";
}

/* line 5575, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-magnifier:before {
  content: "\e090";
}

/* line 5578, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-magnifier-add:before {
  content: "\e091";
}

/* line 5581, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-magnifier-remove:before {
  content: "\e092";
}

/* line 5584, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-paper-clip:before {
  content: "\e093";
}

/* line 5587, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-paper-plane:before {
  content: "\e094";
}

/* line 5590, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-plus:before {
  content: "\e095";
}

/* line 5593, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-pointer:before {
  content: "\e096";
}

/* line 5596, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-power:before {
  content: "\e097";
}

/* line 5599, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-refresh:before {
  content: "\e098";
}

/* line 5602, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-reload:before {
  content: "\e099";
}

/* line 5605, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-settings:before {
  content: "\e09a";
}

/* line 5608, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-star:before {
  content: "\e09b";
}

/* line 5611, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-symbol-female:before {
  content: "\e09c";
}

/* line 5614, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-symbol-male:before {
  content: "\e09d";
}

/* line 5617, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-target:before {
  content: "\e09e";
}

/* line 5620, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-volume-1:before {
  content: "\e09f";
}

/* line 5623, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-volume-2:before {
  content: "\e0a0";
}

/* line 5626, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-volume-off:before {
  content: "\e0a1";
}

/* line 5629, app/assets/stylesheets/v3/v3_combined.scss */
.icon-line2-users:before {
  content: "\e001";
}

/* ET-LINE.CSS */
@font-face {
  font-family: 'et-line';
  src: url(/et-line/et-line.eot);
  src: url(/et-line/et-line.eot?#iefix) format("embedded-opentype"), url(/et-line/et-line.woff) format("woff"), url(/et-line/et-line.ttf) format("truetype"), url(/et-line/et-line.svg#et-line) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 5648, app/assets/stylesheets/v3/v3_combined.scss */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 5667, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-mobile, .icon-et-laptop, .icon-et-desktop, .icon-et-tablet, .icon-et-phone, .icon-et-document, .icon-et-documents, .icon-et-search, .icon-et-clipboard, .icon-et-newspaper, .icon-et-notebook, .icon-et-book-open, .icon-et-browser, .icon-et-calendar, .icon-et-presentation, .icon-et-picture, .icon-et-pictures, .icon-et-video, .icon-et-camera, .icon-et-printer, .icon-et-toolbox, .icon-et-briefcase, .icon-et-wallet, .icon-et-gift, .icon-et-bargraph, .icon-et-grid, .icon-et-expand, .icon-et-focus, .icon-et-edit, .icon-et-adjustments, .icon-et-ribbon, .icon-et-hourglass, .icon-et-lock, .icon-et-megaphone, .icon-et-shield, .icon-et-trophy, .icon-et-flag, .icon-et-map, .icon-et-puzzle, .icon-et-basket, .icon-et-envelope, .icon-et-streetsign, .icon-et-telescope, .icon-et-gears, .icon-et-key, .icon-et-paperclip, .icon-et-attachment, .icon-et-pricetags, .icon-et-lightbulb, .icon-et-layers, .icon-et-pencil, .icon-et-tools, .icon-et-tools-2, .icon-et-scissors, .icon-et-paintbrush, .icon-et-magnifying-glass, .icon-et-circle-compass, .icon-et-linegraph, .icon-et-mic, .icon-et-strategy, .icon-et-beaker, .icon-et-caution, .icon-et-recycle, .icon-et-anchor, .icon-et-profile-male, .icon-et-profile-female, .icon-et-bike, .icon-et-wine, .icon-et-hotairballoon, .icon-et-globe, .icon-et-genius, .icon-et-map-pin, .icon-et-dial, .icon-et-chat, .icon-et-heart, .icon-et-cloud, .icon-et-upload, .icon-et-download, .icon-et-target, .icon-et-hazardous, .icon-et-piechart, .icon-et-speedometer, .icon-et-global, .icon-et-compass, .icon-et-lifesaver, .icon-et-clock, .icon-et-aperture, .icon-et-quote, .icon-et-scope, .icon-et-alarmclock, .icon-et-refresh, .icon-et-happy, .icon-et-sad, .icon-et-facebook, .icon-et-twitter, .icon-et-googleplus, .icon-et-rss, .icon-et-tumblr, .icon-et-linkedin, .icon-et-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* line 5679, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-mobile:before {
  content: "\e000";
}

/* line 5682, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-laptop:before {
  content: "\e001";
}

/* line 5685, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-desktop:before {
  content: "\e002";
}

/* line 5688, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-tablet:before {
  content: "\e003";
}

/* line 5691, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-phone:before {
  content: "\e004";
}

/* line 5694, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-document:before {
  content: "\e005";
}

/* line 5697, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-documents:before {
  content: "\e006";
}

/* line 5700, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-search:before {
  content: "\e007";
}

/* line 5703, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-clipboard:before {
  content: "\e008";
}

/* line 5706, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-newspaper:before {
  content: "\e009";
}

/* line 5709, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-notebook:before {
  content: "\e00a";
}

/* line 5712, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-book-open:before {
  content: "\e00b";
}

/* line 5715, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-browser:before {
  content: "\e00c";
}

/* line 5718, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-calendar:before {
  content: "\e00d";
}

/* line 5721, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-presentation:before {
  content: "\e00e";
}

/* line 5724, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-picture:before {
  content: "\e00f";
}

/* line 5727, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-pictures:before {
  content: "\e010";
}

/* line 5730, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-video:before {
  content: "\e011";
}

/* line 5733, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-camera:before {
  content: "\e012";
}

/* line 5736, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-printer:before {
  content: "\e013";
}

/* line 5739, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-toolbox:before {
  content: "\e014";
}

/* line 5742, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-briefcase:before {
  content: "\e015";
}

/* line 5745, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-wallet:before {
  content: "\e016";
}

/* line 5748, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-gift:before {
  content: "\e017";
}

/* line 5751, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-bargraph:before {
  content: "\e018";
}

/* line 5754, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-grid:before {
  content: "\e019";
}

/* line 5757, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-expand:before {
  content: "\e01a";
}

/* line 5760, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-focus:before {
  content: "\e01b";
}

/* line 5763, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-edit:before {
  content: "\e01c";
}

/* line 5766, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-adjustments:before {
  content: "\e01d";
}

/* line 5769, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-ribbon:before {
  content: "\e01e";
}

/* line 5772, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-hourglass:before {
  content: "\e01f";
}

/* line 5775, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-lock:before {
  content: "\e020";
}

/* line 5778, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-megaphone:before {
  content: "\e021";
}

/* line 5781, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-shield:before {
  content: "\e022";
}

/* line 5784, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-trophy:before {
  content: "\e023";
}

/* line 5787, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-flag:before {
  content: "\e024";
}

/* line 5790, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-map:before {
  content: "\e025";
}

/* line 5793, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-puzzle:before {
  content: "\e026";
}

/* line 5796, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-basket:before {
  content: "\e027";
}

/* line 5799, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-envelope:before {
  content: "\e028";
}

/* line 5802, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-streetsign:before {
  content: "\e029";
}

/* line 5805, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-telescope:before {
  content: "\e02a";
}

/* line 5808, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-gears:before {
  content: "\e02b";
}

/* line 5811, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-key:before {
  content: "\e02c";
}

/* line 5814, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-paperclip:before {
  content: "\e02d";
}

/* line 5817, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-attachment:before {
  content: "\e02e";
}

/* line 5820, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-pricetags:before {
  content: "\e02f";
}

/* line 5823, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-lightbulb:before {
  content: "\e030";
}

/* line 5826, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-layers:before {
  content: "\e031";
}

/* line 5829, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-pencil:before {
  content: "\e032";
}

/* line 5832, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-tools:before {
  content: "\e033";
}

/* line 5835, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-tools-2:before {
  content: "\e034";
}

/* line 5838, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-scissors:before {
  content: "\e035";
}

/* line 5841, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-paintbrush:before {
  content: "\e036";
}

/* line 5844, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-magnifying-glass:before {
  content: "\e037";
}

/* line 5847, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-circle-compass:before {
  content: "\e038";
}

/* line 5850, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-linegraph:before {
  content: "\e039";
}

/* line 5853, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-mic:before {
  content: "\e03a";
}

/* line 5856, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-strategy:before {
  content: "\e03b";
}

/* line 5859, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-beaker:before {
  content: "\e03c";
}

/* line 5862, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-caution:before {
  content: "\e03d";
}

/* line 5865, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-recycle:before {
  content: "\e03e";
}

/* line 5868, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-anchor:before {
  content: "\e03f";
}

/* line 5871, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-profile-male:before {
  content: "\e040";
}

/* line 5874, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-profile-female:before {
  content: "\e041";
}

/* line 5877, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-bike:before {
  content: "\e042";
}

/* line 5880, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-wine:before {
  content: "\e043";
}

/* line 5883, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-hotairballoon:before {
  content: "\e044";
}

/* line 5886, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-globe:before {
  content: "\e045";
}

/* line 5889, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-genius:before {
  content: "\e046";
}

/* line 5892, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-map-pin:before {
  content: "\e047";
}

/* line 5895, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-dial:before {
  content: "\e048";
}

/* line 5898, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-chat:before {
  content: "\e049";
}

/* line 5901, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-heart:before {
  content: "\e04a";
}

/* line 5904, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-cloud:before {
  content: "\e04b";
}

/* line 5907, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-upload:before {
  content: "\e04c";
}

/* line 5910, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-download:before {
  content: "\e04d";
}

/* line 5913, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-target:before {
  content: "\e04e";
}

/* line 5916, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-hazardous:before {
  content: "\e04f";
}

/* line 5919, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-piechart:before {
  content: "\e050";
}

/* line 5922, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-speedometer:before {
  content: "\e051";
}

/* line 5925, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-global:before {
  content: "\e052";
}

/* line 5928, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-compass:before {
  content: "\e053";
}

/* line 5931, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-lifesaver:before {
  content: "\e054";
}

/* line 5934, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-clock:before {
  content: "\e055";
}

/* line 5937, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-aperture:before {
  content: "\e056";
}

/* line 5940, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-quote:before {
  content: "\e057";
}

/* line 5943, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-scope:before {
  content: "\e058";
}

/* line 5946, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-alarmclock:before {
  content: "\e059";
}

/* line 5949, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-refresh:before {
  content: "\e05a";
}

/* line 5952, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-happy:before {
  content: "\e05b";
}

/* line 5955, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-sad:before {
  content: "\e05c";
}

/* line 5958, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-facebook:before {
  content: "\e05d";
}

/* line 5961, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-twitter:before {
  content: "\e05e";
}

/* line 5964, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-googleplus:before {
  content: "\e05f";
}

/* line 5967, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-rss:before {
  content: "\e060";
}

/* line 5970, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-tumblr:before {
  content: "\e061";
}

/* line 5973, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-linkedin:before {
  content: "\e062";
}

/* line 5976, app/assets/stylesheets/v3/v3_combined.scss */
.icon-et-dribbble:before {
  content: "\e063";
}

/* ANIMATE.CSS */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 5993, app/assets/stylesheets/v3/v3_combined.scss */
.not-animated {
  opacity: 0;
}

/* line 5995, app/assets/stylesheets/v3/v3_combined.scss */
.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 6003, app/assets/stylesheets/v3/v3_combined.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 6008, app/assets/stylesheets/v3/v3_combined.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 6013, app/assets/stylesheets/v3/v3_combined.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 6019, app/assets/stylesheets/v3/v3_combined.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 6081, app/assets/stylesheets/v3/v3_combined.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 6108, app/assets/stylesheets/v3/v3_combined.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 6149, app/assets/stylesheets/v3/v3_combined.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 6228, app/assets/stylesheets/v3/v3_combined.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 6267, app/assets/stylesheets/v3/v3_combined.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 6326, app/assets/stylesheets/v3/v3_combined.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 6387, app/assets/stylesheets/v3/v3_combined.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6468, app/assets/stylesheets/v3/v3_combined.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6556, app/assets/stylesheets/v3/v3_combined.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 6644, app/assets/stylesheets/v3/v3_combined.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6717, app/assets/stylesheets/v3/v3_combined.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6790, app/assets/stylesheets/v3/v3_combined.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6863, app/assets/stylesheets/v3/v3_combined.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6936, app/assets/stylesheets/v3/v3_combined.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 6979, app/assets/stylesheets/v3/v3_combined.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 7022, app/assets/stylesheets/v3/v3_combined.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 7055, app/assets/stylesheets/v3/v3_combined.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 7088, app/assets/stylesheets/v3/v3_combined.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 7131, app/assets/stylesheets/v3/v3_combined.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 7156, app/assets/stylesheets/v3/v3_combined.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7189, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7222, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7255, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7288, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7321, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7354, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7387, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 7420, app/assets/stylesheets/v3/v3_combined.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 7445, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 7474, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 7503, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 7532, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 7561, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 7590, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 7619, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 7648, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 7677, app/assets/stylesheets/v3/v3_combined.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 7756, app/assets/stylesheets/v3/v3_combined.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7829, app/assets/stylesheets/v3/v3_combined.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7902, app/assets/stylesheets/v3/v3_combined.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 7947, app/assets/stylesheets/v3/v3_combined.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 7992, app/assets/stylesheets/v3/v3_combined.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8051, app/assets/stylesheets/v3/v3_combined.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 8082, app/assets/stylesheets/v3/v3_combined.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8125, app/assets/stylesheets/v3/v3_combined.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8166, app/assets/stylesheets/v3/v3_combined.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8207, app/assets/stylesheets/v3/v3_combined.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8248, app/assets/stylesheets/v3/v3_combined.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 8289, app/assets/stylesheets/v3/v3_combined.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 8326, app/assets/stylesheets/v3/v3_combined.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 8363, app/assets/stylesheets/v3/v3_combined.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 8400, app/assets/stylesheets/v3/v3_combined.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 8437, app/assets/stylesheets/v3/v3_combined.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 8474, app/assets/stylesheets/v3/v3_combined.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 8547, app/assets/stylesheets/v3/v3_combined.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 8582, app/assets/stylesheets/v3/v3_combined.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 8613, app/assets/stylesheets/v3/v3_combined.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 8642, app/assets/stylesheets/v3/v3_combined.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 8683, app/assets/stylesheets/v3/v3_combined.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 8724, app/assets/stylesheets/v3/v3_combined.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 8765, app/assets/stylesheets/v3/v3_combined.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 8806, app/assets/stylesheets/v3/v3_combined.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 8843, app/assets/stylesheets/v3/v3_combined.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 8888, app/assets/stylesheets/v3/v3_combined.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 8925, app/assets/stylesheets/v3/v3_combined.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 8962, app/assets/stylesheets/v3/v3_combined.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 9007, app/assets/stylesheets/v3/v3_combined.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 9038, app/assets/stylesheets/v3/v3_combined.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 9069, app/assets/stylesheets/v3/v3_combined.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 9100, app/assets/stylesheets/v3/v3_combined.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 9131, app/assets/stylesheets/v3/v3_combined.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 9162, app/assets/stylesheets/v3/v3_combined.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 9193, app/assets/stylesheets/v3/v3_combined.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 9224, app/assets/stylesheets/v3/v3_combined.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 9255, app/assets/stylesheets/v3/v3_combined.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* FONTS.CSS */
/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/
/* line 9272, app/assets/stylesheets/v3/v3_combined.scss */
body,
small,
#primary-menu ul ul li > a,
.wp-caption,
.feature-box.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a {
  font-family: 'Lato', sans-serif;
}

/* line 9280, app/assets/stylesheets/v3/v3_combined.scss */
h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#primary-menu ul li > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a,
#top-search form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.counter,
label,
.nav-tree li a,
.wedding-head .first-name,
.wedding-head .last-name {
  font-family: 'Raleway', sans-serif;
}

/* line 9299, app/assets/stylesheets/v3/v3_combined.scss */
.entry-meta li,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span {
  font-family: 'Crete Round', serif;
}

/* line 9311, app/assets/stylesheets/v3/v3_combined.scss */
.font-body {
  font-family: 'Lato', sans-serif !important;
}

/* line 9313, app/assets/stylesheets/v3/v3_combined.scss */
.font-primary {
  font-family: 'Raleway', sans-serif !important;
}

/* line 9315, app/assets/stylesheets/v3/v3_combined.scss */
.font-secondary {
  font-family: 'Crete Round', serif !important;
}

/* ----------------------------------------------------------------
	You can change your Font Specific Settings here
-----------------------------------------------------------------*/
/* line 9323, app/assets/stylesheets/v3/v3_combined.scss */
body {
  line-height: 1.5;
}

/* line 9325, app/assets/stylesheets/v3/v3_combined.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
}

/* line 9335, app/assets/stylesheets/v3/v3_combined.scss */
#logo {
  font-size: 36px;
  line-height: 100%;
}

/* line 9340, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu ul li > a {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 9347, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu ul ul li > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

/* line 9353, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
}

/* line 9361, app/assets/stylesheets/v3/v3_combined.scss */
#top-search form input {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* line 9367, app/assets/stylesheets/v3/v3_combined.scss */
.entry-meta li {
  font-size: 13px;
  line-height: 14px;
  font-style: italic;
}

/* line 9373, app/assets/stylesheets/v3/v3_combined.scss */
.entry-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
}

/* line 9380, app/assets/stylesheets/v3/v3_combined.scss */
.entry-link span {
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

/* line 9388, app/assets/stylesheets/v3/v3_combined.scss */
.entry blockquote p {
  font-weight: 400;
  font-style: italic;
}

/* line 9393, app/assets/stylesheets/v3/v3_combined.scss */
.entry.entry-date-section span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 9400, app/assets/stylesheets/v3/v3_combined.scss */
.more-link {
  font-style: italic;
}

/* line 9402, app/assets/stylesheets/v3/v3_combined.scss */
.comment-content .comment-author span {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

/* line 9408, app/assets/stylesheets/v3/v3_combined.scss */
.wp-caption {
  font-style: italic;
}

/* line 9410, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-desc {
  font-size: 22px;
  line-height: 1;
}

/* line 9415, app/assets/stylesheets/v3/v3_combined.scss */
.button.button-desc span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: none;
}

/* line 9423, app/assets/stylesheets/v3/v3_combined.scss */
.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
}

/* line 9425, app/assets/stylesheets/v3/v3_combined.scss */
.testi-content p {
  font-style: italic;
}

/* line 9427, app/assets/stylesheets/v3/v3_combined.scss */
.team-title span {
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}

/* line 9433, app/assets/stylesheets/v3/v3_combined.scss */
.counter {
  font-size: 42px;
  font-weight: 600;
}

/* line 9438, app/assets/stylesheets/v3/v3_combined.scss */
.skills li .progress-percent .counter {
  font-weight: 400;
}

/* line 9440, app/assets/stylesheets/v3/v3_combined.scss */
label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 9447, app/assets/stylesheets/v3/v3_combined.scss */
.before-heading {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

/* line 9453, app/assets/stylesheets/v3/v3_combined.scss */
.wedding-head .first-name,
.wedding-head .last-name {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 9460, app/assets/stylesheets/v3/v3_combined.scss */
.wedding-head .first-name span,
.wedding-head .last-name span {
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

/* RESPONSIVE.CSS */
/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
  /* line 9478, app/assets/stylesheets/v3/v3_combined.scss */
  canvas {
    max-width: 100%;
    height: auto !important;
  }
  /* line 9483, app/assets/stylesheets/v3/v3_combined.scss */
  .promo h3 {
    font-size: 20px;
  }
  /* line 9485, app/assets/stylesheets/v3/v3_combined.scss */
  .promo > span,
.promo > .container > span {
    font-size: 15px;
  }
  /* line 9488, app/assets/stylesheets/v3/v3_combined.scss */
  .promo-uppercase h3 {
    font-size: 19px;
  }
  /* line 9490, app/assets/stylesheets/v3/v3_combined.scss */
  .promo-uppercase > span,
.promo-uppercase > .container > span {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9498, app/assets/stylesheets/v3/v3_combined.scss */
  #wrapper {
    width: 1000px;
  }
  /* line 9500, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header .container {
    width: 1030px;
    padding: 0 30px;
  }
  /* line 9505, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header.sticky-header .container {
    width: 970px;
    padding: 0 15px;
  }
  /* line 9510, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.sub-title ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9515, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 940px;
  }
  /* line 9518, app/assets/stylesheets/v3/v3_combined.scss */
  .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: 1030px;
  }
  /* line 9520, app/assets/stylesheets/v3/v3_combined.scss */
  .ei-slider {
    height: 450px;
  }
  /* line 9522, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent {
    width: 690px;
  }
  /* line 9523, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent.bothsidebar {
    width: 440px;
  }
  /* line 9524, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar {
    width: 210px;
  }
  /* line 9526, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar .widget iframe {
    width: 210px !important;
  }
  /* line 9528, app/assets/stylesheets/v3/v3_combined.scss */
  .team.team-list .team-image {
    width: 200px;
  }
  /* line 9530, app/assets/stylesheets/v3/v3_combined.scss */
  .testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 36px;
    height: 36px;
  }
  /* line 9539, app/assets/stylesheets/v3/v3_combined.scss */
  .testi-image i {
    line-height: 36px;
    font-size: 20px;
  }
  /* ----------------------------------------------------------------
	Portfolio
	-----------------------------------------------------------------*/
  /* Portfolio - Sidebar
	-----------------------------------------------------------------*/
  /* line 9551, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-item {
    width: 50%;
  }
  /* Portfolio - Both Sidebars - Items - 2 Columns
	-----------------------------------------------------------------*/
  /* line 9556, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio.portfolio-3 {
    margin: 0 -20px -20px 0;
  }
  /* line 9558, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-3 .portfolio-item {
    padding: 0 20px 20px 0;
  }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 9563, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
    width: 560px;
    height: 311px;
  }
  /* line 9570, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-desc {
    width: 340px;
  }
  /* line 9572, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-shuffle,
.postcontent .portfolio-1 .iconlist {
    display: none;
  }
  /* line 9575, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
    width: 400px;
    height: 222px;
  }
  /* line 9582, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .portfolio-1 .portfolio-desc {
    width: 250px;
    padding: 0;
  }
  /* line 9587, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-1 .portfolio-item {
    width: 100% !important;
  }
  /* line 9589, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
    float: none;
    margin: 0 !important;
  }
  /* line 9595, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
    margin-bottom: 20px !important;
  }
  /* line 9597, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
  }
  /* line 9604, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .portfolio-1 .portfolio-desc {
    width: 100%;
    padding: 0;
  }
  /* line 9609, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .entry-title h2 {
    font-size: 19px;
    font-weight: 600;
  }
  /* line 9614, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .entry-meta li {
    margin-right: 10px;
  }
  /* Blog - Small
	-----------------------------------------------------------------*/
  /* line 9620, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .small-thumbs .entry-image {
    width: 200px;
  }
  /* line 9622, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .small-thumbs .entry-image {
    width: 120px;
  }
  /* Blog - Grid
	-----------------------------------------------------------------*/
  /* line 9627, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid .entry {
    width: 214px;
  }
  /* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/
  /* line 9632, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid.grid-3 .entry {
    width: 293px;
  }
  /* Blog - Grid - 3 Columns - Sidebar
	-----------------------------------------------------------------*/
  /* line 9638, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .post-grid.grid-3 .entry {
    width: 213px;
  }
  /* Blog - Grid - 2 Columns
	-----------------------------------------------------------------*/
  /* line 9643, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid.grid-2 .entry {
    width: 450px;
  }
  /* Blog - Grid - 2 Columns - Sidebar
	-----------------------------------------------------------------*/
  /* line 9648, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .post-grid.grid-2 .entry {
    width: 325px;
  }
  /* Blog - Grid - 2 Columns - Both Sidebar
	-----------------------------------------------------------------*/
  /* line 9653, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .post-grid.grid-2 .entry {
    width: 200px;
  }
  /* line 9656, app/assets/stylesheets/v3/v3_combined.scss */
  .post-timeline .entry {
    width: 400px !important;
  }
  /* line 9658, app/assets/stylesheets/v3/v3_combined.scss */
  .post-timeline .entry.entry-date-section {
    width: 100% !important;
  }
  /* Blog - Medium Post List
	-----------------------------------------------------------------*/
  /* line 9664, app/assets/stylesheets/v3/v3_combined.scss */
  .mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 120px;
    height: 90px;
  }
  /* line 9672, app/assets/stylesheets/v3/v3_combined.scss */
  .mpost .entry-image a i {
    line-height: 90px;
  }
  /* line 9674, app/assets/stylesheets/v3/v3_combined.scss */
  .col_one_third .landing-wide-form .heading-block h2 {
    font-size: 32px;
  }
  /* line 9676, app/assets/stylesheets/v3/v3_combined.scss */
  .col_one_third .landing-wide-form .heading-block span {
    font-size: 17px;
  }
  /* line 9678, app/assets/stylesheets/v3/v3_combined.scss */
  .col_one_third .landing-wide-form {
    padding: 36px 30px;
  }
  /* Shop - 1 Column - Both Sidebar
	-----------------------------------------------------------------*/
  /* line 9684, app/assets/stylesheets/v3/v3_combined.scss */
  .bothsidebar .product-1 .product-image {
    width: 200px;
    height: 267px;
  }
  /* line 9689, app/assets/stylesheets/v3/v3_combined.scss */
  .product-title h3 {
    font-size: 18px;
  }
  /* line 9691, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-video {
    width: 465px;
    height: 262px;
    margin: 19px 0 0 75px;
  }
  /* line 9697, app/assets/stylesheets/v3/v3_combined.scss */
  .panel .portfolio-meta li {
    padding-left: 22px;
  }
  /* line 9699, app/assets/stylesheets/v3/v3_combined.scss */
  .panel .portfolio-meta li span {
    display: block;
    margin-left: -21px;
  }
  /* line 9704, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-single-image-full.portfolio-single-thumbs,
.portfolio-single-image-full .swiper-container {
    height: 400px;
  }
  /* line 9707, app/assets/stylesheets/v3/v3_combined.scss */
  .bnews-slider {
    width: 817px;
  }
  /* line 9709, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-form-overlay {
    bottom: -142px;
  }
}

@media (max-width: 991px) {
  /* line 9716, app/assets/stylesheets/v3/v3_combined.scss */
  #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  /* line 9722, app/assets/stylesheets/v3/v3_combined.scss */
  #header.full-header .container,
.container-fullwidth {
    padding: 0 15px !important;
    margin: 0 auto;
    width: 750px !important;
  }
  /* line 9729, app/assets/stylesheets/v3/v3_combined.scss */
  .container.vertical-middle {
    width: 100% !important;
  }
  /* line 9731, app/assets/stylesheets/v3/v3_combined.scss */
  .vertical-middle + .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* line 9739, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent,
.postcontent.bothsidebar,
.sidebar {
    width: 100%;
    margin-right: 0;
    float: none !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEE;
  }
  /* line 9750, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar.col_last {
    float: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* line 9757, app/assets/stylesheets/v3/v3_combined.scss */
  #header,
#header-wrap,
#header.sticky-style-2,
#header.sticky-style-3,
#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap {
    height: auto !important;
  }
  /* line 9764, app/assets/stylesheets/v3/v3_combined.scss */
  #header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap {
    min-height: 60px;
  }
  /* line 9767, app/assets/stylesheets/v3/v3_combined.scss */
  #header.sticky-header #header-wrap {
    position: relative;
  }
  /* line 9769, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header,
#header.semi-transparent {
    background: #FFF;
    border-bottom: 1px solid #F5F5F5;
    z-index: auto;
  }
  /* line 9776, app/assets/stylesheets/v3/v3_combined.scss */
  #header.dark.transparent-header,
#header.dark.semi-transparent {
    background-color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 9782, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header {
    margin-top: 0;
  }
  /* line 9784, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header .container {
    width: 750px;
    padding: 0 15px;
    border-radius: 0;
  }
  /* line 9790, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#slider + #header.transparent-header,
#header.transparent-header.floating-header + #slider,
#header.transparent-header + #google-map {
    top: 0;
    margin-bottom: 0;
  }
  /* line 9799, app/assets/stylesheets/v3/v3_combined.scss */
  .slider-parallax .slider-parallax-inner {
    position: relative;
  }
  /* line 9801, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header + #page-title.page-title-parallax .container {
    padding-top: 0;
  }
  /* line 9803, app/assets/stylesheets/v3/v3_combined.scss */
  #header-trigger,
.top-advert,
.header-extras {
    display: none;
  }
  /* line 9807, app/assets/stylesheets/v3/v3_combined.scss */
  #logo {
    display: block;
    height: 100px;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }
  /* line 9818, app/assets/stylesheets/v3/v3_combined.scss */
  #logo a.standard-logo {
    display: inline-block;
  }
  /* line 9820, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu {
    display: block;
    float: none;
  }
  /* line 9825, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 25px;
    margin-top: 0;
    left: 0;
    z-index: 1;
  }
  /* line 9834, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu .container #primary-menu-trigger {
    top: 5px;
    left: 0;
  }
  /* line 9839, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu > ul,
#primary-menu > div > ul {
    display: none;
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 9851, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu > div > ul {
    margin-top: 60px !important;
  }
  /* line 9853, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease;
  }
  /* line 9860, app/assets/stylesheets/v3/v3_combined.scss */
  body.top-search-open #primary-menu-trigger {
    opacity: 0;
  }
  /* line 9862, app/assets/stylesheets/v3/v3_combined.scss */
  body.side-push-panel #side-panel-trigger-close a {
    display: block;
    position: absolute;
    z-index: 12;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 2px;
  }
  /* line 9879, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.style-5 > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  /* line 9885, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li {
    float: none;
    margin: 0 !important;
    text-align: left !important;
    border-top: 1px solid #EEE;
  }
  /* line 9892, app/assets/stylesheets/v3/v3_combined.scss */
  #header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child {
    border-top: 1px solid #EEE;
  }
  /* line 9894, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li:first-child {
    border-top: 0;
  }
  /* line 9896, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul > li > a,
#primary-menu.style-2 > div > ul > li > a {
    padding: 14px 5px !important;
    border: none !important;
    margin: 0 !important;
  }
  /* line 9903, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.style-5 > ul > li > a > div {
    line-height: 22px;
  }
  /* line 9905, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.style-5 > ul > li > a > div i {
    display: inline-block;
    margin: 0 6px 0 0;
    top: -1px;
    width: 16px;
    font-size: 14px;
    line-height: inherit;
  }
  /* line 9914, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after {
    display: none;
  }
  /* line 9917, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
    background: none !important;
    margin-left: 0;
  }
  /* line 9923, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
    line-height: 22px;
    font-size: 13px;
    border-top: none;
  }
  /* line 9930, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.sub-title ul li > a span {
    display: none !important;
  }
  /* line 9932, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu.sub-title ul li:hover > a,
#primary-menu.sub-title ul li.current > a,
#primary-menu.sub-title div ul > li:hover > a,
#primary-menu.sub-title div ul > li.current > a,
#primary-menu.style-3 ul li:hover > a,
#primary-menu.style-3 ul li.current > a {
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
  }
  /* line 9943, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child {
    display: none;
  }
  /* line 9945, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu > ul > li.sub-menu > a,
#primary-menu > .container > ul > li.sub-menu > a {
    background-image: url(/assets/v3/icons/submenu-d440beed5bc8889b4725bf7cb807feb032d63fc5144e837f8657580007cda2ea.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
  /* line 9952, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li.mega-menu {
    position: relative;
  }
  /* line 9954, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    position: relative;
    width: auto;
    max-width: none;
    background: transparent !important;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #EEE;
    z-index: 1;
    top: 0;
    padding-left: 15px;
  }
  /* line 9968, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content {
    padding-left: 0;
  }
  /* line 9970, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul:not(.mega-menu-column) ul {
    top: 0 !important;
    left: 0;
  }
  /* line 9975, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: 0;
    right: 0;
  }
  /* line 9981, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 0;
  }
  /* line 9983, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul li {
    float: none;
    margin: 0;
    border-top: 1px solid #EEE;
  }
  /* line 9989, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul li > a {
    padding: 11px 5px !important;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
  }
  /* line 9996, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul ul li:hover > a {
    background-color: transparent !important;
    font-weight: 600;
    padding-left: 5px;
    color: #1ABC9C;
  }
  /* line 10003, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto;
    margin: 0;
    top: 0;
  }
  /* line 10013, app/assets/stylesheets/v3/v3_combined.scss */
  .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
#header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    width: auto !important;
    margin: 0 !important;
  }
  /* line 10019, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0;
  }
  /* line 10021, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content ul {
    display: block !important;
    position: relative;
    opacity: 1 !important;
    top: 0;
    left: 0;
    min-width: inherit;
  }
  /* line 10030, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content ul ul {
    border-top: 1px solid #EEE;
  }
  /* line 10032, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: none;
    width: auto;
    margin: 0;
    border-left: 0 !important;
    padding-left: 15px;
    border-top: 1px solid #EEE;
  }
  /* line 10041, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
    border: 0;
  }
  /* line 10043, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content ul {
    width: 100% !important;
  }
  /* line 10045, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 0 0 0 15px;
  }
  /* line 10047, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin: 0;
  }
  /* line 10049, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: none !important;
    padding: 11px 5px !important;
    line-height: 22px !important;
    color: #444 !important;
  }
  /* line 10058, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
    background-color: transparent;
    color: #1ABC9C !important;
  }
  /* line 10063, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: #1ABC9C !important;
  }
  /* line 10065, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 li {
    border-top: 1px solid #EEE;
  }
  /* line 10067, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 li:first-child {
    border-top: 0;
  }
  /* line 10069, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover {
    padding-left: 5px;
  }
  /* line 10071, app/assets/stylesheets/v3/v3_combined.scss */
  .mega-menu-column .widget {
    padding: 30px 0;
    margin: 0 !important;
  }
  /* line 10076, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search {
    margin: 0 !important;
  }
  /* line 10078, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search a,
#top-cart,
#side-panel-trigger,
#top-account {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    margin: 40px 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
  }
  /* line 10092, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu > div > #top-search a,
#primary-menu > div > #top-cart,
#primary-menu > div > #side-panel-trigger {
    margin: 20px 0 !important;
  }
  /* line 10096, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu {
    position: relative;
  }
  /* line 10098, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a {
    background-image: none !important;
  }
  /* line 10100, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
    position: absolute;
    cursor: pointer;
    width: 32px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0 !important;
    text-align: center !important;
  }
  /* line 10111, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
    display: none;
  }
  /* line 10113, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
    margin: 0 !important;
  }
  /* line 10116, app/assets/stylesheets/v3/v3_combined.scss */
  #header.sticky-style-3 #top-cart .top-cart-content {
    top: 40px;
  }
  /* line 10118, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search a {
    right: 43px;
  }
  /* line 10120, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search form {
    height: 100px !important;
  }
  /* line 10122, app/assets/stylesheets/v3/v3_combined.scss */
  #primary-menu > div > #top-search form {
    height: 60px !important;
  }
  /* line 10124, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search form input {
    font-size: 24px;
  }
  /* line 10126, app/assets/stylesheets/v3/v3_combined.scss */
  #side-panel-trigger {
    right: 71px;
  }
  /* line 10128, app/assets/stylesheets/v3/v3_combined.scss */
  #top-account {
    margin: 33px 0 32px;
    right: 75px;
  }
  /* line 10133, app/assets/stylesheets/v3/v3_combined.scss */
  #top-account a.btn span {
    display: none;
  }
  /* line 10135, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
    position: relative !important;
    top: 0 !important;
  }
  /* line 10140, app/assets/stylesheets/v3/v3_combined.scss */
  #page-submenu-trigger {
    opacity: 1;
    pointer-events: auto;
    color: #FFF;
  }
  /* line 10146, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu.pagemenu-active #page-submenu-trigger {
    background-color: rgba(0, 0, 0, 0.2);
  }
  /* line 10148, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu nav {
    display: none;
    position: absolute;
    float: none;
    width: 200px;
    top: 43px;
    left: auto;
    right: 15px;
    height: auto;
    background-color: #1ABC9C;
    z-index: 11;
  }
  /* line 10161, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu.pagemenu-active nav {
    display: block;
  }
  /* line 10163, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu nav ul {
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
  }
  /* line 10168, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu nav li {
    float: none;
  }
  /* line 10170, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu nav li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
  }
  /* line 10178, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu ul ul {
    position: relative;
    width: auto;
    top: 0;
    background-color: transparent;
  }
  /* line 10185, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu ul ul a {
    padding-left: 25px;
  }
  /* Responsive Sticky Header
	-----------------------------------------------------------------*/
  /* line 10191, app/assets/stylesheets/v3/v3_combined.scss */
  .sticky-responsive-menu #header {
    min-height: 100px;
    -webkit-transition: min-height .4s ease;
    -o-transition: min-height .4s ease;
    transition: min-height .4s ease;
  }
  /* line 10198, app/assets/stylesheets/v3/v3_combined.scss */
  .sticky-responsive-menu #header-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 10203, app/assets/stylesheets/v3/v3_combined.scss */
  .sticky-responsive-menu #header.sticky-style-2,
.sticky-responsive-menu #header.sticky-style-3 {
    min-height: 160px;
  }
  /* line 10206, app/assets/stylesheets/v3/v3_combined.scss */
  .sticky-responsive-menu.device-touch #header,
.sticky-responsive-menu.device-touch #header-wrap,
.sticky-responsive-menu.device-touch #logo,
.sticky-responsive-menu.device-touch #logo img,
.sticky-responsive-menu.device-touch #top-search a,
.sticky-responsive-menu.device-touch #primary-menu-trigger,
.sticky-responsive-menu.device-touch #top-cart,
.sticky-responsive-menu.device-touch #side-panel-trigger,
.sticky-responsive-menu.device-touch #top-account {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  /* line 10220, app/assets/stylesheets/v3/v3_combined.scss */
  #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
    min-height: 60px;
  }
  /* line 10222, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    -webkit-backface-visibility: hidden;
  }
  /* line 10233, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header:not(.static-sticky) #logo,
.responsive-sticky-header:not(.static-sticky) #logo img {
    height: 60px;
  }
  /* line 10236, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
    top: 5px;
  }
  /* line 10238, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul {
    max-height: 300px;
    overflow-y: scroll;
  }
  /* line 10244, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul {
    margin-bottom: 20px !important;
  }
  /* line 10247, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header:not(.static-sticky) #top-search a,
.responsive-sticky-header:not(.static-sticky) #top-cart,
.responsive-sticky-header:not(.static-sticky) #side-panel-trigger {
    margin: 20px 0;
  }
  /* line 10251, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header:not(.static-sticky) #top-search form {
    height: 60px !important;
  }
  /* line 10253, app/assets/stylesheets/v3/v3_combined.scss */
  .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px;
  }
  /* Off Canvas Menu
	-----------------------------------------------------------------*/
  /* line 10259, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
    position: fixed;
    display: block;
    z-index: 499;
    width: 280px;
    height: 100%;
    height: calc(100vh);
    max-height: none !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 35px 25px 60px !important;
    background-color: #FFF;
    border-right: 1px solid #EEE !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  /* line 10283, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul,
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul {
    left: auto !important;
    right: 0;
    border-right: 0 !important;
    border-left: 1px solid #EEE !important;
    -webkit-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  /* line 10294, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
    -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
    transition: transform .3s ease-in-out, opacity .2s ease !important;
  }
  /* line 10301, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.show,
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.show {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 10309, app/assets/stylesheets/v3/v3_combined.scss */
  .ei-slider {
    height: 350px;
  }
  /* line 10311, app/assets/stylesheets/v3/v3_combined.scss */
  .ei-title h3 {
    display: none;
  }
  /* Portfolio - Items
	-----------------------------------------------------------------*/
  /* line 10316, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio .portfolio-item {
    width: 33.33333333%;
  }
  /* Portfolio - Items - 2 Columns - No Margin
	-----------------------------------------------------------------*/
  /* line 10321, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-2 .portfolio-item {
    width: 50%;
  }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 10326, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-item {
    width: 100%;
  }
  /* line 10328, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  /* line 10334, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
  }
  /* line 10344, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-desc {
    width: 100%;
  }
  /* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/
  /* line 10349, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0;
  }
  /* line 10351, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden;
  }
  /* line 10358, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    margin: 0 0 20px 0 !important;
  }
  /* line 10363, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 10369, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 10378, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-desc,
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    left: 0;
    right: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 10392, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%;
  }
  /* line 10394, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%;
  }
  /* line 10399, app/assets/stylesheets/v3/v3_combined.scss */
  .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
.device-touch .portfolio-parallax .portfolio-overlay {
    opacity: 1;
  }
  /* line 10402, app/assets/stylesheets/v3/v3_combined.scss */
  .shop-quick-view-ajax,
.portfolio-ajax-modal {
    width: 90% !important;
  }
  /* line 10406, app/assets/stylesheets/v3/v3_combined.scss */
  .small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 18px;
  }
  /* line 10409, app/assets/stylesheets/v3/v3_combined.scss */
  .entry-meta li {
    font-size: 12px;
    margin: 0 10px 10px 0;
  }
  /* Blog - Grid
	-----------------------------------------------------------------*/
  /* line 10418, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid {
    margin-right: -20px;
  }
  /* line 10420, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid .entry {
    width: 226px;
    margin-right: 20px;
  }
  /* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/
  /* line 10428, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid.grid-2,
.post-grid.grid-3 {
    margin-right: -30px;
  }
  /* line 10431, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid.grid-2 .entry,
.post-grid.grid-3 .entry {
    width: 345px;
    margin-right: 30px;
  }
  /* line 10438, app/assets/stylesheets/v3/v3_combined.scss */
  .post-masonry-full .entry {
    width: 33.30% !important;
  }
  /* line 10440, app/assets/stylesheets/v3/v3_combined.scss */
  .post-masonry-full.grid-3 .entry {
    width: 50% !important;
  }
  /* line 10442, app/assets/stylesheets/v3/v3_combined.scss */
  .post-timeline .entry {
    width: 290px !important;
  }
  /* line 10444, app/assets/stylesheets/v3/v3_combined.scss */
  .post-timeline .entry.entry-date-section {
    width: 100% !important;
  }
  /* line 10448, app/assets/stylesheets/v3/v3_combined.scss */
  .product {
    width: 33.33333333%;
  }
  /* line 10450, app/assets/stylesheets/v3/v3_combined.scss */
  .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 18px;
  }
  /* line 10452, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing [class^=col-md-] .pricing-box.best-price {
    margin-top: 0;
  }
  /* line 10454, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing.pricing-5 .pricing-box.best-price {
    margin-top: 20px;
  }
  /* line 10456, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-title h3,
.device-sm .pricing.pricing-5 .best-price .pricing-title h3 {
    font-size: 14px;
  }
  /* line 10459, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-title span {
    font-size: 12px;
  }
  /* line 10461, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-price {
    font-size: 48px;
  }
  /* line 10463, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-price span {
    font-size: 20px;
  }
  /* line 10465, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
    font-size: 12px;
  }
  /* line 10467, app/assets/stylesheets/v3/v3_combined.scss */
  .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
    padding: 15px 0;
  }
  /* line 10469, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing-box.pricing-extended .pricing-desc,
.pricing-box.pricing-extended .pricing-action-area {
    position: relative;
    float: none;
    width: auto;
    padding: 25px;
  }
  /* line 10477, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing-box.pricing-extended .pricing-action-area {
    height: auto;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 0 3px 3px;
  }
  /* line 10484, app/assets/stylesheets/v3/v3_combined.scss */
  .testimonials-grid.grid-3 li {
    width: 50%;
  }
  /* line 10486, app/assets/stylesheets/v3/v3_combined.scss */
  .section > .testimonial {
    padding: 0 40px !important;
    max-width: none;
  }
  /* line 10491, app/assets/stylesheets/v3/v3_combined.scss */
  .promo:not(.promo-full) {
    padding: 30px 20px !important;
  }
  /* line 10493, app/assets/stylesheets/v3/v3_combined.scss */
  .promo.promo-dark h3 {
    line-height: 1.6;
  }
  /* line 10495, app/assets/stylesheets/v3/v3_combined.scss */
  .promo a.button {
    position: relative !important;
    top: 0 !important;
    margin: 20px 0 0 !important;
    left: 0 !important;
    right: 0;
  }
  /* line 10503, app/assets/stylesheets/v3/v3_combined.scss */
  #contact-form-overlay-mini {
    float: none;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
  }
  /* line 10510, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full {
    font-size: 22px;
  }
  /* line 10512, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full i {
    top: 3px !important;
  }
  /* line 10514, app/assets/stylesheets/v3/v3_combined.scss */
  .bnews-title {
    float: none;
    display: inline-block;
  }
  /* line 10519, app/assets/stylesheets/v3/v3_combined.scss */
  .bnews-slider {
    float: none;
    margin: 10px 0 0;
    width: 100%;
  }
  /* line 10525, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head {
    font-size: 60px;
  }
  /* line 10527, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 40px;
  }
  /* line 10530, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head .and {
    font-size: 144px;
  }
  /* line 10532, app/assets/stylesheets/v3/v3_combined.scss */
  .error404 {
    font-size: 180px;
  }
  /* line 10534, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-form-overlay {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: auto;
    left: 50%;
    margin-left: -200px;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10549, app/assets/stylesheets/v3/v3_combined.scss */
  .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 400px !important;
  }
  /* line 10552, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar-widgets-wrap {
    position: relative;
    margin: 0 -38px -40px 0;
  }
  /* line 10557, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar-widgets-wrap .widget {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 340px;
    margin: 0 37px 40px 0;
    padding-top: 0;
    border-top: 0;
  }
  /* line 10567, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-video {
    width: 352px;
    height: 199px;
    margin: 14px 0 0 60px;
  }
}

@media (max-width: 767px) {
  /* line 10578, app/assets/stylesheets/v3/v3_combined.scss */
  body {
    padding: 0 !important;
  }
  /* line 10580, app/assets/stylesheets/v3/v3_combined.scss */
  #wrapper {
    width: 100% !important;
  }
  /* line 10582, app/assets/stylesheets/v3/v3_combined.scss */
  .container-fullwidth {
    margin: 0 auto;
    padding: 0 15px !important;
  }
  /* line 10587, app/assets/stylesheets/v3/v3_combined.scss */
  h1 {
    font-size: 28px;
  }
  /* line 10589, app/assets/stylesheets/v3/v3_combined.scss */
  h2 {
    font-size: 24px;
  }
  /* line 10591, app/assets/stylesheets/v3/v3_combined.scss */
  h3 {
    font-size: 20px;
  }
  /* line 10593, app/assets/stylesheets/v3/v3_combined.scss */
  h4 {
    font-size: 16px;
  }
  /* line 10595, app/assets/stylesheets/v3/v3_combined.scss */
  .one-page-arrow {
    display: none !important;
  }
  /* line 10597, app/assets/stylesheets/v3/v3_combined.scss */
  #top-bar {
    height: auto;
  }
  /* line 10599, app/assets/stylesheets/v3/v3_combined.scss */
  #top-bar .col_half {
    width: 100%;
    margin-bottom: 0 !important;
  }
  /* line 10604, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links,
.top-links > ul > li {
    float: none !important;
  }
  /* line 10607, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links > ul {
    text-align: center;
  }
  /* line 10609, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links > ul > li {
    display: inline-block;
  }
  /* line 10611, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links > ul > li {
    margin-right: -4px;
  }
  /* line 10613, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links ul ul,
.top-links ul div.top-link-section {
    text-align: left;
  }
  /* line 10616, app/assets/stylesheets/v3/v3_combined.scss */
  .top-links ul div.top-link-section {
    left: auto;
    right: 0;
    padding: 20px 15px;
  }
  /* line 10622, app/assets/stylesheets/v3/v3_combined.scss */
  #top-social,
#slider:not(.swiper_wrapper) .slider-caption,
.nivo-caption,
.flex-caption,
.slider-caption p,
.slider-caption .button,
.camera_caption,
.ei-title,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    display: none !important;
  }
  /* line 10633, app/assets/stylesheets/v3/v3_combined.scss */
  .slider-caption h2 {
    margin-bottom: 0 !important;
  }
  /* line 10635, app/assets/stylesheets/v3/v3_combined.scss */
  .flex-control-nav li {
    opacity: 1 !important;
  }
  /* line 10637, app/assets/stylesheets/v3/v3_combined.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 60px;
  }
  /* line 10639, app/assets/stylesheets/v3/v3_combined.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 80px !important;
    height: 60px !important;
  }
  /* line 10646, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent,
.postcontent.bothsidebar,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px !important;
  }
  /* line 10667, app/assets/stylesheets/v3/v3_combined.scss */
  .sidebar.col_last {
    margin-bottom: 0 !important;
  }
  /* line 10669, app/assets/stylesheets/v3/v3_combined.scss */
  form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
    margin-bottom: 25px !important;
  }
  /* line 10683, app/assets/stylesheets/v3/v3_combined.scss */
  #page-title {
    padding: 20px 0 25px;
    text-align: center;
  }
  /* line 10688, app/assets/stylesheets/v3/v3_combined.scss */
  #page-title h1 {
    line-height: 1.5;
    font-size: 24px;
  }
  /* line 10693, app/assets/stylesheets/v3/v3_combined.scss */
  #page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 15px 0 0 !important;
  }
  /* line 10701, app/assets/stylesheets/v3/v3_combined.scss */
  #page-title #portfolio-navigation,
#portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
  }
  /* line 10709, app/assets/stylesheets/v3/v3_combined.scss */
  #portfolio-ajax-title {
    text-align: center;
  }
  /* Portfolio - Filter
	-----------------------------------------------------------------*/
  /* line 10715, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
  }
  /* line 10721, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li {
    width: 33.33%;
    margin: 0 0 20px 0 !important;
  }
  /* line 10726, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li a {
    text-align: center;
    border-left: none;
    padding: 12px 18px !important;
    border-radius: 2px !important;
  }
  /* line 10733, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li a:hover {
    color: #1ABC9C;
  }
  /* line 10735, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li.activeFilter a {
    color: #FFF;
    margin: 0;
  }
  /* line 10740, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a {
    border-radius: 22px !important;
  }
  /* line 10743, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-shuffle {
    display: none;
  }
  /* Blog
	-----------------------------------------------------------------*/
  /* line 10749, app/assets/stylesheets/v3/v3_combined.scss */
  .small-thumbs .entry-image,
.ievent .entry-image {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  /* line 10756, app/assets/stylesheets/v3/v3_combined.scss */
  .entry-title h2,
.post-grid .entry-title h2 {
    font-size: 18px !important;
    font-weight: 600;
  }
  /* line 10762, app/assets/stylesheets/v3/v3_combined.scss */
  .entry-meta li {
    font-size: 11px;
    margin: 0 10px 10px 0;
  }
  /* line 10767, app/assets/stylesheets/v3/v3_combined.scss */
  #posts .entry-meta li i {
    display: none;
  }
  /* line 10769, app/assets/stylesheets/v3/v3_combined.scss */
  #posts.post-grid .entry-meta li i,
#posts .entry-meta li:last-child i {
    display: inline-block;
  }
  /* line 10772, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid {
    margin-right: 0 !important;
  }
  /* line 10774, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid .entry,
.post-masonry-full.grid-3 .entry {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    border-right: 0 !important;
  }
  /* line 10782, app/assets/stylesheets/v3/v3_combined.scss */
  .post-timeline .entry.entry-date-section {
    margin-left: 0;
  }
  /* line 10784, app/assets/stylesheets/v3/v3_combined.scss */
  .timeline-border,
.post-timeline .entry-timeline {
    display: none !important;
  }
  /* line 10787, app/assets/stylesheets/v3/v3_combined.scss */
  .postcontent .post-timeline {
    padding-left: 0;
  }
  /* line 10789, app/assets/stylesheets/v3/v3_combined.scss */
  .post-masonry-full .entry {
    padding: 40px !important;
  }
  /* line 10791, app/assets/stylesheets/v3/v3_combined.scss */
  .product-1 .product {
    width: 100%;
  }
  /* line 10793, app/assets/stylesheets/v3/v3_combined.scss */
  .product-1 .product-image {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important;
  }
  /* line 10800, app/assets/stylesheets/v3/v3_combined.scss */
  .product-1 .product-title h3 {
    font-size: 19px;
  }
  /* line 10802, app/assets/stylesheets/v3/v3_combined.scss */
  .product-1 p {
    display: none;
  }
  /* line 10805, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing-box.best-price {
    margin-top: 0;
  }
  /* line 10807, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing.pricing-5 .pricing-box {
    float: none;
    width: 100%;
  }
  /* line 10812, app/assets/stylesheets/v3/v3_combined.scss */
  .pricing-box.pricing-extended .pricing-features li {
    width: auto;
    float: none;
  }
  /* line 10817, app/assets/stylesheets/v3/v3_combined.scss */
  table.cart .quantity {
    display: block;
  }
  /* line 10819, app/assets/stylesheets/v3/v3_combined.scss */
  table.cart .quantity .qty,
table.cart .quantity .plus,
table.cart .quantity .minus {
    float: none;
    width: 100%;
  }
  /* line 10826, app/assets/stylesheets/v3/v3_combined.scss */
  table.cart .quantity .qty {
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  /* line 10832, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%;
  }
  /* line 10838, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-desc span {
    font-size: 11px;
  }
  /* line 10840, app/assets/stylesheets/v3/v3_combined.scss */
  .process-steps li {
    float: none;
    width: auto !important;
    margin-top: 20px;
  }
  /* line 10846, app/assets/stylesheets/v3/v3_combined.scss */
  .process-steps li:first-child {
    margin-top: 0;
  }
  /* line 10848, app/assets/stylesheets/v3/v3_combined.scss */
  .process-steps li h5 {
    margin: 10px 0 0 0;
  }
  /* line 10850, app/assets/stylesheets/v3/v3_combined.scss */
  .process-steps li:before,
.process-steps li:after {
    display: none;
  }
  /* line 10854, app/assets/stylesheets/v3/v3_combined.scss */
  .tabs-responsive .tab-container {
    padding: 0 !important;
  }
  /* line 10856, app/assets/stylesheets/v3/v3_combined.scss */
  .tabs-responsive .tab-container:not(.accordion-border) {
    border: 0;
  }
  /* line 10858, app/assets/stylesheets/v3/v3_combined.scss */
  .testimonials-grid li {
    float: none;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 10865, app/assets/stylesheets/v3/v3_combined.scss */
  .team.team-list .team-image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* line 10871, app/assets/stylesheets/v3/v3_combined.scss */
  .team.team-list .team-title {
    margin-top: 15px;
  }
  /* line 10873, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block {
    padding: 2px 0 3px 15px;
    border-left-width: 5px;
  }
  /* line 10878, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block-right {
    padding: 2px 15px 3px 0;
    border-right-width: 5px;
  }
  /* line 10883, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block h1 + span {
    font-size: 18px;
  }
  /* line 10885, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block h2 + span {
    font-size: 17px;
  }
  /* line 10887, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block h3 + span {
    font-size: 15px;
  }
  /* line 10889, app/assets/stylesheets/v3/v3_combined.scss */
  .title-block h4 + span {
    font-size: 13px;
  }
  /* line 10891, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h1 {
    font-size: 30px;
  }
  /* line 10893, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h2 {
    font-size: 26px;
  }
  /* line 10895, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h3 {
    font-size: 22px;
  }
  /* line 10897, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h4 {
    font-size: 19px;
  }
  /* line 10899, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h1 + span {
    font-size: 20px;
  }
  /* line 10901, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h2 + span {
    font-size: 18px;
  }
  /* line 10903, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block h3 + span,
.heading-block h4 + span {
    font-size: 17px;
  }
  /* line 10906, app/assets/stylesheets/v3/v3_combined.scss */
  .heading-block ~ p:not(.lead) {
    font-size: 15px;
  }
  /* line 10908, app/assets/stylesheets/v3/v3_combined.scss */
  .emphasis-title h1,
.emphasis-title h2 {
    font-size: 44px !important;
  }
  /* line 10911, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head {
    font-size: 48px;
  }
  /* line 10913, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
  /* line 10921, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 36px;
  }
  /* line 10924, app/assets/stylesheets/v3/v3_combined.scss */
  .wedding-head .and {
    font-size: 120px;
  }
  /* line 10926, app/assets/stylesheets/v3/v3_combined.scss */
  .news-carousel .overlay {
    display: none;
  }
  /* Copyrights
	-----------------------------------------------------------------*/
  /* line 10932, app/assets/stylesheets/v3/v3_combined.scss */
  #copyrights .col_half {
    text-align: center;
  }
  /* line 10934, app/assets/stylesheets/v3/v3_combined.scss */
  #copyrights .col_half:last-child {
    display: none;
  }
  /* line 10936, app/assets/stylesheets/v3/v3_combined.scss */
  #copyrights .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 10945, app/assets/stylesheets/v3/v3_combined.scss */
  .container,
#header.full-header .container,
.container-fullwidth {
    width: 470px !important;
  }
  /* line 10949, app/assets/stylesheets/v3/v3_combined.scss */
  .container.vertical-middle {
    width: 100% !important;
  }
  /* line 10951, app/assets/stylesheets/v3/v3_combined.scss */
  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 470px !important;
  }
  /* line 10953, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search form input {
    padding-right: 60px;
  }
  /* line 10955, app/assets/stylesheets/v3/v3_combined.scss */
  .swiper_wrapper:not(.force-full-screen),
.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
    height: 300px !important;
  }
  /* line 10958, app/assets/stylesheets/v3/v3_combined.scss */
  .swiper_wrapper .slider-caption h2 {
    font-size: 36px;
  }
  /* line 10960, app/assets/stylesheets/v3/v3_combined.scss */
  .ei-slider {
    height: 250px;
  }
  /* line 10962, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header .container {
    width: 470px;
    padding: 0 15px;
  }
  /* Portfolio - Items
	-----------------------------------------------------------------*/
  /* line 10970, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) {
    margin: 0 -6px -6px 0;
  }
  /* line 10972, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-item {
    padding: 0 6px 6px 0;
  }
  /* Portfolio - Items - 5 & 6 Columns
	-----------------------------------------------------------------*/
  /* line 10977, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-item {
    width: 50%;
  }
  /* Portfolio - Items - Descriptions
	-----------------------------------------------------------------*/
  /* line 10982, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc {
    padding: 15px 5px 10px;
  }
  /* line 10984, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc h3 {
    font-size: 16px;
  }
  /* line 10986, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-desc span {
    font-size: 14px;
  }
  /* line 10988, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    height: 78px;
    padding: 15px 5px;
    bottom: -79px;
  }
  /* line 10994, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
.portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
    bottom: -78px;
    border-bottom: 0;
  }
  /* Portfolio - Items - Overlay
	-----------------------------------------------------------------*/
  /* line 11003, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,
.portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
.portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: -55px !important;
  }
  /* line 11008, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a {
    margin: 20px 0 0 !important;
  }
  /* line 11010, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
  /* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/
  /* line 11018, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-item .portfolio-image {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  /* line 11024, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1 .portfolio-desc {
    width: 100%;
  }
  /* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/
  /* line 11029, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0;
  }
  /* line 11031, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden;
  }
  /* line 11038, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%;
  }
  /* line 11040, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%;
  }
  /* line 11045, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
    margin: 0 !important;
  }
  /* line 11048, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 246px;
  }
  /* line 11050, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) {
    margin: 0 -12px -12px 0;
  }
  /* line 11052, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) .product {
    padding: 0 12px 12px 0;
    width: 50%;
  }
  /* line 11057, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) .product-title h3 {
    font-size: 17px;
  }
  /* line 11059, app/assets/stylesheets/v3/v3_combined.scss */
  .clients-grid:not(.grid-3):not(.grid-2) li,
.clients-grid.grid-4 li,
.clients-grid.grid-6 li {
    width: 33.33%;
  }
  /* line 11063, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full {
    font-size: 18px;
  }
  /* line 11065, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important;
  }
  /* line 11070, app/assets/stylesheets/v3/v3_combined.scss */
  .error404,
.error404-wrap .error404 {
    font-size: 160px;
  }
  /* line 11073, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-video {
    position: relative;
    top: 12px;
    width: 333px;
    height: 187px;
    margin: 19px 0 0 53px;
  }
}

@media (max-width: 479px) {
  /* line 11085, app/assets/stylesheets/v3/v3_combined.scss */
  .container,
#header.full-header .container,
.container-fullwidth {
    width: 310px !important;
  }
  /* line 11089, app/assets/stylesheets/v3/v3_combined.scss */
  .container.vertical-middle {
    width: 100% !important;
  }
  /* line 11091, app/assets/stylesheets/v3/v3_combined.scss */
  .full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 310px !important;
  }
  /* line 11093, app/assets/stylesheets/v3/v3_combined.scss */
  #top-cart {
    display: none;
  }
  /* line 11095, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search a {
    right: 15px;
  }
  /* line 11097, app/assets/stylesheets/v3/v3_combined.scss */
  #top-search form input {
    padding-right: 30px;
  }
  /* line 11099, app/assets/stylesheets/v3/v3_combined.scss */
  #side-panel-trigger {
    right: 43px;
  }
  /* line 11101, app/assets/stylesheets/v3/v3_combined.scss */
  #top-account {
    right: 43px;
  }
  /* line 11103, app/assets/stylesheets/v3/v3_combined.scss */
  #top-account a.btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 11108, app/assets/stylesheets/v3/v3_combined.scss */
  #top-account a.btn i:last-child {
    display: none;
  }
  /* line 11110, app/assets/stylesheets/v3/v3_combined.scss */
  .swiper_wrapper:not(.force-full-screen),
.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
.ei-slider {
    height: 180px !important;
  }
  /* line 11114, app/assets/stylesheets/v3/v3_combined.scss */
  .swiper_wrapper .slider-caption h2 {
    font-size: 28px;
  }
  /* line 11116, app/assets/stylesheets/v3/v3_combined.scss */
  #header.transparent-header.floating-header .container {
    width: 310px;
    padding: 0 15px;
  }
  /* line 11121, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li {
    width: 50%;
  }
  /* line 11123, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio:not(.portfolio-1) {
    margin: 0;
  }
  /* line 11125, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio .portfolio-item {
    width: 100%;
  }
  /* line 11127, app/assets/stylesheets/v3/v3_combined.scss */
  .post-grid:not(.post-masonry) .entry-image iframe {
    height: 157px;
  }
  /* line 11129, app/assets/stylesheets/v3/v3_combined.scss */
  .mpost .entry-image {
    float: none;
    margin: 0 0 20px 0;
  }
  /* line 11134, app/assets/stylesheets/v3/v3_combined.scss */
  .mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 100%;
    height: auto;
  }
  /* line 11142, app/assets/stylesheets/v3/v3_combined.scss */
  .mpost .entry-image i {
    height: 150px;
    line-height: 150px;
  }
  /* line 11147, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) {
    margin: 0;
  }
  /* line 11149, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) .product {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }
  /* line 11155, app/assets/stylesheets/v3/v3_combined.scss */
  .shop:not(.product-1) .product-title h3 {
    font-size: 19px;
  }
  /* line 11157, app/assets/stylesheets/v3/v3_combined.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
    height: 45px;
  }
  /* line 11159, app/assets/stylesheets/v3/v3_combined.scss */
  .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 60px !important;
    height: 45px !important;
  }
  /* line 11166, app/assets/stylesheets/v3/v3_combined.scss */
  .si-share span {
    display: none;
  }
  /* line 11168, app/assets/stylesheets/v3/v3_combined.scss */
  .parallax .entry-overlay-meta,
.parallax .entry-overlay {
    left: 50% !important;
    right: 0 !important;
    margin: 0 0 0 -140px !important;
    width: 280px !important;
  }
  /* line 11176, app/assets/stylesheets/v3/v3_combined.scss */
  .parallax .entry-overlay {
    width: 288px !important;
  }
  /* line 11178, app/assets/stylesheets/v3/v3_combined.scss */
  .parallax .countdown-section {
    width: 64px;
    height: 64px;
    margin: 0 8px 0 0;
    font-size: 11px;
    padding: 0;
    padding-top: 12px;
  }
  /* line 11187, app/assets/stylesheets/v3/v3_combined.scss */
  .parallax .countdown-amount {
    font-size: 20px;
  }
  /* line 11189, app/assets/stylesheets/v3/v3_combined.scss */
  .countdown-large .countdown-section {
    display: block;
    width: auto;
    margin: 30px 0 0;
    border: 0;
  }
  /* line 11196, app/assets/stylesheets/v3/v3_combined.scss */
  .countdown-large .countdown-section:first-child {
    margin-top: 0;
  }
  /* line 11198, app/assets/stylesheets/v3/v3_combined.scss */
  .testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    width: 36px;
    height: 36px;
  }
  /* line 11206, app/assets/stylesheets/v3/v3_combined.scss */
  .testi-image i {
    line-height: 36px;
    font-size: 20px;
  }
  /* line 11211, app/assets/stylesheets/v3/v3_combined.scss */
  .clients-grid:not(.grid-3):not(.grid-2) li,
.clients-grid.grid-4 li,
.clients-grid.grid-6 li {
    width: 50%;
  }
  /* line 11215, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full {
    font-size: 16px;
  }
  /* line 11217, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-full i {
    top: 2px !important;
    margin-left: 3px !important;
  }
  /* line 11222, app/assets/stylesheets/v3/v3_combined.scss */
  .emphasis-title h1,
.emphasis-title h2 {
    font-size: 40px !important;
  }
  /* line 11225, app/assets/stylesheets/v3/v3_combined.scss */
  .error404,
.error404-wrap .error404 {
    font-size: 120px;
  }
  /* line 11228, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-video {
    position: relative;
    top: 9px;
    width: 212px;
    height: 119px;
    margin: 19px 0 0 34px;
  }
  /* line 11236, app/assets/stylesheets/v3/v3_combined.scss */
  .landing-form-overlay {
    margin-left: -155px;
  }
  /* line 11238, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-desc {
    padding: 20px 17px;
    font-size: 15px;
    max-width: 100%;
  }
  /* line 11244, app/assets/stylesheets/v3/v3_combined.scss */
  .button.button-desc span {
    font-size: 11px;
  }
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 11262, app/assets/stylesheets/v3/v3_combined.scss */
  #logo a.standard-logo,
#header.split-menu #logo a.standard-logo {
    display: none;
  }
  /* line 11265, app/assets/stylesheets/v3/v3_combined.scss */
  #logo a.retina-logo {
    display: block;
  }
  /* line 11267, app/assets/stylesheets/v3/v3_combined.scss */
  #header.split-menu #logo a.retina-logo {
    display: inline-block;
  }
  /* line 11269, app/assets/stylesheets/v3/v3_combined.scss */
  .owl-carousel.owl-loading,
.preloader,
.preloader2,
.form-process {
    background-image: url(/assets/v3/preloader@2x-bd162b655e8bf3da4ef7909a5125761538c66d33fff7e0178b79353407207e3e.gif);
    background-size: 24px 24px;
  }
  /* line 11277, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .owl-carousel.owl-loading,
.dark .preloader,
.dark .preloader2,
.dark .form-process {
    background-image: url(/assets/v3/preloader-dark@2x-83e23cca248429f5baa2ac4def6a4d9ea7bfb1e53505d1fb89f90c02d7fe7b99.gif);
  }
  /* line 11282, app/assets/stylesheets/v3/v3_combined.scss */
  .widget_recent_comments li {
    background-image: url(/assets/v3/icons/widget-comment@2x-01abfbc7e2a11149a22fdc255313778e2f82fd07cb054cb990bf4cf68fa72773.png);
    background-size: 15px 26px;
  }
  /* line 11287, app/assets/stylesheets/v3/v3_combined.scss */
  .widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    background-image: url(/assets/v3/icons/widget-link@2x-b50b65f9f1aae565d9aa3b5fce16e582c978a591b7830cfed68868a6079afc2c.png);
    background-size: 4px 20px;
  }
  /* line 11300, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .widget_recent_comments li {
    background-image: url(/assets/v3/icons/widget-comment-dark@2x-ad15ba59070e31f6608b8b40dc5c6c7fb3ff968a5a4728287a54a9664145ec54.png);
  }
  /* line 11302, app/assets/stylesheets/v3/v3_combined.scss */
  .dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a,
.dark .widget_recent_comments li a {
    background-image: url(/assets/v3/icons/widget-link-dark@2x-822e6510cb0872b486a620977bf1d7f11165ed03796c5c34baee38c44fb03c51.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {
  /* line 11321, app/assets/stylesheets/v3/v3_combined.scss */
  #logo a.standard-logo {
    display: none;
  }
  /* line 11322, app/assets/stylesheets/v3/v3_combined.scss */
  #logo a.retina-logo {
    display: inline-block;
  }
}

/* COLORS.CSS */
/* ----------------------------------------------------------------
	Colors

	Replace the HEX Code with your Desired Color HEX
-----------------------------------------------------------------*/
/* line 11335, app/assets/stylesheets/v3/v3_combined.scss */
::selection {
  background: #2e8ece;
}

/* line 11337, app/assets/stylesheets/v3/v3_combined.scss */
::-moz-selection {
  background: #2e8ece;
}

/* line 11339, app/assets/stylesheets/v3/v3_combined.scss */
::-webkit-selection {
  background: #2e8ece;
}

/* line 11342, app/assets/stylesheets/v3/v3_combined.scss */
a,
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor),
.header-extras li .he-text span,
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a,
#primary-menu div ul li:hover > a,
#primary-menu div ul li.current > a,
#primary-menu ul ul li:hover > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
#top-cart a:hover,
.top-cart-action span.top-checkout-price,
.breadcrumb a:hover,
.portfolio-filter li a:hover,
.portfolio-desc h3 a:hover,
.portfolio-overlay a:hover,
#portfolio-navigation a:hover,
.entry-title h2 a:hover,
.entry-meta li a:hover,
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider,
.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover,
.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover,
.comment-content .comment-author a:hover,
.product-title h3 a:hover,
.single-product .product-title h2 a:hover,
.product-price ins,
.single-product .product-price,
.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img,
.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img,
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5,
.team-title span,
.pricing-box.best-price .pricing-price,
.btn-link,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider,
.clear-rating-active:hover {
  color: #2e8ece;
}

/* line 11394, app/assets/stylesheets/v3/v3_combined.scss */
.color,
.top-cart-item-desc a:hover,
.portfolio-filter.style-3 li.activeFilter a,
.faqlist li a:hover,
.tagcloud a:hover,
.dark .top-cart-item-desc a:hover,
.iconlist-color li i,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.overlay-menu #primary-menu.dark > ul > li:hover > a,
.overlay-menu #primary-menu.dark > ul > li.current > a,
.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a {
  color: #2e8ece !important;
}

/* line 11409, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu.style-3 > ul > li.current > a,
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a,
#top-cart > a > span,
#page-menu-wrap,
#page-menu ul ul,
#page-menu.dots-menu nav li.current a,
#page-menu.dots-menu nav li div,
.portfolio-filter li.activeFilter a,
.portfolio-filter.style-4 li.activeFilter a:after,
.portfolio-shuffle:hover,
.entry-link:hover,
.sale-flash,
.button:not(.button-brown):not(.button-lime):not(.button-amber):not(.button-dirtygreen):not(.button-blue):not(.button-pink):not(.button-leaf):not(.button-purple):not(.button-aqua):not(.button-green):not(.button-yellow):not(.button-teal):not(.button-red):not(.button-black):not(.button-border):not(.button-dark):not(.button-white),
.button.button-dark:hover,
.promo.promo-flat,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img,
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i,
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.i-rounded:hover,
.i-circled:hover,
ul.tab-nav.tab-nav2 li.ui-state-active a,
.testimonial .flex-control-nav li a,
.skills li .progress,
.owl-carousel .owl-dots .owl-dot span,
#gotoTop:hover,
.dark .button-dark:hover,
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .i-rounded:hover,
.dark .i-circled:hover,
.dark ul.tab-nav.tab-nav2 li.ui-state-active a,
.dark .tagcloud a:hover,
.ei-slider-thumbs li.ei-slider-element,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.checkbox-style:checked + .checkbox-style-1-label:before,
.checkbox-style:checked + .checkbox-style-2-label:before,
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before,
.irs-bar,
.irs-from,
.irs-to,
.irs-single,
input.switch-toggle-flat:checked + label,
input.switch-toggle-flat:checked + label:after,
input.switch-toggle-round:checked + label:before,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor {
  background-color: #2e8ece;
}

/* line 11465, app/assets/stylesheets/v3/v3_combined.scss */
.bgcolor,
.button-3d.button:hover:not(.button-lime):not(.button-amber):not(.button-dirtygreen):not(.button-blue):not(.button-pink):not(.button-leaf):not(.button-purple):not(.button-aqua):not(.button-brown):not(.button-green):not(.button-yellow):not(.button-teal):not(.button-red):not(.button-black):not(.button-border):not(.button-dark):not(.button-white),
.process-steps li.active a,
.process-steps li.ui-tabs-active a,
.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover,
.owl-carousel .owl-nav [class*=owl-]:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2e8ece !important;
}

/* line 11479, app/assets/stylesheets/v3/v3_combined.scss */
#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a,
.top-cart-item-image:hover,
.portfolio-filter.style-3 li.activeFilter a,
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider,
.cart-product-thumbnail img:hover,
.feature-box.fbox-outline .fbox-icon,
.feature-box.fbox-border .fbox-icon,
.dark .top-cart-item-image:hover,
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider,
.dark .cart-product-thumbnail img:hover,
.heading-block.border-color:after {
  border-color: #2e8ece;
}

/* line 11494, app/assets/stylesheets/v3/v3_combined.scss */
.top-links ul ul,
.top-links ul div.top-link-section,
#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content,
#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after,
#top-cart .top-cart-content,
.fancy-title.title-border-color:before,
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#primary-menu.dark ul li .mega-menu-content.style-2,
.dark #top-cart .top-cart-content,
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a,
.irs-from:after,
.irs-single:after,
.irs-to:after {
  border-top-color: #2e8ece;
}

/* line 11514, app/assets/stylesheets/v3/v3_combined.scss */
#page-menu.dots-menu nav li div:after,
.title-block {
  border-left-color: #2e8ece;
}

/* line 11517, app/assets/stylesheets/v3/v3_combined.scss */
.title-block-right {
  border-right-color: #2e8ece;
}

/* line 11519, app/assets/stylesheets/v3/v3_combined.scss */
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6,
.more-link,
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
  border-bottom-color: #2e8ece;
}

/* line 11528, app/assets/stylesheets/v3/v3_combined.scss */
.border-color,
.process-steps li.active a,
.process-steps li.ui-tabs-active a,
.tagcloud a:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #2e8ece !important;
}

/* line 11539, app/assets/stylesheets/v3/v3_combined.scss */
.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #2e8ece;
}

/* line 11542, app/assets/stylesheets/v3/v3_combined.scss */
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #2e8ece;
}

@media only screen and (max-width: 991px) {
  /* line 11550, app/assets/stylesheets/v3/v3_combined.scss */
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a,
#primary-menu ul ul li:hover > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover {
    color: #2e8ece !important;
  }
  /* line 11558, app/assets/stylesheets/v3/v3_combined.scss */
  #page-menu nav {
    background-color: #2e8ece;
  }
}

@media only screen and (max-width: 767px) {
  /* line 11565, app/assets/stylesheets/v3/v3_combined.scss */
  .portfolio-filter li a:hover {
    color: #2e8ece;
  }
}

/* CUSTOM.CSS */
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/* line 11582, app/assets/stylesheets/v3/v3_combined.scss */
ul li {
  display: inline;
}

/* line 11587, app/assets/stylesheets/v3/v3_combined.scss */
#copyrights a {
  color: white;
}

/* line 11591, app/assets/stylesheets/v3/v3_combined.scss */
.navbar-address {
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

/* line 11600, app/assets/stylesheets/v3/v3_combined.scss */
.slider-caption.slider-caption-top {
  bottom: auto;
  top: 5px;
}

/* line 11605, app/assets/stylesheets/v3/v3_combined.scss */
#google-map {
  position: relative;
  width: 100%;
  height: 450px;
}

/* SWIPER.CSS */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 11628, app/assets/stylesheets/v3/v3_combined.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* MAGNIFIC-POPUP */
/* Magnific Popup CSS */
/* line 11633, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 11644, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 11654, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 11664, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 11670, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 11673, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 11681, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 11686, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 11689, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 11694, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 11700, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 11703, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 11711, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 11714, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-hide {
  display: none !important;
}

/* line 11717, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(/assets/v3/preloader-dark-dd71ff6f02850efc6dbbbe67ff9032b0bd4559e217664c611feb9ebfe2fbf801.gif) center center no-repeat;
  text-align: center;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 1044;
  text-indent: -9999px;
}

/* line 11731, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 11733, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 11736, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 11739, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 11742, app/assets/stylesheets/v3/v3_combined.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 11756, app/assets/stylesheets/v3/v3_combined.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 11760, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 11775, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 11778, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-close:active {
  top: 1px;
}

/* line 11781, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 11784, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 11792, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 11801, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 11811, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 11813, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 11816, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 11828, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 11832, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 11837, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 11839, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 11842, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 11846, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 11848, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 11851, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 11854, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 11857, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 11861, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 11864, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 11869, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 11880, app/assets/stylesheets/v3/v3_combined.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 11891, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-figure {
  line-height: 0;
}

/* line 11893, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 11906, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 11911, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 11914, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 11922, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 11929, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 11932, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  /* line 11939, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11942, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 11944, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 11947, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 11950, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 11958, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 11960, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 11963, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 11975, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 11978, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 11981, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 11984, app/assets/stylesheets/v3/v3_combined.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
/* line 11991, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* overlay animate in */
/* line 11998, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 12002, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 12007, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* content animate it */
/* line 12015, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 12019, app/assets/stylesheets/v3/v3_combined.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
