@import url(../bootstrap/bootstrap.min.css);
/* config variables */
/* roboto font */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
/* source sans pro */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* lato */
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* merriweather */
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
*:focus {
  outline: 0; }

.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; }
  .button:hover {
    color: #fff;
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
  .button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500; }

.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: 17px;
  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; }
  .button-outline:hover {
    text-decoration: none;
    color: #ddd;
    border-color: #ddd; }

.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); }
  .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; }
  .button-clear:hover {
    text-decoration: none; }
  .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); }
    .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 */
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; }
  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; }
  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; }
  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; }
  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; }
  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); }

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); }
  textarea.form-control::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  textarea.form-control:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 400;
    font-size: 14px; }
  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 */
body {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif; }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }

a {
  color: #ed1651; }
  a:hover {
    color: #ed1651; }
  a:focus {
    color: #ed1651;
    text-decoration: none !important; }

.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; }

.pagination > li > a,
.pagination > li > span {
  -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 (min-width: 768px) {
  .dropdown:hover {
    background-color: #080808; }
  .dropdown:hover > .dropdown-menu {
    display: block; } }

button, .button, a.button {
  background: #ed1651;
  box-shadow: none; }
  button .fa, .button .fa, a.button .fa {
    margin-right: 5px; }

a.button.alt, button.alt, input[type="submit"].alt {
  background-color: #4da7bc;
  box-shadow: none;
  color: #fff; }
  a.button.alt:hover, a.button.alt:active, a.button.alt:focus, button.alt:hover, button.alt:active, button.alt:focus, input[type="submit"].alt:hover, input[type="submit"].alt:active, input[type="submit"].alt:focus {
    color: #fff !important;
    background-color: #4da7bc !important;
    border-color: #4da7bc !important; }

.btn-danger {
  background-color: #ed1651; }
  .btn-danger:hover {
    background-color: #ed1651; }

.btn-primary {
  border-color: #4da7bc; }

.panel {
  border-radius: 0; }

label {
  font-weight: normal;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }

input.form-control[type="text"]:focus, input.form-control[type="email"]:focus, input.form-control[type="password"]:focus {
  border-color: #ccc; }

small {
  color: #fff !important; }

.panel-default {
  border: none;
  font-size: 15px;
  margin: 10px 0; }

.panel-default > .panel-heading {
  font-size: 15px;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #ed1651;
  border-color: #ddd;
  border-radius: 0; }

.panel-default ul li {
  padding: 3px 0; }

/* layout */
body, html {
  height: 100%; }

.master-wrapper {
  min-height: 100%;
  position: relative; }

a:focus, button:focus {
  outline: none; }

strong {
  font-weight: normal;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }

.navbar.normal {
  min-height: 70px;
  margin-bottom: 0;
  background: #ed1651;
  border-radius: 0px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
  .navbar.normal .navbar-header .navbar-brand {
    color: #fff;
    padding: 25px 15px;
    font-weight: 500;
    font-size: 23px; }
  .navbar.normal .navbar-header .navbar-toggle {
    margin-top: 17px; }
  .navbar.normal .navbar-collapse {
    font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
    font-size: 14px; }
    @media (min-width: 768px) {
      .navbar.normal .navbar-collapse {
        text-align: center; } }
    @media (min-width: 768px) {
      .navbar.normal .navbar-collapse .navbar-nav {
        display: inline-block; } }
    .navbar.normal .navbar-collapse .navbar-nav > li {
      margin-top: -1px;
      display: inline-block; }
      @media (max-width: 767px) {
        .navbar.normal .navbar-collapse .navbar-nav > li {
          display: block; } }
      .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
        background: none;
        color: #fff; }
      .navbar.normal .navbar-collapse .navbar-nav > li > a {
        padding: 25px 20px;
        height: 71px;
        color: #fff;
        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: 992px) {
          .navbar.normal .navbar-collapse .navbar-nav > li > a {
            padding: 25px 12px;
            height: auto; } }
        @media (max-width: 767px) {
          .navbar.normal .navbar-collapse .navbar-nav > li > a {
            padding: 18px 20px; } }
        .navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
          color: #fff; }
      @media (max-width: 767px) {
        .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
          color: #fff;
          padding: 12px 18px 12px 30px; } }
      .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
        font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
        border: 0;
        text-align: left;
        padding: 9px 0; }
        .navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
          padding: 8px 18px; }
    .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; } }

.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; }
      .navbar.hero .navbar-nav > .active > a {
        background: transparent;
        color: #fff; } }
  .navbar.hero .navbar-brand {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Arial; }
  .navbar.hero .navbar-nav > li.dropdown > a .caret {
    border-top-color: #EBEBEB; }
  .navbar.hero .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    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; }
    .navbar.hero .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar.hero .navbar-nav > li.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 0 0; }
  @media (max-width: 767px) {
    .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
      color: #fff;
      padding: 12px 18px 12px 30px; } }
  .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; }
    .navbar.hero .navbar-nav > li ul.dropdown-menu li a {
      color: #fff;
      padding: 10px 18px;
      font-size: 15px; }
      .navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
        color: #e9e9e9;
        background: none; }

.navbar.white {
  min-height: 70px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    .navbar.white {
      background: #fff;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75); } }
  @media (min-width: 1200px) {
    .navbar.white .container {
      width: 1000px; } }
  .navbar.white .navbar-header .navbar-brand {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    font-family: "Lato", "Helvetica Neue", Arial;
    padding-top: 24px; }
    @media (max-width: 767px) {
      .navbar.white .navbar-header .navbar-brand {
        color: #fff;
        font-size: 20px; } }
  .navbar.white .navbar-header .navbar-toggle {
    margin-top: 17px; }
  @media (min-width: 768px) {
    .navbar.white .navbar-collapse {
      text-align: center; } }
  @media (min-width: 768px) {
    .navbar.white .navbar-collapse .navbar-nav {
      display: inline-block; } }
  .navbar.white .navbar-collapse .navbar-nav > li {
    display: inline-block; }
    @media (max-width: 767px) {
      .navbar.white .navbar-collapse .navbar-nav > li {
        display: block; } }
    .navbar.white .navbar-collapse .navbar-nav > li.active > a {
      background: none;
      color: #333; }
    .navbar.white .navbar-collapse .navbar-nav > li.dropdown > a:hover {
      color: #fff !important; }
    .navbar.white .navbar-collapse .navbar-nav > li > a {
      padding: 25px 20px;
      color: #555;
      z-index: 1001; }
      .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: 18px 20px;
          color: #fff; } }
      .navbar.white .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
        color: #777;
        font-size: 8px;
        margin-left: 2px;
        position: relative;
        top: -1px; }
      .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; } }
    @media (min-width: 768px) {
      .navbar.white .navbar-collapse .navbar-nav > li.open > a {
        background: #fff;
        color: #333; } }
    .navbar.white .navbar-collapse .navbar-nav > li.open > a .caret {
      border-top-color: #999;
      border-bottom-color: #999; }
    @media (max-width: 767px) {
      .navbar.white .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
        color: #fff;
        padding: 12px 18px 12px 30px; } }
    .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
      text-align: left;
      border: 0;
      padding: 0 0 10px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175); }
      .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
        padding: 8px 18px; }

.navbar .currency-container {
  display: block;
  padding: 25px 20px;
  background-color: #ff1654; }
  @media (max-width: 992px) {
    .navbar .currency-container {
      padding: 25px 12px; } }
  .navbar .currency-container select {
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
    font-weight: normal !important; }
  .navbar .currency-container span {
    display: none;
    color: #fff; }
    @media (max-width: 767px) {
      .navbar .currency-container span {
        display: inline;
        margin: 0 10px; } }

.navbar-inverse .navbar-toggle {
  border: none; }

.navbar-nav {
  margin: 0 -15px; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: 0; }

@media (max-width: 767px) {
  .caret {
    display: none; } }

.navbar-collapse {
  max-height: 500px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#footer {
  background: #100c0e;
  padding-top: 45px;
  -webkit-font-smoothing: antialiased;
  height: 115px;
  position: absolute;
  bottom: 0;
  width: 100%; }
  #footer .copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
    #footer .copyright a {
      color: #fff; }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer .menu ul {
    list-style-type: none;
    padding: 0; }
    #footer .menu ul li {
      display: inline-block; }
      #footer .menu ul li.active a {
        color: #fff; }
      #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; }
        #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; } }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
    #footer .social a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

#footer-white {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #footer-white {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    #footer-white .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer-white .menu h3 {
    margin-top: 0;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }
  #footer-white .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0; }
    #footer-white .menu ul li {
      display: block;
      margin-bottom: 9px; }
      #footer-white .menu ul li a {
        color: #ed1651;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        -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; }
        #footer-white .menu ul li a:hover {
          color: #000;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer-white .menu ul li a {
            padding: 0; } }
      #footer-white .menu ul li .hiring {
        font-family: "Lato", "Helvetica Neue", Arial;
        font-weight: 700;
        letter-spacing: .3px;
        text-transform: uppercase;
        word-spacing: 1.5px;
        font-size: 11px;
        margin-left: 4px;
        padding: 3px 8px;
        border-radius: 4px;
        color: #fff;
        background: #49B7E2; }
        #footer-white .menu ul li .hiring:hover {
          color: #fff;
          background: #0E82AF; }
  #footer-white .newsletter {
    text-align: right; }
    @media (max-width: 767px) {
      #footer-white .newsletter {
        text-align: center;
        margin-top: 40px; } }
    #footer-white .newsletter .signup {
      margin-bottom: 20px; }
      #footer-white .newsletter .signup p {
        font-size: 17px;
        color: #666;
        width: 90%;
        float: right;
        text-align: left;
        line-height: 20px; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
      #footer-white .newsletter .signup form {
        float: right;
        width: 90%;
        position: relative;
        margin-top: 10px; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup form {
            float: none;
            width: 100%; } }
        #footer-white .newsletter .signup form input[type="text"] {
          font-size: 14px; }
          #footer-white .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]::-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-ms-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
        #footer-white .newsletter .signup form input[type="submit"] {
          border: 0;
          background: #ed1651;
          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; }
          #footer-white .newsletter .signup form input[type="submit"]:hover {
            background: #ff1654; }
    #footer-white .newsletter a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      position: relative;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer-white .newsletter a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer-white .credits .col-md-12 {
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #A1AAB6; }

.logo {
  width: 145px;
  margin-top: 18px; }
  @media (max-width: 767px) {
    .logo {
      margin-left: 23px; } }

/* pages */
#home #hero {
  overflow: hidden;
  background: #4B4848;
  background-size: cover;
  background-image: url("/site/images/bg3.png");
  /* 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("//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; } }
  #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%, transparent 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%, transparent 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%, transparent 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%, transparent 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%); }
  #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); }
  #home #hero .container {
    position: relative;
    z-index: 33; }
  #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: .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; } }
  #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; } }
  #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; } }
    #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; } }
  #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; } }

#home #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    #home #features {
      margin-top: 50px; } }
  #home #features .header {
    text-align: center; }
    #home #features .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #home #features .header h2 {
          font-size: 25px; } }
    #home #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #home #features .feature {
    margin-top: 75px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home #features .feature.backwards .info {
        float: right; }
      #home #features .feature.backwards .image {
        float: left; }
        #home #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home #features .feature {
        margin-top: 35px; } }
    #home #features .feature .info h3 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (max-width: 991px) {
        #home #features .feature .info h3 {
          text-align: center; } }
    #home #features .feature .info h3 a {
      color: #000; }
    #home #features .feature .info h4 {
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #home #features .feature .info h4 {
          text-align: center; } }
      #home #features .feature .info h4 a {
        font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
        color: #ed1651; }
    #home #features .feature .info p {
      color: #44484d;
      font-size: 16px;
      margin-top: 20px;
      line-height: 24px;
      width: 100%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
      #home #features .feature .info p.emphasize {
        font-size: 20px; }
        #home #features .feature .info p.emphasize span {
          font-size: 28px; }
    #home #features .feature .info .button {
      font-size: 16px;
      padding: 10px 18px; }
    #home #features .feature .info .button.white {
      background-color: #fff;
      color: #000 !important;
      text-shadow: none; }
    @media (max-width: 991px) {
      #home #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      #home #features .feature .button {
        margin-bottom: 10px; } }
  #home #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #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; } }

#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; }
  #home #pricing .header {
    text-align: center;
    font-family: "Lato", "Helvetica Neue", Arial; }
    @media (max-width: 991px) {
      #home #pricing .header {
        margin-bottom: 25px; } }
    #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; } }
    #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); }
  #home #pricing .charts {
    margin-top: 35px; }
    @media (max-width: 991px) {
      #home #pricing .charts {
        margin-top: 10px; } }
    #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; }
          #home #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home #pricing .charts .chart {
          width: 90% !important; } }
      #home #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home #pricing .charts .chart.last {
        left: -12px; }
      #home #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home #pricing .charts .chart .quantity {
        text-align: center; }
        #home #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #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; }
      #home #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }

#home #slider {
  margin-top: 70px; }
  @media (max-width: 991px) {
    #home #slider {
      margin-top: 30px; } }
  #home #slider .header {
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    #home #slider .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 25px;
      color: #555;
      line-height: 25px;
      margin-bottom: 15px; }
  #home #slider .slide-wrapper {
    border-bottom: 1px solid #E4E4E4; }
    #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; } }
      #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 .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; }
        #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; }
        #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; } }
        #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; } }
      #home #slider .slide-wrapper .slideshow .slide {
        width: 100%;
        height: 100%;
        position: absolute; }
        #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); }
        #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 .6s ease;
          -moz-transition: all .6s ease;
          -o-transition: all .6s ease;
          -ms-transition: all .6s ease;
          transition: all .6s ease; }
          @media (max-width: 767px) {
            #home #slider .slide-wrapper .slideshow .slide img {
              width: 100%; } }

#home #testimonials {
  margin-top: 90px;
  -webkit-font-smoothing: antialiased; }
  #home #testimonials .header {
    text-align: center; }
    #home #testimonials .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 23px;
      color: #656565;
      line-height: 25px;
      margin-bottom: 45px; }
  #home #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #home #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #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; } }
      #home #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #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; }
        #home #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home #testimonials .testimonial .author {
          margin-left: 6%; } }
      #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; }
      #home #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }

#home #cta {
  text-align: center;
  margin-top: 120px; }
  #home #cta p {
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 17px;
    color: #7A7D81;
    letter-spacing: 0.1px; }
  #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; }
    #home #cta a:hover {
      text-decoration: none;
      background: #3FD8DF; }

#home #clients {
  background: #5E7A9B;
  background: radial-gradient(#36414E, #253241);
  margin-top: 120px;
  padding: 65px 0 80px;
  text-align: center; }
  #home #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #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); }
  #home #clients .logos {
    margin-top: 35px; }
    #home #clients .logos img {
      margin: 0 16px; }
      @media (max-width: 767px) {
        #home #clients .logos img {
          margin: 0 auto;
          display: block;
          margin-bottom: 15px; } }

.button.highlight {
  font-size: 13px !important;
  margin: 10px 0 0 10px !important;
  padding: 5px 10px !important; }

@-webkit-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }

@-moz-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }

@-o-keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }

@keyframes $name {
  0% {
    left: 0; }
  100% {
    left: -15px; } }

#home2 #hero {
  background: #fff;
  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; } }
  #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; }
    #home2 #hero .slide-nav:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    #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); }
      @media (max-width: 900px) {
        #home2 #hero .slide-nav.prev:after {
          background: none; } }
    #home2 #hero .slide-nav.next {
      right: 0; }
      #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; }
        @media (max-width: 900px) {
          #home2 #hero .slide-nav.next:after {
            background: none; } }
  #home2 #hero nav {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    #home2 #hero nav a {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #a2a2a2;
      border-radius: 50%;
      margin: 0 3px; }
      #home2 #hero nav a.active {
        background: #fff; }
  #home2 #hero .slides {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    /* each slide */ }
    #home2 #hero .slides .slide {
      display: none;
      z-index: 80;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-top: 50px; }
      #home2 #hero .slides .slide small {
        color: #fff !important; }
      #home2 #hero .slides .slide.active {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        z-index: 100; }
      #home2 #hero .slides .slide.next {
        z-index: 90; }
        @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; } }
      #home2 #hero .slides .slide .container {
        position: relative;
        z-index: 3;
        height: 100%; }
        @media (min-width: 985px) {
          #home2 #hero .slides .slide .container {
            width: 850px; } }
        @media (min-width: 1085px) {
          #home2 #hero .slides .slide .container {
            width: 970px; } }
      #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; } }
        #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%, transparent), 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, transparent, rgba(0, 0, 0, 0.25));
          background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
          background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }
        #home2 #hero .slides .slide .bg:after {
          content: '';
          position: absolute;
          display: block;
          height: 100%;
          left: 0;
          width: 100%;
          top: 0; }
      @media (max-width: 767px) {
        #home2 #hero .slides .slide.first {
          padding-top: 50px; } }
      #home2 #hero .slides .slide.first .bg {
        background-image: url("/site/images/80.jpg");
        background-position: center 40%; }
        #home2 #hero .slides .slide.first .bg:after {
          background: rgba(52, 52, 58, 0.5); }
      #home2 #hero .slides .slide.first .info {
        /*@media(max-width: 1120px) {
                          margin-left:50px;
                        }

                        @media(max-width: 992px) {
                          margin-left:0px;
                        }*/ }
        #home2 #hero .slides .slide.first .info h1.hero-text {
          margin-top: 65px;
          font-size: 35px;
          line-height: 45px;
          letter-spacing: 0.7px;
          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-height: 35px; } }
          @media (max-width: 500px) {
            #home2 #hero .slides .slide.first .info h1.hero-text {
              margin-top: 10px; } }
          #home2 #hero .slides .slide.first .info h1.hero-text span {
            font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }
        #home2 #hero .slides .slide.first .info p {
          color: rgba(255, 255, 255, 0.94);
          letter-spacing: 0.3px;
          margin-top: 15px;
          font-size: 18px;
          font-weight: 300;
          line-height: 28px; }
          @media (max-width: 767px) {
            #home2 #hero .slides .slide.first .info p {
              margin-left: 15px;
              margin-right: 15px; } }
        #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; } }
          #home2 #hero .slides .slide.first .info .cta a {
            position: relative;
            margin: 0px 30px 0 0;
            padding: 16px 25px;
            letter-spacing: 0.3px;
            border: 2px solid rgba(255, 255, 255, 0.8);
            background: rgba(0, 0, 0, 0.4); }
            #home2 #hero .slides .slide.first .info .cta a:hover {
              color: #252525;
              background: #fff;
              padding-right: 45px; }
              #home2 #hero .slides .slide.first .info .cta a:hover .fa {
                opacity: 1; }
            #home2 #hero .slides .slide.first .info .cta a .fa {
              opacity: 0;
              font-size: 13px;
              position: absolute;
              color: #252525;
              top: 23px;
              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; }
                #home2 #hero .slides .slide.first .info .cta a .fa {
                  top: 17px; } }
      #home2 #hero .slides .slide.first .mobiles img {
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        width: 100%;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        -o-animation-duration: 1.2s;
        animation-duration: 1.2s; }
      #home2 #hero .slides .slide.second .bg {
        background-image: url("/site/images/97.jpg");
        background-position: center 30%; }
        #home2 #hero .slides .slide.second .bg:after {
          background: rgba(52, 52, 58, 0.4); }
      #home2 #hero .slides .slide.second h1.hero-text {
        text-align: center;
        font-size: 45px;
        font-weight: 300;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
        padding-top: 50px; }
        @media (max-width: 1090px) {
          #home2 #hero .slides .slide.second h1.hero-text {
            font-size: 35px; } }
        @media (max-width: 750px) {
          #home2 #hero .slides .slide.second h1.hero-text {
            font-size: 35px;
            padding-top: 0; } }
        #home2 #hero .slides .slide.second h1.hero-text a {
          color: #fff; }
        #home2 #hero .slides .slide.second h1.hero-text span {
          font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }
      #home2 #hero .slides .slide.second h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }
        @media (max-width: 1090px) {
          #home2 #hero .slides .slide.second h2 {
            font-size: 30px; } }
        @media (max-width: 750px) {
          #home2 #hero .slides .slide.second h2 {
            font-size: 25px; } }
        #home2 #hero .slides .slide.second h2 a {
          color: #fff; }
        #home2 #hero .slides .slide.second h2 span {
          font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }
      #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;
        margin-top: 25px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        width: 70%; }
        @media (max-width: 991px) {
          #home2 #hero .slides .slide.second .sub-text {
            width: 80%; } }
        @media (max-width: 767px) {
          #home2 #hero .slides .slide.second .sub-text {
            font-size: 17px; } }
        #home2 #hero .slides .slide.second .sub-text a {
          color: #fff; }
      #home2 #hero .slides .slide.second .cta {
        text-align: center;
        margin-top: 35px; }
        #home2 #hero .slides .slide.second .cta a {
          position: relative;
          margin: 0px 20px; }
          @media (max-width: 400px) {
            #home2 #hero .slides .slide.second .cta a {
              display: block; } }
          #home2 #hero .slides .slide.second .cta a:hover, #home2 #hero .slides .slide.second .cta a:focus {
            color: #252525;
            background: #fff;
            padding-right: 45px;
            border-color: #fff;
            text-decoration: none; }
            #home2 #hero .slides .slide.second .cta a:hover .fa, #home2 #hero .slides .slide.second .cta a:focus .fa {
              opacity: 1; }
          #home2 #hero .slides .slide.second .cta a .fa {
            opacity: 0;
            font-size: 13px;
            position: absolute;
            color: #252525;
            top: 19px;
            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; }
          #home2 #hero .slides .slide.second .cta a.button {
            margin-bottom: 25px;
            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) {
              #home2 #hero .slides .slide.second .cta a.button {
                font-size: 16px; } }
            @media (max-width: 400px) {
              #home2 #hero .slides .slide.second .cta a.button {
                width: 65%;
                margin: 0 auto;
                margin-bottom: 25px; } }
            #home2 #hero .slides .slide.second .cta a.button:hover {
              color: #000 !important;
              text-shadow: none; }
          #home2 #hero .slides .slide.second .cta a.button-outline {
            margin-bottom: 25px; }
            @media (max-width: 400px) {
              #home2 #hero .slides .slide.second .cta a.button-outline {
                width: 65%;
                margin: 0 auto;
                margin-bottom: 25px; } }
          #home2 #hero .slides .slide.second .cta a.demo {
            color: #fff;
            -webkit-font-smoothing: antialiased;
            font-size: 16px; }
            @media (max-width: 767px) {
              #home2 #hero .slides .slide.second .cta a.demo {
                font-size: 16px; } }
      #home2 #hero .slides .slide.second .screenshot {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        #home2 #hero .slides .slide.second .screenshot img {
          margin: 0 auto; }
      @media (max-width: 670px) {
        #home2 #hero .slides .slide.second img {
          width: 80%; } }
      @media (max-width: 560px) {
        #home2 #hero .slides .slide.second img {
          display: none; } }
      #home2 #hero .slides .slide.third {
        padding-top: 115px; }
        @media (max-width: 767px) {
          #home2 #hero .slides .slide.third {
            padding-top: 50px; } }
        #home2 #hero .slides .slide.third .bg {
          background-image: url("/site/images/52.jpg");
          background-position: center -20%; }
          #home2 #hero .slides .slide.third .bg:after {
            background: rgba(52, 52, 58, 0.4); }
        #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; }
        #home2 #hero .slides .slide.third h1.hero-text {
          text-align: center;
          font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
          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; } }
        #home2 #hero .slides .slide.third .sub-text {
          -webkit-font-smoothing: antialiased;
          margin: 0 auto;
          margin-top: 25px;
          text-align: center;
          color: #f7f7f7;
          font-weight: 300;
          font-size: 21px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          width: 55%; }
          @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; } }
          #home2 #hero .slides .slide.third .sub-text a {
            color: #fff;
            text-decoration: none; }
            #home2 #hero .slides .slide.third .sub-text a:hover {
              text-decoration: underline; }
        #home2 #hero .slides .slide.third .cta {
          text-align: center;
          margin-top: 35px; }
          #home2 #hero .slides .slide.third .cta a {
            position: relative;
            margin: 0px 20px; }
            @media (max-width: 400px) {
              #home2 #hero .slides .slide.third .cta a {
                display: block; } }
            #home2 #hero .slides .slide.third .cta a:hover, #home2 #hero .slides .slide.third .cta a:focus {
              color: #252525;
              background: #fff;
              padding-right: 45px;
              border-color: #fff;
              text-decoration: none; }
              #home2 #hero .slides .slide.third .cta a:hover .fa, #home2 #hero .slides .slide.third .cta a:focus .fa {
                opacity: 1; }
            #home2 #hero .slides .slide.third .cta a .fa {
              opacity: 0;
              font-size: 13px;
              position: absolute;
              color: #252525;
              top: 19px;
              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; }
            #home2 #hero .slides .slide.third .cta a.button {
              margin-bottom: 25px;
              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) {
                #home2 #hero .slides .slide.third .cta a.button {
                  font-size: 16px; } }
              @media (max-width: 400px) {
                #home2 #hero .slides .slide.third .cta a.button {
                  width: 65%;
                  margin: 0 auto;
                  margin-bottom: 25px; } }
              #home2 #hero .slides .slide.third .cta a.button:hover {
                color: #000 !important;
                text-shadow: none; }
            #home2 #hero .slides .slide.third .cta a.button-outline {
              margin-bottom: 25px; }
              @media (max-width: 400px) {
                #home2 #hero .slides .slide.third .cta a.button-outline {
                  width: 65%;
                  margin: 0 auto;
                  margin-bottom: 25px; } }
            #home2 #hero .slides .slide.third .cta a.demo {
              color: #fff;
              -webkit-font-smoothing: antialiased;
              font-size: 16px; }
              @media (max-width: 767px) {
                #home2 #hero .slides .slide.third .cta a.demo {
                  font-size: 16px; } }
      #home2 #hero .slides .slide.fourth .bg {
        background-image: url("/site/images/64.jpg");
        background-position: center 29%; }
        #home2 #hero .slides .slide.fourth .bg:after {
          background: rgba(52, 52, 58, 0.4); }
      #home2 #hero .slides .slide.fourth h1.hero-text {
        text-align: center;
        font-size: 34px;
        font-weight: 300;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }
        @media (max-width: 1100px) {
          #home2 #hero .slides .slide.fourth h1.hero-text {
            font-size: 30px; } }
        @media (max-width: 1000px) {
          #home2 #hero .slides .slide.fourth h1.hero-text {
            font-size: 35px;
            line-height: 45px;
            margin-top: 80px; } }
        @media (max-width: 553px) {
          #home2 #hero .slides .slide.fourth h1.hero-text {
            margin: 0px auto; } }
        #home2 #hero .slides .slide.fourth h1.hero-text a {
          color: #fff; }
        #home2 #hero .slides .slide.fourth h1.hero-text span {
          font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }
      #home2 #hero .slides .slide.fourth .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;
        margin-top: 23px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        width: 70%; }
        @media (max-width: 1100px) {
          #home2 #hero .slides .slide.fourth .sub-text {
            font-size: 17px; } }
      #home2 #hero .slides .slide.fourth .cta {
        text-align: center;
        margin-top: 35px; }
        #home2 #hero .slides .slide.fourth .cta.buttons {
          display: none; }
          @media (max-width: 1000px) {
            #home2 #hero .slides .slide.fourth .cta.buttons {
              display: block; } }
        #home2 #hero .slides .slide.fourth .cta a {
          position: relative;
          margin: 0px 20px; }
          @media (max-width: 400px) {
            #home2 #hero .slides .slide.fourth .cta a {
              display: block; } }
          #home2 #hero .slides .slide.fourth .cta a:hover, #home2 #hero .slides .slide.fourth .cta a:focus {
            color: #252525;
            background: #fff;
            padding-right: 45px;
            border-color: #fff;
            text-decoration: none; }
            #home2 #hero .slides .slide.fourth .cta a:hover .fa, #home2 #hero .slides .slide.fourth .cta a:focus .fa {
              opacity: 1; }
          #home2 #hero .slides .slide.fourth .cta a .fa {
            opacity: 0;
            font-size: 13px;
            position: absolute;
            color: #252525;
            top: 19px;
            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; }
          #home2 #hero .slides .slide.fourth .cta a.button {
            margin-bottom: 25px;
            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) {
              #home2 #hero .slides .slide.fourth .cta a.button {
                font-size: 16px; } }
            @media (max-width: 400px) {
              #home2 #hero .slides .slide.fourth .cta a.button {
                width: 65%;
                margin: 0 auto;
                margin-bottom: 25px; } }
            #home2 #hero .slides .slide.fourth .cta a.button:hover {
              color: #000 !important;
              text-shadow: none; }
          #home2 #hero .slides .slide.fourth .cta a.button-outline {
            margin-bottom: 25px; }
            @media (max-width: 400px) {
              #home2 #hero .slides .slide.fourth .cta a.button-outline {
                width: 65%;
                margin: 0 auto;
                margin-bottom: 25px; } }
          #home2 #hero .slides .slide.fourth .cta a.demo {
            color: #fff;
            -webkit-font-smoothing: antialiased;
            font-size: 16px; }
            @media (max-width: 767px) {
              #home2 #hero .slides .slide.fourth .cta a.demo {
                font-size: 16px; } }
      #home2 #hero .slides .slide.fourth .screenshot {
        position: absolute;
        bottom: -45px;
        left: 0;
        right: 0; }
        #home2 #hero .slides .slide.fourth .screenshot img {
          margin: 0 auto; }
        #home2 #hero .slides .slide.fourth .screenshot .screen {
          margin: 0 auto;
          width: 800px;
          height: 443px;
          background-image: url("/site/images/laptop.png"); }
          #home2 #hero .slides .slide.fourth .screenshot .screen iframe {
            margin-left: 58px;
            margin-top: 61px; }
          #home2 #hero .slides .slide.fourth .screenshot .screen .iframe-overlay {
            width: 800px;
            height: 445px;
            position: absolute;
            top: 0;
            display: block; }
          @media (max-width: 1000px) {
            #home2 #hero .slides .slide.fourth .screenshot .screen {
              display: none; } }
        @media (max-width: 1000px) {
          #home2 #hero .slides .slide.fourth .screenshot {
            display: none; } }
      #home2 #hero .slides .slide.fourth.alt .bg {
        background-image: url("/site/images/58.jpg");
        background-position: center 29%; }
        #home2 #hero .slides .slide.fourth.alt .bg:after {
          background: rgba(52, 52, 58, 0.4); }
  #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; }
    #home2 #hero .video-modal.active {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      background: rgba(229, 230, 231, 0.5); }
      #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); }
    #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; }

#home2 #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 0px; }
  @media (max-width: 991px) {
    #home2 #features {
      margin-top: 50px; } }
  #home2 #features .header {
    text-align: center; }
    #home2 #features .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #home2 #features .header h2 {
          font-size: 25px; } }
    #home2 #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #home2 #features .feature {
    margin-top: 75px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #home2 #features .feature.backwards .info {
        float: right; }
      #home2 #features .feature.backwards .image {
        float: left; }
        #home2 #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #home2 #features .feature {
        margin-top: 35px; } }
    #home2 #features .feature .info h3 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (max-width: 991px) {
        #home2 #features .feature .info h3 {
          text-align: center; } }
    #home2 #features .feature .info h3 a {
      color: #000; }
    #home2 #features .feature .info h4 {
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #home2 #features .feature .info h4 {
          text-align: center; } }
      #home2 #features .feature .info h4 a {
        font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
        color: #ed1651; }
    #home2 #features .feature .info p {
      color: #44484d;
      font-size: 16px;
      margin-top: 20px;
      line-height: 24px;
      width: 100%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #home2 #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
      #home2 #features .feature .info p.emphasize {
        font-size: 20px; }
        #home2 #features .feature .info p.emphasize span {
          font-size: 28px; }
    #home2 #features .feature .info .button {
      font-size: 16px;
      padding: 10px 18px; }
    #home2 #features .feature .info .button.white {
      background-color: #fff;
      color: #000 !important;
      text-shadow: none; }
    @media (max-width: 991px) {
      #home2 #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      #home2 #features .feature .button {
        margin-bottom: 10px; } }
  #home2 #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #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; } }
  @media (max-width: 991px) {
    #home2 #features {
      margin-top: 35px; } }

#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; }
  #home2 #pricing .header {
    text-align: center;
    font-family: "Lato", "Helvetica Neue", Arial; }
    @media (max-width: 991px) {
      #home2 #pricing .header {
        margin-bottom: 25px; } }
    #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); }
    #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); }
  #home2 #pricing .charts {
    margin-top: 45px; }
    @media (max-width: 991px) {
      #home2 #pricing .charts {
        margin-top: 10px; } }
    #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; }
          #home2 #pricing .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #home2 #pricing .charts .chart {
          width: 90% !important; } }
      #home2 #pricing .charts .chart.first {
        float: right;
        left: 12px; }
      #home2 #pricing .charts .chart.last {
        left: -12px; }
      #home2 #pricing .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #home2 #pricing .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #home2 #pricing .charts .chart.featured .quantity {
          margin-top: 15px; }
      #home2 #pricing .charts .chart .quantity {
        text-align: center; }
        #home2 #pricing .charts .chart .quantity .dollar {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #home2 #pricing .charts .chart .quantity .price {
          font-size: 49px; }
        #home2 #pricing .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #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; }
      #home2 #pricing .charts .chart .specs {
        margin-top: 20px; }
        #home2 #pricing .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #home2 #pricing .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #home2 #pricing .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }

#home2 #features-hover {
  -webkit-font-smoothing: antialiased; }
  #home2 #features-hover .header {
    margin: 50px 0 60px 0;
    text-align: center; }
    #home2 #features-hover .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #home2 #features-hover .header h2 {
          font-size: 25px; } }
    #home2 #features-hover .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #home2 #features-hover .images {
    height: 355px; }
    @media (max-width: 991px) {
      #home2 #features-hover .images {
        height: 320px; } }
    @media (max-width: 630px) {
      #home2 #features-hover .images {
        height: 250px; } }
    @media (max-width: 420px) {
      #home2 #features-hover .images {
        height: 170px; } }
    #home2 #features-hover .images img {
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      display: none; }
      #home2 #features-hover .images img.active {
        display: block; }
  #home2 #features-hover .features {
    margin-top: 50px; }
    @media (max-width: 991px) {
      #home2 #features-hover .features {
        margin-top: 0px; } }
    #home2 #features-hover .features .feature {
      cursor: pointer;
      width: 85%;
      margin: 0 auto; }
      @media (max-width: 991px) {
        #home2 #features-hover .features .feature {
          margin-top: 20px; } }
      #home2 #features-hover .features .feature.active strong, #home2 #features-hover .features .feature:hover strong {
        color: #ed1651; }
      #home2 #features-hover .features .feature.active p, #home2 #features-hover .features .feature:hover p {
        color: #555; }
      #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; }
      #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; }

#home2 #testimonials {
  margin-top: 80px;
  -webkit-font-smoothing: antialiased; }
  #home2 #testimonials .header {
    text-align: center; }
    #home2 #testimonials .header h3 {
      font-size: 22px;
      color: #555;
      line-height: 25px;
      font-weight: 400;
      margin-bottom: 40px; }
  #home2 #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #home2 #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #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; } }
      #home2 #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        left: 30px; }
        #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; }
        #home2 #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #home2 #testimonials .testimonial .author {
      margin-top: 40px;
      margin-left: 10px; }
      @media (max-width: 767px) {
        #home2 #testimonials .testimonial .author {
          margin-left: 6%; } }
      #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; }
      #home2 #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500; }
      #home2 #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400; }

#home2 #cta {
  text-align: center;
  margin-top: 80px; }
  #home2 #cta p {
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 25px;
    color: #7A7D81;
    letter-spacing: 0.1px; }
  #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; }
    #home2 #cta a:hover {
      text-decoration: none;
      background: #3FD8DF; }

#home2 #clients {
  background: #ed1651;
  margin-top: 80px;
  padding: 65px 0;
  text-align: center; }
  #home2 #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home2 #clients p {
    font-size: 20px;
    color: #f8f8f8;
    margin-top: 17px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home2 #clients .logos {
    margin-top: 35px; }
    #home2 #clients .logos img {
      margin: 0 16px; }
      @media (max-width: 767px) {
        #home2 #clients .logos img {
          margin: 0 auto;
          display: block;
          margin-bottom: 15px; } }
  #home2 #clients .button {
    background: #fff;
    color: #100c0e !important;
    text-shadow: none;
    font-size: 19px;
    margin-top: 20px; }

#features #tabs {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #features #tabs {
      margin-bottom: 20px; } }
  #features #tabs .header {
    text-align: center; }
    #features #tabs .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #features #tabs .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #features #tabs .tabs-wrapper {
    margin-top: 45px; }
    #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; } }
      #features #tabs .tabs-wrapper .nav-tabs li {
        float: none;
        display: inline-block; }
        #features #tabs .tabs-wrapper .nav-tabs li.active a {
          color: #2B69A2;
          font-weight: 400;
          border-bottom: 0px; }
          #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; }
        #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; }
          #features #tabs .tabs-wrapper .nav-tabs li a:hover {
            color: #2B69A2;
            background: none; }
    #features #tabs .tabs-wrapper .tab-content {
      margin-top: 60px; }
      #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; } }
        @media (max-width: 991px) {
          #features #tabs .tabs-wrapper .tab-content .tab-pane .info {
            margin-bottom: 35px; } }
        #features #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
          color: #3B88B6;
          font-weight: normal;
          font-size: 19px;
          line-height: 25px;
          margin-top: 35px; }
        #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%; } }
        #features #tabs .tabs-wrapper .tab-content .tab-pane .image img {
          display: inline-block;
          margin: 0 auto; }

#features #first-option {
  /* mixin found in partials/snippets */
  margin-top: 100px; }
  @media (max-width: 991px) {
    #features #first-option {
      margin-top: 50px; } }
  #features #first-option .header {
    text-align: center; }
    #features #first-option .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #features #first-option .header h2 {
          font-size: 25px; } }
    #features #first-option .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #features #first-option .feature {
    margin-top: 75px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #features #first-option .feature.backwards .info {
        float: right; }
      #features #first-option .feature.backwards .image {
        float: left; }
        #features #first-option .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #features #first-option .feature {
        margin-top: 35px; } }
    #features #first-option .feature .info h3 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (max-width: 991px) {
        #features #first-option .feature .info h3 {
          text-align: center; } }
    #features #first-option .feature .info h3 a {
      color: #000; }
    #features #first-option .feature .info h4 {
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #features #first-option .feature .info h4 {
          text-align: center; } }
      #features #first-option .feature .info h4 a {
        font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
        color: #ed1651; }
    #features #first-option .feature .info p {
      color: #44484d;
      font-size: 16px;
      margin-top: 20px;
      line-height: 24px;
      width: 100%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #features #first-option .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
      #features #first-option .feature .info p.emphasize {
        font-size: 20px; }
        #features #first-option .feature .info p.emphasize span {
          font-size: 28px; }
    #features #first-option .feature .info .button {
      font-size: 16px;
      padding: 10px 18px; }
    #features #first-option .feature .info .button.white {
      background-color: #fff;
      color: #000 !important;
      text-shadow: none; }
    @media (max-width: 991px) {
      #features #first-option .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      #features #first-option .feature .button {
        margin-bottom: 10px; } }
  #features #first-option .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #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; } }
  #features #first-option .feature {
    margin-bottom: 130px; }
    @media (max-width: 991px) {
      #features #first-option .feature {
        margin-bottom: 50px; } }
    #features #first-option .feature.last .image img {
      margin-left: 70px; }

#features #second-option .row {
  margin-bottom: 50px; }

#features #second-option .feature {
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #features #second-option .feature {
      margin-bottom: 25px; } }
  #features #second-option .feature img {
    max-width: 40px; }
    @media (max-width: 991px) {
      #features #second-option .feature img {
        display: block;
        margin: 0 auto; } }
  #features #second-option .feature .icon {
    font-size: 32px;
    color: #4187ba; }
  #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; } }
  #features #second-option .feature p {
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
    line-height: 24px; }

#features #slider {
  margin-top: 70px; }
  @media (max-width: 991px) {
    #features #slider {
      margin-top: 30px; } }
  #features #slider .header {
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    #features #slider .header h3 {
      font-family: "Lato", "Helvetica Neue", Arial;
      font-size: 25px;
      color: #555;
      line-height: 25px;
      margin-bottom: 15px; }
  #features #slider .slide-wrapper {
    border-bottom: 1px solid #E4E4E4; }
    #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; } }
      #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 .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; }
        #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; }
        #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; } }
        #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; } }
      #features #slider .slide-wrapper .slideshow .slide {
        width: 100%;
        height: 100%;
        position: absolute; }
        #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); }
        #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 .6s ease;
          -moz-transition: all .6s ease;
          -o-transition: all .6s ease;
          -ms-transition: all .6s ease;
          transition: all .6s ease; }
          @media (max-width: 767px) {
            #features #slider .slide-wrapper .slideshow .slide img {
              width: 100%; } }

#features #showcase {
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased; }
  #features #showcase .header {
    text-align: center;
    margin-bottom: 45px; }
    #features #showcase .header h3 {
      font-size: 25px;
      color: #444;
      line-height: 25px;
      font-weight: 300; }
  #features #showcase .pics {
    text-align: center; }
    #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; } }
      #features #showcase .pics .pic:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        text-decoration: none; }
      #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%, transparent 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.3) 30%, transparent 100%); }
      #features #showcase .pics .pic img {
        display: block;
        margin: 0 auto;
        border-radius: 5px; }
      #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); }

#services {
  -webkit-font-smoothing: antialiased; }
  #services #hero {
    margin-top: 70px; }
    @media (min-width: 992px) {
      #services #hero .row {
        border-bottom: 1px solid #E6E6E8; } }
    @media (max-width: 991px) {
      #services #hero .image img {
        margin: 0 auto; } }
    @media (min-width: 992px) {
      #services #hero .info {
        padding-left: 60px; } }
    @media (max-width: 991px) {
      #services #hero .info {
        text-align: center; } }
    #services #hero .info h3 {
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      font-weight: 500;
      margin-top: 70px;
      font-size: 28px; }
    #services #hero .info p {
      color: #666;
      margin-top: 15px;
      line-height: 23px; }
      @media (min-width: 992px) {
        #services #hero .info p {
          width: 85%; } }
  #services #tabs {
    margin-top: 110px; }
    @media (max-width: 991px) {
      #services #tabs {
        margin-top: 70px; } }
    #services #tabs .hexagons {
      text-align: center; }
      #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; } }
        #services #tabs .hexagons .hexagon:hover, #services #tabs .hexagons .hexagon.active {
          background-position: 0 -117px; }
          #services #tabs .hexagons .hexagon:hover .icon, #services #tabs .hexagons .hexagon.active .icon {
            color: #fff; }
        #services #tabs .hexagons .hexagon:last-child {
          margin-right: 0px; }
        #services #tabs .hexagons .hexagon .icon {
          font-size: 48px;
          color: #80939b;
          position: absolute;
          top: 32px;
          left: 0;
          right: 0;
          text-align: center; }
    #services #tabs .sections {
      margin-top: 35px;
      position: relative;
      height: 220px; }
      #services #tabs .sections .section {
        display: none;
        position: absolute; }
        #services #tabs .sections .section.active {
          display: block; }
        #services #tabs .sections .section h4 {
          margin-bottom: 18px; }
        #services #tabs .sections .section p {
          line-height: 25px; }
  #services #grid-first {
    margin-top: 30px; }
    #services #grid-first .header {
      border-top: 1px solid #E6E6E8;
      padding-top: 55px;
      text-align: center; }
      #services #grid-first .header h3 {
        font-size: 25px;
        color: #555C68;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 13px; }
      #services #grid-first .header p {
        font-size: 16px;
        font-weight: 400;
        color: #888; }
    #services #grid-first .sections {
      margin-top: 45px; }
      #services #grid-first .sections .section {
        text-align: center; }
        @media (max-width: 991px) {
          #services #grid-first .sections .section {
            margin-bottom: 40px; } }
        #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; }
        #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; } }
          #services #grid-first .sections .section .info strong {
            font-weight: 500;
            font-size: 18px;
            color: #555; }
          #services #grid-first .sections .section .info p {
            color: #666;
            margin-top: 15px;
            line-height: 22px; }
  #services #grid-second {
    margin-top: 80px; }
    @media (max-width: 991px) {
      #services #grid-second {
        margin-top: 50px; } }
    #services #grid-second .header {
      border-top: 1px solid #E6E6E8;
      padding-top: 55px;
      margin-bottom: 35px; }
      #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; } }
      #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; } }
    #services #grid-second .features {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #services #grid-second .features .feature {
          text-align: center;
          margin-bottom: 30px; } }
      #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; } }
      @media (min-width: 992px) {
        #services #grid-second .features .feature .info {
          float: left;
          width: 80%;
          margin-left: 20px; } }
      #services #grid-second .features .feature .info strong {
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #444;
        margin-top: 15px; }
      #services #grid-second .features .feature .info p {
        font-weight: normal;
        font-size: 14px;
        color: #797979;
        margin-top: 10px;
        line-height: 24px; }
  #services #features-hover {
    margin-top: 120px; }
    @media (max-width: 991px) {
      #services #features-hover {
        margin-top: 60px; } }
    #services #features-hover .images {
      height: 355px; }
      @media (max-width: 767px) {
        #services #features-hover .images {
          height: 300px; } }
      #services #features-hover .images img {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        display: none; }
        #services #features-hover .images img.active {
          display: block; }
    #services #features-hover .features {
      margin-top: 50px; }
      @media (max-width: 991px) {
        #services #features-hover .features {
          margin-top: 0px; } }
      #services #features-hover .features .feature {
        cursor: pointer; }
        @media (min-width: 992px) {
          #services #features-hover .features .feature {
            width: 85%;
            margin: 0 auto; } }
        #services #features-hover .features .feature.active strong, #services #features-hover .features .feature:hover strong {
          color: #58B0D5; }
        #services #features-hover .features .feature.active p, #services #features-hover .features .feature:hover p {
          color: #555; }
        #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; }
        #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; }
  #services #cta {
    margin-top: 120px; }
    #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; } }
    #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; } }
    #services #cta .button {
      float: right; }
      @media (max-width: 991px) {
        #services #cta .button {
          float: none;
          margin-top: 20px; } }

#signup {
  -webkit-font-smoothing: antialiased; }
  #signup .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background: url("/site/images/58.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media (max-width: 767px) {
      #signup .bg {
        left: 0px; } }
    #signup .bg:before {
      position: absolute;
      top: 10%;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), 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, transparent, rgba(0, 0, 0, 0.25));
      background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
      background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25)); }
    #signup .bg:after {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      left: 0;
      width: 100%;
      top: 0; }
    #signup .bg:after {
      background: rgba(52, 52, 58, 0.6); }
  #signup .header {
    margin-top: 45px; }
  #signup .info h1.hero-text {
    margin-top: 65px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.7px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
    #signup .info h1.hero-text span {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      #signup .info h1.hero-text {
        margin-top: 0px; } }
  #signup .info p {
    color: rgba(255, 255, 255, 0.94);
    letter-spacing: 0.3px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    @media (max-width: 767px) {
      #signup .info p {
        margin-left: 0px;
        margin-right: 0px; } }
  #signup .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) {
      #signup .info .cta {
        text-align: center; } }
    #signup .info .cta a {
      position: relative;
      margin: 0px 30px 0 0;
      padding: 16px 25px;
      letter-spacing: 0.3px;
      border: 2px solid rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.4); }
      #signup .info .cta a:hover {
        color: #252525;
        background: #fff;
        padding-right: 45px; }
        #signup .info .cta a:hover .fa {
          opacity: 1; }
      #signup .info .cta a .fa {
        opacity: 0;
        font-size: 13px;
        position: absolute;
        color: #252525;
        top: 23px;
        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) {
        #signup .info .cta a {
          font-size: 14px;
          padding: 12px 25px;
          margin: 0px; }
          #signup .info .cta a .fa {
            top: 17px; } }
  @media (max-width: 767px) {
    #signup .info {
      padding-left: 25px;
      padding-right: 25px; } }
  #signup .form {
    margin: 72px 0 50px 0;
    padding-left: 100px; }
    @media (max-width: 991px) {
      #signup .form {
        padding-left: 50px; } }
    @media (max-width: 767px) {
      #signup .form {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 20px; } }
    #signup .form label {
      color: #fff;
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: normal; }
      #signup .form label a {
        color: #fff; }
    #signup .form .checkbox label {
      font-size: 16px; }
    #signup .form a.button, #signup .form button, #signup .form .button-outline, #signup .form input[type="submit"] {
      font-size: 16px;
      padding: 10px 20px 12px;
      margin-top: 10px;
      border: 0; }
      #signup .form a.button:hover, #signup .form button:hover, #signup .form .button-outline:hover, #signup .form input[type="submit"]:hover {
        color: #fff; }
      #signup .form a.button:focus, #signup .form button:focus, #signup .form .button-outline:focus, #signup .form input[type="submit"]:focus {
        color: #fff;
        text-decoration: none !important; }
    #signup .form .error {
      display: block;
      color: #fff;
      margin: 0;
      font-size: 14px;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 4px;
      margin: 0 0 3px 0;
      width: auto;
      border-radius: 3px; }
    #signup .form .login-message .error {
      margin-bottom: 20px;
      font-size: 15px;
      padding: 10px; }
    #signup .form input[type="text"], #signup .form input[type="password"], #signup .form input[type="email"], #signup .form select {
      box-shadow: none;
      border: 0;
      opacity: 0.85; }
  #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%; } }
    #signup .wrapper .formy {
      margin-top: 22px; }
      #signup .wrapper .formy .form-group label {
        color: #46515F; }
      #signup .wrapper .formy .checkbox label {
        color: #666;
        font-size: 13px; }
      #signup .wrapper .formy .checkbox input {
        position: relative;
        top: -1px; }
      #signup .wrapper .formy .submit {
        text-align: center; }
        #signup .wrapper .formy .submit .button-clear {
          margin-top: 35px;
          display: inline-block; }
      #signup .wrapper .formy .info {
        float: right;
        width: 67%; }
        #signup .wrapper .formy .info .good-company strong {
          font-size: 15px;
          font-weight: 500; }
        #signup .wrapper .formy .info .good-company p {
          color: #858585;
          margin-top: 9px; }
        #signup .wrapper .formy .info .testimonial {
          margin-top: 40px; }
          #signup .wrapper .formy .info .testimonial .quote {
            font-style: italic;
            font-size: 13px;
            color: #555;
            line-height: 20px;
            -webkit-font-smoothing: auto; }
          #signup .wrapper .formy .info .testimonial .author {
            margin-top: 20px; }
            #signup .wrapper .formy .info .testimonial .author .pic {
              width: 55px;
              height: 55px;
              border-radius: 50px;
              float: left;
              position: relative;
              top: -6px;
              margin-right: 18px; }
            #signup .wrapper .formy .info .testimonial .author .name {
              color: #3C92C5;
              line-height: 23px;
              font-weight: 500; }
            #signup .wrapper .formy .info .testimonial .author .company {
              font-size: 14px;
              color: #909090;
              line-height: 23px;
              font-weight: 400; }
  #signup .already-account {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 70px;
    font-size: 13px;
    font-weight: 500; }
    #signup .already-account a {
      color: #fff;
      text-decoration: underline; }
    #signup .already-account .popover-content {
      color: #000;
      font-size: 17px;
      font-weight: 400; }

#buy {
  padding-bottom: 115px; }

#pricing #first-option {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  #pricing #first-option .header {
    text-align: center; }
    #pricing #first-option .header h3 {
      font-size: 23px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #pricing #first-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #pricing #first-option .charts {
    margin-top: 45px; }
    #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) {
        #pricing #first-option .charts .chart.first {
          float: right;
          left: 45px; }
        #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; }
          #pricing #first-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #first-option .charts .chart {
          width: 90% !important; } }
      #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; }
            #pricing #first-option .charts .chart.featured .btn-signup {
              margin-top: 32px; } }
        #pricing #first-option .charts .chart.featured .popular {
          position: absolute;
          top: 0px;
          left: 0px; }
        #pricing #first-option .charts .chart.featured .quantity {
          margin-top: 15px;
          padding-bottom: 5px; }
      #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; }
      #pricing #first-option .charts .chart .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 10px; }
        #pricing #first-option .charts .chart .quantity .currency {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #first-option .charts .chart .quantity .price {
          font-size: 49px; }
        #pricing #first-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #first-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #first-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #first-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 500; }
      #pricing #first-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
  #pricing #first-option .message p {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 23px; }
  #pricing #first-option .faq {
    margin-top: 40px; }
    #pricing #first-option .faq .header h3 {
      font-size: 20px;
      color: #454545;
      text-align: left; }
    #pricing #first-option .faq .questions {
      margin-top: 25px; }
      #pricing #first-option .faq .questions .question {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          #pricing #first-option .faq .questions .question {
            width: 90%; } }
        #pricing #first-option .faq .questions .question strong {
          font-weight: 500;
          font-size: 16px;
          color: #454545; }
        #pricing #first-option .faq .questions .question p {
          color: #555;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }
  #pricing #first-option .contact {
    margin-top: 40px; }
    #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; }
    #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; } }
      #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; } }

#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; }
  #pricing #second-option .header {
    text-align: center; }
    @media (max-width: 991px) {
      #pricing #second-option .header {
        margin-bottom: 25px; } }
    #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); }
    #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); }
  #pricing #second-option .charts {
    margin-top: 30px; }
    @media (max-width: 991px) {
      #pricing #second-option .charts {
        margin-top: 10px; } }
    #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; }
          #pricing #second-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #second-option .charts .chart {
          width: 90% !important; } }
      #pricing #second-option .charts .chart.first {
        float: right;
        left: 12px; }
      #pricing #second-option .charts .chart.last {
        left: -12px; }
      #pricing #second-option .charts .chart.featured {
        min-height: 350px;
        top: 0px;
        margin: 0 auto; }
        #pricing #second-option .charts .chart.featured .popular {
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 1px;
          color: #B1B1B1;
          font-weight: 400; }
        #pricing #second-option .charts .chart.featured .quantity {
          margin-top: 15px; }
      #pricing #second-option .charts .chart .quantity {
        text-align: center; }
        #pricing #second-option .charts .chart .quantity .currency {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #second-option .charts .chart .quantity .price {
          font-size: 49px; }
        #pricing #second-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #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; }
      #pricing #second-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #second-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #second-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #pricing #second-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }

#pricing #third-option {
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }
  #pricing #third-option .header {
    text-align: center; }
    #pricing #third-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #pricing #third-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #pricing #third-option .charts {
    margin-top: 50px; }
    #pricing #third-option .charts .basic-plan {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      padding: 20px 30px 10px 30px;
      text-align: center;
      width: 220px;
      position: absolute;
      right: 10px;
      top: 20px;
      min-height: 265px; }
      @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: 25px; }
          #pricing #third-option .charts .basic-plan.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #third-option .charts .basic-plan {
          width: 90% !important; } }
      #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; }
      #pricing #third-option .charts .basic-plan .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 5px; }
        #pricing #third-option .charts .basic-plan .quantity .currency {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #third-option .charts .basic-plan .quantity .price {
          font-size: 42px; }
          #pricing #third-option .charts .basic-plan .quantity .price.small {
            font-size: 32px; }
          #pricing #third-option .charts .basic-plan .quantity .price.extra-small {
            font-size: 26px; }
        #pricing #third-option .charts .basic-plan .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #third-option .charts .basic-plan .description {
        margin-top: 15px;
        font-size: 13px;
        color: #444;
        line-height: 20px; }
        #pricing #third-option .charts .basic-plan .description a {
          display: block;
          margin-top: 15px;
          font-size: 14px; }
    #pricing #third-option .charts .chart {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      padding: 20px 40px;
      position: relative;
      text-align: center;
      width: 250px;
      float: left;
      min-height: 265px;
      position: relative;
      top: 20px; }
      @media (min-width: 992px) {
        #pricing #third-option .charts .chart.featured {
          left: -25px; }
        #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; }
          #pricing #third-option .charts .chart.last {
            margin-bottom: 0px !important; } }
      @media (max-width: 600px) {
        #pricing #third-option .charts .chart {
          width: 90% !important; } }
      #pricing #third-option .charts .chart.featured {
        z-index: 999;
        box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3); }
        @media (min-width: 992px) {
          #pricing #third-option .charts .chart.featured {
            margin: 0 auto;
            top: 0px;
            min-height: 305px; }
            #pricing #third-option .charts .chart.featured .btn-signup {
              margin-top: 32px; } }
        #pricing #third-option .charts .chart.featured .plan-name {
          font-size: 24px;
          margin-top: 20px; }
        #pricing #third-option .charts .chart.featured .popular {
          position: absolute;
          top: 0px;
          left: 0px; }
        #pricing #third-option .charts .chart.featured .quantity {
          margin-top: 0px;
          padding-bottom: 5px; }
          @media (min-width: 991px) {
            #pricing #third-option .charts .chart.featured .quantity .price {
              font-size: 70px; }
              #pricing #third-option .charts .chart.featured .quantity .price.small {
                font-size: 48px; }
              #pricing #third-option .charts .chart.featured .quantity .price.extra-small {
                font-size: 37px; } }
      #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; }
      #pricing #third-option .charts .chart .quantity {
        text-align: center;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 10px; }
        #pricing #third-option .charts .chart .quantity .currency {
          font-size: 19px;
          position: relative;
          top: -18px; }
        #pricing #third-option .charts .chart .quantity .price {
          font-size: 48px; }
          #pricing #third-option .charts .chart .quantity .price.small {
            font-size: 38px; }
          #pricing #third-option .charts .chart .quantity .price.extra-small {
            font-size: 28px; }
        #pricing #third-option .charts .chart .quantity .period {
          font-size: 17px;
          position: relative;
          top: -8px;
          margin-left: 4px; }
      #pricing #third-option .charts .chart .specs {
        margin-top: 20px; }
        #pricing #third-option .charts .chart .specs .spec {
          font-size: 15px;
          color: #474747;
          text-align: center;
          font-weight: 300;
          margin-bottom: 13px; }
          #pricing #third-option .charts .chart .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
      #pricing #third-option .charts .chart .btn-signup {
        margin-top: 20px;
        height: 38px; }
  #pricing #third-option .message p {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 23px; }
  #pricing #third-option .faq {
    margin-top: 40px; }
    #pricing #third-option .faq .header h3 {
      font-size: 20px;
      color: #454545;
      text-align: left; }
    #pricing #third-option .faq .questions {
      margin-top: 25px; }
      #pricing #third-option .faq .questions .question {
        margin-bottom: 40px; }
        #pricing #third-option .faq .questions .question strong {
          font-weight: 500;
          font-size: 16px;
          color: #454545; }
        #pricing #third-option .faq .questions .question p {
          color: #555;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }

#pricing .was {
  text-decoration: line-through;
  font-size: 24px; }

.promo {
  background: #4da7bc;
  color: #fff;
  text-align: center; }
  .promo p {
    font-size: 23px;
    margin: 20px 10px 2px 10px; }
  .promo div {
    font-size: 16px;
    margin: 0 10px 20px 10px; }
  .promo a {
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px dashed #eee; }
    .promo a:hover {
      text-decoration: none;
      border-bottom: 0; }

#charts #tabs-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
  #charts #tabs-option .header {
    text-align: center; }
    #charts #tabs-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #charts #tabs-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #charts #tabs-option .tabs {
    background: #F8F8F8;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px; }
    #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; }
      #charts #tabs-option .tabs .tab.anually {
        padding: 18px 18px 18px 23px; }
      #charts #tabs-option .tabs .tab.active {
        background-color: #fff;
        border: 1px solid #E8E8E8;
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0px; }
      #charts #tabs-option .tabs .tab span {
        position: relative;
        top: -2px; }
      #charts #tabs-option .tabs .tab small {
        color: #32ACDA;
        margin-left: 3px; }
  #charts #tabs-option .plans {
    margin-top: 30px;
    border: 1px solid #E3E3E3;
    border-radius: 5px; }
    #charts #tabs-option .plans .plan {
      border-right: 0px;
      min-height: 220px; }
      #charts #tabs-option .plans .plan.middle {
        border-right: 1px solid #E3E3E3;
        border-left: 1px solid #E3E3E3; }
      #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; }
        #charts #tabs-option .plans .plan .header .icon {
          color: #B7C5D8;
          font-size: 18px;
          position: relative;
          top: 2px;
          left: -4px; }
        #charts #tabs-option .plans .plan .header .price {
          float: right;
          color: #3CA2E5; }
      #charts #tabs-option .plans .plan .specs {
        margin-top: 25px;
        padding: 0px 10px 17px 10px; }
        #charts #tabs-option .plans .plan .specs .spec {
          font-size: 15px;
          color: #666;
          margin-bottom: 13px; }
          #charts #tabs-option .plans .plan .specs .spec .variable {
            color: #1FBEE7;
            font-weight: 400; }
  #charts #tabs-option .signup {
    margin-top: 40px;
    text-align: center; }
    #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; }
    #charts #tabs-option .signup .message {
      text-align: center;
      margin-top: 20px;
      font-size: 12px;
      color: #888; }

#charts #chart-option {
  margin-top: 35px;
  -webkit-font-smoothing: antialiased; }
  #charts #chart-option .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 80px 0 40px; }
    #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%); }
  #charts #chart-option .header {
    text-align: center; }
    #charts #chart-option .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #charts #chart-option .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #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); }
    #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; } }
      #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; } }
    #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; } }
    #charts #chart-option .chart .features-col .spec {
      margin-bottom: 32px;
      padding-left: 40px;
      position: relative; }
      #charts #chart-option .chart .features-col .spec .icon {
        position: absolute;
        font-size: 27px;
        color: #849FC4;
        left: 0px;
        top: -4px; }
    #charts #chart-option .chart .plan-col {
      border-left: 1px solid #dfdfdf; }
      #charts #chart-option .chart .plan-col.last .header {
        border-radius: 0px 5px 0px 0px; }
      #charts #chart-option .chart .plan-col .header {
        padding: 13px 0px; }
      #charts #chart-option .chart .plan-col .spec {
        margin-bottom: 34px;
        margin-top: 25px; }
        #charts #chart-option .chart .plan-col .spec .check {
          margin: 0 auto;
          display: block;
          max-width: 20px; }
      #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; } }
  #charts #chart-option .message p {
    text-align: center;
    font-size: 13px;
    color: #656565;
    margin-top: 30px; }
  #charts #chart-option .faq {
    margin-top: 50px; }
    #charts #chart-option .faq .header h3 {
      font-size: 20px;
      color: #454545;
      text-align: left; }
    #charts #chart-option .faq .questions {
      margin-top: 25px; }
      #charts #chart-option .faq .questions .question {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          #charts #chart-option .faq .questions .question {
            width: 90%; } }
        #charts #chart-option .faq .questions .question strong {
          font-weight: 500;
          font-size: 16px;
          color: #454545; }
        #charts #chart-option .faq .questions .question p {
          color: #555;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }

#status #update {
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-font-smoothing: antialiased; }
  #status #update .header {
    text-align: center; }
    #status #update .header h3 {
      font-size: 22px;
      color: #444;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 7px; }
    #status #update .header p {
      font-size: 16px;
      font-weight: 400;
      color: #888; }
  #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; }
    #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; } }
    #status #update .current-status .status {
      font-size: 18px;
      font-weight: 500; }
      #status #update .current-status .status .color {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: 5px;
        margin-right: 20px; }
        #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); }
        #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); }
        #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); }
    #status #update .current-status .help {
      margin-top: 7px;
      margin-left: 35px; }
  #status #update .modules {
    margin-top: 40px;
    border-radius: 5px; }
    #status #update .modules > .list-group .list-group-item {
      padding: 13px 15px; }
      #status #update .modules > .list-group .list-group-item:first-child {
        border-top: 0px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      #status #update .modules > .list-group .list-group-item .status {
        float: right;
        color: #0F9B0F;
        font-size: 13px;
        font-weight: 500; }
        #status #update .modules > .list-group .list-group-item .status.down {
          color: #D88C1B; }
  #status #update .messages {
    margin-top: 35px; }
    #status #update .messages h3 {
      font-size: 18px;
      color: #444;
      margin-bottom: 25px; }
    #status #update .messages .date {
      margin-bottom: 25px; }
      #status #update .messages .date .day {
        font-size: 13px;
        font-weight: bold;
        color: #454545;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #eee; }
      #status #update .messages .date .ok {
        color: #0F9B0F;
        font-size: 13px;
        font-weight: 500; }
      #status #update .messages .date .issues {
        color: #D88C1B;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 18px; }
      #status #update .messages .date .update {
        color: #333;
        font-size: 13px; }
        #status #update .messages .date .update strong {
          font-size: 13px;
          font-weight: bold;
          color: #454545;
          min-width: 93px;
          display: inline-block; }
  #status #update .full-history {
    margin-top: 50px; }

#portfolio #showcase {
  margin-top: 10px;
  padding-bottom: 115px;
  -webkit-font-smoothing: antialiased; }
  #portfolio #showcase .header {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      #portfolio #showcase .header {
        margin-bottom: 20px; } }
    #portfolio #showcase .header h1 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 45px;
      color: #100c0e;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        #portfolio #showcase .header h1 {
          text-align: center; } }
    #portfolio #showcase .header p {
      font-size: 16px;
      font-weight: 400;
      color: #100c0e;
      line-height: 24px; }
      @media (min-width: 992px) {
        #portfolio #showcase .header p {
          width: 48%; } }

#portfolio #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    #portfolio #features {
      margin-top: 50px; } }
  #portfolio #features .header {
    text-align: center; }
    #portfolio #features .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #portfolio #features .header h2 {
          font-size: 25px; } }
    #portfolio #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #portfolio #features .feature {
    margin-top: 75px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #portfolio #features .feature.backwards .info {
        float: right; }
      #portfolio #features .feature.backwards .image {
        float: left; }
        #portfolio #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #portfolio #features .feature {
        margin-top: 35px; } }
    #portfolio #features .feature .info h3 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (max-width: 991px) {
        #portfolio #features .feature .info h3 {
          text-align: center; } }
    #portfolio #features .feature .info h3 a {
      color: #000; }
    #portfolio #features .feature .info h4 {
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #portfolio #features .feature .info h4 {
          text-align: center; } }
      #portfolio #features .feature .info h4 a {
        font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
        color: #ed1651; }
    #portfolio #features .feature .info p {
      color: #44484d;
      font-size: 16px;
      margin-top: 20px;
      line-height: 24px;
      width: 100%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #portfolio #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
      #portfolio #features .feature .info p.emphasize {
        font-size: 20px; }
        #portfolio #features .feature .info p.emphasize span {
          font-size: 28px; }
    #portfolio #features .feature .info .button {
      font-size: 16px;
      padding: 10px 18px; }
    #portfolio #features .feature .info .button.white {
      background-color: #fff;
      color: #000 !important;
      text-shadow: none; }
    @media (max-width: 991px) {
      #portfolio #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      #portfolio #features .feature .button {
        margin-bottom: 10px; } }
  #portfolio #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #portfolio #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) {
      #portfolio #features .divider {
        margin: 55px 0 35px; } }
  @media (max-width: 991px) {
    #portfolio #features {
      margin-top: 35px; } }
  #portfolio #features h2 {
    font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 0; }
    #portfolio #features h2 span {
      font-size: 13px; }
    @media (max-width: 991px) {
      #portfolio #features h2 {
        text-align: center; } }
    #portfolio #features h2 a {
      color: #000; }
      #portfolio #features h2 a:hover {
        text-decoration: none; }
  #portfolio #features .feature {
    margin-top: 30px; }
    #portfolio #features .feature .info h3 {
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #portfolio #features .feature .info h3 {
          text-align: center; } }
      #portfolio #features .feature .info h3 a {
        color: #ed1651; }
    #portfolio #features .feature .stats {
      list-style: none;
      padding: 10px 0 10px 15px;
      margin: 20px 25px 30px 15px;
      font-size: 17px;
      background-color: #f4f7fa;
      border-radius: 5px;
      border: 1px solid #dce4ec; }
  #portfolio #features .divider {
    margin: 50px 0; }
    #portfolio #features .divider:last-of-type {
      background: none;
      margin: 20px; }

#portfolio-item .st-container {
  position: relative;
  overflow: hidden; }
  #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); }
  #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); } }

#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; }

#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; } }
  #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; } }
    #portfolio-item .nav-menu a.item:hover {
      left: 10px; }
    #portfolio-item .nav-menu a.back {
      margin-top: 10px;
      font-weight: 500;
      font-size: 21px;
      color: #fff;
      margin-bottom: 20px; }
    #portfolio-item .nav-menu a p {
      color: #A2B1C2;
      font-size: 14px;
      margin-top: 5px; }

#portfolio-item #showcase {
  margin-top: 0px;
  padding-bottom: 115px;
  -webkit-font-smoothing: antialiased;
  /*
      ul{
        list-style: none;
        padding:0;
        margin:0;

        @media (max-width: 992px) {
          margin-top:35px;
        }

        @media (max-width: 620px) {
          margin-top:20px;
        }

        li{
          list-style: none;
          float:left;
          margin-top:15px;
          margin-right:20px;
          font-size:14px;
          padding:5px 15px;
          border-radius: 4px;
          //border-right:1px solid #eee;
          background-color: $hotpink;

          a{
            color:#fff;
          }

          @media (max-width: 620px) {
            float:none;
            border:0;
            padding:5px 0 5px 10px;
            text-align: center;
          }

        }

        li:last-of-type{
          border:0;
        }

      }

      */ }
  #portfolio-item #showcase .buttons {
    text-align: right;
    margin-top: 45px; }
    #portfolio-item #showcase .buttons span {
      font-size: 20px; }
    @media (max-width: 991px) {
      #portfolio-item #showcase .buttons {
        position: absolute;
        top: 90px;
        right: 0;
        margin: 0; } }
    @media (max-width: 500px) {
      #portfolio-item #showcase .buttons {
        margin: 25px 0 15px;
        position: relative;
        top: 0;
        right: 0;
        text-align: center; } }
  #portfolio-item #showcase .header {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #portfolio-item #showcase .header {
        margin-bottom: 10px; } }
    #portfolio-item #showcase .header h1 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 45px;
      color: #100c0e;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        #portfolio-item #showcase .header h1 {
          margin-bottom: 20px; } }
      #portfolio-item #showcase .header h1 span {
        font-size: 14px; }
    #portfolio-item #showcase .header h2 {
      font-size: 20px;
      color: #100c0e;
      margin-top: 0px; }
      @media (max-width: 991px) {
        #portfolio-item #showcase .header h2 {
          margin-top: 10px; } }
    #portfolio-item #showcase .header p {
      font-size: 16px;
      font-weight: 400;
      color: #100c0e;
      line-height: 24px; }
  #portfolio-item #showcase .project h3 {
    color: #100c0e;
    font-family: "HelveticaNeueW01-45Ligh",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 0px; }
  #portfolio-item #showcase .project iframe {
    margin-top: 20px; }
  #portfolio-item #showcase .project p {
    color: #6C7279;
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
    width: 100%;
    font-weight: normal; }
    @media (max-width: 991px) {
      #portfolio-item #showcase .project p {
        width: 100%;
        font-size: 14px; } }
    #portfolio-item #showcase .project p.emphasize {
      font-size: 20px; }
      #portfolio-item #showcase .project p.emphasize span {
        font-size: 28px; }
  #portfolio-item #showcase .project .info, #portfolio-item #showcase .project img {
    margin: 0 !important; }
  #portfolio-item #showcase .project .screens {
    margin-bottom: 40px; }
    #portfolio-item #showcase .project .screens img {
      margin: 0 auto;
      margin-bottom: 80px;
      margin-top: 20px !important; }
      #portfolio-item #showcase .project .screens img.magnifier {
        width: 490px;
        margin-bottom: 100px; }
      #portfolio-item #showcase .project .screens img.mobile {
        margin-bottom: 110px; }
    #portfolio-item #showcase .project .screens .text {
      color: #7D8186;
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 80px; }
  #portfolio-item #showcase .project .description .info {
    margin-top: 25px; }
    @media (min-width: 992px) {
      #portfolio-item #showcase .project .description .info.stick {
        position: fixed;
        top: 10px; } }
    #portfolio-item #showcase .project .description .info .icons {
      margin-bottom: 20px; }
      #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; }
      #portfolio-item #showcase .project .description .info .icons .ion-social-windows:before {
        font-size: 50px; }
    #portfolio-item #showcase .project .description .info p {
      color: #44484d;
      line-height: 22px;
      margin-bottom: 22px; }
    #portfolio-item #showcase .project .description .info .tweet-it {
      color: #00A7DD;
      margin-top: 3px;
      display: inline-block;
      position: relative;
      padding-left: 29px;
      text-decoration: none; }
      #portfolio-item #showcase .project .description .info .tweet-it:hover .ion-social-twitter:before {
        content: "\f242"; }
      #portfolio-item #showcase .project .description .info .tweet-it .ion-social-twitter {
        margin-right: 8px;
        font-size: 21px;
        position: absolute;
        top: 0px;
        left: 0px; }
  #portfolio-item #showcase #menu-outer {
    background: url(images/bar-bg.jpg) repeat-x; }
  #portfolio-item #showcase .table {
    display: table;
    margin: 0 auto; }
  #portfolio-item #showcase ul {
    text-align: center;
    list-style: none;
    padding: 0px;
    margin: 10px 0 0 0; }
  #portfolio-item #showcase ul li {
    display: inline-block;
    border-radius: 4px;
    background-color: #ed1651;
    font-size: 14px;
    padding: 7px 20px;
    margin: 5px; }
    #portfolio-item #showcase ul li a {
      color: #fff; }
  #portfolio-item #showcase .divider {
    margin: 30px 0 50px; }
    #portfolio-item #showcase .divider:first-of-type {
      margin: 40px 0; }
  #portfolio-item #showcase #third-option, #portfolio-item #showcase .charts {
    margin-top: 30px !important; }
    #portfolio-item #showcase #third-option .chart.selected, #portfolio-item #showcase .charts .chart.selected {
      background-color: #fff !important; }
      #portfolio-item #showcase #third-option .chart.selected .quantity, #portfolio-item #showcase .charts .chart.selected .quantity {
        border-bottom: 1px solid #d5d5d5 !important; }
    #portfolio-item #showcase #third-option .continue, #portfolio-item #showcase .charts .continue {
      display: none; }
    #portfolio-item #showcase #third-option .featured, #portfolio-item #showcase .charts .featured {
      margin-bottom: 30px; }
  #portfolio-item #showcase #clients {
    background: #ed1651;
    margin-top: 40px;
    padding: 50px 0;
    text-align: center; }
    #portfolio-item #showcase #clients h3 {
      color: #FFF;
      margin-top: 0;
      font-weight: 300;
      font-size: 35px;
      letter-spacing: .3px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #portfolio-item #showcase #clients p {
      font-size: 20px;
      color: #f8f8f8;
      margin-top: 17px;
      font-weight: 300;
      line-height: 25px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
      #portfolio-item #showcase #clients p:last-of-type {
        margin-bottom: 0px !important; }
    #portfolio-item #showcase #clients .logos {
      margin-top: 35px; }
      #portfolio-item #showcase #clients .logos img {
        margin: 0 16px; }
        @media (max-width: 767px) {
          #portfolio-item #showcase #clients .logos img {
            margin: 0 auto;
            display: block;
            margin-bottom: 15px; } }
    #portfolio-item #showcase #clients .button {
      background: #fff;
      color: #100c0e !important;
      text-shadow: none;
      font-size: 19px;
      margin-top: 20px; }

#portfolio-item #features {
  /* mixin found in partials/snippets */
  margin-top: 100px;
  margin-top: 0px; }
  @media (max-width: 991px) {
    #portfolio-item #features {
      margin-top: 50px; } }
  #portfolio-item #features .header {
    text-align: center; }
    #portfolio-item #features .header h2 {
      color: #100c0e;
      font-weight: 300;
      font-size: 32px; }
      @media (max-width: 767px) {
        #portfolio-item #features .header h2 {
          font-size: 25px; } }
    #portfolio-item #features .header p {
      font-weight: 300;
      font-size: 17px;
      color: #555; }
  #portfolio-item #features .feature {
    margin-top: 75px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      #portfolio-item #features .feature.backwards .info {
        float: right; }
      #portfolio-item #features .feature.backwards .image {
        float: left; }
        #portfolio-item #features .feature.backwards .image img {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      #portfolio-item #features .feature {
        margin-top: 35px; } }
    #portfolio-item #features .feature .info h3 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (max-width: 991px) {
        #portfolio-item #features .feature .info h3 {
          text-align: center; } }
    #portfolio-item #features .feature .info h3 a {
      color: #000; }
    #portfolio-item #features .feature .info h4 {
      color: #100c0e;
      font-weight: normal;
      font-size: 17px;
      line-height: 25px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #portfolio-item #features .feature .info h4 {
          text-align: center; } }
      #portfolio-item #features .feature .info h4 a {
        font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
        color: #ed1651; }
    #portfolio-item #features .feature .info p {
      color: #44484d;
      font-size: 16px;
      margin-top: 20px;
      line-height: 24px;
      width: 100%;
      font-weight: normal; }
      @media (max-width: 991px) {
        #portfolio-item #features .feature .info p {
          text-align: center;
          width: 100%;
          font-size: 14px; } }
      #portfolio-item #features .feature .info p.emphasize {
        font-size: 20px; }
        #portfolio-item #features .feature .info p.emphasize span {
          font-size: 28px; }
    #portfolio-item #features .feature .info .button {
      font-size: 16px;
      padding: 10px 18px; }
    #portfolio-item #features .feature .info .button.white {
      background-color: #fff;
      color: #000 !important;
      text-shadow: none; }
    @media (max-width: 991px) {
      #portfolio-item #features .feature .image img {
        margin: 0 auto !important;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      #portfolio-item #features .feature .button {
        margin-bottom: 10px; } }
  #portfolio-item #features .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px; }
    #portfolio-item #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) {
      #portfolio-item #features .divider {
        margin: 55px 0 35px; } }
  #portfolio-item #features .feature {
    margin-top: 50px; }
    #portfolio-item #features .feature .info h3 {
      font-size: 22px; }
  #portfolio-item #features h3 {
    font-size: 22px !important; }
  #portfolio-item #features p {
    font-size: 16px !important;
    margin-top: 20px; }
  #portfolio-item #features .divider {
    margin: 30px 0; }

#portfolio-item .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

#portfolio-item .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#portfolio-item .faq .header h3 {
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-align: left; }

#portfolio-item .faq .questions {
  margin-top: 25px; }
  #portfolio-item .faq .questions .question {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #portfolio-item .faq .questions .question {
        width: 90%; } }
    #portfolio-item .faq .questions .question strong {
      font-weight: 500;
      font-size: 16px;
      color: #454545; }
    #portfolio-item .faq .questions .question p {
      color: #555;
      margin-top: 10px;
      font-size: 15px;
      line-height: 24px; }

#support {
  -webkit-font-smoothing: antialiased; }
  #support #header {
    background: #F4F7FA;
    border-bottom: 1px solid #DCE4EC;
    padding: 30px 0px; }
    @media (max-width: 767px) {
      #support #header {
        padding: 30px 0px; } }
    #support #header h2, #support #header p {
      text-shadow: 1px 1px 1px #fff; }
    @media (max-width: 767px) {
      #support #header h2 {
        font-size: 27px; } }
    #support #header h2 .entypo-lifebuoy {
      position: absolute;
      left: -25px;
      top: 2px;
      font-size: 29px;
      color: #7AA3C5; }
      @media (max-width: 767px) {
        #support #header h2 .entypo-lifebuoy {
          position: relative;
          left: 0px; } }
    #support #header p {
      font-size: 17px;
      color: #5A5A5A; }
      @media (max-width: 767px) {
        #support #header p {
          font-size: 15px; } }
    #support #header form {
      margin-top: 30px; }
      #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;
        color: #d0dae4; }
      #support #header form input {
        height: 50px;
        font-size: 17px;
        line-height: 20px;
        padding-left: 15px; }
        #support #header form input::-webkit-input-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input:-moz-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input::-moz-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
        #support #header form input:-ms-input-placeholder {
          color: #BCC8D6;
          font-size: 17px;
          font-weight: 300; }
      #support #header form .input-group-btn .btn {
        padding: 14px 18px; }
  #support #browse {
    margin-top: 40px;
    padding-bottom: 115px;
    -webkit-font-smoothing: antialiased; }
    #support #browse h2 {
      margin-bottom: 30px; }
    #support #browse h3 {
      margin: 0 0 20px 0; }
    #support #browse h4 {
      font-weight: 300;
      margin-bottom: 50px;
      font-size: 24px; }
    #support #browse .topic {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        #support #browse .topic {
          text-align: center; } }
      #support #browse .topic a {
        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;
        /*&:hover{
                span {
                  color: #fff;
                }
              }*/ }
        #support #browse .topic a span {
          color: #ed1651;
          display: block;
          margin: 10px 0 20px 0;
          min-height: 20px; }
        #support #browse .topic a .name {
          font-size: 18px;
          margin: 0 0 10px 0; }
        #support #browse .topic a .icon {
          display: block;
          font-size: 65px;
          color: #ed1651;
          margin: 0 0 10px 0; }
        #support #browse .topic a .summary {
          font-size: 13px;
          color: #100c0e;
          margin: 0 0 10px 0;
          padding: 0; }
      #support #browse .topic p {
        margin-top: 17px;
        color: #000;
        font-size: 14px;
        height: 50px; }
    #support #browse select {
      height: 39px; }
    #support #browse .divider {
      margin: 25px 0 25px 0; }
    #support #browse .btn {
      font-size: 15px; }
    #support #browse span.file-uploader {
      display: block;
      padding: 30px;
      width: 100%;
      background: none repeat scroll 0 0 #f4f7fa;
      border: 1px dashed #dce4ec;
      margin: 30px 0 30px 0;
      border-radius: 3px; }
  #support #project {
    padding-bottom: 115px;
    -webkit-font-smoothing: antialiased; }
  #support .faq .header h3 {
    font-size: 20px;
    text-align: left;
    margin: 10px 0 0 0; }
  #support .faq .questions {
    margin-top: 25px; }
    #support .faq .questions .question {
      margin-bottom: 40px; }
      #support .faq .questions .question strong {
        font-weight: 500;
        font-size: 16px; }
      #support .faq .questions .question p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 22px; }
  #support p.important-notice {
    margin-bottom: 20px; }
  #support .alert {
    margin-bottom: 40px; }

.warning {
  background-color: #fffee3;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px; }

.timeline-wrapper {
  position: relative;
  /* the first node that comes right next to a year */ }
  .timeline-wrapper:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    background: #e7e8ec;
    right: 0;
    margin: 0 auto;
    z-index: -1; }
  .timeline-wrapper .year {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 16px; }
    .timeline-wrapper .year:nth-child(1) {
      margin-top: 0px;
      margin-bottom: 60px; }
    .timeline-wrapper .year.last {
      margin-bottom: 0;
      font-size: 21px; }
    .timeline-wrapper .year span {
      display: inline-block;
      background: #E7E8EC;
      padding: 6px 20px;
      color: #5A5A5A;
      border-radius: 3px; }
  .timeline-wrapper .year + .node {
    margin-top: -20px; }
  .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-wrapper .node {
        width: 100%; } }
    .timeline-wrapper .node.left {
      float: left;
      clear: left; }
      .timeline-wrapper .node.left:before {
        right: -51px;
        left: inherit; }
        @media (max-width: 991px) {
          .timeline-wrapper .node.left:before {
            right: -42px;
            width: 43px; } }
      .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -65px; }
        @media (max-width: 991px) {
          .timeline-wrapper .node.left .marker {
            right: -52px; } }
    .timeline-wrapper .node:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 4px;
      background: #E7E8EC;
      left: -51px;
      top: 62px; }
      @media (max-width: 991px) {
        .timeline-wrapper .node:before {
          left: -42px;
          width: 43px; } }
      @media (max-width: 767px) {
        .timeline-wrapper .node:before {
          display: none; } }
    .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-wrapper .node .marker {
          left: -51px; } }
      @media (max-width: 767px) {
        .timeline-wrapper .node .marker {
          display: none; } }
    .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); }
      .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%); }
      .timeline-wrapper .node .entry.smallish {
        height: 320px; }
        .timeline-wrapper .node .entry.smallish .intro {
          top: 68%; }
      .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); }
        .timeline-wrapper .node .entry.short-entry:before {
          background: none; }
      .timeline-wrapper .node .entry .intro {
        position: relative;
        top: 75%;
        color: #FFF;
        z-index: 9;
        letter-spacing: .3px; }
        .timeline-wrapper .node .entry .intro h4 {
          font-size: 20px;
          text-shadow: 1px 1px rgba(0, 0, 0, 0.69);
          letter-spacing: .5px; }
          @media (max-width: 767px) {
            .timeline-wrapper .node .entry .intro h4 {
              font-size: 17px; } }
        .timeline-wrapper .node .entry .intro p {
          font-weight: 300; }
          @media (max-width: 767px) {
            .timeline-wrapper .node .entry .intro p {
              font-size: 13px; } }
    .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; }
      .timeline-wrapper .node .news section {
        padding: 30px 20px 60px 20px; }
        .timeline-wrapper .node .news section h3 {
          margin-top: 0;
          font-size: 17px;
          line-height: 22px; }
          .timeline-wrapper .node .news section h3 a {
            color: #333; }
        .timeline-wrapper .node .news section p {
          margin-top: 21px;
          line-height: 22px;
          font-size: 13px;
          color: #333; }
          .timeline-wrapper .node .news section p a {
            color: #333; }
      .timeline-wrapper .node .news footer {
        position: absolute;
        bottom: 0;
        padding: 12px 20px;
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        color: #9EAEBE; }
        .timeline-wrapper .node .news footer .tag {
          position: relative;
          padding-left: 27px;
          text-transform: uppercase; }
          .timeline-wrapper .node .news footer .tag span {
            font-size: 24px;
            position: absolute;
            top: -4px;
            left: 0; }

.timeline-wrapper .node .news section h3 {
  margin-bottom: 2px;
  font-size: 20px; }

.timeline-wrapper .node .news section {
  background-color: #fbfbfb; }

.timeline-wrapper .node .news section span {
  color: #aaa;
  display: block; }

.switch, #status .switch {
  font-size: 45px; }

.icon-card {
  float: right;
  height: 40px;
  margin: -12px 0; }

#buy h1 {
  margin: 0;
  padding: 0; }

#buy .payment-forms-hidden {
  display: none; }

#buy #payment-forms {
  padding-top: 20px; }
  #buy #payment-forms .panel {
    padding: 20px 30px;
    margin-bottom: 50px; }

#buy .chart.selected, #buy .basic-plan.selected {
  background-color: #fffee3 !important; }

#buy #third-option {
  margin-bottom: 0 !important; }
  #buy #third-option h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 34px; }
  #buy #third-option h3 {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 22px; }

#buy .licence-continue {
  display: none;
  text-decoration: none !important; }

#buy .selected .licence-continue {
  display: inline-block;
  text-decoration: none !important; }
  #buy .selected .licence-continue span {
    padding-left: 23px;
    padding-right: 23px; }

#buy .panel-alt {
  margin: 30px 0 20px 0 !important;
  padding: 20px 20px !important;
  background: linear-gradient(#FFFFFF, #F5F5F5) repeat scroll 0 0 transparent; }

#buy .nav-tabs {
  margin-top: 30px; }

#buy .tab-content select {
  padding: 5px;
  margin: 40px 0 25px 0; }

#buy .row.message {
  padding-bottom: 50px; }

#buy .form-control {
  font-weight: normal; }
  #buy .form-control.dates {
    width: 75px;
    float: left;
    margin-right: 10px; }

#buy .date-wrapper {
  width: 100%;
  height: 45px; }

#buy .total-price {
  margin-bottom: 15px; }
  #buy .total-price .currency {
    font-size: 20px; }
  #buy .total-price .fixed-size {
    font-size: 38px; }

#buy .stripe {
  margin-top: 30px;
  width: 100px;
  float: right; }

#buy .warning {
  background-color: #fffee3;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px; }

#buy .sub-panel {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 10px 0;
  padding: 25px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

#buy .btn-signin, #buy .btn-pay {
  font-size: 16px;
  margin-top: 5px;
  padding: 10px 20px; }

#buy .btn-pay {
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }

#buy .card-details > .divider:first-of-type {
  margin: 30px 0 25px; }

#buy .card-details .divider:last-of-type {
  margin: 25px 0; }

#buy .login-message {
  margin: 20px 0;
  color: #ed1651; }

#buy h5 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
  margin-top: 20px; }

#buy .divider.push {
  margin: 30px 0 25px; }

#buy .divider.small-push {
  margin: 20px 0 20px; }

#buy .btn-sm {
  font-size: 14px; }

#buy .btn-vat {
  margin-bottom: 10px; }

#buy .vat-dec, #buy .vat-setcountry {
  display: none; }

#buy .form-vat {
  margin-bottom: 25px;
  margin-top: 25px; }

#buy .vat-country {
  width: 80px;
  margin-bottom: 10px; }

#buy .vat-number {
  margin-bottom: 10px;
  margin-left: 5px;
  height: auto; }

#buy p.error {
  color: #ed1651; }

.project .info .stats {
  font-size: 16px;
  color: #757575; }
  .project .info .stats strong {
    font-size: 30px;
    color: #656565;
    font-weight: 500;
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .project .info .stats .col-sm-4 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .project .info .stats .col-sm-4 {
        padding-bottom: 10px;
        margin-bottom: 20px; } }

div.avatar {
  -moz-border-radius: 50px/50px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px/50px;
  width: 100px;
  height: 100px;
  float: right;
  margin: 0 0 0 20px; }
  @media (max-width: 767px) {
    div.avatar {
      display: none; } }

div.min-avatar {
  -moz-border-radius: 50px/50px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px/50px;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: -3px;
  margin-right: 5px; }
  @media (max-width: 995px) {
    div.min-avatar {
      display: none; } }

.account-button {
  text-align: center;
  padding: 15px;
  background: none repeat scroll 0 0 #f4f7fa;
  border-radius: 3px; }

a:hover .account-button {
  background-color: #edf0f3; }

/*
a:hover .icon, a:hover span, a:hover p{
  color: #fff !important;
}*/
.divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: relative;
  margin: 10px 0 20px; }
  .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%); }

#project h3 {
  margin-top: 0;
  font-size: 26px; }

#project #header h3 {
  font-size: 21px !important; }

#project .alert {
  margin-top: 30px; }

#project p {
  font-size: 15px; }
  #project p.small {
    font-size: 14px; }

#project .licence-Release {
  color: #ccc; }
  #project .licence-Release a {
    color: #ccc !important; }

#project .btn-Release {
  color: #000;
  background-color: #ccc;
  border-color: #aaa; }
  #project .btn-Release:hover {
    color: #000;
    background-color: #aaa;
    border-color: #aaa; }

#project .modx-provider-window {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 15px;
  position: relative;
  width: 100%;
  float: left; }
  #project .modx-provider-window h3 {
    width: 100%; }
  #project .modx-provider-window input {
    background-color: #f5f5f5; }
  #project .modx-provider-window label {
    width: 100%; }

#project .properties {
  margin-top: 40px; }

@media (max-width: 991px) {
  #project .domains {
    margin-bottom: 40px; } }

#project .domains .form-group {
  position: relative; }
  #project .domains .form-group a {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 20px; }
  #project .domains .form-group label {
    display: none; }
  #project .domains .form-group label[for="live"], #project .domains .form-group label[for="dev0"] {
    display: block; }

#project .divider {
  margin: 35px 0; }

#project .seperator {
  padding: 20px; }

#project .extra h5, #project .package h5 {
  font-size: 20px; }

#project .extra .account-button, #project .package .account-button {
  margin-top: 10px;
  min-height: 125px;
  border-radius: 5px 5px 0 0; }

#project .extra .account-button-licenses, #project .package .account-button-licenses {
  background-color: #f4f7fa;
  border-top: 1px dashed #aaa;
  min-height: 70px;
  border-radius: 0 0 5px 5px; }
  #project .extra .account-button-licenses ul, #project .package .account-button-licenses ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    #project .extra .account-button-licenses ul li, #project .package .account-button-licenses ul li {
      width: 50%;
      float: left;
      text-align: center; }
      #project .extra .account-button-licenses ul li div, #project .package .account-button-licenses ul li div {
        margin: 10px 2px 0 2px;
        min-height: 50px; }
        #project .extra .account-button-licenses ul li div span, #project .package .account-button-licenses ul li div span {
          display: block;
          min-height: 20px;
          font-size: 13px; }
        #project .extra .account-button-licenses ul li div span:last-of-type, #project .package .account-button-licenses ul li div span:last-of-type {
          font-size: 20px; }

#project .extra button, #project .package button {
  margin-top: 10px;
  font-size: 15px; }

#project .package .account-button {
  border-radius: 5px;
  min-height: 150px; }

#project .btn {
  font-size: 15px; }

#project .btn-Assign {
  background-color: #4da7bc;
  box-shadow: none;
  color: #fff;
  border: 0; }

#project .btn-Buy {
  border-color: #d43f3a;
  color: #fff;
  background-color: #ed1651; }

#project .btn-bookmark {
  float: right;
  padding: 3px 10px;
  font-size: 13px;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }

#content #main {
  margin-top: 0px;
  padding-bottom: 115px;
  -webkit-font-smoothing: antialiased; }
  #content #main .header {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      #content #main .header {
        margin-bottom: 10px; } }
    #content #main .header h1 {
      font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif;
      font-size: 35px;
      color: #100c0e;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        #content #main .header h1 {
          margin-bottom: 20px; } }
      #content #main .header h1 span {
        font-size: 14px; }
    #content #main .header h2 {
      font-size: 20px;
      color: #100c0e;
      margin-top: 17px; }
      @media (max-width: 991px) {
        #content #main .header h2 {
          margin-top: 10px; } }
    #content #main .header p {
      font-size: 16px;
      font-weight: 400;
      color: #100c0e;
      line-height: 24px; }

#content p {
  margin: 20px 0 !important;
  font-size: 16px; }
  #content p:first-of-type {
    margin-top: 0 !important; }

#content h3 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Helvetica, Arial, sans-serif; }

#content #clients {
  background: #ed1651;
  margin-top: 40px;
  padding: 50px 0;
  text-align: center; }
  #content #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif; }
  #content #clients p {
    font-size: 20px;
    color: #f8f8f8;
    margin-top: 17px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    #content #clients p:last-of-type {
      margin-bottom: 0px !important; }
  #content #clients .logos {
    margin-top: 35px; }
    #content #clients .logos img {
      margin: 0 16px; }
      @media (max-width: 767px) {
        #content #clients .logos img {
          margin: 0 auto;
          display: block;
          margin-bottom: 15px; } }
  #content #clients .button {
    background: #fff;
    color: #100c0e !important;
    text-shadow: none;
    font-size: 19px;
    margin-top: 20px; }

#content img {
  max-width: 100%;
  height: auto; }

#testimonials {
  -webkit-font-smoothing: antialiased; }
  #testimonials .header {
    text-align: center; }
    #testimonials .header h3 {
      font-size: 28px;
      color: #100c0e;
      line-height: 25px;
      margin-bottom: 45px;
      text-align: center;
      font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif; }
  #testimonials .testimonial {
    width: 90%; }
    @media (max-width: 767px) {
      #testimonials .testimonial {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 45px; } }
    #testimonials .testimonial .quote {
      background-color: #f9f9f9;
      font-size: 15px;
      color: #3D3D3D;
      line-height: 24px;
      border: 1px solid #E2E2E2;
      padding: 12px 22px;
      border-radius: 6px;
      width: 100%;
      position: relative; }
      @media (max-width: 767px) {
        #testimonials .testimonial .quote {
          margin-top: 0px; } }
      #testimonials .testimonial .quote .arrow-down {
        position: absolute;
        bottom: 3px;
        right: 50px; }
        #testimonials .testimonial .quote .arrow-down .arrow, #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #f9f9f9 transparent transparent;
          border-style: solid;
          border-width: 11px;
          cursor: pointer;
          position: absolute;
          top: 3px;
          z-index: 1002; }
        #testimonials .testimonial .quote .arrow-down .arrow-border {
          border-color: #E2E2E2 transparent transparent;
          border-width: 12px;
          top: 3px;
          z-index: 1001;
          left: -1px; }
    #testimonials .testimonial .author {
      margin-top: 40px; }
      @media (max-width: 767px) {
        #testimonials .testimonial .author {
          margin-left: 6%; } }
      #testimonials .testimonial .author .pic {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        float: right;
        position: relative;
        top: -12px;
        border: none; }
      #testimonials .testimonial .author .name {
        color: #3C92C5;
        line-height: 23px;
        font-weight: 500;
        text-align: right;
        padding-right: 90px;
        padding-top: 5px;
        font-size: 16px; }
      #testimonials .testimonial .author .company {
        font-size: 14px;
        color: #909090;
        line-height: 23px;
        font-weight: 400;
        text-align: right;
        padding-right: 90px; }
    #testimonials .testimonial.drop {
      margin-top: 130px; }
      @media (max-width: 767px) {
        #testimonials .testimonial.drop {
          margin-top: 0px; } }
      #testimonials .testimonial.drop .arrow-down {
        left: 30px; }
      #testimonials .testimonial.drop .pic {
        float: left; }
      #testimonials .testimonial.drop .name {
        text-align: left;
        padding-right: 0; }
      #testimonials .testimonial.drop .company {
        text-align: left;
        padding-right: 0; }
  #testimonials .divider {
    margin: 40px 0; }
