/*!   
 * Template Name: Tempo - Bootstrap 4 Template for Startups
 * Version: 4.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/*************************** Theme Colours****************************/
/*************************** Theme Styles ****************************/
/* ======= Base ======= */
body {
  font-family: 'Helvetica Light', arial, sans-serif;
  color: #46607c;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%;
  min-width: 800px; }

.wrapper {
  min-height: 100%;
  margin-bottom: -296px;
  /* equal to footer height */ }
  .wrapper:after {
    content: "";
    display: block;
    height: 296px;
    /* must be the same height as footer */ }

.footer {
  height: 296px;
  /* must be the same height as footer */ }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Light', sans-serif;
  font-shadow: 0 0 1 1;
  font-weight: bold; }

p {
  color: #46607c;
  font-size: 16px; }

a {
  color: #46607c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #2a3a4b; }
  a:focus {
    text-decoration: none; }

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 16px;
  font-weight: bold; }
  .btn .svg-inline--fa, a.btn .svg-inline--fa {
    color: #fff;
    margin-right: 5px; }

a.btn-cta-primary, .btn-cta-primary {
  background: #46607c;
  border: 2px solid #46607c;
  color: #fff;
  text-transform: uppercase; }
  a.btn-cta-primary:hover, .btn-cta-primary:hover {
    background: #7693b2;
    border: 2px solid #7693b2;
    color: #fff; }

a.btn-cta-secondary, .btn-cta-secondary {
  background: #fff;
  border: 2px solid #d1d1d1;
  color: #d1d1d1; }
  a.btn-cta-secondary .svg-inline--fa, .btn-cta-secondary .svg-inline--fa {
    margin-left: 5px;
    color: #d1d1d1; }
  a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
    background: #fff;
    border: 2px solid #b8b8b8;
    color: #b8b8b8; }
    a.btn-cta-secondary:hover .svg-inline--fa, .btn-cta-secondary:hover .svg-inline--fa {
      color: #b8b8b8; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 42px;
  border-color: #dedfdf; }
  .form-control:focus {
    border-color: #d1d1d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

textarea.form-control {
  height: auto; }

blockquote {
  font-size: 14px; }

.text-highlight {
  color: #858585; }

#topcontrol {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  #topcontrol:hover {
    background: #d1d1d1; }
  #topcontrol .svg-inline--fa {
    position: relative;
    top: 3px;
    font-size: 25px; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d1d2d3; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d1d2d3; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d1d2d3; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d1d2d3; }

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s; }

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s; }

.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s; }

.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s; }

.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s; }

.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s; }

.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s; }

.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s; }

.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s; }

.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s; }

.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s; }

/* ======= Homepage Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 500px;
  background: #fff; }
  .bg-slider-wrapper .flexslider {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .bg-slider-wrapper .flexslider .slide {
      display: block;
      height: 500px; }
      .bg-slider-wrapper .flexslider .slide.slide-1 {
        background: #fff url("/assets/images/background/promo-bg.JPG") no-repeat 50% top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .bg-slider-wrapper .flexslider .slide.slide-2 {
        background: #fff url("/assets/images/background/promo-bg-2.JPG") no-repeat 50% top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .bg-slider-wrapper .flexslider .slide.slide-3 {
        background: #fff url("/assets/images/background/promo-bg-3.JPG") no-repeat 50% top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
    .bg-slider-wrapper .flexslider .flex-control-nav {
      z-index: 20;
      bottom: 45px;
      position: relative; }
      .bg-slider-wrapper .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.3); }
        .bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
          background: rgba(255, 255, 255, 0.8); }

/* ======= Header ======= */
.header {
  padding: 5px 0;
  background: white;
  z-index: 888;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  .header .container {
    position: relative; }
  .header.navbar-fixed-top {
    border: none; }
    .header.navbar-fixed-top .main-nav .navbar-collapse {
      padding-left: 15px;
      padding-right: 15px; }
  .header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 25px;
    max-height: 70px; }
    .header h1.logo a:hover {
      text-decoration: none;
      color: #46607c; }
    .header h1.logo .logo-title {
      vertical-align: middle;
      line-height: 2.5; }
  .header h1.logodiv {
    background-color: #FFF;
    width: 260;
    margin-right: -100px;
    height: 0; }
  .header .imgdiv {
    background: #FFF url("../images/FESA-Logo.svg") no-repeat center bottom;
    margin-left: 75px;
    position: abosolut;
    width: 260px;
    height: 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .header .main-nav {
    padding: 16px; }
    .header .main-nav .navbar-toggler {
      margin-right: 0;
      background: #46607c;
      color: #fff !important;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: none;
      position: absolute;
      left: 300px;
      top: -50px; }
      .header .main-nav .navbar-toggler:focus {
        outline: none; }
      .header .main-nav .navbar-toggler:hover {
        background: #7693b2; }
      .header .main-nav .navbar-toggler .icon-bar {
        background-color: #fff; }
    .header .main-nav .nav .nav-item {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 20px;
      margin-right: 10px; }
      .header .main-nav .nav .nav-item .btn-link {
        background: none;
        color: #565655 !important;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Lato', arial, sans-serif !important;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 15px;
        border: none;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .header .main-nav .nav .nav-item .btn-link:focus {
          outline: none; }
        .header .main-nav .nav .nav-item .btn-link:hover {
          color: #46607c !important; }
      .header .main-nav .nav .nav-item.active a {
        color: #34475b;
        background: none;
        font-weight: bold; }
      .header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        padding: 6px 12px;
        color: #fff;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        background: #d1d1d1; }
        .header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover {
          background: #b8b8b8;
          border: 2px solid #b8b8b8;
          color: #fff; }
      .header .main-nav .nav .nav-item a {
        color: #565655;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none; }
        .header .main-nav .nav .nav-item a:hover {
          color: #212e3b;
          background: none; }
        .header .main-nav .nav .nav-item a:focus {
          outline: none;
          background: none; }
        .header .main-nav .nav .nav-item a:active {
          outline: none;
          background: none; }
      .header .main-nav .nav .nav-item.active {
        color: text-color-dblue; }
      .header .main-nav .nav .nav-item.last {
        margin-right: 0; }
    .header .main-nav .nav .open > a {
      background: none; }
    .header .main-nav .nav .dropdown-menu {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #f5f5f5;
      border-top: 3px solid #d1d1d1;
      text-transform: none; }
      .header .main-nav .nav .dropdown-menu a {
        border-bottom: 1px dotted #f5f5f5;
        padding: 8px 20px;
        color: #46607c;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        .header .main-nav .nav .dropdown-menu a:hover {
          background: #fff;
          color: #d1d1d1; }
      .header .main-nav .nav .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #d1d1d1;
        position: absolute;
        right: 30px;
        top: -10px; }

.dropdown-toggle::after {
  display: none; }

.dropdown:hover > .dropdown-menu {
  display: block; }

/* ======= Footer ======= */
.footer {
  background: #d1d1d1;
  color: #FFF;
  padding-top: 25px; }
  .footer .footer-col.about .more .svg-inline--fa {
    margin-left: 5px;
    position: relative;
    top: 1px; }
  .footer .footer-col.links .svg-inline--fa {
    margin-right: 5px; }
  .footer .footer-col.links li {
    margin-bottom: 10px; }
  .footer .footer-col.contact p {
    color: #919191; }
  .footer .footer-col.contact .svg-inline--fa {
    margin-right: 10px;
    color: #919191; }
  .footer .footer-col .title {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 18px; }
  .footer .footer-col p {
    color: #6b6b6b; }
  .footer .footer-col a {
    color: #787878; }
    .footer .footer-col a:hover {
      color: #050505; }
  .footer .bottom-bar {
    background: #46607c;
    color: #d1d1d1;
    font-size: 14px;
    padding: 10px 0; }
    .footer .bottom-bar .copyright {
      line-height: 1.8; }
    .footer .bottom-bar .social {
      margin-bottom: 0;
      text-align: right; }
      .footer .bottom-bar .social li {
        margin-left: 20px;
        margin-right: 0;
        float: right;
        text-align: right; }
        .footer .bottom-bar .social li a .svg-inline--fa {
          color: #b3b3b3;
          font-size: 20px; }
        .footer .bottom-bar .social li a:hover .svg-inline--fa {
          color: #d1d1d1; }

/* ======= Signup Section ======= */
.signup.has-bg-color {
  background: #f5f5f5; }
.signup .title {
  font-size: 28px;
  font-weight: bold;
  color: white; }
.signup .summary {
  margin-bottom: 15px;
  color: #999;
  font-size: 18px; }
.signup .signup-form .form-control {
  font-size: 16px;
  color: #999; }
.signup .signup-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 380px; }

/* ======= Modal ======= */
.modal .modal-content {
  border: none; }
.modal .modal-header {
  justify-content: center !important; }
.modal.modal-member .modal-body {
  padding: 30px;
  padding-top: 0; }
.modal.modal-member .modal-header {
  border: none;
  padding: 10px; }
.modal.modal-member .profile-image {
  width: 120px; }
.modal.modal-video .modal-dialog {
  width: 760px;
  margin: 30px auto;
  max-width: inherit !important; }
.modal.modal-video .modal-body {
  padding: 10px;
  padding-top: 0; }
.modal.modal-video .modal-header {
  border: none;
  padding: 10px; }
.modal.modal-video .modal-title {
  color: #919191; }
.modal.modal-login .modal-dialog, .modal.modal-signup .modal-dialog, .modal.modal-resetpass .modal-dialog {
  width: 460px;
  margin: 30px auto; }
.modal.modal-login .modal-header, .modal.modal-signup .modal-header, .modal.modal-resetpass .modal-header {
  border: none;
  padding: 15px; }
  .modal.modal-login .modal-header .modal-title, .modal.modal-signup .modal-header .modal-title, .modal.modal-resetpass .modal-header .modal-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px; }
.modal.modal-login .modal-body, .modal.modal-signup .modal-body, .modal.modal-resetpass .modal-body {
  padding: 30px;
  padding-top: 0; }
  .modal.modal-login .modal-body .intro, .modal.modal-signup .modal-body .intro, .modal.modal-resetpass .modal-body .intro {
    color: #565655;
    margin-bottom: 30px; }
.modal.modal-login .modal-footer, .modal.modal-signup .modal-footer, .modal.modal-resetpass .modal-footer {
  padding: 30px;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center; }
  .modal.modal-login .modal-footer p, .modal.modal-signup .modal-footer p, .modal.modal-resetpass .modal-footer p {
    color: #565655;
    font-size: 14px;
    margin-bottom: 0; }
.modal.modal-login .form-group, .modal.modal-signup .form-group, .modal.modal-resetpass .form-group {
  position: relative; }
  .modal.modal-login .form-group .svg-inline--fa, .modal.modal-signup .form-group .svg-inline--fa, .modal.modal-resetpass .form-group .svg-inline--fa {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #999;
    font-size: 14px; }
.modal.modal-login .form-control, .modal.modal-signup .form-control, .modal.modal-resetpass .form-control {
  font-size: 16px;
  padding-left: 30px; }
.modal.modal-login .social-login, .modal.modal-signup .social-login, .modal.modal-resetpass .social-login {
  margin-bottom: 15px; }
  .modal.modal-login .social-login li, .modal.modal-signup .social-login li, .modal.modal-resetpass .social-login li {
    margin-bottom: 10px; }
    .modal.modal-login .social-login li .btn, .modal.modal-signup .social-login li .btn, .modal.modal-resetpass .social-login li .btn {
      color: #fff;
      font-size: 14px; }
      .modal.modal-login .social-login li .btn:hover, .modal.modal-signup .social-login li .btn:hover, .modal.modal-resetpass .social-login li .btn:hover {
        color: #fff; }
    .modal.modal-login .social-login li .btn .svg-inline--fa, .modal.modal-signup .social-login li .btn .svg-inline--fa, .modal.modal-resetpass .social-login li .btn .svg-inline--fa {
      font-size: 18px;
      position: relative;
      top: 2px;
      margin-right: 10px; }
.modal.modal-login .twitter-btn, .modal.modal-signup .twitter-btn, .modal.modal-resetpass .twitter-btn {
  background: #55acee; }
  .modal.modal-login .twitter-btn:hover, .modal.modal-signup .twitter-btn:hover, .modal.modal-resetpass .twitter-btn:hover {
    background: #2795e9; }
.modal.modal-login .facebook-btn, .modal.modal-signup .facebook-btn, .modal.modal-resetpass .facebook-btn {
  background: #3b5998; }
  .modal.modal-login .facebook-btn:hover, .modal.modal-signup .facebook-btn:hover, .modal.modal-resetpass .facebook-btn:hover {
    background: #2d4373; }
.modal.modal-login .google-btn, .modal.modal-signup .google-btn, .modal.modal-resetpass .google-btn {
  background: #dd4b39; }
  .modal.modal-login .google-btn:hover, .modal.modal-signup .google-btn:hover, .modal.modal-resetpass .google-btn:hover {
    background: #c23321; }
.modal.modal-login .forgot-password, .modal.modal-signup .forgot-password, .modal.modal-resetpass .forgot-password {
  font-size: 13px;
  margin-top: 10px; }
  .modal.modal-login .forgot-password a, .modal.modal-signup .forgot-password a, .modal.modal-resetpass .forgot-password a {
    color: #999; }
    .modal.modal-login .forgot-password a:hover, .modal.modal-signup .forgot-password a:hover, .modal.modal-resetpass .forgot-password a:hover {
      text-decoration: underline;
      color: #d1d1d1; }
.modal.modal-login .divider, .modal.modal-signup .divider, .modal.modal-resetpass .divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #999;
  text-transform: uppercase; }
  .modal.modal-login .divider span, .modal.modal-signup .divider span, .modal.modal-resetpass .divider span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative; }
  .modal.modal-login .divider:before, .modal.modal-signup .divider:before, .modal.modal-resetpass .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #e6e6e6;
    height: 1px;
    width: 100%; }
.modal.modal-login .note, .modal.modal-signup .note, .modal.modal-resetpass .note {
  color: #999;
  font-size: 13px;
  margin-bottom: 30px; }
.modal.modal-login .btn + .note, .modal.modal-signup .btn + .note, .modal.modal-resetpass .btn + .note {
  margin: 15px 0; }
.modal.modal-login .remember label, .modal.modal-signup .remember label, .modal.modal-resetpass .remember label {
  font-size: 14px;
  color: #565655; }
.modal .close {
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 10; }

.modal.modal-signup .modal-header .modal-title {
  margin-bottom: 0; }

/* modal body padding shifting bug hack */
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important; }

/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px; }
  .pagination li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #d1d1d1; }
    .pagination li a:hover, .pagination li a:active {
      color: #919191; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #d1d1d1;
  border: none;
  color: #fff; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: white;
  border: none; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none; }

.page-item.active .page-link {
  background-color: #d1d1d1;
  border: none; }

/* ======= Promo Section ======= */
.promo {
  position: relative;
  min-height: 500px; }
  .promo .intro {
    color: #d2e7f1;
    padding-top: 60px;
    position: relative;
    z-index: 10; }
    .promo .intro .title {
      color: #d2e7f1;
      font-size: 45px;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
      max-width: 720px;
      font-weight: bold;
      margin-bottom: 15px; }
    .promo .intro .summary {
      color: #d2e7f1;
      font-size: 25px;
      max-width: 680px;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
      margin-bottom: 15px; }
  .promo .fixed-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0; }
  .promo .signup {
    background: rgba(56, 56, 55, 0.4);
    padding: 10px 5px;
    text-align: center;
    color: #d2e7f1; }
    .promo .signup .title {
      font-size: 45px;
      margin-top: 0;
      margin-bottom: 0;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
    .promo .signup .summary {
      color: #fff;
      font-size: 16px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  .promo .social {
    background: #d1d1d1;
    padding: 8px 0;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    font-size: 13px; }
    .promo .social .line {
      position: relative;
      top: -4px;
      display: inline-block;
      margin-right: 10px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    .promo .social .twitter-tweet {
      display: inline-block;
      position: relative;
      top: 2px; }
    .promo .social .fb-like {
      display: inline-block;
      position: relative;
      top: -2px; }

/* ======= Press Section ======= */
.press {
  background: #f5f5f5;
  padding: 30px 0; }
  .press .press-item {
    vertical-align: middle;
    text-align: center; }
    .press .press-item.last {
      margin-right: 0; }
    .press .press-item a img {
      -webkit-opacity: 0.4;
      -moz-opacity: 0.4;
      opacity: 0.4;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      max-width: 190px;
      margin: 0 auto; }
    .press .press-item a:hover img {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }

/* ======= Why Section ======= */
.why {
  padding: 80px 0; }
  .why img {
    max-width: 100%;
    height: auto; }
  .why .title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px; }
  .why .intro {
    font-size: 20px;
    line-height: 1.5;
    color: #565655;
    margin-bottom: 30px; }
  .why .benefits {
    float: left;
    width: 47.5%;
    padding-top: 15px; }
    .why .benefits .item {
      position: relative;
      margin-bottom: 20px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; }
      .why .benefits .item .title {
        margin-bottom: 15px;
        font-size: 20px;
        color: #46607c; }
      .why .benefits .item .desc {
        color: #565655;
        font-size: 20px;
        margin-right: 25px; }
      .why .benefits .item .icon {
        position: absolute;
        left: 0;
        top: 0; }
        .why .benefits .item .icon .fa, .why .benefits .item .icon .pe-icon {
          font-size: 58px;
          color: #46607c;
          /* desc title*/
          margin: 0; }
        .why .benefits .item .icon .pe-icon {
          font-size: 72px; }
      .why .benefits .item.last {
        margin-bottom: 60px; }
      .why .benefits .item .content {
        padding-left: 90px; }
  .why .benefits2 {
    float: right;
    width: 47.5%;
    padding-top: 15px; }
    .why .benefits2 .item {
      position: relative;
      margin-bottom: 20px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; }
      .why .benefits2 .item .title {
        margin-bottom: 15px;
        font-size: 20px;
        color: #46607c; }
      .why .benefits2 .item .desc {
        color: #565655;
        font-size: 20px; }
      .why .benefits2 .item .icon {
        position: absolute;
        left: 0;
        top: 0; }
        .why .benefits2 .item .icon .fa, .why .benefits2 .item .icon .pe-icon {
          font-size: 58px;
          color: #46607c;
          /* desc title*/
          margin: 0; }
        .why .benefits2 .item .icon .pe-icon {
          font-size: 72px; }
      .why .benefits2 .item.last {
        margin-bottom: 60px; }
      .why .benefits2 .item .content {
        padding-left: 90px; }
  .why .benefitsWide {
    padding: 30px 0; }
    .why .benefitsWide .item {
      position: relative;
      margin-bottom: 20px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; }
      .why .benefitsWide .item .title {
        margin-bottom: 15px;
        font-size: 25px;
        color: #565655; }
      .why .benefitsWide .item .desc {
        color: #565655;
        font-size: 20px;
        margin-bottom: 40px;
        padding-top: 20px; }
      .why .benefitsWide .item .icon {
        position: absolute;
        left: 0;
        top: 10px;
        width: 120px; }
        .why .benefitsWide .item .icon .fa, .why .benefitsWide .item .icon .pe-icon {
          font-size: 58px;
          color: #46607c;
          /* desc title*/
          margin-top: 5px; }
        .why .benefitsWide .item .icon .pe-icon {
          font-size: 72px; }
      .why .benefitsWide .item .icon2 {
        position: absolute;
        left: 0;
        top: 10px;
        width: 120px; }
        .why .benefitsWide .item .icon2 .fa, .why .benefitsWide .item .icon2 .pe-icon {
          font-size: 58px;
          color: #46607c;
          /* desc title*/
          margin-top: 5px; }
        .why .benefitsWide .item .icon2 .pe-icon {
          font-size: 72px; }
      .why .benefitsWide .item .stgIcons {
        margin-top: 50px;
        position: absolute;
        left: 0;
        top: 10px;
        width: 200px;
        height: auto;
        margin-right: 10px; }
      .why .benefitsWide .item.last {
        margin-bottom: 60px; }
      .why .benefitsWide .item .content {
        padding-left: 120px; }
      .why .benefitsWide .item .contentImg {
        padding-left: 275px;
        padding-top: 30px; }
        .why .benefitsWide .item .contentImg a {
          color: #565655; }
    .why .benefitsWide .example {
      color: #565655;
      font-size: 18px;
      margin-bottom: 20px;
      padding-top: 20px; }

/* ======= Video Section ======= */
.video {
  padding: 80px 0;
  position: relative;
  background: #d1d1d1 url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 516px;
  color: #fff; }
  .video .title {
    color: #fff;
    font-size: 28px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    max-width: 720px;
    font-weight: bold;
    margin-bottom: 15px; }
  .video .summary {
    color: #fff;
    font-size: 18px;
    max-width: 360px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px; }
  .video .control {
    position: relative;
    top: -40px; }
    .video .control .play-trigger {
      color: #fff;
      background: none;
      position: relative;
      display: table;
      width: 80px;
      height: 80px;
      border: 4px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      display: table;
      margin: 0 auto;
      margin-bottom: 15px;
      -webkit-opacity: 0.7;
      -moz-opacity: 0.7;
      opacity: 0.7;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; }
      .video .control .play-trigger:active, .video .control .play-trigger:focus {
        outline: none; }
      .video .control .play-trigger:hover {
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        .video .control .play-trigger:hover .svg-inline--fa {
          cursor: pointer;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
      .video .control .play-trigger .icon-holder {
        display: inline-block;
        font-size: 32px;
        width: 80px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-left: 6px; }
    .video .control p {
      color: #fff; }

/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0; }
  .faq.has-bg-color {
    background: #f5f5f5; }
  .faq .title {
    margin-bottom: 60px;
    font-size: 28px; }
  .faq .card {
    background: #f0f0f0;
    border: none;
    margin-bottom: 20px; }
    .faq .card .card-header {
      padding: 15px 30px;
      background: #f0f0f0;
      border: none; }
    .faq .card .card-body {
      padding: 30px;
      padding-top: 0;
      color: #565655; }
    .faq .card .card-title {
      font-weight: normal;
      font-size: 1rem;
      margin-bottom: 0; }
      .faq .card .card-title a {
        color: #565655; }
      .faq .card .card-title .active {
        color: #9e9e9e; }
      .faq .card .card-title .card-toggle .svg-inline--fa {
        margin-right: 10px;
        color: #d1d1d1;
        margin-right: 5px; }
  .faq .more {
    margin-top: 60px; }
    .faq .more .title {
      margin-bottom: 15px;
      color: #999;
      font-size: 16px;
      font-weight: normal; }

/* ======= Feature Promo Section ======= */
.features-promo {
  position: relative;
  background: #d1d1d1 url("../images/background/tour-bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px; }
  .features-promo .bg-mask {
    background: #d1d1d1;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .features-promo .features-intro {
    color: #fff;
    padding-top: 30px; }
    .features-promo .features-intro .title {
      color: #fff;
      font-size: 32px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      max-width: 720px;
      font-weight: bold;
      margin-bottom: 30px;
      padding-top: 30px; }
    .features-promo .features-intro .features-list {
      font-size: 18px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      margin-left: 0; }
      .features-promo .features-intro .features-list li {
        margin-bottom: 15px; }
        .features-promo .features-intro .features-list li .svg-inline--fa {
          margin-right: 10px;
          color: #9e9e9e;
          text-shadow: none; }
  .features-promo .features-video {
    padding-top: 60px; }

.features {
  padding-top: 80px; }
  .features .item {
    padding: 60px 0; }
    .features .item .title {
      font-size: 22px;
      color: #d1d1d1;
      margin-top: 0; }
    .features .item .content p {
      font-size: 16px; }
  .features .figure img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }

/* ======= Price Plan Section ======= */
.price-plan {
  padding: 80px 0; }
  .price-plan .title {
    font-size: 28px;
    margin-bottom: 15px; }
  .price-plan .intro {
    font-size: 18px;
    line-height: 1.5;
    color: #999;
    margin-bottom: 30px; }
  .price-plan .item .heading {
    background: #46607c;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative; }
    .price-plan .item .heading .label {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #d1d1d1;
      color: #fff;
      font-size: 12px;
      position: absolute;
      padding: 5px 10px;
      right: 15px;
      top: 10px; }
  .price-plan .item .content {
    background: #f5f5f5;
    padding: 30px; }
  .price-plan .item .price-figure .currency {
    font-size: 24px;
    position: relative;
    top: -25px; }
  .price-plan .item .price-figure .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px; }
  .price-plan .item .price-figure .unit {
    font-size: 12px;
    color: #c4c5c7;
    text-transform: uppercase; }
  .price-plan .item .feature-list li {
    padding: 10px 0; }
  .price-plan .item .btn {
    font-weight: bold;
    font-size: 16px;
    width: 100%; }
    .price-plan .item .btn .extra {
      text-transform: none;
      color: #858585;
      font-weight: normal;
      font-size: 12px;
      font-family: 'Lato', arial, sans-serif; }

/* ======= Blog Section ======= */
.blog {
  padding-top: 60px; }
  .blog .title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 28px; }
  .blog .post-thumb {
    margin-bottom: 15px; }
  .blog .meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px; }
    .blog .meta li {
      margin-right: 0; }
    .blog .meta .post-author:before {
      content: "/";
      display: inline-block;
      padding-right: 10px; }
    .blog .meta .post-author a {
      color: #999; }
      .blog .meta .post-author a:hover {
        color: #d1d1d1; }
    .blog .meta .post-comments-link {
      float: right; }
      .blog .meta .post-comments-link .svg-inline--fa {
        margin-right: 5px; }

.blog-sidebar .widget {
  margin-bottom: 60px; }
  .blog-sidebar .widget .title {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
    color: #565655; }
  .blog-sidebar .widget ul li {
    margin-bottom: 10px;
    font-size: 15px; }
    .blog-sidebar .widget ul li .count {
      color: #999; }
  .blog-sidebar .widget.recent-posts .date {
    color: #999;
    font-size: 12px; }
  .blog-sidebar .widget.social a .svg-inline--fa {
    font-size: 32px;
    color: #999; }
  .blog-sidebar .widget.social a:hover .svg-inline--fa {
    color: #d1d1d1; }
.blog-sidebar .search-blog-form .form-control {
  height: 40px;
  max-width: 164px; }
.blog-sidebar .search-blog-form .btn {
  padding: 6px 12px; }
.blog-sidebar .search-blog-form .btn .svg-inline--fa {
  margin-right: 0; }

.post {
  margin-bottom: 60px; }
  .post .content .post-title {
    font-size: 22px; }
    .post .content .post-title a {
      color: #46607c; }
      .post .content .post-title a:hover {
        color: #919191; }
  .post .content .post-entry p {
    color: #565655; }
  .post .content .post-entry .read-more .svg-inline--fa {
    margin-left: 5px;
    position: relative;
    top: 1px; }

.blog-entry .title {
  margin-bottom: 15px; }
.blog-entry .meta {
  margin-bottom: 15px; }
.blog-entry .post-thumb {
  margin-bottom: 30px; }
.blog-entry .custom-list-style {
  margin-bottom: 30px; }
  .blog-entry .custom-list-style li {
    list-style: none;
    margin-bottom: 5px; }
    .blog-entry .custom-list-style li .svg-inline--fa {
      margin-right: 5px;
      color: #d1d1d1; }
.blog-entry p {
  margin-bottom: 30px;
  line-height: 1.5; }
.blog-entry .post-nav {
  margin-bottom: 30px; }
  .blog-entry .post-nav .nav-next {
    float: right; }

.custom-quote {
  border-color: #ebebeb;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  border-left: 3px solid #d1d1d1;
  padding-left: 15px; }
  .custom-quote p {
    color: #565655;
    line-height: 1.6; }
  .custom-quote .svg-inline--fa {
    color: #d1d1d1;
    margin-right: 10px; }
  .custom-quote .source {
    font-family: 'Lato', arial, sans-serif; }
    .custom-quote .source .name {
      color: #46607c; }
    .custom-quote .source .title {
      font-size: 13px;
      color: #999; }

/* ======= About Us ======= */
.about-us {
  padding-top: 80px;
  padding-bottom: 60px; }
  .about-us .intro {
    max-width: 760px; }
  .about-us .item-inner {
    background: #f5f5f5;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .about-us .item-inner .profile-image {
      width: 140px; }
    .about-us .item-inner .name {
      font-size: 20px; }
    .about-us .item-inner .role {
      color: #565655; }
  .about-us .social-list li {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #a3a3a1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center; }
    .about-us .social-list li:hover {
      background: #46607c; }
  .about-us .social-list a {
    color: #fff; }
  .about-us .social-list .svg-inline--fa {
    margin-top: 8px;
    color: #fff; }

.cta-section {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px; }
  .cta-section .intro {
    max-width: 760px; }

/* ======= Contact ======= */
.contact-main {
  padding-top: 80px; }
  .contact-main .container {
    margin-bottom: 50px; }
  .contact-main .title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px; }
  .contact-main .intro {
    margin-bottom: 20px;
    color: #46607c; }
  .contact-main .intro2 {
    margin-bottom: 10px;
    color: #46607c;
    font-weight: 400;
    font-size: 20px; }
  .contact-main .item {
    margin-bottom: 60px; }
    .contact-main .item .title {
      font-size: 18px;
      margin-bottom: 10px; }
    .contact-main .item .item-inner {
      margin: 30px;
      padding: 30px 10px;
      background: #f5f5f5;
      min-height: 300px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .contact-main .item .icon {
      position: relative;
      width: 90px;
      height: 90px;
      border: 2px solid #d1d1d1;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      display: table;
      margin: 0 auto;
      -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
      -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
      transition: transform ease-out 0.2s, background 0.3s;
      margin-bottom: 30px; }
      .contact-main .item .icon:hover {
        background: #d1d1d1;
        color: #fff; }
        .contact-main .item .icon:hover .fa, .contact-main .item .icon:hover .pe-icon {
          color: #fff;
          -webkit-transform: scale(0.93);
          -moz-transform: scale(0.93);
          -ms-transform: scale(0.93);
          -o-transform: scale(0.93); }
      .contact-main .item .icon .fa, .contact-main .item .icon .pe-icon {
        color: #d1d1d1;
        font-size: 48px;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
    .contact-main .item .details {
      font-size: 18px; }
      .contact-main .item .details p {
        margin-bottom: 5px; }
      .contact-main .item .details .day {
        font-size: 13px;
        color: #999; }

.contact-form-section .title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px; }
.contact-form-section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #565655; }
.contact-form-section .form-control {
  font-size: 16px;
  color: #999; }

.gmap-wrapper {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden; }
  .gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* ======= 404 ======= */
.section-404 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .section-404 .title-404 {
    font-size: 70px; }
  .section-404 .intro {
    font-size: 20px;
    font-weight: bold; }
  .section-404 .guide {
    color: #565655; }
  .section-404 .btn-back-home {
    margin-top: 30px; }

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .dropdown-menu.show {
    position: static !important;
    transform: none !important;
    background-color: #FFF; }
    .dropdown-menu.show a.dropdown-item {
      padding-left: 0px !important; }

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

  .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }

  .wrapper {
    min-height: inherit;
    margin-bottom: 0; }
    .wrapper:after {
      content: none; }

  .footer {
    height: auto;
    padding-bottom: 0; }

  .header h1.logo {
    float: left; }

  .modal.modal-memeber .modal-dialog, .modal.modal-video .modal-dialog, .modal.modal-login .modal-dialog, .modal.modal-signup .modal-dialog, .modal.modal-resetpass .modal-dialog {
    width: auto;
    margin-left: 10px;
    margin-right: 10px; }

  .fixed-top {
    position: static; }

  .promo .intro .title {
    font-size: 25px; }

  .promo .intro .summary {
    font-size: 18px; }

  .signup .signup-form .form-group {
    width: 180px; }

  .signup .signup-form .form-control {
    font-size: 13px; }

  .why .benefits .benefits2 .item .icon .fa, .why .benefits .item .icon .pe-icon {
    margin-bottom: 30px; }

  .why .benefits .item .title .benefits2 {
    text-align: center; }

  .why .benefits .item .content .benefits2 p {
    text-align: center;
    padding: 0px; }

  .why .testimonials .item {
    padding: 15px; }

  .press {
    padding-bottom: 0; }

  .press-item {
    margin-bottom: 30px; }

  .press-item a img {
    max-width: 120px; }

  .video {
    padding: 30px 0; }

  .video .control {
    position: static; }

  .footer .bottom-bar .copyright {
    margin-bottom: 15px; }

  .footer .bottom-bar .social li {
    float: left;
    margin-left: 0;
    margin-right: 10px; }

  .features-video {
    margin-bottom: 30px; }

  .features {
    padding: 30px 0; }

  .features .item {
    padding: 15px 0;
    margin-bottom: 0; }

  .features .item .content {
    padding: 30px; }

  .contact-main .item {
    margin-bottom: 15px; }
    .contact-main .item.last {
      margin-bottom: 60px; }

  .contact-main .item .item-inner {
    min-height: inherit; }

  .header .main-nav .nav .dropdown-menu:before {
    display: none; }

  .header .main-nav .nav .dropdown-menu {
    border: none; }

  .header h1.logo {
    float: none;
    text-align: left; }

  .header h1.logodiv {
    display: none; }

  .why .item .icon {
    position: static;
    width: auto; }
    .why .item .icon svg {
      display: none; }

  .why .benefits .item .content {
    padding-left: 15px; }

  .why .benefits2 .item .content {
    padding-left: 15px; } }
@media (min-width: 576px) {
  .modal.modal-member .modal-dialog {
    max-width: 800px; } }
/*Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0; }
    .wrapper:after {
      content: none; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.2rem; }

  .footer {
    height: auto;
    padding-bottom: 0; }

  .footer .bottom-bar .social li {
    float: right; }

  .footer-col-inner {
    margin-bottom: 15px; }

  .header h1.logo {
    float: left;
    text-align: left; }

  .logodiv {
    margin-left: 55px; }

  .main-nav .navbar-collapse {
    float: none;
    text-align: left; }
    .main-nav .navbar-collapse .nav {
      margin: 0 auto;
      float: none; }

  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px; }

  .why .benefits .benefits2 .item .icon .fa, .why .benefits .benefits2 .item .icon .pe-icon {
    margin-bottom: 10px; }

  .why .benefits .benefits2 .item {
    padding: 0px; }

  .why .testimonials .item {
    padding: 15px; }

  .press {
    padding-bottom: 0; }

  .press-item {
    margin-bottom: 30px; }

  .press-item a img {
    max-width: 140px; }

  .price-plan .item .heading .label {
    padding: 5px;
    right: 10px;
    font-size: 11px; }

  .contact-main .item {
    margin-bottom: 15px; }
    .contact-main .item.last {
      margin-bottom: 60px; }

  .contact-main .item .item-inner {
    min-height: inherit; }

  .video .summary {
    max-width: 320px; }

  .navbar {
    padding: 0; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem; }

  .fixed-top {
    top: 0; }

  .header h1.logo {
    text-align: left;
    float: left; }

  .main-nav .navbar-collapse {
    text-align: left; }
    .main-nav .navbar-collapse .nav {
      margin: 0 auto;
      float: left; }

  .press {
    padding-bottom: 30px; }

  .press-item {
    margin-bottom: 0; }

  .press-item a img {
    max-width: 160px; }

  .price-plan .item .heading .label {
    padding: 5px 10px;
    right: 15px;
    font-size: 12px; }

  .contact-main .item {
    margin-bottom: 30px; }

  .contact-main .item .item-inner {
    min-height: 300px; }

  .video .summary {
    max-width: 360px; }

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

  .wrapper {
    min-height: 100%;
    margin-bottom: -296px;
    /* equal to footer height */ }
    .wrapper:after {
      content: "";
      display: block;
      height: 296px;
      /* must be the same height as footer */ }

  .footer {
    height: 296px;
    /* must be the same height as footer */ }

  .footer-col {
    margin-right: 100px; } }
/* Large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=theme-10.css.map */
