/* compiled by scssphp v0.6.7 on Tue, 18 Jul 2023 15:00:47 +0200 (2.7394s) */

@import "../bootstrap/bootstrap.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* line 1, ew-inc_/css/modules/_elements.scss */
*:focus {
  outline: 0; }
/* line 5, ew-inc_/css/modules/_elements.scss */
.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589e3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da4ff), color-stop(100%, #417bff));
  background: -webkit-linear-gradient(#5da4ff, #417bff);
  background: -moz-linear-gradient(#5da4ff, #417bff);
  background: -o-linear-gradient(#5da4ff, #417bff);
  background: linear-gradient(#5da4ff, #417bff);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 23, ew-inc_/css/modules/_elements.scss */
.button:hover {
  color: #fff;
  text-decoration: none; }
/* line 27, ew-inc_/css/modules/_elements.scss */
.button:active {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
/* line 31, ew-inc_/css/modules/_elements.scss */
.button.button-small {
  padding: 10px 33px;
  border: 1px solid #68a2ee;
  font-size: 14px;
  font-weight: 500; }
/* line 38, ew-inc_/css/modules/_elements.scss */
.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 54, ew-inc_/css/modules/_elements.scss */
.button-outline:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd; }
/* line 61, ew-inc_/css/modules/_elements.scss */
.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }
/* line 86, ew-inc_/css/modules/_elements.scss */
.button-clear span {
  display: block;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  height: 36px;
  line-height: 33px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 0 white;
  background: #eff1f4;
  background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
  background: -moz-linear-gradient(#f7f8fa, #eff1f4);
  background: -ms-linear-gradient(#f7f8fa, #eff1f4);
  background: -o-linear-gradient(#f7f8fa, #eff1f4);
  background: linear-gradient(#f7f8fa, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white; }
/* line 111, ew-inc_/css/modules/_elements.scss */
.button-clear:hover {
  text-decoration: none; }
/* line 115, ew-inc_/css/modules/_elements.scss */
.button-clear:active, .button-clear.active {
  background: #b5bac2;
  background: -webkit-linear-gradient(#b5bac2, #b5bac2);
  background: -moz-linear-gradient(#b5bac2, #b5bac2);
  background: -ms-linear-gradient(#b5bac2, #b5bac2);
  background: -o-linear-gradient(#b5bac2, #b5bac2);
  background: linear-gradient(#b5bac2, #b5bac2); }
/* line 124, ew-inc_/css/modules/_elements.scss */
.button-clear:active span, .button-clear.active span {
  color: #444;
  background: #eff1f4;
  background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
  background: -moz-linear-gradient(#e6e8eb, #eff1f4);
  background: -ms-linear-gradient(#e6e8eb, #eff1f4);
  background: -o-linear-gradient(#e6e8eb, #eff1f4);
  background: linear-gradient(#e6e8eb, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }
/* form controls */
/* line 144, ew-inc_/css/modules/_elements.scss */
/* line 148, ew-inc_/css/modules/_elements.scss */

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }
/* line 36, ew-inc_/css/modules/_mixins.scss */
input[type="text"].form-control::-webkit-input-placeholder, input[type="email"].form-control::-webkit-input-placeholder, input[type="password"].form-control::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
input[type="text"].form-control:-moz-placeholder, input[type="email"].form-control:-moz-placeholder, input[type="password"].form-control:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
input[type="text"].form-control::-moz-placeholder, input[type="email"].form-control::-moz-placeholder, input[type="password"].form-control::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
input[type="text"].form-control:-ms-input-placeholder, input[type="email"].form-control:-ms-input-placeholder, input[type="password"].form-control:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 159, ew-inc_/css/modules/_elements.scss */
input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="password"].form-control:focus {
  border-color: #98d2ff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }
/* line 167, ew-inc_/css/modules/_elements.scss */
/* line 168, ew-inc_/css/modules/_elements.scss */

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
/* line 36, ew-inc_/css/modules/_mixins.scss */
textarea.form-control::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
textarea.form-control:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
textarea.form-control::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
textarea.form-control:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 178, ew-inc_/css/modules/_elements.scss */
textarea.form-control:focus {
  border-color: #98d2ff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }
/* vendor */

/* line 7, ew-inc_/css/bootstrap/_bootstrap-overrides.scss */
a {
  color: #459ce7; }
/* line 11, ew-inc_/css/bootstrap/_bootstrap-overrides.scss */
/* line 12, ew-inc_/css/bootstrap/_bootstrap-overrides.scss */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #5585b3;
  border-color: #4477a3; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* open sans */
/* layout */
/* line 11, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }
/* line 16, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-button {
  width: 10px;
  height: 10px; }
/* line 21, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #fff;
  border-radius: 0px; }
/* line 27, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-thumb:hover {
  background: #fff; }
/* line 31, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-thumb:active {
  background: #000; }
/* line 35, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-track {
  background: #666;
  border: 0px none #fff;
  border-radius: 0px; }
/* line 41, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-track:hover {
  background: #666; }
/* line 45, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-track:active {
  background: #333; }
/* line 49, ew-inc_/css/partials/_layout.scss */
::-webkit-scrollbar-corner {
  background: transparent; }
/* line 53, ew-inc_/css/partials/_layout.scss */
body {
  color: #333;
  font-family: "Open Sans";
  background-color: #eee; }
/* line 62, ew-inc_/css/partials/_layout.scss */
body.fadeIn {
  opacity: 1;
  visibility: visible; }

/* line 72, ew-inc_/css/partials/_layout.scss */

.testo-verde {
  color: #009345 !important; }
/* line 76, ew-inc_/css/partials/_layout.scss */
.testo-rosso {
  color: #e6182c !important; }
/* line 80, ew-inc_/css/partials/_layout.scss */
.italic {
  font-style: italic; }
/* line 84, ew-inc_/css/partials/_layout.scss */
.txt-center {
  text-align: center !important; }

@media (min-width: 1200px) {
/* line 89, ew-inc_/css/partials/_layout.scss */
.container {
  width: 1170px !important; }
/* line 93, ew-inc_/css/partials/_layout.scss */
.navbar.white .container {
  width: 1170px !important; } }
/* line 99, ew-inc_/css/partials/_layout.scss */
a {
  color: #666; }
/* line 102, ew-inc_/css/partials/_layout.scss */
a:hover {
  color: #009345; }
/* line 107, ew-inc_/css/partials/_layout.scss */
/* line 108, ew-inc_/css/partials/_layout.scss */

a:focus, button:focus {
  outline: none; }
/* line 113, ew-inc_/css/partials/_layout.scss */
.navbar-brand {
  padding-left: 0;
  padding-top: 20px; }
/* line 118, ew-inc_/css/partials/_layout.scss */
section {
  position: relative;
  float: left; }
/* line 123, ew-inc_/css/partials/_layout.scss */
/* line 124, ew-inc_/css/partials/_layout.scss */

.navbar.normal {
  min-height: 70px;
  background: #223741;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
/* line 133, ew-inc_/css/partials/_layout.scss */
/* line 134, ew-inc_/css/partials/_layout.scss */
  .navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 25px 15px;
    font-weight: 500;
    font-size: 23px; }
/* line 141, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-header .navbar-toggle {
  margin-top: 17px; }
/* line 146, ew-inc_/css/partials/_layout.scss */
@media (min-width: 768px) {
        .navbar.normal .navbar-collapse {
          text-align: center; } }
/* line 152, ew-inc_/css/partials/_layout.scss */
@media (min-width: 768px) {
          .navbar.normal .navbar-collapse .navbar-nav {
            float: none;
            display: inline-block; } }
/* line 159, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block; }
  @media (max-width: 767px) {
          .navbar.normal .navbar-collapse .navbar-nav > li {
            display: block; } }
/* line 167, ew-inc_/css/partials/_layout.scss */
/* line 168, ew-inc_/css/partials/_layout.scss */
  .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
    background: none;
    color: #fff; }
/* line 174, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li > a {
  padding: 25px 20px;
  color: #d5d5d5;
  font-weight: 500;
  z-index: 1001;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  @media (max-width: 767px) {
            .navbar.normal .navbar-collapse .navbar-nav > li > a {
              padding: 18px 20px; } }
/* line 185, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
  color: #fff; }
/* line 190, ew-inc_/css/partials/_layout.scss */
/* line 191, ew-inc_/css/partials/_layout.scss */

/* line 192, ew-inc_/css/partials/_layout.scss */
  @media (max-width: 767px) {
                .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
                  color: #fff;
                  padding: 12px 18px 12px 30px; } }
/* line 201, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  padding: 9px 0; }
/* line 205, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 8px 18px; }
/* line 211, ew-inc_/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav .button {
  padding: 8px 18px;
  font-size: 13px;
  position: relative;
  top: 17px; }

@media (max-width: 767px) {
            .navbar.normal .navbar-collapse .navbar-nav .button {
              box-shadow: none;
              background: none;
              top: 0;
              margin-bottom: 20px;
              color: #d5d5d5 !important;
              font-size: 15px; } }
/* line 230, ew-inc_/css/partials/_layout.scss */
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
      .navbar.hero {
        background: transparent;
        padding-top: 10px; }
/* line 241, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > .active > a {
  background: transparent;
  color: #fff; } }
/* line 247, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-brand {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Lato', 'Helvetica Neue', Arial; }
/* line 254, ew-inc_/css/partials/_layout.scss */
/* line 255, ew-inc_/css/partials/_layout.scss */

/* line 257, ew-inc_/css/partials/_layout.scss */

.navbar.hero .navbar-nav > li.dropdown > a .caret {
  border-top-color: #ebebeb; }
/* line 261, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 268, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li > a:hover {
  color: #fff; }
/* line 273, ew-inc_/css/partials/_layout.scss */
/* line 274, ew-inc_/css/partials/_layout.scss */

.navbar.hero .navbar-nav > li.open > a {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0 0; }
/* line 280, ew-inc_/css/partials/_layout.scss */
/* line 281, ew-inc_/css/partials/_layout.scss */

@media (max-width: 767px) {
                .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
                  color: #fff;
                  padding: 12px 18px 12px 30px; } }
/* line 290, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  padding: 5px 0 8px 0;
  border-radius: 4px 0 4px 4px;
  border: 0px; }
/* line 298, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu li a {
  color: #fff;
  padding: 10px 18px;
  font-size: 15px; }
/* line 303, ew-inc_/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
  color: #e9e9e9;
  background: none; }
/* line 313, ew-inc_/css/partials/_layout.scss */
.navbar.white {
  min-height: 70px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 999;
  border-bottom: 5px solid #e6182c;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
      .navbar.white {
        background: #fff; } }
/* line 327, ew-inc_/css/partials/_layout.scss */
@media (min-width: 1200px) {
        .navbar.white .container {
          width: 1145px; } }
/* line 333, ew-inc_/css/partials/_layout.scss */
/* line 334, ew-inc_/css/partials/_layout.scss */

.navbar.white .navbar-header .navbar-brand {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto";
  padding-top: 24px; }

@media (max-width: 767px) {
          .navbar.white .navbar-header .navbar-brand {
            color: #fff;
            font-size: 20px; } }
/* line 347, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-header .navbar-toggle {
  margin-top: 17px; }
/* line 352, ew-inc_/css/partials/_layout.scss */
@media (min-width: 768px) {
        .navbar.white .navbar-collapse {
          text-align: center; } }
/* line 358, ew-inc_/css/partials/_layout.scss */
@media (min-width: 768px) {
          .navbar.white .navbar-collapse .navbar-nav {
            float: none;
            display: inline-block; } }
/* line 365, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block; }

@media (max-width: 767px) {
            .navbar.white .navbar-collapse .navbar-nav > li {
              display: block; } }
/* line 373, ew-inc_/css/partials/_layout.scss */
/* line 374, ew-inc_/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li.active > a {
  background: none;
  color: #e6182c; }
/* line 380, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 8px !important;
  font-size: 16px;
  color: #2f2f2f;
  z-index: 1001;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 392, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.signup {
  border: 1px solid #ced7df;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 13px;
  color: #333;
  margin-left: 20px; }

@media (max-width: 767px) {
              .navbar.white .navbar-collapse .navbar-nav > li > a {
                padding: 13px 20px;
                color: #f44336; } }
/* line 407, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
  color: #777;
  font-size: 8px;
  margin-left: 2px;
  position: relative;
  top: -1px; }
/* line 415, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a:hover {
  color: #333; }
  @media (max-width: 767px) {
              .navbar.white .navbar-collapse .navbar-nav > li > a:hover {
                color: #fff; } }
/* line 424, ew-inc_/css/partials/_layout.scss */
/* line 425, ew-inc_/css/partials/_layout.scss */

@media (min-width: 768px) {
                .navbar.white .navbar-collapse .navbar-nav > li.open > a {
                  background: #fff;
                  color: #333; } }
/* line 431, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.open > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }
/* line 437, ew-inc_/css/partials/_layout.scss */
/* line 438, ew-inc_/css/partials/_layout.scss */

@media (max-width: 767px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
                    color: #fff;
                    padding: 12px 18px 12px 30px; } }
/* line 447, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  border-top: 5px solid #e6182c !important;
  border-bottom: 1px solid #bbb !important;
  text-align: left;
  border: 0;
  padding: 10px 35px 20px 35px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 !important; }
/* line 461, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #bbb;
  left: 0;
  top: 0; }
/* line 471, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #bbb;
  right: 0;
  top: 0; }
/* line 481, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 10px 5px;
  font-size: 0.9em;
  position: relative; }
/* line 488, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a span.glyphicon {
  display: block;
  float: left;
  width: 7%;
  left: -2px;
  margin: 0;
  font-size: 0.8em;
  padding-top: 3px;
  color: #e6182c !important; }
/* line 499, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a span {
  display: block;
  float: left;
  width: calc(90% - 10px);
  margin-left: 10px;
  white-space: normal; }
/* line 507, ew-inc_/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a span strong {
  color: #e6182c; }
/* line 520, ew-inc_/css/partials/_layout.scss */
#footer {
  background: #414b5b;
  margin-top: 120px;
  padding-top: 47px;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased; }
/* line 527, ew-inc_/css/partials/_layout.scss */
#footer .copyright {
  color: #b5c5cf;
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
/* line 541, ew-inc_/css/partials/_layout.scss */
@media (max-width: 767px) {
      #footer .menu {
        text-align: center;
        margin-top: 40px; } }
/* line 547, ew-inc_/css/partials/_layout.scss */
#footer .menu ul {
  list-style-type: none;
  padding: 0; }
/* line 551, ew-inc_/css/partials/_layout.scss */
#footer .menu ul li {
  display: inline-block; }
/* line 554, ew-inc_/css/partials/_layout.scss */
/* line 555, ew-inc_/css/partials/_layout.scss */

#footer .menu ul li.active a {
  color: #fff; }
/* line 560, ew-inc_/css/partials/_layout.scss */
#footer .menu ul li a {
  color: #ccc;
  padding: 15px 17px;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 566, ew-inc_/css/partials/_layout.scss */
#footer .menu ul li a:hover {
  color: #fff;
  text-decoration: none; }

@media (max-width: 991px) {
            #footer .menu ul li a {
              padding: 15px 17px 15px 0px; } }
/* line 579, ew-inc_/css/partials/_layout.scss */
#footer .social {
  text-align: right; }

@media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
/* line 587, ew-inc_/css/partials/_layout.scss */
#footer .social a {
  border: 0;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 601, ew-inc_/css/partials/_layout.scss */
#footer .social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }
/* line 609, ew-inc_/css/partials/_layout.scss */
/* line 610, ew-inc_/css/partials/_layout.scss */

#topright-controls .newsletter {
  text-align: right; }

@media (max-width: 767px) {
      #topright-controls .newsletter {
        text-align: center;
        margin-top: 40px; } }
/* line 618, ew-inc_/css/partials/_layout.scss */
/* line 620, ew-inc_/css/partials/_layout.scss */

#topright-controls .newsletter a img {
  vertical-align: top; }
/* line 627, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup {
  margin-top: 15px;
  display: inline; }
/* line 631, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup a {
  text-decoration: none; }
/* line 635, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup form {
  width: 100%;
  position: relative; }

@media (max-width: 767px) {
          #topright-controls .newsletter .signup form {
            float: none;
            width: 100%; } }
/* line 644, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup form input[type="text"] {
  font-size: 13px;
  border-radius: 20px;
  padding-left: 40px; }
/* line 36, ew-inc_/css/modules/_mixins.scss */
#topright-controls .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
#topright-controls .newsletter .signup form input[type="text"]:-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
#topright-controls .newsletter .signup form input[type="text"]::-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
#topright-controls .newsletter .signup form input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 655, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup form input[type="submit"] {
  border: 0;
  background-image: url('/web-img/cerca-nel-sito.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  color: #fff;
  border-radius: 20px;
  padding: 6px 10px 6px 20px;
  position: absolute;
  top: 5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
  left: 5px;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 673, ew-inc_/css/partials/_layout.scss */
#topright-controls .newsletter .signup form input[type="submit"]:hover {
  background-color: #eee; }
/* line 682, ew-inc_/css/partials/_layout.scss */
.search-results {
  width: 100%;
  position: relative;
  float: left; }
/* line 687, ew-inc_/css/partials/_layout.scss */
.search-results h3 {
  margin: 15px 0; }
/* line 691, ew-inc_/css/partials/_layout.scss */
.search-results .single-result {
  border-bottom: 1px solid #eee;
  padding: 20px 0; }
/* line 695, ew-inc_/css/partials/_layout.scss */
.search-results .single-result .breadcrumb {
  font-size: 11px;
  color: #666;
  text-transform: uppercase; }
/* line 700, ew-inc_/css/partials/_layout.scss */
.search-results .single-result .breadcrumb span {
  font-size: 11px;
  padding: 0 5px;
  color: #222; }
/* line 707, ew-inc_/css/partials/_layout.scss */
.search-results .single-result h4 {
  font-weight: bold; }
/* line 711, ew-inc_/css/partials/_layout.scss */
.search-results .single-result:last-child {
  border: 0; }
/* line 717, ew-inc_/css/partials/_layout.scss */
#footer-green {
  background: #016239;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
    #footer-green {
      padding-top: 30px; } }
/* line 727, ew-inc_/css/partials/_layout.scss */
@media (max-width: 767px) {
      #footer-green .menu {
        text-align: center;
        margin-top: 40px; } }
/* line 733, ew-inc_/css/partials/_layout.scss */
#footer-green .menu p {
  color: #fff; }
/* line 737, ew-inc_/css/partials/_layout.scss */
#footer-green .menu h3 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px; }
/* line 746, ew-inc_/css/partials/_layout.scss */
#footer-green .menu h3:after {
  display: block;
  content: "";
  width: 40px;
  padding-top: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff; }

@media (max-width: 767px) {
        #footer-green .menu h3:after {
          margin: 0 auto; } }
/* line 760, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul {
  list-style-type: none;
  padding: 0; }
/* line 764, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul li {
  display: block;
  margin-bottom: 9px; }
/* line 768, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 775, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul li a:hover {
  color: #ccc; }

@media (max-width: 991px) {
            #footer-green .menu ul li a {
              padding: 0; } }
/* line 785, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul li .hiring {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  word-spacing: 1.5px;
  font-size: 11px;
  margin-left: 4px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background: #49b7e2; }
/* line 798, ew-inc_/css/partials/_layout.scss */
#footer-green .menu ul li .hiring:hover {
  color: #fff;
  background: #0e82af; }
/* line 807, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter {
  text-align: right; }

@media (max-width: 767px) {
      #footer-green .newsletter {
        text-align: center;
        margin-top: 40px; } }
/* line 815, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup {
  margin-bottom: 40px; }
/* line 818, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup p {
  font-size: 13px;
  color: #ccc;
  width: 90%;
  float: right;
  text-align: left;
  line-height: 20px; }

@media (max-width: 767px) {
          #footer-green .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
/* line 833, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup form {
  float: right;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
          #footer-green .newsletter .signup form {
            float: none;
            width: 100%; } }
/* line 843, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup form input[type="text"] {
  font-size: 13px; }
/* line 36, ew-inc_/css/modules/_mixins.scss */
#footer-green .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
#footer-green .newsletter .signup form input[type="text"]:-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
#footer-green .newsletter .signup form input[type="text"]::-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
#footer-green .newsletter .signup form input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 852, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup form input[type="submit"] {
  border: 0;
  background: #84b0e2;
  color: #fff;
  border-radius: 3px;
  padding: 6px 10px;
  position: absolute;
  top: 5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
  right: 5px;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 866, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter .signup form input[type="submit"]:hover {
  background: #6284ac; }
/* line 873, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter a {
  border: 0;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 887, ew-inc_/css/partials/_layout.scss */
#footer-green .newsletter a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }
/* line 894, ew-inc_/css/partials/_layout.scss */
#footer-green .credits {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
/* line 898, ew-inc_/css/partials/_layout.scss */
#footer-green .credits .col-md-8 {
  padding-top: 20px;
  font-size: 13px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6); }
/* line 905, ew-inc_/css/partials/_layout.scss */
#footer-green .credits .col-md-4 {
  padding-top: 20px;
  font-size: 13px;
  text-align: right; }
/* line 910, ew-inc_/css/partials/_layout.scss */
#footer-green .credits .col-md-4 a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }
/* line 914, ew-inc_/css/partials/_layout.scss */
#footer-green .credits .col-md-4 a:hover {
  color: rgba(255, 255, 255, 0.6); }
/******************************/
/*** CUSTOM QWEB FRANCESCO ****/
/******************************/
/* line 929, ew-inc_/css/partials/_layout.scss */
.nsp {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 934, ew-inc_/css/partials/_layout.scss */
.sp15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }
/* line 939, ew-inc_/css/partials/_layout.scss */
.sp20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }
/* line 944, ew-inc_/css/partials/_layout.scss */
.sp30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

@media (max-width: 767px) {
    .sp30 {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
/* line 953, ew-inc_/css/partials/_layout.scss */
.pr5 {
  padding-right: 5px !important; }
/* line 957, ew-inc_/css/partials/_layout.scss */
.pr15 {
  padding-right: 15px !important; }
/* line 961, ew-inc_/css/partials/_layout.scss */
.pl15 {
  padding-left: 15px !important; }
/* line 965, ew-inc_/css/partials/_layout.scss */
.pl50 {
  padding-left: 50px !important; }
/* line 969, ew-inc_/css/partials/_layout.scss */
.pt15 {
  padding-top: 15px !important; }
/* line 974, ew-inc_/css/partials/_layout.scss */
.pt20 {
  padding-top: 20px !important; }
/* line 978, ew-inc_/css/partials/_layout.scss */
.pt30 {
  padding-top: 30px !important; }
/* line 982, ew-inc_/css/partials/_layout.scss */
.pt40 {
  padding-top: 40px !important; }
/* line 986, ew-inc_/css/partials/_layout.scss */
.pt50 {
  padding-top: 50px !important; }
/* line 990, ew-inc_/css/partials/_layout.scss */
.pb30 {
  padding-bottom: 30px !important; }
/* line 994, ew-inc_/css/partials/_layout.scss */
.pb10 {
  padding-bottom: 10px !important; }
/* line 998, ew-inc_/css/partials/_layout.scss */
.m0 {
  margin: 0 !important; }
/* line 1002, ew-inc_/css/partials/_layout.scss */
.nmb {
  margin-bottom: 0 !important; }
/* line 1006, ew-inc_/css/partials/_layout.scss */
.mr15 {
  margin-right: 15px !important; }
/* line 1010, ew-inc_/css/partials/_layout.scss */
.sm {
  margin-left: 15px !important;
  margin-right: 15px !important; }
/* line 1015, ew-inc_/css/partials/_layout.scss */
.mtsm {
  margin-top: 15px !important; }
/* line 1019, ew-inc_/css/partials/_layout.scss */
.mt10 {
  margin-top: 10px !important; }
/* line 1023, ew-inc_/css/partials/_layout.scss */
.mtmd {
  margin-top: 30px !important; }
/* line 1027, ew-inc_/css/partials/_layout.scss */
.dropdown.open > a {
  background-color: #e6182c !important;
  color: #fff !important; }
/* line 1033, ew-inc_/css/partials/_layout.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #e6182c;
  text-decoration: none;
  background-color: transparent !important; }
/* line 1040, ew-inc_/css/partials/_layout.scss */
.child-menu-normale .dropdown-menu li:first-child a {
  display: block !important; }
/* line 1044, ew-inc_/css/partials/_layout.scss */
.child-menu-normale .dropdown-menu {
  padding: 10px 15px 20px 15px !important;
  min-width: 190px !important; }
/* line 1049, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio.open > .dropdown-menu {
  display: flex; }
/* line 1053, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu {
  min-width: 510px;
  flex-direction: column;
  flex-wrap: wrap !important;
  padding-top: 55px !important;
  height: 460px; }
/* line 1062, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
/* line 1068, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu li a {
  white-space: inherit;
  display: block !important; }
/* line 1074, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu h5 {
  margin: 17px 0;
  position: absolute;
  top: 10px; }
/* line 1079, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu h5 a {
  text-transform: uppercase;
  color: #e6182c;
  font-size: 1.3em !important;
  font-weight: bold;
  white-space: inherit;
  padding: 0 5px;
  padding-bottom: 0 !important; }
/* line 1088, ew-inc_/css/partials/_layout.scss */
.child-menu-doppio .dropdown-menu h5 a:hover {
  text-decoration: underline; }

/* line 1116, ew-inc_/css/partials/_layout.scss */

.child-menu-speciale .dropdown-menu {
  min-width: 510px;
  padding: 0 !important; }
/* line 1120, ew-inc_/css/partials/_layout.scss */
.child-menu-speciale .dropdown-menu li {
  width: 49.6%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 35px 20px 35px !important; }
/* line 1129, ew-inc_/css/partials/_layout.scss */
.child-menu-speciale .dropdown-menu li a {
  white-space: inherit; }
/* line 1133, ew-inc_/css/partials/_layout.scss */
.child-menu-speciale .dropdown-menu li .first {
  display: block !important;
  text-transform: uppercase;
  color: #e6182c;
  font-size: 1.3em !important;
  font-weight: bold;
  white-space: inherit;
  padding-bottom: 0 !important; }
/* line 1142, ew-inc_/css/partials/_layout.scss */
.child-menu-speciale .dropdown-menu li .first:hover {
  text-decoration: underline; }
/* line 1148, ew-inc_/css/partials/_layout.scss */
.child-menu-speciale .dropdown-menu li:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #eee; }
/* line 1160, ew-inc_/css/partials/_layout.scss */
#first-col {
  background: transparent;
  position: relative;
  float: left; }
/* line 1166, ew-inc_/css/partials/_layout.scss */
#middle-col {
  position: relative;
  float: left; }
/* line 1171, ew-inc_/css/partials/_layout.scss */
#last-col {
  float: left; }
/* line 1175, ew-inc_/css/partials/_layout.scss */
.head-wrapper {
  position: relative; }
/* line 1178, ew-inc_/css/partials/_layout.scss */
.head-wrapper h4 {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
/* line 1187, ew-inc_/css/partials/_layout.scss */
.head-wrapper h4:before {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e6182c; }
/* line 1198, ew-inc_/css/partials/_layout.scss */
/* line 1199, ew-inc_/css/partials/_layout.scss */

.head-wrapper h4.wline span {
  display: block;
  position: absolute;
  z-index: 150;
  top: 0;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #eee; }
/* line 1214, ew-inc_/css/partials/_layout.scss */
/* line 1216, ew-inc_/css/partials/_layout.scss */

.slider .label-primo-piano {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #e6182c;
  margin: 0;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 15px; }
/* line 1229, ew-inc_/css/partials/_layout.scss */
.slider .label-primo-piano a {
  color: #fff;
  text-decoration: none; }
/* line 1233, ew-inc_/css/partials/_layout.scss */
.slider .label-primo-piano a:hover {
  color: #eee; }
/* line 1239, ew-inc_/css/partials/_layout.scss */
.slider .news-date {
  padding-top: 20px;
  margin: 0;
  font-size: 0.9em; }
/* line 1245, ew-inc_/css/partials/_layout.scss */
.slider .news-link {
  font-size: 1.3em;
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: bold; }
/* line 1254, ew-inc_/css/partials/_layout.scss */
.slider .flex-control-paging li a.flex-active {
  background: #e6182c; }
/* line 1260, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news {
  width: 100%;
  background-color: #fff; }
/* line 1264, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news .news-list-home {
  width: 100%;
  list-style: none;
  padding: 0;
  float: left;
  position: relative; }
/* line 1271, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news .news-list-home li {
  cursor: pointer;
  padding: 0 5px !important;
  /* width: 100%;*/
  position: relative;
  /* border-bottom: 1px solid $lightgrey;*/
  float: left;
  margin-bottom: 30px;
  padding-bottom: 25px;
  /* &:last-child {
   border-bottom: 0;
   margin-bottom: 10px;
   }*/ }
/* line 1281, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news .news-list-home li h5 {
  font-weight: bold;
  color: #333;
  font-size: 1.3em; }
/* line 1294, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news .news-date {
  margin: 5px 0 0 0;
  font-size: 0.9em; }
/* line 1299, ew-inc_/css/partials/_layout.scss */
.blocks-photos-news .button-show-all-news {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e6182c;
  border: 1px solid #e6182c;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  width: calc(100% - 30px);
  font-size: 1.2em;
  margin-bottom: 20px; }
/* line 1315, ew-inc_/css/partials/_layout.scss */
.inside-page .block-single-image {
  margin-bottom: 20px; }
/* line 1319, ew-inc_/css/partials/_layout.scss */
.blocks-agenda-news {
  width: 100%;
  background-color: #fff; }
/* line 1323, ew-inc_/css/partials/_layout.scss */
.blocks-agenda-news ul {
  padding: 0;
  float: left;
  position: relative;
  list-style: none; }
/* line 1329, ew-inc_/css/partials/_layout.scss */
/* line 1330, ew-inc_/css/partials/_layout.scss */

.blocks-agenda-news ul a li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee; }
/* line 1336, ew-inc_/css/partials/_layout.scss */
.blocks-agenda-news ul a li .news-date {
  font-weight: bold;
  margin: 10px;
  color: #333; }
/* line 1342, ew-inc_/css/partials/_layout.scss */
.blocks-agenda-news ul a li h6 {
  margin: 10px 0;
  font-size: 1em; }
/* line 1348, ew-inc_/css/partials/_layout.scss */
.blocks-agenda-news ul a:last-child li {
  border: 0;
  padding-bottom: 0; }
/* line 1356, ew-inc_/css/partials/_layout.scss */
.blocks-services {
  width: 100%; }
/* line 1359, ew-inc_/css/partials/_layout.scss */
.blocks-services h5 {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #016239;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em; }
/* line 1371, ew-inc_/css/partials/_layout.scss */
.blocks-services ul {
  padding: 0;
  background-color: #fff;
  margin: 0; }
/* line 1376, ew-inc_/css/partials/_layout.scss */
.blocks-services ul li {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 30px;
  padding-left: 80px;
  list-style: none;
  border-style: solid;
  border-left-width: 6px;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-left-style: solid;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1396, ew-inc_/css/partials/_layout.scss */
.blocks-services ul li a {
  color: #333;
  text-decoration: none;
  word-wrap: break-word; }
/* line 1402, ew-inc_/css/partials/_layout.scss */
.blocks-services ul li:hover {
  opacity: 0.7; }
/* line 1409, ew-inc_/css/partials/_layout.scss */
.blocks-offices {
  margin-top: 20px;
  width: 100%;
  background-color: #fff; }
/* line 1414, ew-inc_/css/partials/_layout.scss */
.blocks-offices h5 {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #016239;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em; }
/* line 1426, ew-inc_/css/partials/_layout.scss */
.blocks-offices ul {
  padding: 0;
  margin: 0; }
/* line 1430, ew-inc_/css/partials/_layout.scss */
.blocks-offices ul li {
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 20px;
  padding-left: 90px;
  list-style: none;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-left-style: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1449, ew-inc_/css/partials/_layout.scss */
.blocks-offices ul li a {
  color: #333;
  text-decoration: none; }
/* line 1454, ew-inc_/css/partials/_layout.scss */
.blocks-offices ul li:hover {
  opacity: 0.7; }
/* line 1461, ew-inc_/css/partials/_layout.scss */
.block-hightlights-carousel {
  margin-top: 20px;
  width: 100%;
  background-color: #fff; }
/* line 1466, ew-inc_/css/partials/_layout.scss */
.block-hightlights-carousel h5 {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #e6182c;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em; }
/* line 1478, ew-inc_/css/partials/_layout.scss */
.block-hightlights-carousel ul {
  padding: 0;
  margin: 0;
  list-style: none; }
/* line 1485, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox {
  width: 100%;
  background-color: #fff;
  margin-top: 20px; }
/* line 1490, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox h5 {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #e6182c;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em; }
/* line 1501, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox h5 i {
  padding-right: 15px; }
/* line 1506, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul {
  padding: 20px 15px 10px 15px;
  margin: 0;
  list-style: none;
  background-color: #fff; }
/* line 1512, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
/* line 1518, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-thumb-wrapper {
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1532, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-thumb-wrapper a {
  font-size: 50px;
  color: #e6182c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -25px; }
/* line 1541, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-thumb-wrapper a:hover {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1551, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-thumb-wrapper:hover {
  opacity: 0.8; }
/* line 1556, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-title {
  color: #333;
  margin: 5px 0;
  font-size: 0.9em;
  font-weight: bold; }
/* line 1562, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li .video-title a {
  font-weight: normal;
  text-decoration: none;
  color: #e6182c; }
/* line 1569, ew-inc_/css/partials/_layout.scss */
.block-videos-lightbox ul li:last-child {
  border: 0;
  padding-bottom: 0; }
/* line 1577, ew-inc_/css/partials/_layout.scss */
.boxsearch-page {
  margin-top: 20px;
  width: 100%;
  background-color: #fff; }
/* line 1582, ew-inc_/css/partials/_layout.scss */
.boxsearch-page h5 {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #016239;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px; }
/* line 1595, ew-inc_/css/partials/_layout.scss */
.boxsearch-page .input-wrapper {
  padding: 7px 15px; }
/* line 1598, ew-inc_/css/partials/_layout.scss */
.boxsearch-page .input-wrapper select {
  border-radius: 0; }
/* line 1603, ew-inc_/css/partials/_layout.scss */
.boxsearch-page .ricercapageSubmit {
  display: block;
  background-color: #333;
  border-radius: 3px;
  border-bottom: 2px solid #eee;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  height: auto; }
/* line 1616, ew-inc_/css/partials/_layout.scss */
.album-childs {
  display: block;
  position: relative;
  float: left;
  width: 100%; }
/* line 1622, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper {
  height: 210px;
  background-size: cover;
  background-position: center center; }
/* line 1627, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper .album-title-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: table;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1641, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper .album-title-wrapper span {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }
/* line 1652, ew-inc_/css/partials/_layout.scss */
/* line 1653, ew-inc_/css/partials/_layout.scss */

.album-childs .preview-wrapper:hover .album-title-wrapper {
  visibility: visible;
  opacity: 1; }
/* line 1658, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper:hover a {
  visibility: visible;
  opacity: 1; }
/* line 1664, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper a {
  color: #fff;
  background-color: #e6182c;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 160px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1686, ew-inc_/css/partials/_layout.scss */
.album-childs .preview-wrapper a:hover {
  background-color: #333; }
/* line 1693, ew-inc_/css/partials/_layout.scss */
.text-area-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  float: left; }
/* line 1699, ew-inc_/css/partials/_layout.scss */
.text-area-content .row {
  margin-bottom: 10px; }
/* line 1705, ew-inc_/css/partials/_layout.scss */
.text-area-content h2 {
  color: #333;
  position: relative;
  display: inline-block;
  font-size: 1.8em;
  margin: 0;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px; }
/* line 1716, ew-inc_/css/partials/_layout.scss */
.text-area-content h2:before {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  content: "";
  width: 105%;
  height: 4px;
  background-color: #666; }
/* line 1727, ew-inc_/css/partials/_layout.scss */
.text-area-content h2 span.bgline {
  display: block;
  position: absolute;
  z-index: 150;
  top: 0;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #eee; }
/* line 1740, ew-inc_/css/partials/_layout.scss */
.top-image-head {
  height: 315px;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%; }
/* line 1750, ew-inc_/css/partials/_layout.scss */
.inside-page .block-hightlights-carousel {
  margin: 0;
  margin-bottom: 20px; }
/* line 1755, ew-inc_/css/partials/_layout.scss */
.inside-page .block-hightlights-carousel h5 {
  display: none; }
/* line 1760, ew-inc_/css/partials/_layout.scss */
.breadcrumb {
  padding: 0;
  background: transparent; }
/* line 1764, ew-inc_/css/partials/_layout.scss */
/* line 1765, ew-inc_/css/partials/_layout.scss */

.breadcrumb li a {
  color: #666; }
/* line 1768, ew-inc_/css/partials/_layout.scss */
.breadcrumb li a:hover {
  color: #009345; }
/* line 1773, ew-inc_/css/partials/_layout.scss */
.breadcrumb li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\00BB" !important; }
/* line 1781, ew-inc_/css/partials/_layout.scss */
h1 {
  font-size: 2.5em;
  color: #e6182c;
  font-weight: bold;
  margin-bottom: 30px; }
/* line 1788, ew-inc_/css/partials/_layout.scss */
.categories-list {
  float: left;
  width: 100%;
  position: relative; }
/* line 1793, ew-inc_/css/partials/_layout.scss */
.categories-list .row {
  margin-right: -15px !important;
  margin-left: -15px !important; }
/* line 1797, ew-inc_/css/partials/_layout.scss */
.categories-list .row a {
  text-decoration: none; }
/* line 1800, ew-inc_/css/partials/_layout.scss */
.categories-list .row a .single-category {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
  padding: 15px 10px 5px 10px;
  min-height: 175px; }
/* line 1807, ew-inc_/css/partials/_layout.scss */
.categories-list .row a .single-category h4 {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0 10px;
  color: #333;
  position: absolute;
  bottom: 5px; }
/* line 1816, ew-inc_/css/partials/_layout.scss */
.categories-list .row a .single-category h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #eee; }
/* line 1826, ew-inc_/css/partials/_layout.scss */
.categories-list .row a .single-category:hover {
  border-color: #e6182c; }
/* line 1831, ew-inc_/css/partials/_layout.scss */
/* line 1905, ew-inc_/css/partials/_layout.scss */

.top-page-map {
  height: 315px;
  width: 100%; }
/* line 1909, ew-inc_/css/partials/_layout.scss */
.top-page-map #map-wrapper, .top-page-map #map-wrapper-locations {
  height: 315px;
  width: 100%; }
/* line 1916, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno {
  margin-top: 15px;
  width: 100%;
  float: left;
  width: 100%;
  position: relative; }
/* line 1923, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno .row {
  margin-right: -15px !important;
  margin-left: -15px !important; }
/* line 1927, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno .row a {
  text-decoration: none; }
/* line 1930, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno .row a .single-service {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  min-height: 170px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 20px 15px; }
/* line 1942, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno .row a .single-service h4 {
  margin-bottom: 0px;
  margin-top: 80px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: bold;
  color: #333; }
/* line 1951, ew-inc_/css/partials/_layout.scss */
.blocks-services-interno .row a .single-service h4:before {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #666;
  margin: 10px 0; }
/* line 1965, ew-inc_/css/partials/_layout.scss */
.single-news-view {
  width: 100%;
  float: left;
  position: relative; }
/* line 1970, ew-inc_/css/partials/_layout.scss */
.single-news-view h3 {
  font-weight: bold;
  margin: 25px 0; }
/* line 1975, ew-inc_/css/partials/_layout.scss */
.single-news-view .social-wrapper-icon {
  position: absolute;
  right: 0;
  top: 20px; }
/* line 1980, ew-inc_/css/partials/_layout.scss */
.single-news-view .social-wrapper-icon a {
  text-decoration: none; }
/* line 1986, ew-inc_/css/partials/_layout.scss */
.news-pagination {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #eee; }
/* line 1992, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination {
  margin: 20px 0 0 0; }
/* line 1995, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .link-prec {
  display: inline-block; }
/* line 1998, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .link-prec a {
  margin-right: 2px;
  background-color: #eee;
  padding: 5px 8px;
  text-align: center;
  color: #333;
  text-decoration: none; }
/* line 2008, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .link-succ {
  display: inline-block; }
/* line 2011, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .link-succ a {
  background-color: #eee;
  padding: 5px 8px;
  text-align: center;
  color: #333;
  text-decoration: none; }
/* line 2020, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .square-links {
  display: inline-block; }
/* line 2023, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .square-links strong {
  padding: 5px 8px;
  margin-right: 2px;
  background-color: #eee;
  color: #e6182c; }
/* line 2030, ew-inc_/css/partials/_layout.scss */
.news-pagination .pagination .square-links a {
  margin-right: 2px;
  background-color: #eee;
  padding: 5px 8px;
  text-align: center;
  color: #333;
  text-decoration: none; }
/* line 2041, ew-inc_/css/partials/_layout.scss */
.news-pagination .back-to-list {
  display: inline-block;
  float: right;
  margin: 20px 0 0 0; }
/* line 2048, ew-inc_/css/partials/_layout.scss */
.news-categories-navigation {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px; }
/* line 2054, ew-inc_/css/partials/_layout.scss */
.news-categories-navigation .single-news-category {
  padding: 5px 20px;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1em; }
/* line 2064, ew-inc_/css/partials/_layout.scss */
.news-categories-navigation .single-news-category.active {
  background-color: #e6182c; }
/* line 2070, ew-inc_/css/partials/_layout.scss */
.list-news {
  width: 100%;
  float: left;
  position: relative; }
/* line 2075, ew-inc_/css/partials/_layout.scss */
.list-news .single-news {
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px;
  /*width: 100%;*/
  float: left;
  position: relative;
  /* min-height: 550px!important;*/
  /*border-bottom: 1px solid #CCC; */ }
/* line 2083, ew-inc_/css/partials/_layout.scss */
.list-news .single-news h3 {
  margin: 10px 0;
  font-weight: bold; }
/* line 2087, ew-inc_/css/partials/_layout.scss */
.list-news .single-news h3 a {
  color: #333; }
/* line 2090, ew-inc_/css/partials/_layout.scss */
.list-news .single-news h3 a:hover {
  color: #e6182c;
  text-decoration: none; }
/* line 2097, ew-inc_/css/partials/_layout.scss */
.list-news .single-news a {
  font-weight: bold; }
/* line 2101, ew-inc_/css/partials/_layout.scss */
.list-news .single-news:last-child {
  border: 0; }
/* line 2107, ew-inc_/css/partials/_layout.scss */
.list-videos {
  width: 100%;
  float: left;
  position: relative; }
/* line 2112, ew-inc_/css/partials/_layout.scss */
.list-videos .single-video {
  padding: 20px 0;
  width: 100%;
  float: left;
  position: relative;
  min-height: 200px;
  width: 100%;
  border-bottom: 1px solid #ccc; }
/* line 2121, ew-inc_/css/partials/_layout.scss */
.list-videos .single-video h3 {
  margin: 10px 0;
  font-weight: bold; }
/* line 2126, ew-inc_/css/partials/_layout.scss */
.list-videos .single-video:last-child {
  border: 0; }
/* line 2130, ew-inc_/css/partials/_layout.scss */
/* line 2131, ew-inc_/css/partials/_layout.scss */

.list-videos .single-video .video-image-wrapper i {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  left: 50%;
  color: #e6182c;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -13px; }
/* line 2142, ew-inc_/css/partials/_layout.scss */
/* line 2143, ew-inc_/css/partials/_layout.scss */

.list-videos .single-video .video-image-wrapper:hover img {
  opacity: 0.5; }
/* line 2147, ew-inc_/css/partials/_layout.scss */
.list-videos .single-video .video-image-wrapper:hover i {
  color: #009345; }
/* line 2156, ew-inc_/css/partials/_layout.scss */
/* line 2157, ew-inc_/css/partials/_layout.scss */

#footer-green a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 2165, ew-inc_/css/partials/_layout.scss */
#footer-green a:hover {
  color: #ccc; }
/* line 2171, ew-inc_/css/partials/_layout.scss */
.accordion {
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: 25px; }
/* line 2177, ew-inc_/css/partials/_layout.scss */
.accordion-panel__heading {
  position: relative;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 1em;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  transition: all 0.2s;
  cursor: pointer; }
/* line 2190, ew-inc_/css/partials/_layout.scss */
.accordion-panel__heading:before {
  transition: all 0.2s ease;
  content: "";
  border: 0px #009345 solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%; }
/* line 2201, ew-inc_/css/partials/_layout.scss */
.accordion-panel__heading.active:before {
  transition: all 0.2s 0.2s;
  border-left: 5px #009345 solid; }
/* line 2206, ew-inc_/css/partials/_layout.scss */
.accordion-panel__heading:HOVER {
  color: #333;
  background: #f1f1f1;
  transition: all 0.2s;
  text-decoration: none; }
/* line 2213, ew-inc_/css/partials/_layout.scss */
.accordion-panel__heading.active:HOVER, .accordion-panel__heading.active {
  transition: all 0.2s;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-bottom: 0;
  border-top: 1px solid #eee;
  padding: 20px 20px 20px 40px; }
/* line 2224, ew-inc_/css/partials/_layout.scss */
.accordion-panel__content {
  transition: all 0.2s;
  position: relative;
  padding: 0 20px 0 20px;
  background: #f1f1f1;
  max-height: 0;
  overflow: hidden; }
/* line 2233, ew-inc_/css/partials/_layout.scss */
.accordion-panel__content:before {
  transition: all 0.2s ease;
  content: "";
  border: 0px #009345 solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%; }
/* line 2244, ew-inc_/css/partials/_layout.scss */
.accordion-panel__content.active:before {
  transition: all 0.2s 0.2s;
  border-left: 5px #009345 solid; }
/* line 2249, ew-inc_/css/partials/_layout.scss */
.accordion-panel__content.active {
  transition: all 0.2s;
  max-height: max-content;
  background: #fff;
  padding: 10px 20px 15px 40px; }
/* line 2256, ew-inc_/css/partials/_layout.scss */
.mese {
  text-align: center;
  background: #006038;
  padding: 10px 0;
  color: #fff;
  font-weight: 700; }
/* line 2264, ew-inc_/css/partials/_layout.scss */
.giorni {
  background-color: #cde0d8;
  color: black; }
/* line 2269, ew-inc_/css/partials/_layout.scss */
.adddate {
  background-color: #cde0d8;
  font-weight: 700; }
/* line 2273, ew-inc_/css/partials/_layout.scss */
.adddate a {
  color: #006038 !important; }
/* line 2278, ew-inc_/css/partials/_layout.scss */
.festa {
  color: #e6182c; }
/* line 2282, ew-inc_/css/partials/_layout.scss */
.calendar-title {
  font-size: 16px;
  color: #e6182c;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 0 !important; }
/* line 2291, ew-inc_/css/partials/_layout.scss */
#formcalendar {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px; }
/* line 2297, ew-inc_/css/partials/_layout.scss */
#formcalendar .submit {
  border: 1px solid black;
  background-color: #fff;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px; }
/* line 2306, ew-inc_/css/partials/_layout.scss */
#formcalendar .submit:not(:last-child) {
  margin-right: 5px; }
/* line 2312, ew-inc_/css/partials/_layout.scss */
.u-textRight {
  text-align: right !important; }
/* line 2316, ew-inc_/css/partials/_layout.scss */
.u-textWeight-700 {
  font-weight: 700; }
/* line 2320, ew-inc_/css/partials/_layout.scss */
.u-text-r-l {
  font-size: 18px; }
/* line 2324, ew-inc_/css/partials/_layout.scss */
.u-color-black {
  color: #000; }
/* line 2328, ew-inc_/css/partials/_layout.scss */
.u-color-primary {
  color: #006038; }
/* line 2332, ew-inc_/css/partials/_layout.scss */
.u-text-xl {
  font-size: 22px; }
/* line 2336, ew-inc_/css/partials/_layout.scss */
.u-background-primary {
  background-color: #006038; }
/* line 2340, ew-inc_/css/partials/_layout.scss */
.u-color-white {
  color: #fff; }
/* line 2344, ew-inc_/css/partials/_layout.scss */
.u-padding-5-10 {
  padding: 5px 10px; }
/* line 2348, ew-inc_/css/partials/_layout.scss */
.u-border-radius-10 {
  border-radius: 10px; }
/* line 2352, ew-inc_/css/partials/_layout.scss */
.u-text-xs {
  font-size: 16px; }
/* line 2356, ew-inc_/css/partials/_layout.scss */
/* line 2357, ew-inc_/css/partials/_layout.scss */

.u-textClean:hover {
  color: #e6182c; }
/* line 2362, ew-inc_/css/partials/_layout.scss */
.u-border-1-grey {
  border: 1px solid #999; }
/* line 2366, ew-inc_/css/partials/_layout.scss */
.u-margin-bottom-30 {
  margin-bottom: 30px; }
/* line 2370, ew-inc_/css/partials/_layout.scss */
.u-margin-bottom-10 {
  margin-bottom: 10px; }
/* line 2374, ew-inc_/css/partials/_layout.scss */
.u-padding-all-15 {
  padding: 15px; }
/* line 2378, ew-inc_/css/partials/_layout.scss */
.hr {
  border-color: #999; }
/* line 2382, ew-inc_/css/partials/_layout.scss */
.ul-reset {
  padding: 0;
  list-style: none; }
/* line 2386, ew-inc_/css/partials/_layout.scss */
.ul-reset li {
  position: relative; }
/* line 2387, ew-inc_/css/partials/_layout.scss */
.ul-reset li span {
  padding-left: 20px; }

@media (max-width: 767px) {
        .ul-reset li span {
          padding: 0; } }
/* line 2394, ew-inc_/css/partials/_layout.scss */
@media (min-width: 768px) {
        .ul-reset li:before {
          content: "";
          width: 12px;
          height: 12px;
          border-radius: 100%;
          background-color: #e6182c;
          margin-right: 5px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
/* line 2407, ew-inc_/css/partials/_layout.scss */
@media (max-width: 767px) {
        .ul-reset li a {
          font-size: 12px !important; } }
/* line 2411, ew-inc_/css/partials/_layout.scss */
.ul-reset li a:hover {
  color: #fff; }
/* line 2418, ew-inc_/css/partials/_layout.scss */
@media (min-width: 1200px) {
    .u-lg-textRight {
      text-align: right !important; } }
/* END CUSTOM QWEB */
/* pages */
/* line 4, ew-inc_/css/partials/pages/_index.scss */
/* line 6, ew-inc_/css/partials/pages/_index.scss */

#home #hero {
  overflow: hidden;
  background: #4b4848;
  background-size: cover;
  background-image: url("http://farm9.staticflickr.com/8222/8254861601_1fbf969a14_b.jpg");
  /* These are some ready-to-use backgrounds you can test out by uncommenting them */
  /*background-image: url("../../images/bg2.png");*/
  /*background-image: url("../../images/bg3.png");*/
  /*background-image: url("http://25.media.tumblr.com/665f306a0a5a5eae6e0c91f33ce74695/tumblr_mzzqv2P7MY1st5lhmo1_1280.jpg");*/
  /*background: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #5E8199, #153752 90%);*/
  background-position: center 16%;
  height: 580px;
  position: relative;
  top: -60px;
  padding-top: 150px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
      #home #hero {
        padding-top: 100px; } }

@media (max-width: 767px) {
      #home #hero {
        height: 550px; } }
/* line 35, ew-inc_/css/partials/pages/_index.scss */
#home #hero:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%); }
/* line 48, ew-inc_/css/partials/pages/_index.scss */
#home #hero:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(6, 13, 32, 0.15);*/
  /*background: rgba(13, 37, 102, 0.24);*/
  background: rgba(32, 54, 114, 0.29); }
/* line 60, ew-inc_/css/partials/pages/_index.scss */
#home #hero .container {
  position: relative;
  z-index: 33; }
/* line 65, ew-inc_/css/partials/pages/_index.scss */
#home #hero h1.hero-text {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  line-height: 52px;
  text-align: left;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 1s; }

@media (max-width: 767px) {
        #home #hero h1.hero-text {
          font-size: 25px;
          line-height: 38px;
          margin-top: 0;
          text-align: center; } }
/* line 86, ew-inc_/css/partials/pages/_index.scss */
#home #hero .sub-text {
  -webkit-font-smoothing: antialiased;
  width: 50%;
  margin-top: 25px;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-animation-duration: 1s; }

@media (max-width: 991px) {
        #home #hero .sub-text {
          width: 70%; } }

@media (max-width: 767px) {
        #home #hero .sub-text {
          font-size: 15px;
          width: 100%;
          text-align: center; } }
/* line 110, ew-inc_/css/partials/pages/_index.scss */
#home #hero .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-top: 60px; }

@media (max-width: 767px) {
        #home #hero .cta {
          text-align: center; } }
/* line 118, ew-inc_/css/partials/pages/_index.scss */
#home #hero .cta a {
  margin-right: 20px;
  padding: 15px 31px; }

@media (max-width: 767px) {
          #home #hero .cta a {
            font-size: 14px;
            padding: 12px 25px;
            margin: 0px 15px 15px 0px; } }
/* line 130, ew-inc_/css/partials/pages/_index.scss */
#home #hero .img {
  position: absolute;
  top: 15px;
  left: 625px;
  width: 570px;
  height: 333px;
  background-image: url("../../images/static-hero.png");
  background-repeat: no-repeat; }

@media (max-width: 991px) {
        #home #hero .img {
          display: none; } }
/* line 146, ew-inc_/css/partials/pages/_index.scss */
#home #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 20px; }

@media (max-width: 991px) {
      #home #features {
        margin-top: 50px; } }
/* line 8, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .header {
  text-align: center; }
/* line 10, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .header h2 {
  color: #555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
          #home #features .header h2 {
            font-size: 25px; } }
/* line 19, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }
/* line 25, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
/* line 30, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 31, ew-inc_/css/partials/pages/../snippets/_features.scss */
  #home #features .feature.backwards .info {
    float: right; }
/* line 34, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .feature.backwards .image {
  float: left; }
/* line 36, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .feature.backwards .image img {
  margin: 0 auto; } }

@media (max-width: 991px) {
        #home #features .feature {
          margin-top: 10px; } }
/* line 47, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 48, ew-inc_/css/partials/pages/../snippets/_features.scss */

#home #features .feature .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

@media (max-width: 991px) {
            #home #features .feature .info h4 {
              text-align: center; } }
/* line 59, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .feature .info p {
  color: #6c7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
            #home #features .feature .info p {
              text-align: center;
              width: 100%;
              font-size: 14px; } }
/* line 74, ew-inc_/css/partials/pages/../snippets/_features.scss */
@media (max-width: 991px) {
/* line 76, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .feature .image img {
  margin: 0 auto !important;
  margin-top: 20px; } }
/* line 83, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }
/* line 89, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home #features .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
        #home #features .divider {
          margin: 55px 0 35px; } }

@media (max-width: 767px) {
      #home #features {
        margin-top: 0; } }
/* line 157, ew-inc_/css/partials/pages/_index.scss */
#home #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  margin-top: 110px;
  padding-top: 45px;
  padding-bottom: 70px; }
/* line 170, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .header {
  text-align: center;
  font-family: 'Lato', 'Helvetica Neue', Arial; }

@media (max-width: 991px) {
        #home #pricing .header {
          margin-bottom: 25px; } }
/* line 178, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .header h3 {
  font-size: 29px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
          #home #pricing .header h3 {
            font-size: 24px;
            line-height: 29px; } }
/* line 190, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .header p {
  font-size: 16px;
  margin-top: 15px;
  color: #f0f0f0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 199, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
        #home #pricing .charts {
          margin-top: 10px; } }
/* line 206, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
          #home #pricing .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 228, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #home #pricing .charts .chart {
            width: 90% !important; } }
/* line 237, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.first {
  float: right;
  left: 12px; }
/* line 242, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.last {
  left: -12px; }
/* line 246, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }
/* line 251, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 400; }
/* line 259, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }
/* line 264, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .quantity {
  text-align: center; }
/* line 266, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 271, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .quantity .price {
  font-size: 49px; }
/* line 274, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 281, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }
/* line 292, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .specs {
  margin-top: 20px; }
/* line 294, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 301, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 307, ew-inc_/css/partials/pages/_index.scss */
#home #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 315, ew-inc_/css/partials/pages/_index.scss */
#home #slider {
  margin-top: 70px; }

@media (max-width: 991px) {
      #home #slider {
        margin-top: 30px; } }
/* line 8, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .header {
  text-align: center;
  -webkit-font-smoothing: antialiased; }
/* line 12, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .header h3 {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 25px;
  color: #555;
  line-height: 25px;
  margin-bottom: 15px; }
/* line 20, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper {
  border-bottom: 1px solid #e4e4e4; }
/* line 23, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow {
  background: url("../../images/slider-bg.png") 0 0 no-repeat;
  margin: 0 auto;
  margin-top: 35px;
  width: 844px;
  height: 418px;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
          #home #slider .slide-wrapper .slideshow {
            background: none;
            width: inherit;
            height: 340px; } }

@media (max-width: 620px) {
          #home #slider .slide-wrapper .slideshow {
            height: 290px; } }

@media (max-width: 530px) {
          #home #slider .slide-wrapper .slideshow {
            height: 240px; } }

@media (max-width: 450px) {
          #home #slider .slide-wrapper .slideshow {
            height: 205px; } }
/* line 50, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .btn-nav {
  width: 48px;
  height: 51px;
  position: absolute;
  top: 55%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 65, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .btn-nav.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important; }
/* line 71, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .btn-nav.prev {
  background: url("../../images/slider/slide-left.png") 0 0 no-repeat;
  left: 91px;
  -moz-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px); }

@media (max-width: 991px) {
              #home #slider .slide-wrapper .slideshow .btn-nav.prev {
                left: 30px; } }
/* line 80, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .btn-nav.next {
  background: url("../../images/slider/slide-right.png") 0 0 no-repeat;
  right: 91px;
  -moz-transform: translateX(48px);
  -o-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -webkit-transform: translateX(48px);
  transform: translateX(48px); }

@media (max-width: 991px) {
              #home #slider .slide-wrapper .slideshow .btn-nav.next {
                right: 29px; } }
/* line 91, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .slide {
  width: 100%;
  height: 100%;
  position: absolute; }
/* line 96, ew-inc_/css/partials/pages/../snippets/_slider.scss */
/* line 97, ew-inc_/css/partials/pages/../snippets/_slider.scss */

#home #slider .slide-wrapper .slideshow .slide.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
/* line 104, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#home #slider .slide-wrapper .slideshow .slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }

@media (max-width: 767px) {
              #home #slider .slide-wrapper .slideshow .slide img {
                width: 100%; } }
/* line 319, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
/* line 323, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .header {
  text-align: center; }
/* line 326, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .header h3 {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 23px;
  color: #656565;
  line-height: 25px;
  margin-bottom: 45px; }
/* line 334, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial {
  width: 90%; }

@media (max-width: 767px) {
        #home #testimonials .testimonial {
          float: none !important;
          margin: 0 auto;
          margin-bottom: 45px; } }
/* line 343, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .quote {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 24px;
  border: 1px solid #e2e2e2;
  padding: 12px 22px;
  border-radius: 6px;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
          #home #testimonials .testimonial .quote {
            margin: 0 auto; } }
/* line 357, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .quote .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 30px; }
/* line 362, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .quote .arrow-down .arrow, #home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 11px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1002; }
/* line 371, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #e2e2e2 transparent transparent;
  border-width: 12px;
  top: 3px;
  z-index: 1001;
  left: -1px; }
/* line 380, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .author {
  margin-top: 40px;
  margin-left: 10px; }

@media (max-width: 767px) {
          #home #testimonials .testimonial .author {
            margin-left: 6%; } }
/* line 388, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .author .pic {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 18px;
  border: 1px solid #ccc; }
/* line 398, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .author .name {
  color: #3c92c5;
  line-height: 23px;
  font-weight: 500; }
/* line 403, ew-inc_/css/partials/pages/_index.scss */
#home #testimonials .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }
/* line 413, ew-inc_/css/partials/pages/_index.scss */
#home #cta {
  text-align: center;
  margin-top: 120px; }
/* line 417, ew-inc_/css/partials/pages/_index.scss */
#home #cta p {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 17px;
  color: #7a7d81;
  letter-spacing: 0.1px; }
/* line 424, ew-inc_/css/partials/pages/_index.scss */
#home #cta a {
  display: inline-block;
  margin-top: 25px;
  background: #6caae4;
  color: #fff;
  padding: 23px 40px;
  font-size: 17px;
  letter-spacing: 0.7px;
  font-weight: 300;
  font-family: Lato;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 439, ew-inc_/css/partials/pages/_index.scss */
#home #cta a:hover {
  text-decoration: none;
  background: #3fd8df; }
/* line 446, ew-inc_/css/partials/pages/_index.scss */
#home #clients {
  background: #5e7a9b;
  background: radial-gradient(#36414e, #253241);
  margin-top: 120px;
  padding: 65px 0 80px;
  text-align: center; }
/* line 454, ew-inc_/css/partials/pages/_index.scss */
#home #clients h3 {
  color: #fff;
  margin-top: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 464, ew-inc_/css/partials/pages/_index.scss */
#home #clients p {
  font-size: 16px;
  color: #f8f8f8;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  margin-top: 17px;
  font-weight: 300;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 474, ew-inc_/css/partials/pages/_index.scss */
#home #clients .logos {
  margin-top: 35px; }
/* line 477, ew-inc_/css/partials/pages/_index.scss */
#home #clients .logos img {
  margin: 0 16px; }

@media (max-width: 767px) {
          #home #clients .logos img {
            margin: 0 auto;
            display: block;
            margin-bottom: 15px; } }

@-webkit-keyframes slideLeft {
/* line 4, ew-inc_/css/partials/pages/_index2.scss */
0% {
  left: 0; }
/* line 7, ew-inc_/css/partials/pages/_index2.scss */
100% {
  left: -15px; } }

@-moz-keyframes slideLeft {
/* line 4, ew-inc_/css/partials/pages/_index2.scss */
0% {
  left: 0; }
/* line 7, ew-inc_/css/partials/pages/_index2.scss */
100% {
  left: -15px; } }

@-o-keyframes slideLeft {
/* line 4, ew-inc_/css/partials/pages/_index2.scss */
0% {
  left: 0; }
/* line 7, ew-inc_/css/partials/pages/_index2.scss */
100% {
  left: -15px; } }

@keyframes slideLeft {
/* line 4, ew-inc_/css/partials/pages/_index2.scss */
0% {
  left: 0; }
/* line 7, ew-inc_/css/partials/pages/_index2.scss */
100% {
  left: -15px; } }
/* line 12, ew-inc_/css/partials/pages/_index2.scss */
/* line 14, ew-inc_/css/partials/pages/_index2.scss */

#home2 #hero {
  background: #4b4848;
  height: 585px;
  position: relative;
  /* prev & next arrows */
  /* navigation dots */
  /* slides */
  /* video modal */ }

@media (max-width: 991px) {
      #home2 #hero {
        padding-top: 100px; } }

@media (max-width: 767px) {
      #home2 #hero {
        height: 550px; } }
/* line 28, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slide-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 200;
  text-indent: 100%;
  overflow: hidden;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
/* line 41, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slide-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 46, ew-inc_/css/partials/pages/_index2.scss */
/* line 47, ew-inc_/css/partials/pages/_index2.scss */

#home2 #hero .slide-nav.prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 58px;
  background: url("../../images/slide-arrow.png") no-repeat;
  left: 30px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
/* line 62, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slide-nav.next {
  right: 0; }
/* line 64, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slide-nav.next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 19px;
  height: 58px;
  background: url("../../images/slide-arrow.png") no-repeat;
  right: 30px; }
/* line 80, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero nav {
  z-index: 999;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }
/* line 87, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #a2a2a2;
  border-radius: 50%;
  margin: 0 3px; }
/* line 95, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero nav a.active {
  background: #fff; }
/* line 102, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* each slide */ }
/* line 110, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide {
  display: none;
  z-index: 80;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 90px; }
/* line 121, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.active {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  z-index: 100; }
/* line 127, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.next {
  z-index: 90; }
/* line 128, ew-inc_/css/partials/pages/_index2.scss */
@media (min-width: 768px) {
              #home2 #hero .slides .slide.next .bg {
                -webkit-animation: slideLeft 700ms linear;
                -moz-animation: slideLeft 700ms linear;
                -o-animation: slideLeft 700ms linear;
                -ms-animation: slideLeft 700ms linear;
                animation: slideLeft 700ms linear; } }
/* line 136, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide .container {
  position: relative;
  z-index: 3;
  height: 100%; }
/* line 142, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide .bg {
  position: absolute;
  top: 0;
  left: -15px;
  width: 102%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

@media (max-width: 767px) {
            #home2 #hero .slides .slide .bg {
              left: 0px; } }
/* line 155, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide .bg:before {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); }
/* line 168, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide .bg:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0; }
/* line 179, ew-inc_/css/partials/pages/_index2.scss */
@media (max-width: 767px) {
            #home2 #hero .slides .slide.first {
              padding-top: 50px; } }
/* line 184, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .bg {
  background-image: url("http://farm9.staticflickr.com/8482/8203794182_8004f8f636_b.jpg");
  background-position: center 18%; }
/* line 188, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .bg:after {
  background: rgba(52, 52, 58, 0.6); }
/* line 193, ew-inc_/css/partials/pages/_index2.scss */
/* line 194, ew-inc_/css/partials/pages/_index2.scss */

#home2 #hero .slides .slide.first .info h1.hero-text {
  margin-top: 65px;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 44px;
  line-height: 42px;
  letter-spacing: 0.7px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
                #home2 #hero .slides .slide.first .info h1.hero-text {
                  font-size: 28px;
                  text-align: center; } }
/* line 210, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info p {
  color: rgba(255, 255, 255, 0.94);
  font-family: 'Lato', 'Helvetica Neue', Arial;
  letter-spacing: 0.4px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px; }
/* line 220, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-top: 40px; }

@media (max-width: 767px) {
                #home2 #hero .slides .slide.first .info .cta {
                  text-align: center; } }
/* line 228, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info .cta a {
  position: relative;
  margin: 0px 30px 0 0;
  padding: 16px 25px;
  letter-spacing: 0.3px;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4); }
/* line 238, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info .cta a:hover {
  color: #252525;
  background: #fff;
  padding-right: 45px; }
/* line 243, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info .cta a:hover .fa {
  opacity: 1; }
/* line 248, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.first .info .cta a .fa {
  opacity: 0;
  font-size: 13px;
  position: absolute;
  color: #252525;
  top: 21px;
  right: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
                  #home2 #hero .slides .slide.first .info .cta a {
                    font-size: 14px;
                    padding: 12px 25px;
                    margin: 0px 15px 15px 0px; } }
/* line 268, ew-inc_/css/partials/pages/_index2.scss */
/* line 269, ew-inc_/css/partials/pages/_index2.scss */

#home2 #hero .slides .slide.first .mobiles img {
  display: block;
  margin: 0 auto;
  width: 360px;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }
/* line 281, ew-inc_/css/partials/pages/_index2.scss */
@media (max-width: 767px) {
            #home2 #hero .slides .slide.second {
              padding-top: 40px; } }
/* line 286, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .bg {
  /*background-image: url('http://24.media.tumblr.com/899355a7363be380170ecfcbdc9744d7/tumblr_myp93odkni1st5lhmo1_1280.jpg');*/
  background-image: url('http://farm4.staticflickr.com/3758/9011116378_32e56983e3_b.jpg');
  background-position: center 29%; }
/* line 291, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .bg:after {
  background: rgba(5, 11, 29, 0.55); }
/* line 296, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second h1.hero-text {
  text-align: center;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 37px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }

@media (max-width: 767px) {
              #home2 #hero .slides .slide.second h1.hero-text {
                font-size: 25px; } }
/* line 308, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .sub-text {
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin: 0 auto;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  line-height: 29px;
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
              #home2 #hero .slides .slide.second .sub-text {
                width: 70%; } }

@media (max-width: 767px) {
              #home2 #hero .slides .slide.second .sub-text {
                font-size: 15px; } }
/* line 330, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .video-wrapper {
  text-align: center;
  margin-top: 50px; }

@media (max-width: 767px) {
              #home2 #hero .slides .slide.second .video-wrapper {
                margin-top: 25px; } }
/* line 338, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .video-wrapper .video {
  display: inline-block;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }
/* line 348, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.second .video-wrapper .video img {
  max-width: 280px;
  cursor: pointer; }

@media (max-width: 767px) {
                  #home2 #hero .slides .slide.second .video-wrapper .video img {
                    max-width: 200px; } }
/* line 360, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third {
  padding-top: 115px; }

@media (max-width: 767px) {
            #home2 #hero .slides .slide.third {
              padding-top: 50px; } }
/* line 367, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third .bg {
  background-image: url('http://farm6.staticflickr.com/5267/5783999789_9d06e5d7df_b.jpg');
  background-position: center 15%; }
/* line 371, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third .bg:after {
  background: rgba(3, 9, 27, 0.5); }
/* line 376, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third h1, #home2 #hero .slides .slide.third .sub-text {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
/* line 383, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third h1.hero-text {
  text-align: center;
  font-family: "Roboto";
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
              #home2 #hero .slides .slide.third h1.hero-text {
                font-size: 28px; } }
/* line 395, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third .sub-text {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #f7f7f7;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 50%; }

@media (max-width: 991px) {
              #home2 #hero .slides .slide.third .sub-text {
                width: 70%; } }

@media (max-width: 767px) {
              #home2 #hero .slides .slide.third .sub-text {
                font-size: 15px; } }
/* line 414, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third .cta {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: center;
  margin-top: 60px; }
/* line 418, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .slides .slide.third .cta a {
  margin: 0px 20px; }

@media (max-width: 767px) {
                #home2 #hero .slides .slide.third .cta a {
                  font-size: 14px;
                  padding: 12px 25px;
                  margin: 0px 15px 15px 0px; } }
/* line 433, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
/* line 446, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .video-modal.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  background: rgba(229, 230, 231, 0.5); }
/* line 452, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .video-modal.active .wrap {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 458, ew-inc_/css/partials/pages/_index2.scss */
#home2 #hero .video-modal .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  width: 630px;
  height: 360px;
  -moz-transform: scale3d(0.3, 0.3, 0.3);
  -o-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
/* line 480, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 65px; }

@media (max-width: 991px) {
      #home2 #features {
        margin-top: 50px; } }
/* line 8, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .header {
  text-align: center; }
/* line 10, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .header h2 {
  color: #555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
          #home2 #features .header h2 {
            font-size: 25px; } }
/* line 19, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }
/* line 25, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
/* line 30, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 31, ew-inc_/css/partials/pages/../snippets/_features.scss */
  #home2 #features .feature.backwards .info {
    float: right; }
/* line 34, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .feature.backwards .image {
  float: left; }
/* line 36, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .feature.backwards .image img {
  margin: 0 auto; } }

@media (max-width: 991px) {
        #home2 #features .feature {
          margin-top: 10px; } }
/* line 47, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 48, ew-inc_/css/partials/pages/../snippets/_features.scss */

#home2 #features .feature .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

@media (max-width: 991px) {
            #home2 #features .feature .info h4 {
              text-align: center; } }
/* line 59, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .feature .info p {
  color: #6c7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
            #home2 #features .feature .info p {
              text-align: center;
              width: 100%;
              font-size: 14px; } }
/* line 74, ew-inc_/css/partials/pages/../snippets/_features.scss */
@media (max-width: 991px) {
/* line 76, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .feature .image img {
  margin: 0 auto !important;
  margin-top: 20px; } }
/* line 83, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }
/* line 89, ew-inc_/css/partials/pages/../snippets/_features.scss */
#home2 #features .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
        #home2 #features .divider {
          margin: 55px 0 35px; } }
/* line 487, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #516883;
  background: -webkit-linear-gradient(top, #395168 0, #516883 100%);
  background: -moz-linear-gradient(top, #395168 0, #516883 100%);
  background: -o-linear-gradient(top, #395168 0, #516883 100%);
  background: linear-gradient(top, #395168 0, #516883 100%);
  margin-top: 110px;
  padding-top: 45px;
  padding-bottom: 70px; }
/* line 500, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .header {
  text-align: center;
  font-family: 'Lato', 'Helvetica Neue', Arial; }

@media (max-width: 991px) {
        #home2 #pricing .header {
          margin-bottom: 25px; } }
/* line 508, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .header h3 {
  font-size: 29px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 515, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .header p {
  font-size: 16px;
  color: #f7f7f7;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 523, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts {
  margin-top: 45px; }

@media (max-width: 991px) {
        #home2 #pricing .charts {
          margin-top: 10px; } }
/* line 530, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
          #home2 #pricing .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 552, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #home2 #pricing .charts .chart {
            width: 90% !important; } }
/* line 561, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.first {
  float: right;
  left: 12px; }
/* line 566, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.last {
  left: -12px; }
/* line 570, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }
/* line 575, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 400; }
/* line 583, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }
/* line 588, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .quantity {
  text-align: center; }
/* line 590, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 595, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .quantity .price {
  font-size: 49px; }
/* line 598, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 605, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }
/* line 616, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .specs {
  margin-top: 20px; }
/* line 618, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 625, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 631, ew-inc_/css/partials/pages/_index2.scss */
#home2 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 639, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover {
  margin-top: 120px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #home2 #features-hover {
        margin-top: 60px; } }
/* line 647, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
        #home2 #features-hover .images {
          height: 300px; } }
/* line 654, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }
/* line 660, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .images img.active {
  display: block; }
/* line 665, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
        #home2 #features-hover .features {
          margin-top: 0px; } }
/* line 672, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
          #home2 #features-hover .features .feature {
            width: 85%;
            margin: 0 auto; } }
/* line 678, ew-inc_/css/partials/pages/_index2.scss */
/* line 680, ew-inc_/css/partials/pages/_index2.scss */

#home2 #features-hover .features .feature.active strong, #home2 #features-hover .features .feature:hover strong {
  color: #58b0d5; }
/* line 683, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .features .feature.active p, #home2 #features-hover .features .feature:hover p {
  color: #555; }
/* line 687, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 692, ew-inc_/css/partials/pages/_index2.scss */
#home2 #features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 702, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }
/* line 706, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .header {
  text-align: center; }
/* line 708, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .header h3 {
  font-size: 22px;
  color: #555;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px; }
/* line 716, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial {
  width: 90%; }

@media (max-width: 767px) {
        #home2 #testimonials .testimonial {
          float: none !important;
          margin: 0 auto;
          margin-bottom: 45px; } }
/* line 725, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .quote {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 24px;
  border: 1px solid #e2e2e2;
  padding: 12px 22px;
  border-radius: 6px;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
          #home2 #testimonials .testimonial .quote {
            margin: 0 auto; } }
/* line 739, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .quote .arrow-down {
  position: absolute;
  bottom: 3px;
  left: 30px; }
/* line 744, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .quote .arrow-down .arrow, #home2 #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 11px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1002; }
/* line 753, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .quote .arrow-down .arrow-border {
  border-color: #e2e2e2 transparent transparent;
  border-width: 12px;
  top: 3px;
  z-index: 1001;
  left: -1px; }
/* line 762, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .author {
  margin-top: 40px;
  margin-left: 10px; }

@media (max-width: 767px) {
          #home2 #testimonials .testimonial .author {
            margin-left: 6%; } }
/* line 770, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .author .pic {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 18px;
  border: 1px solid #ccc; }
/* line 780, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .author .name {
  color: #3c92c5;
  line-height: 23px;
  font-weight: 500; }
/* line 785, ew-inc_/css/partials/pages/_index2.scss */
#home2 #testimonials .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }
/* line 795, ew-inc_/css/partials/pages/_index2.scss */
#home2 #cta {
  text-align: center;
  margin-top: 120px; }
/* line 799, ew-inc_/css/partials/pages/_index2.scss */
#home2 #cta p {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 17px;
  color: #7a7d81;
  letter-spacing: 0.1px; }
/* line 806, ew-inc_/css/partials/pages/_index2.scss */
#home2 #cta a {
  display: inline-block;
  margin-top: 25px;
  background: #6caae4;
  color: #fff;
  padding: 23px 40px;
  font-size: 17px;
  letter-spacing: 0.7px;
  font-weight: 300;
  font-family: Lato;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 821, ew-inc_/css/partials/pages/_index2.scss */
#home2 #cta a:hover {
  text-decoration: none;
  background: #3fd8df; }
/* line 828, ew-inc_/css/partials/pages/_index2.scss */
#home2 #clients {
  background: #5e7a9b;
  background: radial-gradient(#36414e, #253241);
  margin-top: 120px;
  padding: 65px 0 80px;
  text-align: center; }
/* line 836, ew-inc_/css/partials/pages/_index2.scss */
#home2 #clients h3 {
  color: #fff;
  margin-top: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 846, ew-inc_/css/partials/pages/_index2.scss */
#home2 #clients p {
  font-size: 16px;
  color: #f8f8f8;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  margin-top: 17px;
  font-weight: 300;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 856, ew-inc_/css/partials/pages/_index2.scss */
#home2 #clients .logos {
  margin-top: 35px; }
/* line 859, ew-inc_/css/partials/pages/_index2.scss */
#home2 #clients .logos img {
  margin: 0 16px; }

@media (max-width: 767px) {
          #home2 #clients .logos img {
            margin: 0 auto;
            display: block;
            margin-bottom: 15px; } }
/* line 1, ew-inc_/css/partials/pages/_index3.scss */
/* line 3, ew-inc_/css/partials/pages/_index3.scss */

#home3 .st-container {
  position: relative;
  overflow: hidden; }
/* line 7, ew-inc_/css/partials/pages/_index3.scss */
/* line 8, ew-inc_/css/partials/pages/_index3.scss */

#home3 .st-container.nav-effect .nav-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* line 11, ew-inc_/css/partials/pages/_index3.scss */
#home3 .st-container.nav-effect .nav-menu a {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* line 15, ew-inc_/css/partials/pages/_index3.scss */
#home3 .st-container.nav-effect .st-pusher {
  -moz-transform: translate3d(-320px, 0, 0);
  -o-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
          #home3 .st-container.nav-effect .st-pusher {
            -moz-transform: translate3d(-220px, 0, 0);
            -o-transform: translate3d(-220px, 0, 0);
            -ms-transform: translate3d(-220px, 0, 0);
            -webkit-transform: translate3d(-220px, 0, 0);
            transform: translate3d(-220px, 0, 0); } }
/* line 26, ew-inc_/css/partials/pages/_index3.scss */
#home3 .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }
/* line 35, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 320px;
  height: 100%;
  background: #2a313a;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

@media (max-width: 767px) {
      #home3 .nav-menu {
        width: 220px;
        position: absolute; } }
/* line 54, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu h3 {
  color: #fff;
  font-size: 26px;
  margin-left: 50px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
        #home3 .nav-menu h3 {
          margin-left: 30px;
          font-size: 23px; } }
/* line 66, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu a {
  display: block;
  padding: 5px 30px 5px 50px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        #home3 .nav-menu a {
          padding-left: 30px;
          font-size: 16px; } }
/* line 82, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu a:hover {
  color: #82c4f8; }
/* line 87, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu .social {
  margin-left: 45px;
  margin-top: 50px; }

@media (max-width: 767px) {
        #home3 .nav-menu .social {
          margin-left: 30px; } }
/* line 95, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu .social a {
  padding: 0px;
  display: inline-block;
  margin-right: 22px; }
/* line 99, ew-inc_/css/partials/pages/_index3.scss */
/* line 100, ew-inc_/css/partials/pages/_index3.scss */

#home3 .nav-menu .social a:hover i {
  color: #7ebde7; }
/* line 105, ew-inc_/css/partials/pages/_index3.scss */
#home3 .nav-menu .social a i {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 115, ew-inc_/css/partials/pages/_index3.scss */
#home3 .navbar {
  background: transparent !important; }
/* line 118, ew-inc_/css/partials/pages/_index3.scss */
#home3 .navbar .navbar-header {
  float: left; }
/* line 122, ew-inc_/css/partials/pages/_index3.scss */
#home3 .navbar .sidebar-toggle {
  width: 30px;
  float: right;
  margin-top: 15px;
  cursor: pointer; }
/* line 128, ew-inc_/css/partials/pages/_index3.scss */
#home3 .navbar .sidebar-toggle .line {
  background: #fff;
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 1px; }
/* line 138, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero {
  background: #3d4046;
  height: 630px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35);
  top: -60px;
  padding-top: 115px; }

@media (max-width: 991px) {
      #home3 #hero {
        padding-top: 100px;
        height: 550px; } }
/* line 152, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero #cover-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 105px;
  background-position: center center;
  background-size: cover;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  animation-delay: 0.15s;
  background-image: url("../../images/bg4.png"); }

@media (max-width: 991px) {
        #home3 #hero #cover-image {
          padding-top: 65px; } }
/* line 168, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero #cover-image:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  background: rgba(24, 22, 19, 0.4); }
/* line 179, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero #cover-image:before {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); }
/* line 194, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .container {
  position: relative;
  z-index: 3;
  height: 100%; }
/* line 200, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero h1.hero-text {
  text-align: center;
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin-top: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@media (max-width: 991px) {
        #home3 #hero h1.hero-text {
          font-size: 30px; } }

@media (max-width: 767px) {
        #home3 #hero h1.hero-text {
          font-size: 27px; } }
/* line 219, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .cta {
  text-align: center;
  margin-top: 40px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }
/* line 225, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .cta a {
  margin: 0px 20px; }

@media (max-width: 400px) {
          #home3 #hero .cta a {
            display: block; } }
/* line 232, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .cta a.button {
  border-radius: 50px;
  padding: 12px 36px;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media (max-width: 767px) {
            #home3 #hero .cta a.button {
              font-size: 16px; } }

@media (max-width: 400px) {
            #home3 #hero .cta a.button {
              width: 65%;
              margin: 0 auto;
              margin-bottom: 25px; } }
/* line 248, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .cta a.button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69b1f3 0 1px 30px; }
/* line 252, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .cta a.demo {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
            #home3 #hero .cta a.demo {
              font-size: 16px; } }
/* line 264, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .screenshot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
/* line 269, ew-inc_/css/partials/pages/_index3.scss */
#home3 #hero .screenshot img {
  margin: 0 auto; }
/* line 275, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #home3 #tabs {
        margin-bottom: 20px; } }
/* line 282, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .header {
  text-align: center; }
/* line 284, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }
/* line 290, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 296, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper {
  margin-top: 45px; }
/* line 298, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #ededed; }

@media (max-width: 991px) {
          #home3 #tabs .tabs-wrapper .nav-tabs {
            display: none; } }
/* line 306, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }
/* line 309, ew-inc_/css/partials/pages/_index3.scss */
/* line 310, ew-inc_/css/partials/pages/_index3.scss */

#home3 #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2b69a2;
  font-weight: 400;
  border-bottom: 0px; }
/* line 314, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7ba3c9;
  left: 1px;
  bottom: -1px; }
/* line 325, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 332, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2b69a2;
  background: none; }
/* line 339, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }
/* line 341, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
            #home3 #tabs .tabs-wrapper .tab-content .tab-pane {
              display: block !important;
              opacity: 1;
              filter: alpha(opacity=100);
              height: auto;
              text-align: center;
              margin-bottom: 70px; } }
/* line 353, ew-inc_/css/partials/pages/_index3.scss */
@media (max-width: 991px) {
              #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info {
                margin-bottom: 35px; } }
/* line 358, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }
/* line 365, ew-inc_/css/partials/pages/_index3.scss */
#home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6c7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
                #home3 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
                  margin: 0 auto;
                  width: 95%; } }
/* line 379, ew-inc_/css/partials/pages/_index3.scss */
/* line 380, ew-inc_/css/partials/pages/_index3.scss */

#home3 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }
/* line 390, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }

@media (max-width: 991px) {
      #home3 #pricing {
        margin-top: 40px; } }
/* line 407, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
        #home3 #pricing .header {
          margin-bottom: 25px; } }
/* line 414, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .header h3 {
  font-size: 27px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 421, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .header p {
  font-size: 17px;
  color: #f0f0f0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 429, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
        #home3 #pricing .charts {
          margin-top: 10px; } }
/* line 436, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
          #home3 #pricing .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 458, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #home3 #pricing .charts .chart {
            width: 90% !important; } }
/* line 467, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.first {
  float: right;
  left: 12px; }
/* line 472, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.last {
  left: -12px; }
/* line 476, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }
/* line 481, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 400; }
/* line 489, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }
/* line 494, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .quantity {
  text-align: center; }
/* line 496, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 501, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .quantity .price {
  font-size: 49px; }
/* line 504, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 511, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }
/* line 522, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .specs {
  margin-top: 20px; }
/* line 524, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 531, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 537, ew-inc_/css/partials/pages/_index3.scss */
#home3 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 545, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option {
  margin-top: 85px; }

@media (max-width: 991px) {
      #home3 #second-option {
        margin-top: 50px; } }
/* line 552, ew-inc_/css/partials/pages/_index3.scss */
@media (min-width: 992px) {
        #home3 #second-option .row {
          margin-bottom: 50px; } }
/* line 557, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
        #home3 #second-option .feature {
          text-align: center;
          margin-bottom: 35px; } }
/* line 565, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option .feature img {
  max-width: 40px; }
/* line 568, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }
/* line 572, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354e75;
  margin-top: 15px; }
/* line 579, ew-inc_/css/partials/pages/_index3.scss */
#home3 #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }
/* line 589, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }
/* line 592, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .header {
  text-align: center; }
/* line 594, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .header h3 {
  font-size: 26px;
  color: #555c68;
  line-height: 25px;
  font-weight: 300; }
/* line 600, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 606, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections {
  margin-top: 45px; }
/* line 608, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
          #home3 #grid-first .sections .section {
            margin-bottom: 40px; } }
/* line 615, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
/* line 621, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
            #home3 #grid-first .sections .section .info {
              margin-left: 45px;
              width: 80%;
              text-align: left; } }
/* line 631, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections .section .info strong {
  font-weight: 500;
  font-size: 18px;
  color: #555; }
/* line 636, ew-inc_/css/partials/pages/_index3.scss */
#home3 #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }
/* line 646, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 70px; }

@media (min-width: 992px) {
/* line 654, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .container {
  width: 870px; } }
/* line 659, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .device {
  margin: -30px 0px 0px 0px;
  position: relative;
  top: 2px; }
/* line 664, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .info {
  margin-top: 50px; }

@media (max-width: 767px) {
        #home3 #mobile .info {
          margin: 35px;
          text-align: center; } }
/* line 672, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .info h3 {
  font-weight: 300;
  color: #616974;
  font-size: 28px; }
/* line 677, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .info p {
  margin-top: 20px;
  color: #777;
  line-height: 21px; }
/* line 682, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .info .app-store {
  margin-top: 18px;
  border: none;
  display: inline-block; }
/* line 687, ew-inc_/css/partials/pages/_index3.scss */
#home3 #mobile .info .app-store img {
  max-width: 135px; }
/* line 694, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #home3 #cta {
        margin-top: 65px; } }
/* line 702, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta .form-wrapper {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }
/* line 710, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta h4 {
  font-size: 21px;
  color: #5f6e7c;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
/* line 716, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta form {
  margin-top: 30px; }
/* line 719, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
          #home3 #cta form .form-group {
            margin-right: 20px; } }
/* line 726, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
            #home3 #cta form .form-group .form-control {
              width: 100%; } }
/* line 734, ew-inc_/css/partials/pages/_index3.scss */
#home3 #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
          #home3 #cta form .button {
            margin-top: 25px;
            margin-left: 0px; } }
/* line 745, ew-inc_/css/partials/pages/_index3.scss */
/* line 746, ew-inc_/css/partials/pages/_index3.scss */

#home3 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }
/* line 750, ew-inc_/css/partials/pages/_index3.scss */
#home3 #demo .modal-body {
  padding: 0px; }
/* line 4, ew-inc_/css/partials/pages/_index4.scss */
/* line 5, ew-inc_/css/partials/pages/_index4.scss */

#home4 #hero {
  background: #4b4848;
  background-size: cover;
  height: 583px;
  position: relative;
  top: -60px;
  overflow: hidden;
  background-image: url("../../images/bg.png");
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.35); }

@media (max-width: 991px) {
      #home4 #hero {
        padding-top: 100px;
        height: 550px; } }

@media (min-width: 992px) {
      #home4 #hero {
        padding-top: 105px; } }
/* line 24, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero h1.hero-text {
  text-align: center;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }

@media (max-width: 991px) {
        #home4 #hero h1.hero-text {
          font-size: 30px; } }

@media (max-width: 767px) {
        #home4 #hero h1.hero-text {
          font-size: 27px; } }
/* line 40, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .cta {
  text-align: center;
  margin-top: 40px; }
/* line 43, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .cta a {
  margin: 0px 20px; }

@media (max-width: 400px) {
          #home4 #hero .cta a {
            display: block; } }
/* line 50, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .cta a.button {
  border-radius: 50px;
  padding: 12px 36px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media (max-width: 767px) {
            #home4 #hero .cta a.button {
              font-size: 16px; } }

@media (max-width: 400px) {
            #home4 #hero .cta a.button {
              width: 65%;
              margin: 0 auto;
              margin-bottom: 25px; } }
/* line 65, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .cta a.button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #69b1f3 0 1px 30px; }
/* line 69, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .cta a.demo {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

@media (max-width: 767px) {
            #home4 #hero .cta a.demo {
              font-size: 16px; } }
/* line 80, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .screenshot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
/* line 85, ew-inc_/css/partials/pages/_index4.scss */
#home4 #hero .screenshot img {
  margin: 0 auto; }
/* line 91, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #home4 #tabs {
        margin-bottom: 20px; } }
/* line 98, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .header {
  text-align: center; }
/* line 100, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .header h3 {
  font-size: 26px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }
/* line 106, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 112, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper {
  margin-top: 45px; }
/* line 114, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #ededed; }

@media (max-width: 991px) {
          #home4 #tabs .tabs-wrapper .nav-tabs {
            display: none; } }
/* line 122, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }
/* line 125, ew-inc_/css/partials/pages/_index4.scss */
/* line 126, ew-inc_/css/partials/pages/_index4.scss */

#home4 #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2b69a2;
  font-weight: 400;
  border-bottom: 0px; }
/* line 130, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7ba3c9;
  left: 1px;
  bottom: -1px; }
/* line 141, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 148, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2b69a2;
  background: none; }
/* line 155, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }
/* line 157, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
            #home4 #tabs .tabs-wrapper .tab-content .tab-pane {
              display: block !important;
              opacity: 1;
              filter: alpha(opacity=100);
              height: auto;
              text-align: center;
              margin-bottom: 70px; } }
/* line 169, ew-inc_/css/partials/pages/_index4.scss */
@media (max-width: 991px) {
              #home4 #tabs .tabs-wrapper .tab-content .tab-pane .info {
                margin-bottom: 35px; } }
/* line 174, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }
/* line 181, ew-inc_/css/partials/pages/_index4.scss */
#home4 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6c7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
                #home4 #tabs .tabs-wrapper .tab-content .tab-pane .info p {
                  margin: 0 auto;
                  width: 95%; } }
/* line 195, ew-inc_/css/partials/pages/_index4.scss */
/* line 196, ew-inc_/css/partials/pages/_index4.scss */

#home4 #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }
/* line 206, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 55px; }

@media (max-width: 991px) {
      #home4 #pricing {
        margin-top: 40px; } }
/* line 223, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .header {
  text-align: center; }

@media (max-width: 991px) {
        #home4 #pricing .header {
          margin-bottom: 25px; } }
/* line 230, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .header h3 {
  font-size: 27px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 237, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .header p {
  font-size: 17px;
  color: #f0f0f0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 245, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts {
  margin-top: 35px; }

@media (max-width: 991px) {
        #home4 #pricing .charts {
          margin-top: 10px; } }
/* line 252, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
          #home4 #pricing .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 274, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #home4 #pricing .charts .chart {
            width: 90% !important; } }
/* line 283, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.first {
  float: right;
  left: 12px; }
/* line 288, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.last {
  left: -12px; }
/* line 292, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }
/* line 297, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 400; }
/* line 305, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart.featured .quantity {
  margin-top: 15px; }
/* line 310, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .quantity {
  text-align: center; }
/* line 312, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 317, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .quantity .price {
  font-size: 49px; }
/* line 320, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 327, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }
/* line 338, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .specs {
  margin-top: 20px; }
/* line 340, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 347, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 353, ew-inc_/css/partials/pages/_index4.scss */
#home4 #pricing .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 361, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option {
  margin-top: 85px; }

@media (max-width: 991px) {
      #home4 #second-option {
        margin-top: 50px; } }
/* line 368, ew-inc_/css/partials/pages/_index4.scss */
@media (min-width: 992px) {
        #home4 #second-option .row {
          margin-bottom: 50px; } }
/* line 373, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
        #home4 #second-option .feature {
          text-align: center;
          margin-bottom: 35px; } }
/* line 381, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option .feature img {
  max-width: 40px; }
/* line 384, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }
/* line 388, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354e75;
  margin-top: 15px; }
/* line 395, ew-inc_/css/partials/pages/_index4.scss */
#home4 #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }
/* line 405, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first {
  margin-top: 70px;
  -webkit-font-smoothing: antialiased; }
/* line 408, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .header {
  text-align: center; }
/* line 410, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .header h3 {
  font-size: 26px;
  color: #555c68;
  line-height: 25px;
  font-weight: 300; }
/* line 416, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 422, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections {
  margin-top: 45px; }
/* line 424, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
          #home4 #grid-first .sections .section {
            margin-bottom: 40px; } }
/* line 431, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
/* line 437, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
            #home4 #grid-first .sections .section .info {
              margin-left: 45px;
              width: 80%;
              text-align: left; } }
/* line 447, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections .section .info strong {
  font-weight: 500;
  font-size: 18px;
  color: #555; }
/* line 452, ew-inc_/css/partials/pages/_index4.scss */
#home4 #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }
/* line 462, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile {
  -webkit-font-smoothing: antialiased;
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin-top: 60px; }

@media (min-width: 992px) {
/* line 470, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .container {
  width: 870px; } }
/* line 475, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .device {
  margin: -30px 0px 0px 0px;
  position: relative;
  top: 2px; }
/* line 480, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .info {
  margin-top: 50px; }

@media (max-width: 767px) {
        #home4 #mobile .info {
          margin: 35px;
          text-align: center; } }
/* line 488, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .info h3 {
  font-weight: 400;
  color: #444; }
/* line 492, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .info p {
  margin-top: 20px;
  color: #666;
  line-height: 21px; }
/* line 497, ew-inc_/css/partials/pages/_index4.scss */
#home4 #mobile .info .button {
  margin-top: 10px;
  padding: 8px 26px;
  border-radius: 50px; }
/* line 505, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta {
  margin-top: 100px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #home4 #cta {
        margin-top: 65px; } }
/* line 513, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta .form-wrapper {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px 30px 30px;
  margin: 0 auto; }
/* line 521, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta h4 {
  font-size: 21px;
  color: #5f6e7c;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); }
/* line 527, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta form {
  margin-top: 30px; }
/* line 530, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta form .form-group {
  margin-right: 25px; }

@media (max-width: 991px) {
          #home4 #cta form .form-group {
            margin-right: 20px; } }
/* line 537, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta form .form-group .form-control {
  width: 195px; }

@media (max-width: 767px) {
            #home4 #cta form .form-group .form-control {
              width: 100%; } }
/* line 545, ew-inc_/css/partials/pages/_index4.scss */
#home4 #cta form .button {
  margin-left: 25px; }

@media (max-width: 991px) {
          #home4 #cta form .button {
            margin-top: 25px;
            margin-left: 0px; } }
/* line 556, ew-inc_/css/partials/pages/_index4.scss */
/* line 557, ew-inc_/css/partials/pages/_index4.scss */

#home4 #demo .modal-dialog {
  padding-top: 100px;
  width: 650px; }
/* line 561, ew-inc_/css/partials/pages/_index4.scss */
#home4 #demo .modal-body {
  padding: 0px; }
/* line 3, ew-inc_/css/partials/pages/_features.scss */
/* line 4, ew-inc_/css/partials/pages/_features.scss */

#features #tabs {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
      #features #tabs {
        margin-bottom: 20px; } }
/* line 13, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .header {
  text-align: center; }
/* line 15, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 22, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 28, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper {
  margin-top: 45px; }
/* line 30, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #ededed; }

@media (max-width: 991px) {
          #features #tabs .tabs-wrapper .nav-tabs {
            display: none; } }
/* line 38, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .nav-tabs li {
  float: none;
  display: inline-block; }
/* line 41, ew-inc_/css/partials/pages/_features.scss */
/* line 42, ew-inc_/css/partials/pages/_features.scss */

#features #tabs .tabs-wrapper .nav-tabs li.active a {
  color: #2b69a2;
  font-weight: 400;
  border-bottom: 0px; }
/* line 46, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7ba3c9;
  left: 1px;
  bottom: -1px; }
/* line 57, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .nav-tabs li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 64, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .nav-tabs li a:hover {
  color: #2b69a2;
  background: none; }
/* line 71, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .tab-content {
  margin-top: 60px; }
/* line 73, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .tab-content .tab-pane {
  height: 325px; }

@media (max-width: 991px) {
            #features #tabs .tabs-wrapper .tab-content .tab-pane {
              display: block !important;
              opacity: 1;
              filter: alpha(opacity=100);
              height: auto;
              text-align: center;
              margin-bottom: 70px; } }
/* line 85, ew-inc_/css/partials/pages/_features.scss */
@media (max-width: 991px) {
              #features #tabs .tabs-wrapper .tab-content .tab-pane .info {
                margin-bottom: 35px; } }
/* line 90, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }
/* line 97, ew-inc_/css/partials/pages/_features.scss */
#features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
  color: #6c7279;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
                #features #tabs .tabs-wrapper .tab-content .tab-pane .info p {
                  margin: 0 auto;
                  width: 95%; } }
/* line 111, ew-inc_/css/partials/pages/_features.scss */
/* line 112, ew-inc_/css/partials/pages/_features.scss */

#features #tabs .tabs-wrapper .tab-content .tab-pane .image img {
  display: inline-block;
  margin: 0 auto; }
/* line 122, ew-inc_/css/partials/pages/_features.scss */
#features #first-option {
  /* mixin found in partials/snippets */
  margin-top: 100px; }

@media (max-width: 991px) {
      #features #first-option {
        margin-top: 50px; } }
/* line 8, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .header {
  text-align: center; }
/* line 10, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .header h2 {
  color: #555;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 767px) {
          #features #first-option .header h2 {
            font-size: 25px; } }
/* line 19, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .header p {
  font-weight: 300;
  font-size: 17px;
  color: #757575; }
/* line 25, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .feature {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 992px) {
/* line 30, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 31, ew-inc_/css/partials/pages/../snippets/_features.scss */
  #features #first-option .feature.backwards .info {
    float: right; }
/* line 34, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .feature.backwards .image {
  float: left; }
/* line 36, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .feature.backwards .image img {
  margin: 0 auto; } }

@media (max-width: 991px) {
        #features #first-option .feature {
          margin-top: 10px; } }
/* line 47, ew-inc_/css/partials/pages/../snippets/_features.scss */
/* line 48, ew-inc_/css/partials/pages/../snippets/_features.scss */

#features #first-option .feature .info h4 {
  color: #3b88b6;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  margin-top: 35px; }

@media (max-width: 991px) {
            #features #first-option .feature .info h4 {
              text-align: center; } }
/* line 59, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .feature .info p {
  color: #6c7279;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  width: 83%;
  font-weight: normal; }

@media (max-width: 991px) {
            #features #first-option .feature .info p {
              text-align: center;
              width: 100%;
              font-size: 14px; } }
/* line 74, ew-inc_/css/partials/pages/../snippets/_features.scss */
@media (max-width: 991px) {
/* line 76, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .feature .image img {
  margin: 0 auto !important;
  margin-top: 20px; } }
/* line 83, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 70px 0 60px; }
/* line 89, ew-inc_/css/partials/pages/../snippets/_features.scss */
#features #first-option .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }

@media (max-width: 991px) {
        #features #first-option .divider {
          margin: 55px 0 35px; } }

@media (max-width: 991px) {
      #features #first-option {
        margin-top: 15px; } }
/* line 130, ew-inc_/css/partials/pages/_features.scss */
#features #first-option .feature {
  margin-bottom: 130px; }

@media (max-width: 991px) {
        #features #first-option .feature {
          margin-bottom: 50px; } }
/* line 137, ew-inc_/css/partials/pages/_features.scss */
/* line 138, ew-inc_/css/partials/pages/_features.scss */

#features #first-option .feature.last .image img {
  margin-left: 70px; }
/* line 145, ew-inc_/css/partials/pages/_features.scss */
/* line 146, ew-inc_/css/partials/pages/_features.scss */

#features #second-option .row {
  margin-bottom: 50px; }
/* line 149, ew-inc_/css/partials/pages/_features.scss */
#features #second-option .feature {
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
        #features #second-option .feature {
          margin-bottom: 25px; } }
/* line 156, ew-inc_/css/partials/pages/_features.scss */
#features #second-option .feature img {
  max-width: 40px; }

@media (max-width: 991px) {
          #features #second-option .feature img {
            display: block;
            margin: 0 auto; } }
/* line 164, ew-inc_/css/partials/pages/_features.scss */
#features #second-option .feature .icon {
  font-size: 32px;
  color: #4187ba; }
/* line 168, ew-inc_/css/partials/pages/_features.scss */
#features #second-option .feature strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #354e75;
  margin-top: 15px; }

@media (max-width: 991px) {
          #features #second-option .feature strong {
            text-align: center; } }
/* line 179, ew-inc_/css/partials/pages/_features.scss */
#features #second-option .feature p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }
/* line 189, ew-inc_/css/partials/pages/_features.scss */
#features #slider {
  margin-top: 70px; }

@media (max-width: 991px) {
      #features #slider {
        margin-top: 30px; } }
/* line 8, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .header {
  text-align: center;
  -webkit-font-smoothing: antialiased; }
/* line 12, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .header h3 {
  font-family: 'Lato', 'Helvetica Neue', Arial;
  font-size: 25px;
  color: #555;
  line-height: 25px;
  margin-bottom: 15px; }
/* line 20, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper {
  border-bottom: 1px solid #e4e4e4; }
/* line 23, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow {
  background: url("../../images/slider-bg.png") 0 0 no-repeat;
  margin: 0 auto;
  margin-top: 35px;
  width: 844px;
  height: 418px;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
          #features #slider .slide-wrapper .slideshow {
            background: none;
            width: inherit;
            height: 340px; } }

@media (max-width: 620px) {
          #features #slider .slide-wrapper .slideshow {
            height: 290px; } }

@media (max-width: 530px) {
          #features #slider .slide-wrapper .slideshow {
            height: 240px; } }

@media (max-width: 450px) {
          #features #slider .slide-wrapper .slideshow {
            height: 205px; } }
/* line 50, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .btn-nav {
  width: 48px;
  height: 51px;
  position: absolute;
  top: 55%;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 65, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .btn-nav.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important; }
/* line 71, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .btn-nav.prev {
  background: url("../../images/slider/slide-left.png") 0 0 no-repeat;
  left: 91px;
  -moz-transform: translateX(-48px);
  -o-transform: translateX(-48px);
  -ms-transform: translateX(-48px);
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px); }

@media (max-width: 991px) {
              #features #slider .slide-wrapper .slideshow .btn-nav.prev {
                left: 30px; } }
/* line 80, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .btn-nav.next {
  background: url("../../images/slider/slide-right.png") 0 0 no-repeat;
  right: 91px;
  -moz-transform: translateX(48px);
  -o-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -webkit-transform: translateX(48px);
  transform: translateX(48px); }

@media (max-width: 991px) {
              #features #slider .slide-wrapper .slideshow .btn-nav.next {
                right: 29px; } }
/* line 91, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .slide {
  width: 100%;
  height: 100%;
  position: absolute; }
/* line 96, ew-inc_/css/partials/pages/../snippets/_slider.scss */
/* line 97, ew-inc_/css/partials/pages/../snippets/_slider.scss */

#features #slider .slide-wrapper .slideshow .slide.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
/* line 104, ew-inc_/css/partials/pages/../snippets/_slider.scss */
#features #slider .slide-wrapper .slideshow .slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translateY(300px);
  -o-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }

@media (max-width: 767px) {
              #features #slider .slide-wrapper .slideshow .slide img {
                width: 100%; } }
/* line 193, ew-inc_/css/partials/pages/_features.scss */
#features #showcase {
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }
/* line 197, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .header {
  text-align: center;
  margin-bottom: 45px; }
/* line 200, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .header h3 {
  font-size: 25px;
  color: #444;
  line-height: 25px;
  font-weight: 300; }
/* line 207, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics {
  text-align: center; }
/* line 209, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics .pic {
  position: relative;
  width: 250px;
  height: 258px;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

@media (max-width: 991px) {
          #features #showcase .pics .pic {
            margin-bottom: 35px; } }
/* line 225, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics .pic:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none; }
/* line 231, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics .pic .bg {
  position: absolute;
  padding: 80px 20px 20px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%); }
/* line 245, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics .pic img {
  display: block;
  margin: 0 auto;
  border-radius: 5px; }
/* line 250, ew-inc_/css/partials/pages/_features.scss */
#features #showcase .pics .pic p {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  text-align: left;
  color: #fff;
  font-size: 22px;
  position: absolute;
  line-height: 28px;
  bottom: 7px;
  left: 20px;
  width: 75%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
/* line 1, ew-inc_/css/partials/pages/_services.scss */
#services {
  -webkit-font-smoothing: antialiased; }
/* line 4, ew-inc_/css/partials/pages/_services.scss */
#services #hero {
  margin-top: 70px; }

@media (min-width: 992px) {
/* line 8, ew-inc_/css/partials/pages/_services.scss */
#services #hero .row {
  border-bottom: 1px solid #e6e6e8; } }
/* line 13, ew-inc_/css/partials/pages/_services.scss */
/* line 14, ew-inc_/css/partials/pages/_services.scss */

@media (max-width: 991px) {
          #services #hero .image img {
            margin: 0 auto; } }
/* line 20, ew-inc_/css/partials/pages/_services.scss */
@media (min-width: 992px) {
        #services #hero .info {
          padding-left: 60px; } }

@media (max-width: 991px) {
        #services #hero .info {
          text-align: center; } }
/* line 29, ew-inc_/css/partials/pages/_services.scss */
#services #hero .info h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-weight: 500;
  margin-top: 70px;
  font-size: 28px; }
/* line 35, ew-inc_/css/partials/pages/_services.scss */
#services #hero .info p {
  color: #666;
  margin-top: 15px;
  line-height: 23px; }

@media (min-width: 992px) {
          #services #hero .info p {
            width: 85%; } }
/* line 46, ew-inc_/css/partials/pages/_services.scss */
#services #tabs {
  margin-top: 110px; }

@media (max-width: 991px) {
      #services #tabs {
        margin-top: 70px; } }
/* line 53, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons {
  text-align: center; }
/* line 56, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons .hexagon {
  background: url("../../images/hexagon.png") 0 0 no-repeat;
  width: 100px;
  height: 113px;
  position: relative;
  display: inline-block;
  margin-right: 60px;
  cursor: pointer; }

@media (max-width: 991px) {
          #services #tabs .hexagons .hexagon {
            margin: 0; } }
/* line 69, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons .hexagon:hover, #services #tabs .hexagons .hexagon.active {
  background-position: 0 -117px; }
/* line 72, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons .hexagon:hover .icon, #services #tabs .hexagons .hexagon.active .icon {
  color: #fff; }
/* line 76, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons .hexagon:last-child {
  margin-right: 0px; }
/* line 79, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .hexagons .hexagon .icon {
  font-size: 48px;
  color: #80939b;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  text-align: center; }
/* line 90, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .sections {
  margin-top: 35px;
  position: relative;
  height: 220px; }
/* line 94, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .sections .section {
  display: none;
  position: absolute; }
/* line 97, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .sections .section.active {
  display: block; }
/* line 101, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .sections .section h4 {
  margin-bottom: 18px; }
/* line 104, ew-inc_/css/partials/pages/_services.scss */
#services #tabs .sections .section p {
  line-height: 25px; }
/* line 111, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first {
  margin-top: 30px; }
/* line 113, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .header {
  border-top: 1px solid #e6e6e8;
  padding-top: 55px;
  text-align: center; }
/* line 117, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .header h3 {
  font-size: 25px;
  color: #555c68;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 13px; }
/* line 124, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 130, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections {
  margin-top: 45px; }
/* line 133, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections .section {
  text-align: center; }

@media (max-width: 991px) {
          #services #grid-first .sections .section {
            margin-bottom: 40px; } }
/* line 140, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections .section .pic {
  display: inline-block;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45), inset 0px 0px 1px 1px #fff; }
/* line 146, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections .section .info {
  margin-top: 25px;
  text-align: center; }

@media (min-width: 992px) {
            #services #grid-first .sections .section .info {
              margin-left: 45px;
              width: 80%;
              text-align: left; } }
/* line 156, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections .section .info strong {
  font-weight: 500;
  font-size: 18px;
  color: #555; }
/* line 161, ew-inc_/css/partials/pages/_services.scss */
#services #grid-first .sections .section .info p {
  color: #666;
  margin-top: 15px;
  line-height: 22px; }
/* line 171, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second {
  margin-top: 80px; }

@media (max-width: 991px) {
      #services #grid-second {
        margin-top: 50px; } }
/* line 178, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .header {
  border-top: 1px solid #e6e6e8;
  padding-top: 55px;
  margin-bottom: 35px; }
/* line 183, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .header h3 {
  font-size: 27px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }

@media (max-width: 991px) {
          #services #grid-second .header h3 {
            text-align: center; } }
/* line 195, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  width: 50%;
  line-height: 24px;
  margin-top: 15px; }

@media (max-width: 991px) {
          #services #grid-second .header p {
            margin: 0 auto;
            width: 90%;
            text-align: center; } }
/* line 210, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .features {
  margin-bottom: 20px; }
/* line 212, ew-inc_/css/partials/pages/_services.scss */
@media (max-width: 991px) {
          #services #grid-second .features .feature {
            text-align: center;
            margin-bottom: 30px; } }
/* line 219, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .features .feature img {
  max-width: 40px;
  position: relative;
  top: 10px; }

@media (min-width: 992px) {
            #services #grid-second .features .feature img {
              float: left; } }
/* line 228, ew-inc_/css/partials/pages/_services.scss */
@media (min-width: 992px) {
            #services #grid-second .features .feature .info {
              float: left;
              width: 80%;
              margin-left: 20px; } }
/* line 234, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .features .feature .info strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #444;
  margin-top: 15px; }
/* line 241, ew-inc_/css/partials/pages/_services.scss */
#services #grid-second .features .feature .info p {
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  margin-top: 10px;
  line-height: 24px; }
/* line 253, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover {
  margin-top: 120px; }

@media (max-width: 991px) {
      #services #features-hover {
        margin-top: 60px; } }
/* line 260, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .images {
  height: 355px; }

@media (max-width: 767px) {
        #services #features-hover .images {
          height: 300px; } }
/* line 267, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .images img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  display: none; }
/* line 273, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .images img.active {
  display: block; }
/* line 278, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .features {
  margin-top: 50px; }

@media (max-width: 991px) {
        #services #features-hover .features {
          margin-top: 0px; } }
/* line 285, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .features .feature {
  cursor: pointer; }

@media (min-width: 992px) {
          #services #features-hover .features .feature {
            width: 85%;
            margin: 0 auto; } }
/* line 291, ew-inc_/css/partials/pages/_services.scss */
/* line 293, ew-inc_/css/partials/pages/_services.scss */

#services #features-hover .features .feature.active strong, #services #features-hover .features .feature:hover strong {
  color: #58b0d5; }
/* line 296, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .features .feature.active p, #services #features-hover .features .feature:hover p {
  color: #555; }
/* line 300, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .features .feature strong {
  color: #b6b6b6;
  font-size: 16px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 305, ew-inc_/css/partials/pages/_services.scss */
#services #features-hover .features .feature p {
  margin-top: 15px;
  line-height: 25px;
  color: #b6b6b6;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 315, ew-inc_/css/partials/pages/_services.scss */
#services #cta {
  margin-top: 120px; }
/* line 318, ew-inc_/css/partials/pages/_services.scss */
#services #cta .wrapper {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  padding: 30px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }

@media (max-width: 991px) {
        #services #cta .wrapper {
          text-align: center; } }
/* line 330, ew-inc_/css/partials/pages/_services.scss */
#services #cta h4 {
  font-size: 20px;
  color: #5f6e7c;
  font-weight: 400;
  float: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 767px) {
        #services #cta h4 {
          font-size: 17px;
          line-height: 23px; } }
/* line 342, ew-inc_/css/partials/pages/_services.scss */
#services #cta .button {
  float: right; }

@media (max-width: 991px) {
        #services #cta .button {
          float: none;
          margin-top: 20px; } }
/* line 1, ew-inc_/css/partials/pages/_signup.scss */
#signup {
  height: 100%;
  background-attachment: fixed !important;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  -webkit-font-smoothing: antialiased; }
/* line 12, ew-inc_/css/partials/pages/_signup.scss */
/* line 14, ew-inc_/css/partials/pages/_signup.scss */

#signup .header .logo {
  margin-top: 40px;
  text-align: center; }
/* line 18, ew-inc_/css/partials/pages/_signup.scss */
#signup .header .logo a {
  color: #fff;
  font-size: 31px;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 25, ew-inc_/css/partials/pages/_signup.scss */
#signup .header .logo a:hover {
  text-decoration: none;
  color: #bbb; }
/* line 32, ew-inc_/css/partials/pages/_signup.scss */
#signup .header h4 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  margin-top: 45px;
  margin-bottom: 5px; }
/* line 42, ew-inc_/css/partials/pages/_signup.scss */
#signup .header p {
  color: #fff;
  text-align: center; }
/* line 48, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper {
  margin: 0 auto;
  width: 51%;
  margin-top: 25px;
  background: #fff;
  padding: 15px 50px 25px 50px;
  border-radius: 5px;
  border-top: 6px solid #6ed5e4; }

@media (max-width: 991px) {
      #signup .wrapper {
        width: 67%; } }

@media (max-width: 767px) {
      #signup .wrapper {
        width: 100%; } }
/* line 65, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy {
  margin-top: 22px; }
/* line 67, ew-inc_/css/partials/pages/_signup.scss */
/* line 68, ew-inc_/css/partials/pages/_signup.scss */

#signup .wrapper .formy .form-group label {
  color: #46515f; }
/* line 72, ew-inc_/css/partials/pages/_signup.scss */
/* line 73, ew-inc_/css/partials/pages/_signup.scss */

#signup .wrapper .formy .checkbox label {
  color: #666;
  font-size: 13px; }
/* line 77, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .checkbox input {
  position: relative;
  top: -1px; }
/* line 82, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .submit {
  text-align: center; }
/* line 84, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .submit .button-clear {
  margin-top: 35px;
  display: inline-block; }
/* line 89, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info {
  float: right;
  width: 67%; }
/* line 92, ew-inc_/css/partials/pages/_signup.scss */
/* line 93, ew-inc_/css/partials/pages/_signup.scss */

#signup .wrapper .formy .info .good-company strong {
  font-size: 15px;
  font-weight: 500; }
/* line 97, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .good-company p {
  color: #858585;
  margin-top: 9px; }
/* line 102, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial {
  margin-top: 40px; }
/* line 104, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial .quote {
  font-style: italic;
  font-size: 13px;
  color: #555;
  line-height: 20px;
  -webkit-font-smoothing: auto; }
/* line 111, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial .author {
  margin-top: 20px; }
/* line 113, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial .author .pic {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: -6px;
  margin-right: 18px; }
/* line 122, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial .author .name {
  color: #3c92c5;
  line-height: 23px;
  font-weight: 500; }
/* line 127, ew-inc_/css/partials/pages/_signup.scss */
#signup .wrapper .formy .info .testimonial .author .company {
  font-size: 14px;
  color: #909090;
  line-height: 23px;
  font-weight: 400; }
/* line 138, ew-inc_/css/partials/pages/_signup.scss */
#signup .already-account {
  text-align: center;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 13px;
  font-weight: 500; }
/* line 145, ew-inc_/css/partials/pages/_signup.scss */
#signup .already-account a {
  color: #fff;
  text-decoration: underline; }
/* line 149, ew-inc_/css/partials/pages/_signup.scss */
#signup .already-account .popover-content {
  color: #000;
  font-size: 17px;
  font-weight: 400; }
/* line 1, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate {
  height: 100%;
  background-attachment: fixed !important;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  -webkit-font-smoothing: antialiased; }
/* line 12, ew-inc_/css/partials/pages/_signup_rotate.scss */
/* line 13, ew-inc_/css/partials/pages/_signup_rotate.scss */

#signup-rotate .header .logo {
  margin-top: 40px;
  text-align: center; }
/* line 16, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .header .logo a {
  color: #fff;
  font-size: 31px;
  font-family: 'Lato', 'Helvetica Neue', Arial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 22, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .header .logo a:hover {
  text-decoration: none;
  color: #bbb; }
/* line 28, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .header h4 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  margin-top: 45px;
  margin-bottom: 5px; }
/* line 37, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .header p {
  color: #fff;
  text-align: center; }
/* line 43, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .rotate-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  margin: 0 auto; }
/* line 51, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrappers {
  min-height: 445px;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
/* line 62, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrappers.flipped {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
/* line 65, ew-inc_/css/partials/pages/_signup_rotate.scss */
/* line 66, ew-inc_/css/partials/pages/_signup_rotate.scss */

#signup-rotate .wrappers.flipped-ended .front {
  z-index: 1; }
/* line 69, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrappers.flipped-ended .back {
  z-index: 3; }
/* line 75, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper {
  margin: 0 auto;
  width: 51%;
  margin-top: 25px;
  background: #fff;
  padding: 15px 50px 25px 50px;
  border-radius: 5px;
  border-top: 6px solid #6ed5e4;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  /* These are commented out because they break the rotation on IE */
  /*-ms-backface-visibility: hidden;*/
  /*backface-visibility: hidden;*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@media (max-width: 991px) {
      #signup-rotate .wrapper {
        width: 67%; } }

@media (max-width: 767px) {
      #signup-rotate .wrapper {
        width: 100%; } }
/* line 110, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper.front {
  z-index: 3; }
/* line 114, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper.back {
  z-index: 1;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
/* line 118, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper.back h3 {
  margin-top: -5px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 400; }
/* line 126, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper .formy {
  margin-top: 22px; }
/* line 128, ew-inc_/css/partials/pages/_signup_rotate.scss */
/* line 129, ew-inc_/css/partials/pages/_signup_rotate.scss */

#signup-rotate .wrapper .formy .form-group label {
  color: #46515f; }
/* line 133, ew-inc_/css/partials/pages/_signup_rotate.scss */
/* line 134, ew-inc_/css/partials/pages/_signup_rotate.scss */

#signup-rotate .wrapper .formy .checkbox label {
  color: #666;
  font-size: 13px; }
/* line 138, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper .formy .checkbox input {
  position: relative;
  top: -1px; }
/* line 143, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper .formy .submit {
  text-align: center; }
/* line 145, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .wrapper .formy .submit .button-clear {
  margin-top: 35px;
  display: inline-block; }
/* line 152, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .change-view {
  text-align: center;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 13px;
  font-weight: 500;
  display: none; }
/* line 161, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .change-view.active {
  display: block; }
/* line 165, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .change-view a {
  color: #fff;
  text-decoration: underline; }
/* line 170, ew-inc_/css/partials/pages/_signup_rotate.scss */
#signup-rotate .change-view .popover-content {
  color: #000;
  font-size: 17px;
  font-weight: 400; }
/* line 1, ew-inc_/css/partials/pages/_blog.scss */
#blog {
  -webkit-font-smoothing: antialiased; }
/* line 4, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts {
  margin-top: 55px; }
/* line 7, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post {
  margin-bottom: 90px; }
/* line 9, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .pic {
  border: 0px; }
/* line 11, ew-inc_/css/partials/pages/_blog.scss */
/* line 12, ew-inc_/css/partials/pages/_blog.scss */

#blog #posts .post .pic:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90); }
/* line 17, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .pic img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

@media (max-width: 991px) {
            #blog #posts .post .pic img {
              margin: 0 auto; } }
/* line 27, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .video {
  /* make video fluid for responsiveness */ }

@media (min-width: 992px) {
          #blog #posts .post .video {
            max-width: 635px; } }
/* line 33, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .video .iframe-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0; }
/* line 37, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 46, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .title {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 28px;
  font-weight: 600;
  margin-top: 33px; }

@media (max-width: 991px) {
          #blog #posts .post .title {
            text-align: center;
            margin-bottom: 20px; } }

@media (max-width: 767px) {
          #blog #posts .post .title {
            font-size: 23px; } }
/* line 61, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .title a {
  color: #111;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear; }
/* line 64, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .title a:hover {
  text-decoration: none;
  color: #428bca; }
/* line 70, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .author {
  color: #888;
  margin-top: 4px;
  position: relative; }
/* line 74, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .author .avatar {
  max-width: 60px;
  border-radius: 50px;
  position: absolute;
  left: -75px;
  top: -15px;
  border: 1px solid #e0e0e0; }
/* line 83, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .intro {
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  margin-top: 18px;
  font-size: 16px;
  line-height: 27px;
  color: #4d4d4d; }

@media (min-width: 992px) {
          #blog #posts .post .intro {
            width: 90%; } }
/* line 94, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .post .continue-reading {
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-size: 15px;
  display: inline-block;
  margin-top: 8px;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 103, ew-inc_/css/partials/pages/_blog.scss */
@media (max-width: 991px) {
        #blog #posts .pages {
          text-align: center; } }
/* line 109, ew-inc_/css/partials/pages/_blog.scss */
@media (max-width: 991px) {
        #blog #posts .sidebar {
          margin-top: 70px;
          text-align: center; } }
/* line 116, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search {
  margin-bottom: 40px; }
/* line 118, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search form {
  position: relative;
  left: -20px; }
/* line 122, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search .icomoon-search {
  font-size: 16px;
  color: #b9b9b9;
  position: relative;
  left: 25px;
  top: 1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
/* line 130, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search .icomoon-search.active {
  color: #555; }
/* line 134, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search input {
  border: 0px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 30px;
  padding-bottom: 6px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #777;
  font-weight: 300; }

@media (max-width: 991px) {
            #blog #posts .sidebar .search input {
              width: 95%; } }
/* line 147, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .search input:focus {
  border-bottom-color: #888; }
/* line 36, ew-inc_/css/modules/_mixins.scss */
#blog #posts .sidebar .search input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
#blog #posts .sidebar .search input:-moz-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
#blog #posts .sidebar .search input::-moz-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
#blog #posts .sidebar .search input:-ms-input-placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 13px; }
/* line 158, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .updates {
  padding: 17px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

@media (min-width: 992px) {
          #blog #posts .sidebar .updates {
            width: 85%; } }
/* line 165, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .updates strong {
  color: #444; }
/* line 168, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .updates .fa-rss {
  color: #428bca;
  font-size: 16px;
  position: relative;
  margin-left: 5px; }
/* line 174, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .updates p {
  font-size: 13px;
  margin-top: 9px;
  color: #777;
  margin-bottom: 5px; }
/* line 181, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .follow-tw {
  margin-top: 20px; }
/* line 183, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .follow-tw img {
  cursor: pointer; }
/* line 185, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .best-hits {
  margin-top: 35px;
  padding-left: 5px; }

@media (max-width: 991px) {
          #blog #posts .sidebar .best-hits {
            margin-top: 40px; } }
/* line 193, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .best-hits strong {
  font-weight: 500;
  color: #444;
  margin-bottom: 15px;
  font-size: 15px;
  display: block; }
/* line 200, ew-inc_/css/partials/pages/_blog.scss */
#blog #posts .sidebar .best-hits a {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px; }

@media (max-width: 991px) {
            #blog #posts .sidebar .best-hits a {
              display: block;
              margin-bottom: 10px; } }
/* line 1, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost {
  -webkit-font-smoothing: antialiased; }
/* line 4, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper {
  margin-top: 50px; }
/* line 7, ew-inc_/css/partials/pages/_blogpost.scss */
/* line 8, ew-inc_/css/partials/pages/_blogpost.scss */

#blogpost #blogpost-wrapper .main-pic img {
  margin: 0 auto; }
/* line 12, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post {
  float: none;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 50px; }
/* line 17, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .title {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 31px;
  font-weight: 600;
  margin-top: 40px;
  color: #252525; }

@media (max-width: 767px) {
          #blogpost #blogpost-wrapper .post .title {
            font-size: 26px;
            line-height: 28px; } }
/* line 29, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .author {
  color: #757575;
  font-weight: 300;
  margin-top: 4px;
  position: relative; }

@media (max-width: 767px) {
          #blogpost #blogpost-wrapper .post .author {
            font-size: 12px;
            margin-top: 10px; } }
/* line 40, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .author .avatar {
  max-width: 56px;
  border-radius: 50px;
  position: absolute;
  left: -77px;
  top: -18px;
  border: 1px solid #e0e0e0; }
/* line 49, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content {
  margin-top: 35px;
  font-family: "Merriweather", Georgia;
  font-size: 15px;
  line-height: 30px;
  color: #353535;
  margin-bottom: 25px; }
/* line 57, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content p {
  margin-top: 28px; }
/* line 61, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content blockquote {
  border-left: 2px solid #ce1836;
  color: rgba(51, 51, 51, 0.55);
  margin: 35px 0;
  padding: 5px 20px;
  padding-left: 23px; }
/* line 67, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content blockquote p {
  margin: 0;
  line-height: 30px;
  font-weight: normal; }
/* line 72, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content blockquote .quote-author {
  margin-top: 14px; }
/* line 77, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content img {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 55px; }
/* line 82, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .content .divider {
  border-bottom: 1px solid #dededc;
  width: 20%;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px; }
/* line 90, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .share {
  margin-top: 50px; }
/* line 93, ew-inc_/css/partials/pages/_blogpost.scss */
#blogpost #blogpost-wrapper .post .other-posts {
  margin-top: 50px; }
/* line 1, ew-inc_/css/partials/pages/_pricing.scss */
/* line 3, ew-inc_/css/partials/pages/_pricing.scss */

#pricing #first-option {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
/* line 7, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .header {
  text-align: center; }
/* line 9, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .header h3 {
  font-size: 23px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 16, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 22, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts {
  margin-top: 45px; }
/* line 24, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 20px; }

@media (min-width: 992px) {
/* line 39, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.first {
  float: right;
  left: 45px; }
/* line 44, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.last {
  left: -45px; } }

@media (max-width: 991px) {
          #pricing #first-option .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 57, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #pricing #first-option .charts .chart {
            width: 90% !important; } }
/* line 66, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.featured {
  z-index: 999; }

@media (min-width: 992px) {
            #pricing #first-option .charts .chart.featured {
              margin: 0 auto;
              top: 0px;
              min-height: 445px; }
/* line 73, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.featured .btn-signup {
  margin-top: 32px; } }
/* line 78, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px; }
/* line 83, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px; }
/* line 88, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }
/* line 97, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px; }
/* line 101, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 106, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .quantity .price {
  font-size: 49px; }
/* line 109, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 116, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .specs {
  margin-top: 20px; }
/* line 118, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 125, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 500; }
/* line 131, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 137, ew-inc_/css/partials/pages/_pricing.scss */
/* line 138, ew-inc_/css/partials/pages/_pricing.scss */

#pricing #first-option .message p {
  text-align: center;
  font-size: 13px;
  color: #656565;
  margin-top: 23px; }
/* line 145, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq {
  margin-top: 40px; }
/* line 147, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq .header h3 {
  font-size: 20px;
  color: #454545;
  text-align: left; }
/* line 152, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq .questions {
  margin-top: 25px; }
/* line 154, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq .questions .question {
  margin-bottom: 40px; }

@media (min-width: 992px) {
            #pricing #first-option .faq .questions .question {
              width: 90%; } }
/* line 161, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq .questions .question strong {
  font-weight: 500;
  font-size: 16px;
  color: #454545; }
/* line 166, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .faq .questions .question p {
  color: #555;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px; }
/* line 175, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .contact {
  margin-top: 40px; }
/* line 178, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .contact .wrapper {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  padding: 25px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }
/* line 186, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .contact h4 {
  font-size: 15px;
  position: relative;
  color: #696e72;
  text-align: center;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
          #pricing #first-option .contact h4 {
            line-height: 26px; } }
/* line 198, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #first-option .contact h4 span {
  position: absolute;
  font-size: 23px;
  top: -5px;
  left: 72px;
  color: #626e7a; }

@media (max-width: 991px) {
            #pricing #first-option .contact h4 span {
              position: relative;
              left: 0px;
              top: 5px; } }
/* line 215, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option {
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #5e7a9b;
  background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
  background: linear-gradient(top, #355069 0, #5e7a9b 100%);
  margin-top: 110px;
  padding-top: 25px;
  padding-bottom: 50px; }
/* line 228, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .header {
  text-align: center; }

@media (max-width: 991px) {
        #pricing #second-option .header {
          margin-bottom: 25px; } }
/* line 235, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .header h3 {
  font-size: 23px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 242, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .header p {
  font-size: 16px;
  color: #f0f0f0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
/* line 250, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts {
  margin-top: 30px; }

@media (max-width: 991px) {
        #pricing #second-option .charts {
          margin-top: 10px; } }
/* line 257, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px; }

@media (max-width: 991px) {
          #pricing #second-option .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 279, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #pricing #second-option .charts .chart {
            width: 90% !important; } }
/* line 288, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.first {
  float: right;
  left: 12px; }
/* line 293, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.last {
  left: -12px; }
/* line 297, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto; }
/* line 302, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 400; }
/* line 310, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart.featured .quantity {
  margin-top: 15px; }
/* line 315, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .quantity {
  text-align: center; }
/* line 317, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 322, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .quantity .price {
  font-size: 49px; }
/* line 325, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 332, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px; }
/* line 343, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .specs {
  margin-top: 20px; }
/* line 345, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 352, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 358, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #second-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 366, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option {
  margin-top: 55px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }
/* line 370, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .header {
  text-align: center; }
/* line 372, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 379, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }

@media (min-width: 992px) {
/* line 386, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .container {
  width: 1060px; } }
/* line 390, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts {
  margin-top: 50px; }
/* line 393, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 30px 10px 30px;
  text-align: center;
  width: 220px;
  position: absolute;
  right: 0px;
  top: 20px; }

@media (max-width: 991px) {
          #pricing #third-option .charts .basic-plan {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important;
            position: relative;
            margin-top: 30px; }
/* line 415, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #pricing #third-option .charts .basic-plan {
            width: 90% !important; } }
/* line 424, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .plan-name {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }
/* line 433, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 5px; }
/* line 437, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 442, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .quantity .price {
  font-size: 42px; }
/* line 445, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 452, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .description {
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  line-height: 20px; }
/* line 457, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .basic-plan .description a {
  display: block;
  margin-top: 15px;
  font-size: 14px; }
/* line 465, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 280px;
  float: left;
  min-height: 315px;
  position: relative;
  top: 20px; }

@media (min-width: 992px) {
/* line 481, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.featured {
  left: -25px; }
/* line 485, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.last {
  left: -45px; } }

@media (max-width: 991px) {
          #pricing #third-option .charts .chart {
            float: none !important;
            left: 0px !important;
            top: 0px !important;
            margin: 0 auto;
            width: 55%;
            margin-bottom: 25px !important; }
/* line 498, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.last {
  margin-bottom: 0px !important; } }

@media (max-width: 600px) {
          #pricing #third-option .charts .chart {
            width: 90% !important; } }
/* line 507, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.featured {
  z-index: 999; }

@media (min-width: 992px) {
            #pricing #third-option .charts .chart.featured {
              margin: 0 auto;
              top: 0px;
              min-height: 445px; }
/* line 514, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.featured .btn-signup {
  margin-top: 32px; } }
/* line 519, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px; }
/* line 524, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px; }
/* line 529, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px; }
/* line 538, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px; }
/* line 542, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px; }
/* line 547, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .quantity .price {
  font-size: 49px; }
/* line 550, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px; }
/* line 557, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .specs {
  margin-top: 20px; }
/* line 559, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px; }
/* line 566, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 572, ew-inc_/css/partials/pages/_pricing.scss */
#pricing #third-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px; }
/* line 1, ew-inc_/css/partials/pages/_charts.scss */
/* line 3, ew-inc_/css/partials/pages/_charts.scss */

#charts #tabs-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
/* line 6, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .header {
  text-align: center; }
/* line 8, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 15, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 21, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs {
  background: #f8f8f8;
  text-align: center;
  border-radius: 3px;
  margin-top: 40px; }
/* line 26, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs .tab {
  background-color: #f8f8f8;
  font-weight: 500;
  font-size: 15px;
  color: #555;
  display: inline-block;
  padding: 18px 25px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
/* line 37, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs .tab.anually {
  padding: 18px 18px 18px 23px; }
/* line 41, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs .tab.active {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 0px; }
/* line 47, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs .tab span {
  position: relative;
  top: -2px; }
/* line 51, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .tabs .tab small {
  color: #32acda;
  margin-left: 3px; }
/* line 57, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans {
  margin-top: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 5px; }
/* line 61, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan {
  border-right: 0px;
  min-height: 220px; }
/* line 65, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan.middle {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; }
/* line 70, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .header {
  text-align: left;
  padding: 18px 25px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px -15px;
  font-weight: 500;
  font-size: 15px; }
/* line 77, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .header .icon {
  color: #b7c5d8;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -4px; }
/* line 84, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .header .price {
  float: right;
  color: #3ca2e5; }
/* line 89, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .specs {
  margin-top: 25px;
  padding: 0px 10px 17px 10px; }
/* line 92, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .specs .spec {
  font-size: 15px;
  color: #666;
  margin-bottom: 13px; }
/* line 97, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .plans .plan .specs .spec .variable {
  color: #1fbee7;
  font-weight: 400; }
/* line 105, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .signup {
  margin-top: 40px;
  text-align: center; }
/* line 108, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .signup .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4abcf3), color-stop(100%, #1a80d9));
  background: -webkit-linear-gradient(#4abcf3, #1a80d9);
  background: -moz-linear-gradient(#4abcf3, #1a80d9);
  background: -o-linear-gradient(#4abcf3, #1a80d9);
  background: linear-gradient(#4abcf3, #1a80d9);
  padding: 15px 38px;
  font-size: 15px; }
/* line 113, ew-inc_/css/partials/pages/_charts.scss */
#charts #tabs-option .signup .message {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #888; }
/* line 122, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
/* line 126, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 80px 0 40px; }
/* line 132, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
/* line 147, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .header {
  text-align: center; }
/* line 149, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 156, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 162, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart {
  margin-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1); }
/* line 167, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .header {
  text-align: center;
  background: #fbfbfb;
  margin: 0px -15px;
  padding: 20px 35px;
  font-weight: 500;
  font-size: 17px;
  color: #444;
  border-bottom: 1px solid #dfdfdf;
  height: 73px; }

@media (max-width: 991px) {
          #charts #chart-option .chart .header {
            font-size: 15px; } }

@media (max-width: 767px) {
          #charts #chart-option .chart .header {
            font-size: 13px; } }
/* line 186, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .header .price {
  color: #1a80d9;
  position: relative;
  top: 3px;
  font-size: 14px; }

@media (max-width: 767px) {
            #charts #chart-option .chart .header .price {
              font-size: 13px; } }
/* line 197, ew-inc_/css/partials/pages/_charts.scss */
/* line 198, ew-inc_/css/partials/pages/_charts.scss */

#charts #chart-option .chart .features-col .header {
  text-align: left;
  border-radius: 5px 0px 0px 0px;
  margin-bottom: 30px;
  padding: 23px 30px;
  font-size: 18px; }

@media (max-width: 991px) {
            #charts #chart-option .chart .features-col .header {
              font-size: 16px; } }
/* line 209, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .features-col .spec {
  margin-bottom: 32px;
  padding-left: 40px;
  position: relative; }
/* line 214, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .features-col .spec .icon {
  position: absolute;
  font-size: 27px;
  color: #849fc4;
  left: 0px;
  top: -4px; }
/* line 223, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .plan-col {
  border-left: 1px solid #dfdfdf; }
/* line 225, ew-inc_/css/partials/pages/_charts.scss */
/* line 226, ew-inc_/css/partials/pages/_charts.scss */

#charts #chart-option .chart .plan-col.last .header {
  border-radius: 0px 5px 0px 0px; }
/* line 230, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .plan-col .header {
  padding: 13px 0px; }
/* line 233, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .plan-col .spec {
  margin-bottom: 34px;
  margin-top: 25px; }
/* line 236, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .plan-col .spec .check {
  margin: 0 auto;
  display: block;
  max-width: 20px; }
/* line 242, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .chart .plan-col .button {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  padding: 11px 24px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4abcf3), color-stop(100%, #1a80d9));
  background: -webkit-linear-gradient(#4abcf3, #1a80d9);
  background: -moz-linear-gradient(#4abcf3, #1a80d9);
  background: -o-linear-gradient(#4abcf3, #1a80d9);
  background: linear-gradient(#4abcf3, #1a80d9); }

@media (max-width: 991px) {
            #charts #chart-option .chart .plan-col .button {
              padding: 6px 10px;
              text-align: center; } }
/* line 256, ew-inc_/css/partials/pages/_charts.scss */
/* line 257, ew-inc_/css/partials/pages/_charts.scss */

#charts #chart-option .message p {
  text-align: center;
  font-size: 13px;
  color: #656565;
  margin-top: 30px; }
/* line 264, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq {
  margin-top: 50px; }
/* line 266, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq .header h3 {
  font-size: 20px;
  color: #454545;
  text-align: left; }
/* line 271, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq .questions {
  margin-top: 25px; }
/* line 273, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq .questions .question {
  margin-bottom: 40px; }

@media (min-width: 992px) {
            #charts #chart-option .faq .questions .question {
              width: 90%; } }
/* line 280, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq .questions .question strong {
  font-weight: 500;
  font-size: 16px;
  color: #454545; }
/* line 285, ew-inc_/css/partials/pages/_charts.scss */
#charts #chart-option .faq .questions .question p {
  color: #555;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px; }
/* line 1, ew-inc_/css/partials/pages/_aboutus.scss */
/* line 3, ew-inc_/css/partials/pages/_aboutus.scss */

#about-us #slider {
  margin-top: 45px;
  -webkit-font-smoothing: antialiased; }
/* line 6, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .header {
  text-align: left; }
/* line 8, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .header h3 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 7px; }
/* line 16, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 14px;
  line-height: 24px; }

@media (min-width: 992px) {
          #about-us #slider .header p {
            width: 48%; } }
/* line 27, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .flexslider {
  margin-top: 30px;
  box-shadow: none;
  border-radius: 0px; }
/* line 31, ew-inc_/css/partials/pages/_aboutus.scss */
/* line 32, ew-inc_/css/partials/pages/_aboutus.scss */

#about-us #slider .flexslider .slides img {
  max-height: 400px; }
/* line 36, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .flexslider .flex-control-paging {
  bottom: -35px; }
/* line 38, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .flexslider .flex-control-paging li {
  margin: 0 7px; }
/* line 40, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .flexslider .flex-control-paging li a {
  background: #e6e6e6;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 44, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #slider .flexslider .flex-control-paging li a.flex-active {
  background: #3785b9; }
/* line 53, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info {
  -webkit-font-smoothing: antialiased; }
/* line 55, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info h1 {
  font-size: 24px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px; }
/* line 63, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info p {
  color: #666;
  line-height: 23px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
        #about-us #info p {
          width: 88%; } }
/* line 71, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .join-team {
  padding: 8px 26px;
  font-size: 13px;
  margin-top: 10px; }
/* line 76, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .stats {
  margin-top: 60px;
  font-size: 16px;
  color: #757575; }
/* line 80, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .stats strong {
  font-size: 30px;
  color: #656565;
  font-weight: 500;
  position: relative;
  top: 1px;
  margin-right: 5px; }
/* line 88, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .stats .col-sm-3 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px; }

@media (max-width: 767px) {
          #about-us #info .stats .col-sm-3 {
            padding-bottom: 10px;
            margin-bottom: 20px; } }
/* line 98, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team {
  margin-top: 75px;
  -webkit-font-smoothing: auto; }
/* line 101, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team .team-row {
  text-align: center;
  margin-bottom: 35px; }
/* line 105, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team img {
  margin: 0px 20px;
  max-width: 90px;
  border-radius: 10px;
  position: relative;
  top: 0px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: top 0.15s linear;
  -moz-transition: top 0.15s linear;
  -ms-transition: top 0.15s linear;
  -o-transition: top 0.15s linear;
  transition: top 0.15s linear; }

@media (max-width: 991px) {
          #about-us #info .team img {
            margin: 0px 10px 20px 0; } }
/* line 118, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team img:hover {
  top: -5px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
/* line 123, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team .tooltip {
  -webkit-animation: fadeInTooltip 0.05s linear;
  -moz-animation: fadeInTooltip 0.05s linear;
  -o-animation: fadeInTooltip 0.05s linear;
  -ms-animation: fadeInTooltip 0.05s linear;
  animation: fadeInTooltip 0.05s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
/* line 130, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team .tooltip-inner {
  padding: 12px 18px;
  font-size: 13px;
  background: rgba(0, 0, 0, .8);
  /*box-shadow: inset 0px 1px 5px -1px rgba(255, 255, 255, 0.86);*/
  border: 1px solid #000;
  border-bottom: 0px; }
/* line 138, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #info .team .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, .8); }
/* line 144, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #cta {
  margin-top: 100px; }

@media (max-width: 991px) {
      #about-us #cta {
        margin-top: 60px; } }
/* line 151, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #cta .wrapper {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  padding: 30px 60px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  margin: 0 auto; }

@media (max-width: 991px) {
        #about-us #cta .wrapper {
          text-align: center; } }
/* line 163, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #cta h4 {
  font-size: 18px;
  color: #5f6e7c;
  font-weight: 400;
  float: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
        #about-us #cta h4 {
          float: none; } }
/* line 174, ew-inc_/css/partials/pages/_aboutus.scss */
#about-us #cta .button {
  float: right; }

@media (max-width: 991px) {
        #about-us #cta .button {
          float: none;
          margin-top: 20px; } }

@-webkit-keyframes fadeInTooltip {
/* line 187, ew-inc_/css/partials/pages/_aboutus.scss */
0% {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0px); }
/* line 193, ew-inc_/css/partials/pages/_aboutus.scss */
100% {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px); } }

@-moz-keyframes fadeInTooltip {
/* line 187, ew-inc_/css/partials/pages/_aboutus.scss */
0% {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0px); }
/* line 193, ew-inc_/css/partials/pages/_aboutus.scss */
100% {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px); } }

@-o-keyframes fadeInTooltip {
/* line 187, ew-inc_/css/partials/pages/_aboutus.scss */
0% {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0px); }
/* line 193, ew-inc_/css/partials/pages/_aboutus.scss */
100% {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px); } }

@keyframes fadeInTooltip {
/* line 187, ew-inc_/css/partials/pages/_aboutus.scss */
0% {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0px); }
/* line 193, ew-inc_/css/partials/pages/_aboutus.scss */
100% {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px); } }
/* line 1, ew-inc_/css/partials/pages/_contactus.scss */
/* line 3, ew-inc_/css/partials/pages/_contactus.scss */

#contact-us #map {
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35); }
/* line 9, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #map #directions {
  position: absolute;
  top: 50px;
  left: 13%;
  text-align: center;
  width: 270px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
  padding: 25px 25px 20px 25px; }

@media (max-width: 767px) {
        #contact-us #map #directions {
          display: none; } }
/* line 24, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #map #directions p {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 19px;
  color: #333; }
/* line 29, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #map #directions button {
  margin-top: 12px; }
/* line 35, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info {
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  margin-bottom: 100px; }

/* line 44, ew-inc_/css/partials/pages/_contactus.scss */

/* line 45, ew-inc_/css/partials/pages/_contactus.scss */

#contact-us #info .message h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #444;
  font-size: 26px;
  font-weight: 600; }
/* line 51, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message p {
  font-size: 15px;
  font-weight: 400;
  color: #777; }
/* line 56, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form {
  margin-top: 35px;
  width: 80%;
  /* error messages from jquery validate */ }

@media (max-width: 767px) {
          #contact-us #info .message form {
            width: 100%; } }
/* line 64, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form input[type="text"], #contact-us #info .message form input[type="email"] {
  width: 70%; }

@media (max-width: 767px) {
            #contact-us #info .message form input[type="text"], #contact-us #info .message form input[type="email"] {
              width: 100%; } }
/* line 73, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form label {
  color: #555;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 78, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form .button {
  margin-top: 20px; }
/* line 83, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form label.error {
  position: relative !important;
  display: inline-block !important;
  margin-top: -2px !important;
  margin-bottom: -8px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 15px !important;
  padding: 5px 7px !important;
  background: #4b9fcf !important;
  border-radius: 4px !important; }
/* line 95, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form label.error.valid {
  display: none !important; }
/* line 99, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .message form label.error:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #4b9fcf;
  border-width: 5px;
  left: 30px;
  margin-left: -5px; }
/* line 116, ew-inc_/css/partials/pages/_contactus.scss */
@media (max-width: 991px) {
        #contact-us #info .contact {
          margin-top: 50px; } }
/* line 122, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .address {
  margin-bottom: 30px; }
/* line 125, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact h3 {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #252525;
  font-size: 18px;
  font-weight: 500; }
/* line 131, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact p {
  font-size: 14px;
  font-weight: 400;
  color: #777; }
/* line 136, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .online-support {
  background: #f8fdfe;
  border: 1px solid #bee1f3;
  margin-top: 40px;
  border-radius: 6px;
  padding: 20px 22px 18px 22px;
  width: 70%; }
/* line 143, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .online-support strong {
  font-weight: 500;
  color: #333;
  font-size: 15px; }
/* line 148, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .online-support p {
  color: #1f95d0;
  margin-top: 14px;
  line-height: 18px; }
/* line 154, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .social {
  margin-top: 25px; }
/* line 156, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .social a {
  border: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 160, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .social a.tw {
  position: relative;
  top: 2px; }
/* line 164, ew-inc_/css/partials/pages/_contactus.scss */
#contact-us #info .contact .social a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }
/* marker pulse */
/* line 176, ew-inc_/css/partials/pages/_contactus.scss */
.marker-wrapper {
  position: absolute;
  top: 170px;
  left: 53%; }
/* line 181, ew-inc_/css/partials/pages/_contactus.scss */
.marker-wrapper .marker-icon {
  position: relative;
  top: 32px;
  left: 32px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #5a9fff;
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.39);
  border: 3px solid #fff; }
/* line 195, ew-inc_/css/partials/pages/_contactus.scss */
.marker-wrapper .marker {
  position: absolute;
  top: 0px;
  width: 89px;
  height: 89px;
  background-color: #fff;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse cover, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  background: radial-gradient(ellipse at center, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 3px solid #7fa5da;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  -moz-box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  box-shadow: 0 0 20px rgba(117, 170, 242, 0.5), inset 0 0 10px rgba(117, 170, 242, 0.8);
  color: 0 0 20px rgba(117, 170, 242, 0.5) inset 0 0 10px rgba(117, 170, 242, 0.8);
  -webkit-animation: map 2s infinite linear;
  -moz-animation: map 2s infinite linear;
  -o-animation: map 2s infinite linear;
  -ms-animation: map 2s infinite linear;
  animation: map 2s infinite linear; }

@-webkit-keyframes map {
/* line 222, ew-inc_/css/partials/pages/_contactus.scss */
0% {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 227, ew-inc_/css/partials/pages/_contactus.scss */
50% {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 231, ew-inc_/css/partials/pages/_contactus.scss */
100% {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: alpha(opacity=0); } }

@-moz-keyframes map {
/* line 222, ew-inc_/css/partials/pages/_contactus.scss */
0% {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 227, ew-inc_/css/partials/pages/_contactus.scss */
50% {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 231, ew-inc_/css/partials/pages/_contactus.scss */
100% {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: alpha(opacity=0); } }

@-o-keyframes map {
/* line 222, ew-inc_/css/partials/pages/_contactus.scss */
0% {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 227, ew-inc_/css/partials/pages/_contactus.scss */
50% {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 231, ew-inc_/css/partials/pages/_contactus.scss */
100% {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: alpha(opacity=0); } }

@keyframes map {
/* line 222, ew-inc_/css/partials/pages/_contactus.scss */
0% {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 227, ew-inc_/css/partials/pages/_contactus.scss */
50% {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 231, ew-inc_/css/partials/pages/_contactus.scss */
100% {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  filter: alpha(opacity=0); } }
/* line 1, ew-inc_/css/partials/pages/_status.scss */
/* line 3, ew-inc_/css/partials/pages/_status.scss */

#status #update {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
/* line 7, ew-inc_/css/partials/pages/_status.scss */
#status #update .header {
  text-align: center; }
/* line 9, ew-inc_/css/partials/pages/_status.scss */
#status #update .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px; }
/* line 16, ew-inc_/css/partials/pages/_status.scss */
#status #update .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888; }
/* line 22, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status {
  background: #f7f8fb;
  border: 1px solid #eaedf7;
  border-radius: 8px;
  box-shadow: inset rgba(100, 100, 100, 0.25) 0 1px 1px;
  padding: 20px 30px;
  margin: 0 auto;
  margin-top: 35px; }
/* line 31, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .updated {
  float: right;
  color: #616a72;
  font-size: 13px; }

@media (max-width: 767px) {
          #status #update .current-status .updated {
            float: none;
            text-align: center;
            display: block;
            margin-bottom: 20px; } }
/* line 43, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .status {
  font-size: 18px;
  font-weight: 500; }
/* line 47, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .status .color {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 20px; }
/* line 56, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .status .color.green {
  background: #96cb4c;
  border: 1px solid #8bc43d;
  box-shadow: 0px 0px 7px 2px #b3e074, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
/* line 62, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .status .color.yellow {
  background: #f0d775;
  border: 1px solid #e0cc7e;
  box-shadow: 0px 0px 7px 2px #f0d775, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
/* line 67, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .status .color.red {
  background: #f56b65;
  border: 1px solid #fc7d77;
  box-shadow: 0px 0px 7px 2px #ff9b96, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); }
/* line 74, ew-inc_/css/partials/pages/_status.scss */
#status #update .current-status .help {
  margin-top: 7px;
  margin-left: 35px; }
/* line 79, ew-inc_/css/partials/pages/_status.scss */
#status #update .modules {
  margin-top: 40px;
  border-radius: 5px; }
/* line 82, ew-inc_/css/partials/pages/_status.scss */
#status #update .modules > .list-group .list-group-item {
  padding: 13px 15px; }
/* line 85, ew-inc_/css/partials/pages/_status.scss */
#status #update .modules > .list-group .list-group-item:first-child {
  border-top: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
/* line 90, ew-inc_/css/partials/pages/_status.scss */
#status #update .modules > .list-group .list-group-item .status {
  float: right;
  color: #0f9b0f;
  font-size: 13px;
  font-weight: 500; }
/* line 96, ew-inc_/css/partials/pages/_status.scss */
#status #update .modules > .list-group .list-group-item .status.down {
  color: #d88c1b; }
/* line 102, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages {
  margin-top: 35px; }
/* line 104, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages h3 {
  font-size: 18px;
  color: #444;
  margin-bottom: 25px; }
/* line 109, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date {
  margin-bottom: 25px; }
/* line 111, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date .day {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eee; }
/* line 119, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date .ok {
  color: #0f9b0f;
  font-size: 13px;
  font-weight: 500; }
/* line 124, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date .issues {
  color: #d88c1b;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px; }
/* line 130, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date .update {
  color: #333;
  font-size: 13px; }
/* line 133, ew-inc_/css/partials/pages/_status.scss */
#status #update .messages .date .update strong {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  min-width: 93px;
  display: inline-block; }
/* line 143, ew-inc_/css/partials/pages/_status.scss */
#status #update .full-history {
  margin-top: 50px; }
/* line 1, ew-inc_/css/partials/pages/_gallery.scss */
/* line 3, ew-inc_/css/partials/pages/_gallery.scss */

#gallery #showcase {
  margin-top: 25px;
  -webkit-font-smoothing: antialiased; }
/* line 7, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .header {
  text-align: left; }
/* line 9, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .header h3 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #596166;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 7px; }
/* line 17, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 12px;
  line-height: 24px; }

@media (min-width: 992px) {
          #gallery #showcase .header p {
            width: 48%; } }
/* line 29, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering {
  margin-top: 35px;
  margin-bottom: 35px; }
/* line 32, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters {
  padding-left: 20px;
  text-align: center;
  border-bottom: 2px solid #ededed; }

@media (max-width: 767px) {
          #gallery #showcase .filtering #filters {
            display: none; } }
/* line 41, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 8px; }
/* line 45, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li:first-child {
  margin-left: 0px; }
/* line 48, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li a {
  color: #888;
  font-weight: 400;
  border: 0px;
  padding: 10px 22px;
  font-size: 16px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }
/* line 57, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li a.active {
  color: #2b69a2;
  font-weight: 400;
  border-bottom: 0px;
  display: inline-block; }
/* line 62, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #7ba3c9;
  left: 1px;
  bottom: -2px; }
/* line 73, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .filtering #filters li a:hover {
  color: #2b69a2;
  background: none;
  text-decoration: none; }
/* line 83, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .gallery_container {
  overflow: visible !important; }
/* line 86, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic {
  margin-bottom: 40px;
  position: relative;
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -moz-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -ms-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  -o-transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13);
  transition: 0.5s cubic-bezier(0.25, 1.45, 0.51, 1.13); }
/* line 92, ew-inc_/css/partials/pages/_gallery.scss */
/* line 93, ew-inc_/css/partials/pages/_gallery.scss */

#gallery #showcase .pic.fluidbox-opened:hover .layer {
  background: rgba(0, 0, 0, 0); }
/* line 95, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic.fluidbox-opened:hover .layer p {
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 102, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic:hover {
  /*@include transform(scale(1.12));*/
  text-decoration: none; }
/* line 106, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic:hover .layer {
  background: rgba(33, 33, 33, .8); }
/* line 108, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic:hover .layer p {
  margin-top: -20px;
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 115, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
/* line 125, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic .layer p {
  transition: margin-top 0.35s ease-out, opacity 0.55s ease-out;
  color: #fff;
  font-size: 15px;
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  font-weight: 600;
  margin-top: 25px;
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 138, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic .layer p span {
  position: relative;
  top: 1px;
  margin-right: 2px; }
/* line 145, ew-inc_/css/partials/pages/_gallery.scss */
#gallery #showcase .pic img {
  margin: 0 auto; }
/* Fluidbox styling starts here */
/* line 155, ew-inc_/css/partials/pages/_gallery.scss */
a[data-fluidbox] {
  background-color: #eee;
  border: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  margin-bottom: 1.5rem; }
/* line 162, ew-inc_/css/partials/pages/_gallery.scss */
a[data-fluidbox].fluidbox-opened {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }
/* line 167, ew-inc_/css/partials/pages/_gallery.scss */
a[data-fluidbox] img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 100%;
  transition: all 0.25s ease-in-out; }
/* line 177, ew-inc_/css/partials/pages/_gallery.scss */
a[class^='float'] {
  margin: 1rem;
  margin-top: 0;
  width: 33.33333%; }
/* line 182, ew-inc_/css/partials/pages/_gallery.scss */
a[class^='float'].float-left {
  float: left;
  margin-left: 0; }
/* line 186, ew-inc_/css/partials/pages/_gallery.scss */
a[class^='float'].float-right {
  float: right;
  margin-right: 0; }
/* line 192, ew-inc_/css/partials/pages/_gallery.scss */
#fluidbox-overlay {
  background-color: rgba(255, 255, 255, .85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500; }
/* line 205, ew-inc_/css/partials/pages/_gallery.scss */
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  z-index: 400;
  transition: all 0.25s ease-in-out; }
/* line 213, ew-inc_/css/partials/pages/_gallery.scss */
.fluidbox-opened .fluidbox-wrap {
  z-index: 600; }
/* line 217, ew-inc_/css/partials/pages/_gallery.scss */
.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: all 0.25s ease-in-out; }
/*background: #F9FBFF;*/
/* line 1, ew-inc_/css/partials/pages/_portfolio.scss */
html.bg {
  background: #f5f9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-size: 100% 30%;
  -moz-background-size: 100% 30%;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 100%; }
/* line 17, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio {
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(25%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: -ms-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-image: linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 25%); }
/* line 26, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase {
  margin-top: 40px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased; }
/* line 31, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .header {
  text-align: left;
  margin-bottom: 40px; }
/* line 34, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .header h3 {
  font-size: 30px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #596166;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px; }
/* line 42, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .header p {
  font-size: 16px;
  font-weight: 400;
  color: #8d959b;
  line-height: 24px; }

@media (min-width: 992px) {
          #portfolio #showcase .header p {
            width: 48%; } }
/* line 53, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project {
  background: #fff;
  padding: 40px 60px 35px 60px;
  border-radius: 5px;
  margin-bottom: 35px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.04), 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.12); }

@media (max-width: 767px) {
        #portfolio #showcase .project {
          padding: 40px 35px 35px 35px; } }
/* line 64, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project h3 {
  color: #585f64;
  font-size: 22px;
  margin-top: 0px;
  text-align: center; }
/* line 70, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .screen {
  margin-top: 45px;
  text-align: center; }
/* line 73, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .screen img {
  margin: 0 auto; }
/* line 77, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .description {
  margin-top: 40px;
  color: #7d8186;
  line-height: 21px; }
/* line 82, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin-top: 45px; }
/* line 88, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.75)), color-stop(0.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, 0.75) 100%); }
/* line 103, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .visit {
  margin-top: 30px;
  text-align: center; }
/* line 107, ew-inc_/css/partials/pages/_portfolio.scss */
#portfolio #showcase .project .visit .button {
  padding: 10px 25px;
  font-size: 14px; }
/* line 1, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 3, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item .st-container {
  position: relative;
  overflow: hidden; }
/* line 7, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 8, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item .st-container.nav-effect .nav-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* line 11, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .st-container.nav-effect .st-pusher {
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
          #portfolio-item .st-container.nav-effect .st-pusher {
            -moz-transform: translate3d(220px, 0, 0);
            -o-transform: translate3d(220px, 0, 0);
            -ms-transform: translate3d(220px, 0, 0);
            -webkit-transform: translate3d(220px, 0, 0);
            transform: translate3d(220px, 0, 0); } }
/* line 22, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out; }
/* line 31, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  background: #334353;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

@media (max-width: 767px) {
      #portfolio-item .nav-menu {
        width: 220px;
        position: absolute; } }
/* line 49, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .nav-menu a {
  display: block;
  position: relative;
  left: 0px;
  padding: 15px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        #portfolio-item .nav-menu a {
          padding-left: 20px; } }
/* line 65, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .nav-menu a.item:hover {
  left: 10px; }
/* line 69, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .nav-menu a.back {
  margin-top: 10px;
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  margin-bottom: 20px; }
/* line 77, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item .nav-menu a p {
  color: #a2b1c2;
  font-size: 14px;
  margin-top: 5px; }
/* line 85, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase {
  margin-top: 40px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased; }
/* line 90, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .header {
  text-align: left;
  margin-bottom: 25px; }
/* line 93, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .header h3 {
  display: inline-block;
  font-size: 17px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  color: #53a6da;
  margin-top: 0px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer; }
/* line 106, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 107, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item #showcase .project h1 {
  text-align: center;
  font-size: 25px;
  color: #647583;
  margin-top: 10px;
  margin-bottom: 70px; }
/* line 114, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 115, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item #showcase .project .screens img {
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 10px; }
/* line 120, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .screens img.magnifier {
  width: 490px;
  margin-bottom: 100px; }
/* line 124, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .screens img.mobile {
  margin-bottom: 110px; }
/* line 128, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .screens .text {
  color: #7d8186;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 80px; }
/* line 135, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 136, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item #showcase .project .description .info {
  margin-top: 25px; }
/* line 139, ew-inc_/css/partials/pages/_portfolio_item.scss */
@media (min-width: 992px) {
              #portfolio-item #showcase .project .description .info.stick {
                position: fixed;
                top: 10px; } }
/* line 145, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info .icons {
  margin-bottom: 20px; }
/* line 147, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info .icons .ion-icon:before {
  /* I only added gradient for -webkit because other browsers render incorrectly gradients on the icons :/ */
  color: #b2c3cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2c3cb), color-stop(100%, #dbe3e7));
  background: -webkit-linear-gradient(#b2c3cb, #dbe3e7);
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 9px; }
/* line 158, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info .icons .ion-social-windows:before {
  font-size: 50px; }
/* line 162, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info p {
  color: #7d8186;
  line-height: 22px;
  margin-bottom: 22px; }
/* line 167, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info .tweet-it {
  color: #00a7dd;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  padding-left: 29px;
  text-decoration: none; }
/* line 175, ew-inc_/css/partials/pages/_portfolio_item.scss */
/* line 176, ew-inc_/css/partials/pages/_portfolio_item.scss */

#portfolio-item #showcase .project .description .info .tweet-it:hover .ion-social-twitter:before {
  content: "\f242"; }
/* line 181, ew-inc_/css/partials/pages/_portfolio_item.scss */
#portfolio-item #showcase .project .description .info .tweet-it .ion-social-twitter {
  margin-right: 8px;
  font-size: 21px;
  position: absolute;
  top: 0px;
  left: 0px; }
/* line 1, ew-inc_/css/partials/pages/_support.scss */
#support {
  -webkit-font-smoothing: antialiased; }
/* line 4, ew-inc_/css/partials/pages/_support.scss */
#support #header {
  margin-top: -20px;
  background: #f4f7fa;
  border-bottom: 1px solid #dce4ec;
  padding: 50px 0px; }

@media (max-width: 767px) {
      #support #header {
        padding: 30px 0px;
        text-align: center; } }
/* line 15, ew-inc_/css/partials/pages/_support.scss */
#support #header h2, #support #header p {
  text-shadow: 1px 1px 1px #fff; }
/* line 18, ew-inc_/css/partials/pages/_support.scss */
@media (max-width: 767px) {
        #support #header h2 {
          font-size: 27px; } }
/* line 23, ew-inc_/css/partials/pages/_support.scss */
#support #header h2 .entypo-lifebuoy {
  position: absolute;
  left: -25px;
  top: 22px;
  font-size: 29px;
  color: #7aa3c5; }

@media (max-width: 767px) {
          #support #header h2 .entypo-lifebuoy {
            position: relative;
            left: 0px; } }
/* line 36, ew-inc_/css/partials/pages/_support.scss */
#support #header p {
  font-size: 17px;
  color: #5a5a5a; }

@media (max-width: 767px) {
        #support #header p {
          font-size: 15px; } }
/* line 44, ew-inc_/css/partials/pages/_support.scss */
#support #header form {
  margin-top: 30px; }
/* line 47, ew-inc_/css/partials/pages/_support.scss */
/* line 48, ew-inc_/css/partials/pages/_support.scss */

#support #header form .input-group:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 14px;
  left: 13px;
  font-size: 20px;
  z-index: 99;
  color: #d0dae4; }
/* line 66, ew-inc_/css/partials/pages/_support.scss */
#support #header form input {
  height: 50px;
  font-size: 17px;
  line-height: 20px;
  padding-left: 42px; }
/* line 36, ew-inc_/css/modules/_mixins.scss */
#support #header form input::-webkit-input-placeholder {
  color: #bcc8d6;
  font-size: 17px;
  font-weight: 300; }
/* line 37, ew-inc_/css/modules/_mixins.scss */
#support #header form input:-moz-placeholder {
  color: #bcc8d6;
  font-size: 17px;
  font-weight: 300; }
/* line 38, ew-inc_/css/modules/_mixins.scss */
#support #header form input::-moz-placeholder {
  color: #bcc8d6;
  font-size: 17px;
  font-weight: 300; }
/* line 39, ew-inc_/css/modules/_mixins.scss */
#support #header form input:-ms-input-placeholder {
  color: #bcc8d6;
  font-size: 17px;
  font-weight: 300; }
/* line 78, ew-inc_/css/partials/pages/_support.scss */
/* line 79, ew-inc_/css/partials/pages/_support.scss */

#support #header form .input-group-btn .btn {
  padding: 14px 18px; }
/* line 86, ew-inc_/css/partials/pages/_support.scss */
#support #browse {
  margin-top: 40px; }
/* line 88, ew-inc_/css/partials/pages/_support.scss */
#support #browse h4 {
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 24px; }
/* line 93, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic {
  margin-bottom: 45px; }

@media (max-width: 767px) {
        #support #browse .topic {
          text-align: center; } }
/* line 100, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic .icon {
  display: block;
  font-size: 45px;
  color: #70cbf5; }
/* line 105, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 110, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic a strong {
  display: block;
  margin-top: 15px;
  font-size: 15px; }
/* line 116, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic a:hover {
  color: #5cb9e4; }
/* line 120, ew-inc_/css/partials/pages/_support.scss */
#support #browse .topic p {
  margin-top: 17px;
  color: #838383; }
/* line 1, ew-inc_/css/partials/pages/_404.scss */
.not-found-page {
  height: 100%;
  background: #3a4f68;
  background: -moz-radial-gradient(center, ellipse cover, #4d6077 0%, #3a4f68 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4d6077), color-stop(100%, #3a4f68));
  background: -webkit-radial-gradient(center, ellipse cover, #4d6077 0%, #3a4f68 100%);
  background: -o-radial-gradient(center, ellipse cover, #4d6077 0%, #3a4f68 100%);
  background: -ms-radial-gradient(center, ellipse cover, #4d6077 0%, #3a4f68 100%);
  background: radial-gradient(ellipse at center, #4d6077 0%, #3a4f68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4D6077', endColorstr = '#3A4F68', GradientType = 1); }
/* line 13, ew-inc_/css/partials/pages/_404.scss */
#not-found {
  overflow: hidden; }
/* line 16, ew-inc_/css/partials/pages/_404.scss */
#not-found .info {
  text-align: center;
  padding-top: 100px; }
/* line 19, ew-inc_/css/partials/pages/_404.scss */
#not-found .info h1 {
  color: #fff;
  font-size: 13em;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: -3px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35); }
/* line 27, ew-inc_/css/partials/pages/_404.scss */
#not-found .info p {
  font-size: 31px;
  font-weight: 100;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  letter-spacing: 2px;
  margin-bottom: 0; }
/* line 35, ew-inc_/css/partials/pages/_404.scss */
#not-found .info .go-back {
  font-size: 17px;
  text-shadow: none;
  letter-spacing: 0px;
  font-weight: 200;
  color: #9bb2ce;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 0;
  max-width: 400px;
  margin: auto;
  margin-top: -15px; }
/* line 50, ew-inc_/css/partials/pages/_404.scss */
#not-found .info .go-back a {
  color: #fff; }
/* line 56, ew-inc_/css/partials/pages/_404.scss */
/* line 57, ew-inc_/css/partials/pages/_404.scss */

#not-found #container canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
/* line 67, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt {
  overflow: hidden; }
/* line 70, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt .info {
  text-align: center;
  margin-top: 30px;
  position: absolute;
  width: 100%; }
/* line 75, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt .info h1 {
  color: #fff;
  font-size: 11em;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: -3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
/* line 83, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt .info p {
  font-size: 28px;
  font-weight: 200;
  color: #4d728a;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);*/
  margin-bottom: 0; }
/* line 90, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt .info .go-back {
  font-size: 17px;
  text-shadow: none;
  letter-spacing: 0px;
  font-weight: 200;
  color: #506379;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 0;
  max-width: 400px;
  margin: auto;
  margin-top: -15px; }
/* line 105, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt .info .go-back a {
  color: #429ad5;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 18px; }
/* line 113, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt canvas {
  background: linear-gradient(#b3d5e6 0%, #eef4f6 75%);
  display: block; }
/* line 118, ew-inc_/css/partials/pages/_404.scss */
#not-found-alt #container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  /*background: url(http://jackrugile.com/images/misc/skyline-texture.png);*/ }
/* line 1, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon {
  border-top: 5px solid #4db2e7;
  height: 100vh;
  background: #fff;
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f4f9ff 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, #f4f9ff));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #f4f9ff 100%);
  background: -o-radial-gradient(center, ellipse cover, #fff 0%, #f4f9ff 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fff 0%, #f4f9ff 100%);
  background: radial-gradient(ellipse at center, #fff 0%, #f4f9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff', endColorstr = '#F4F9FF', GradientType = 1); }
/* line 14, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon.dark {
  border-top: 5px solid #daeef8;
  background: #4d576d !important; }
/* line 18, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 19, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon.dark .info a {
  color: #fff; }
/* line 23, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon.dark .info h3 {
  color: #fff;
  font-weight: 300; }
/* line 29, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 30, ew-inc_/css/partials/pages/_coming_soon.scss */

/* line 31, ew-inc_/css/partials/pages/_coming_soon.scss */

/* line 32, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon.dark #countdown #clock .flip-clock-divider .flip-clock-label {
  color: #fff; }
/* line 39, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 40, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon.dark form .button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 9px 27px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.08);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 57, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon.dark form .button:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd; }
/* line 65, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 66, ew-inc_/css/partials/pages/_coming_soon.scss */

/* line 67, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon.dark .social .ion span {
  color: #aedcff; }
/* line 74, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav {
  opacity: 1;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  position: fixed;
  left: -40px;
  top: 135px;
  font-size: 13px;
  z-index: 9999; }
/* line 83, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav:hover {
  left: 0px; }
/* line 87, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-right: 30px;
  height: 37px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
  position: relative;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.21); }
/* line 100, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav a.light {
  background: #9bd4f5; }
/* line 104, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav a.dark {
  background: #444; }
/* line 108, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 109, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon .skins-nav a.active .ion {
  display: block; }
/* line 114, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav a .text {
  white-space: nowrap;
  display: block;
  width: 85px;
  position: relative;
  top: 9px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s; }
/* line 123, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .skins-nav a .ion {
  position: absolute;
  top: 11px;
  right: 8px;
  display: none; }
/* line 132, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .info {
  margin-top: 60px;
  text-align: center;
  color: #fff; }
/* line 137, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .info a {
  color: #5f5f5f;
  text-decoration: none;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 46px; }
/* line 143, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .info a:hover {
  text-decoration: none; }
/* line 148, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .info h3 {
  text-align: center;
  color: #4db2e7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 25px; }
/* line 159, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown {
  margin-top: 35px; }
/* line 162, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock {
  width: 100%;
  margin: 0 auto; }

@media (min-width: 992px) {
        #coming-soon #countdown #clock {
          width: 47%; } }

@media (max-width: 991px) {
        #coming-soon #countdown #clock {
          max-width: 142px; }
/* line 173, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock ul {
  margin-bottom: 50px; }
/* line 177, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock .flip-clock-divider {
  height: inherit;
  display: block; }
/* line 181, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock .flip-clock-divider:before, #coming-soon #countdown #clock .flip-clock-divider:after {
  display: table;
  content: ""; }
/* line 187, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 189, ew-inc_/css/partials/pages/_coming_soon.scss */
  #coming-soon #countdown #clock .flip-clock-divider.minutes .flip-clock-label, #coming-soon #countdown #clock .flip-clock-divider.seconds .flip-clock-label {
    right: -74px !important; }
/* line 194, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock .flip-clock-divider .flip-clock-label {
  bottom: -8.5em !important; } }
/* line 200, ew-inc_/css/partials/pages/_coming_soon.scss */
/* line 202, ew-inc_/css/partials/pages/_coming_soon.scss */

/* line 204, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon #countdown #clock .flip-clock-divider.minutes .flip-clock-label, #coming-soon #countdown #clock .flip-clock-divider.seconds .flip-clock-label {
  right: -102px; }
/* line 209, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock .flip-clock-divider .flip-clock-label {
  color: #555;
  bottom: -1.5em;
  top: inherit;
  right: -92px;
  font-size: 15px; }
/* line 217, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon #countdown #clock .flip-clock-divider .flip-clock-dot {
  display: none; }
/* line 224, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon form {
  margin-top: 110px;
  text-align: center; }

@media (max-width: 767px) {
      #coming-soon form {
        margin-top: 70px; } }
/* line 232, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon form input[type="email"] {
  width: 250px;
  height: 43px; }

@media (max-width: 767px) {
        #coming-soon form input[type="email"] {
          margin: 0 auto; } }
/* line 241, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon form .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #38baff), color-stop(100%, #37adeb));
  background: -webkit-linear-gradient(#38baff, #37adeb);
  background: -moz-linear-gradient(#38baff, #37adeb);
  background: -o-linear-gradient(#38baff, #37adeb);
  background: linear-gradient(#38baff, #37adeb);
  padding: 10px 19px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #54aef5; }
/* line 250, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .social {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 20px;
  /*display: none;*/ }
/* line 256, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .social .ion {
  font-size: 34px;
  margin: 0 10px;
  display: inline-block; }
/* line 261, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .social .ion span {
  color: #9dbdd6; }

/* line 268, ew-inc_/css/partials/pages/_coming_soon.scss */

#coming-soon .social .ion .ion-social-facebook {
  font-size: 25px; }
/* line 273, ew-inc_/css/partials/pages/_coming_soon.scss */
#coming-soon .social .tm {
  margin-top: 15px;
  color: #b1b9c4; }
/* line 1, ew-inc_/css/partials/pages/_docs.scss */
/* line 3, ew-inc_/css/partials/pages/_docs.scss */

#docs #guide {
  background: #f4f8fa;
  border-right: 1px solid #dadfe5;
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 210px;
  z-index: 25;
  height: 100%; }
/* line 15, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .logo {
  margin-top: 0;
  font-size: 29px; }
/* line 19, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .logo a {
  color: #000;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  padding: 20px 0 15px 23px;
  display: block;
  border-bottom: 1px solid #d6dce0;
  box-shadow: 0px 1px #fff;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear; }
/* line 28, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .logo a:hover {
  color: #858585;
  text-decoration: none; }
/* line 35, ew-inc_/css/partials/pages/_docs.scss */
/* line 36, ew-inc_/css/partials/pages/_docs.scss */

/* line 38, ew-inc_/css/partials/pages/_docs.scss */

/* line 39, ew-inc_/css/partials/pages/_docs.scss */

#docs #guide .menu > li.active > .nav {
  display: block; }
/* line 43, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .menu > li.active > a {
  background: #deeaf1; }
/* line 48, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .menu > li a {
  color: #3391c9;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 15px 10px 25px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 56, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .menu > li a:hover {
  background: #deeaf1; }
/* line 61, ew-inc_/css/partials/pages/_docs.scss */
#docs #guide .menu > li > .nav {
  margin-bottom: 7px;
  display: none; }
/* line 65, ew-inc_/css/partials/pages/_docs.scss */
/* line 66, ew-inc_/css/partials/pages/_docs.scss */

#docs #guide .menu > li > .nav li a {
  font-weight: 400;
  color: #48a0d6;
  padding: 6px 15px 5px 35px; }
/* line 78, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs {
  background: #fff;
  margin-left: 210px;
  min-width: 750px; }
/* line 83, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods {
  background: #292e33;
  position: relative;
  margin-left: 50%; }
/* line 88, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .languages {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 0 5px 20px;
  background: #3b4249;
  box-shadow: 2px 1px 3px #000;
  z-index: 999; }
/* line 97, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .languages .language {
  display: inline-block;
  color: #c0cedd;
  padding: 5px 15px;
  font-size: 13px; }
/* line 103, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .languages .language.selected {
  color: #fff; }
/* line 109, ew-inc_/css/partials/pages/_docs.scss */
/* line 111, ew-inc_/css/partials/pages/_docs.scss */

/* line 112, ew-inc_/css/partials/pages/_docs.scss */

/* line 113, ew-inc_/css/partials/pages/_docs.scss */

#docs #api-docs #methods .method:nth-child(2) .method-section .method-description {
  padding-top: 0px;
  border-top: 0px; }
/* line 118, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method:nth-child(2) .method-section .method-example {
  padding-top: 35px;
  border-top: 0;
  box-shadow: none; }
/* line 126, ew-inc_/css/partials/pages/_docs.scss */
/* line 127, ew-inc_/css/partials/pages/_docs.scss */

#docs #api-docs #methods .method:last-child .method-section {
  padding-bottom: 70px; }
/* line 132, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section {
  margin-left: -100%;
  position: relative;
  padding-top: 50px; }
/* line 137, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description {
  width: 50%;
  float: left;
  padding: 0 30px;
  border-top: 1px solid #e5e7eb;
  padding-top: 40px; }
/* line 144, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description h3 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 20px; }
/* line 150, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description p {
  font-size: 13px;
  color: #666;
  line-height: 21px;
  margin-bottom: 20px; }
/* line 157, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info {
  margin-top: 45px;
  margin-bottom: 40px; }
/* line 161, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info h4 {
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px; }
/* line 167, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info .field {
  margin-top: 17px;
  font-size: 13px; }
/* line 171, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info .field .key {
  width: 40%;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #333; }
/* line 180, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info .field .desc {
  width: 60%;
  float: right;
  padding-left: 10px;
  color: #555;
  line-height: 21px; }
/* line 187, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-description .info .field .desc strong {
  display: block;
  color: #333;
  margin-bottom: 5px; }
/* line 197, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example {
  margin-left: 50%;
  width: 50%;
  padding: 75px 30px 0;
  border-top: 1px solid #000;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.17);
  color: #fff; }
/* line 205, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }
/* line 211, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre code {
  background: none;
  font-family: Monaco, Consolas, Menlo;
  font-size: 12px;
  display: none;
  color: #dae4f2; }
/* line 218, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre code.always-visible {
  display: block !important; }
/* line 222, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre code.ruby {
  display: block; }
/* line 228, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre code > * {
  color: #dae4f2;
  line-height: 20px; }
/* line 234, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby {
  color: #dae4f2; }
/* line 237, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby > * {
  color: #dae4f2;
  line-height: 20px; }
/* line 242, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=keyword] {
  color: #9ab4db; }
/* line 245, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=string] {
  color: #dad0c6; }
/* line 248, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=comment] {
  color: #b4b4b4; }
/* line 251, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=constant] {
  color: #ffdf9d; }
/* line 254, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=symbol] {
  color: #9ecbee; }
/* line 258, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python {
  color: #dae4f2; }
/* line 261, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python > * {
  color: #dae4f2;
  line-height: 20px; }
/* line 266, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python [class*=keyword] {
  color: #9ab4db; }
/* line 269, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python [class*=string] {
  color: #dad0c6; }
/* line 272, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python [class*=comment] {
  color: #b4b4b4; }
/* line 275, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python [class*=class] {
  color: #ffdf9d; }
/* line 278, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .python [class*=params] {
  color: #9ecbee; }
/* line 282, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .php {
  color: #dae4f2; }
/* line 285, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .php > * {
  color: #dae4f2;
  line-height: 20px; }
/* line 290, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .php [class*=keyword] {
  color: #9ab4db; }
/* line 293, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .php [class*=string] {
  color: #dad0c6; }
/* line 296, ew-inc_/css/partials/pages/_docs.scss */
#docs #api-docs #methods .method .method-section .method-example pre .php [class*=comment] {
  color: #b4b4b4; }
/* line 1, ew-inc_/css/partials/pages/_invoice.scss */
#invoice {
  background: #eceef4; }
/* line 4, ew-inc_/css/partials/pages/_invoice.scss */
@media (min-width: 1200px) {
      #invoice .container {
        width: 900px; } }
/* line 10, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .logo {
  text-align: center;
  margin-top: 50px; }
/* line 14, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .logo a {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 36px;
  letter-spacing: 0.1px;
  color: #555;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 23, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .logo a:hover {
  text-decoration: none;
  color: #7793c4; }
/* line 30, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper {
  background: #fff;
  border: 1px solid #cdd3e2;
  box-shadow: 0px 0px 1px #ccc;
  padding: 40px 40px 60px;
  margin-top: 40px;
  border-radius: 4px; }
/* line 38, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .intro {
  line-height: 25px;
  color: #444; }
/* line 43, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-info {
  margin-top: 25px;
  padding-top: 15px; }
/* line 47, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-info span {
  color: #a9b0bb; }
/* line 50, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px; }

@media (max-width: 767px) {
/* line 57, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-info .text-right {
  text-align: left;
  margin-top: 20px; } }
/* line 64, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-details {
  border-top: 2px solid #ebecee;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 22px; }
/* line 70, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-details span {
  color: #a9b0bb;
  display: block; }
/* line 75, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px; }

@media (max-width: 767px) {
/* line 81, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .payment-details .text-right {
  text-align: left;
  margin-top: 20px; } }
/* line 88, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items {
  margin-top: 40px; }
/* line 91, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .headers {
  color: #a9b0bb;
  font-size: 13px;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #ebecee;
  padding-bottom: 4px; }
/* line 99, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid #ebecee;
  padding-bottom: 8px; }
/* line 104, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px; }

@media (max-width: 767px) {
            #invoice .invoice-wrapper .line-items .items .item {
              font-size: 13px; } }
/* line 113, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868a;
  font-size: 16px; }

@media (max-width: 767px) {
              #invoice .invoice-wrapper .line-items .items .item .amount {
                font-size: 13px; } }
/* line 125, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total {
  margin-top: 30px; }
/* line 128, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 20px; }

@media (max-width: 767px) {
            #invoice .invoice-wrapper .line-items .total .extra-notes {
              width: 100%;
              margin-bottom: 30px;
              float: none; } }
/* line 142, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545; }
/* line 149, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555; }
/* line 154, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500; }
/* line 159, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .field.grand-total span {
  color: #20a720;
  font-size: 16px; }
/* line 165, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868a;
  font-size: 15px; }
/* line 175, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .print {
  margin-top: 50px;
  text-align: center; }
/* line 179, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .print a {
  display: inline-block;
  border: 1px solid #9cb5d6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708dc0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 189, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .print a:hover {
  text-decoration: none;
  border-color: #333;
  color: #333; }
/* line 195, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .invoice-wrapper .line-items .print a i {
  margin-right: 3px;
  font-size: 14px; }
/* line 204, ew-inc_/css/partials/pages/_invoice.scss */
#invoice .footer {
  margin-top: 40px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 12px;
  color: #969cad; }
/* line 1, ew-inc_/css/partials/pages/_timeline.scss */
#timeline {
  background: #f7f8fa; }
/* line 4, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper {
  margin-top: 60px;
  position: relative;
  /* the first node that comes right next to a year */ }
/* line 8, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  background: #e7e8ec;
  right: 0;
  margin: 0 auto;
  z-index: -1; }
/* line 20, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .year {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 16px; }
/* line 26, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .year:nth-child(1) {
  margin-top: 0px;
  margin-bottom: 60px; }
/* line 31, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .year.last {
  margin-bottom: 0;
  font-size: 21px; }
/* line 36, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .year span {
  display: inline-block;
  background: #e7e8ec;
  padding: 6px 20px;
  color: #5a5a5a;
  border-radius: 3px; }
/* line 46, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .year + .node {
  margin-top: -20px; }
/* line 50, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node {
  position: relative;
  float: right;
  clear: right;
  width: 44%;
  margin: 35px 0;
  border-radius: 5px;
  /*&:nth-child(2n) {*/ }

@media (max-width: 767px) {
        #timeline .timeline-wrapper .node {
          width: 100%; } }
/* line 63, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node.left {
  float: left;
  clear: left; }
/* line 67, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node.left:before {
  right: -51px;
  left: inherit; }

@media (max-width: 991px) {
            #timeline .timeline-wrapper .node.left:before {
              right: -42px;
              width: 43px; } }
/* line 77, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node.left .marker {
  left: inherit;
  right: -65px; }

@media (max-width: 991px) {
            #timeline .timeline-wrapper .node.left .marker {
              right: -52px; } }
/* line 87, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #e7e8ec;
  left: -51px;
  top: 62px; }

@media (max-width: 991px) {
          #timeline .timeline-wrapper .node:before {
            left: -42px;
            width: 43px; } }

@media (max-width: 767px) {
          #timeline .timeline-wrapper .node:before {
            display: none; } }
/* line 106, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .marker {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  background: #e7e8ec;
  left: -65px;
  top: 55px;
  border: 3px solid #f7f8fa; }

@media (max-width: 991px) {
          #timeline .timeline-wrapper .node .marker {
            left: -51px; } }

@media (max-width: 767px) {
          #timeline .timeline-wrapper .node .marker {
            display: none; } }
/* line 125, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry {
  position: relative;
  padding: 20px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26); }
/* line 134, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-radius: 0 0 5px 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%); }
/* line 148, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry.smallish {
  height: 320px; }
/* line 151, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry.smallish .intro {
  top: 68%; }
/* line 156, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry.short-entry {
  background: #e7e8ec;
  color: #848c94;
  height: inherit;
  padding: 13px;
  box-shadow: none;
  position: relative;
  top: 41px;
  left: -1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4); }
/* line 168, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry.short-entry:before {
  background: none; }
/* line 173, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry .intro {
  position: relative;
  top: 75%;
  color: #fff;
  z-index: 9;
  letter-spacing: 0.3px; }
/* line 180, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry .intro h4 {
  font-size: 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.69);
  letter-spacing: 0.5px; }

@media (max-width: 767px) {
              #timeline .timeline-wrapper .node .entry .intro h4 {
                font-size: 17px; } }
/* line 190, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .entry .intro p {
  font-weight: 300; }

@media (max-width: 767px) {
              #timeline .timeline-wrapper .node .entry .intro p {
                font-size: 13px; } }
/* line 200, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26);
  background: #fff; }
/* line 208, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news section {
  padding: 30px 20px 60px 20px; }
/* line 211, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news section h3 {
  margin-top: 0;
  font-size: 17px;
  line-height: 22px; }
/* line 217, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news section p {
  margin-top: 21px;
  line-height: 22px;
  font-size: 13px;
  color: #7a7979; }
/* line 225, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news footer {
  position: absolute;
  bottom: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #9eaebe; }
/* line 235, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news footer .tag {
  position: relative;
  padding-left: 27px;
  text-transform: uppercase; }
/* line 240, ew-inc_/css/partials/pages/_timeline.scss */
#timeline .timeline-wrapper .node .news footer .tag span {
  font-size: 24px;
  position: absolute;
  top: -4px;
  left: 0; }
