/* PUNCH LANDING PAGE V1.0 */
/*! This CSS file compiled from LESS (/less/style.less) */
/*
	01. Typography
	02. UI Kit
	03. Sections
	04. Blocks
	05. Theme
	06. Flex Slider
	07. Responsive
*/
body {
  /* 1. STARTING HERE TYPOGRAPHY */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  color: #000;
  font-weight: normal;
  background-color: #ccc;
}
.small-text {
  font-size: 12px;
}
.big-text {
  font-size: 16px;
}
.uppercase-text {
  text-transform: uppercase;
}
.strong-text {
  font-weight: bold;
}
.base-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alt-font {
  font-family: "Roboto Slab", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a {
  color: #10cfbd;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}
a:hover,
a:focus {
  color: #0ca092;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
  color: #000;
}
h1.lighter,
h2.lighter,
h3.lighter,
h4.lighter,
h5.lighter,
h6.lighter {
  font-weight: 300;
}
h1 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 48px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 44px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
p.lead {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}
p.large-lead {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}
p.larger-lead {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}
p .btn {
  margin-right: 20px;
}
ul:last-child,
ol:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
dl:last-child,
ul li:last-child {
  margin-bottom: 0;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
iframe,
.fluid-width-video-wrapper {
  margin-bottom: 20px;
}
.fluid-width-video-wrapper iframe {
  width: 100%;
}
.text-center .btn {
  margin: 0 10px;
}
.text-left .btn {
  margin-right: 20px;
}
.text-right .btn {
  margin-left: 20px;
}
.precent-padding {
  padding: 15%;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-top: 0 !important;
}
.no-border {
  border: none !important;
}
.margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.text-white {
  /* 2. STARTING HERE UI KIT */
  color: #fff !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}
.text-black {
  color: #2c2c2c !important;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #2c2c2c !important;
}
.text-grey {
  color: #edf1f2 !important;
}
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6 {
  color: #edf1f2 !important;
}
.text-primary {
  color: #10cfbd !important;
}
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
  color: #10cfbd !important;
}
.text-secondary {
  color: #7266ba !important;
}
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
  color: #7266ba !important;
}
.text-info {
  color: #0054a6 !important;
}
.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6 {
  color: #0054a6 !important;
}
.text-danger {
  color: #f55753 !important;
}
.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
  color: #f55753 !important;
}
.text-success {
  color: #6dc77a !important;
}
.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
  color: #6dc77a !important;
}
.text-warning {
  color: #f8d053 !important;
}
.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
  color: #f8d053 !important;
}
.btn-punch {
  border: 2px solid;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 120px;
}
.btn-punch.btn-link {
  padding: 0 !important;
  padding-bottom: 8px !important;
  min-width: inherit;
  border: none;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid;
}
.btn-punch.btn-link:hover,
.btn-punch.btn-link:focus {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none;
  border-color: inherit !important;
}
.btn-punch.btn-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-punch.btn-white:hover,
.btn-punch.btn-white:focus {
  background-color: #fff;
  color: #2c2c2c;
}
.btn-punch.btn-white.hover-colors {
  background-color: #fff;
  color: #2c2c2c;
}
.btn-punch.btn-white.hover-colors:hover,
.btn-punch.btn-white.hover-colors:focus {
  background-color: #fff;
}
.btn-punch.btn-white.hover-colors.hover-primary:hover,
.btn-punch.btn-white.hover-colors.hover-primary:focus {
  color: #10cfbd;
}
.btn-punch.btn-white.hover-colors.hover-secondary:hover,
.btn-punch.btn-white.hover-colors.hover-secondary:focus {
  color: #7266ba;
}
.btn-punch.btn-white.hover-colors.hover-info:hover,
.btn-punch.btn-white.hover-colors.hover-info:focus {
  color: #0054a6;
}
.btn-punch.btn-white.hover-colors.hover-warning:hover,
.btn-punch.btn-white.hover-colors.hover-warning:focus {
  color: #f8d053;
}
.btn-punch.btn-white.hover-colors.hover-success:hover,
.btn-punch.btn-white.hover-colors.hover-success:focus {
  color: #6dc77a;
}
.btn-punch.btn-white.hover-colors.hover-danger:hover,
.btn-punch.btn-white.hover-colors.hover-danger:focus {
  color: #f55753;
}
.btn-punch.btn-white.btn-inverse {
  background-color: #fff;
  color: #2c2c2c;
}
.btn-punch.btn-white.btn-inverse:hover,
.btn-punch.btn-white.btn-inverse:focus {
  background-color: transparent;
  color: #fff;
}
.btn-punch.btn-white.btn-darker {
  background-color: #fff;
  color: #2c2c2c;
}
.btn-punch.btn-white.btn-darker:hover,
.btn-punch.btn-white.btn-darker:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #2c2c2c;
}
.btn-punch.btn-black {
  border-color: #2c2c2c;
  color: #2c2c2c;
  background-color: transparent;
}
.btn-punch.btn-black:hover,
.btn-punch.btn-black:focus {
  background-color: #2c2c2c;
  color: #fff;
}
.btn-punch.btn-black.btn-inverse {
  background-color: #2c2c2c;
  color: #fff;
}
.btn-punch.btn-black.btn-inverse:hover,
.btn-punch.btn-black.btn-inverse:focus {
  background-color: transparent;
  color: #2c2c2c;
}
.btn-punch.btn-black.btn-darker {
  background-color: #2c2c2c;
  color: #fff;
}
.btn-punch.btn-black.btn-darker:hover,
.btn-punch.btn-black.btn-darker:focus {
  background-color: #131313;
  border-color: #131313;
  color: #fff;
}
.btn-punch.btn-grey {
  border-color: #edf1f2;
  color: #edf1f2;
  background-color: transparent;
}
.btn-punch.btn-grey:hover,
.btn-punch.btn-grey:focus {
  background-color: #edf1f2;
  color: #2c2c2c;
}
.btn-punch.btn-grey.btn-inverse {
  background-color: #edf1f2;
  color: #2c2c2c;
}
.btn-punch.btn-grey.btn-inverse:hover,
.btn-punch.btn-grey.btn-inverse:focus {
  background-color: transparent;
  color: #edf1f2;
}
.btn-punch.btn-grey.btn-darker {
  background-color: #edf1f2;
  color: #2c2c2c;
}
.btn-punch.btn-grey.btn-darker:hover,
.btn-punch.btn-grey.btn-darker:focus {
  background-color: #cfdadd;
  border-color: #cfdadd;
  color: #2c2c2c;
}
.btn-punch.btn-primary {
  border-color: #10cfbd;
  color: #10cfbd;
  background-color: transparent;
}
.btn-punch.btn-primary:hover,
.btn-punch.btn-primary:focus {
  background-color: #10cfbd;
  color: #fff;
}
.btn-punch.btn-primary.btn-inverse {
  background-color: #10cfbd;
  color: #fff;
}
.btn-punch.btn-primary.btn-inverse:hover,
.btn-punch.btn-primary.btn-inverse:focus {
  background-color: transparent;
  color: #10cfbd;
}
.btn-punch.btn-primary.btn-darker {
  background-color: #10cfbd;
  color: #fff;
}
.btn-punch.btn-primary.btn-darker:hover,
.btn-punch.btn-primary.btn-darker:focus {
  background-color: #0ca092;
  border-color: #0ca092;
  color: #fff;
}
.btn-punch.btn-secondary {
  border-color: #7266ba;
  color: #7266ba;
  background-color: transparent;
}
.btn-punch.btn-secondary:hover,
.btn-punch.btn-secondary:focus {
  background-color: #7266ba;
  color: #fff;
}
.btn-punch.btn-secondary.btn-inverse {
  background-color: #7266ba;
  color: #fff;
}
.btn-punch.btn-secondary.btn-inverse:hover,
.btn-punch.btn-secondary.btn-inverse:focus {
  background-color: transparent;
  color: #7266ba;
}
.btn-punch.btn-secondary.btn-darker {
  background-color: #7266ba;
  color: #fff;
}
.btn-punch.btn-secondary.btn-darker:hover,
.btn-punch.btn-secondary.btn-darker:focus {
  background-color: #564aa3;
  border-color: #564aa3;
  color: #fff;
}
.btn-punch.btn-success {
  border-color: #6dc77a;
  color: #6dc77a;
  background-color: transparent;
}
.btn-punch.btn-success:hover,
.btn-punch.btn-success:focus {
  background-color: #6dc77a;
  color: #fff;
}
.btn-punch.btn-success.btn-inverse {
  background-color: #6dc77a;
  color: #fff;
}
.btn-punch.btn-success.btn-inverse:hover,
.btn-punch.btn-success.btn-inverse:focus {
  background-color: transparent;
  color: #6dc77a;
}
.btn-punch.btn-success.btn-darker {
  background-color: #6dc77a;
  color: #fff;
}
.btn-punch.btn-success.btn-darker:hover,
.btn-punch.btn-success.btn-darker:focus {
  background-color: #48b958;
  border-color: #48b958;
  color: #fff;
}
.btn-punch.btn-danger {
  border-color: #f55753;
  color: #f55753;
  background-color: transparent;
}
.btn-punch.btn-danger:hover,
.btn-punch.btn-danger:focus {
  background-color: #f55753;
  color: #fff;
}
.btn-punch.btn-danger.btn-inverse {
  background-color: #f55753;
  color: #fff;
}
.btn-punch.btn-danger.btn-inverse:hover,
.btn-punch.btn-danger.btn-inverse:focus {
  background-color: transparent;
  color: #f55753;
}
.btn-punch.btn-danger.btn-darker {
  background-color: #f55753;
  color: #fff;
}
.btn-punch.btn-danger.btn-darker:hover,
.btn-punch.btn-danger.btn-darker:focus {
  background-color: #f22823;
  border-color: #f22823;
  color: #fff;
}
.btn-punch.btn-warning {
  border-color: #f8d053;
  color: #f8d053;
  background-color: transparent;
}
.btn-punch.btn-warning:hover,
.btn-punch.btn-warning:focus {
  background-color: #f8d053;
  color: #fff;
}
.btn-punch.btn-warning.btn-inverse {
  background-color: #f8d053;
  color: #fff;
}
.btn-punch.btn-warning.btn-inverse:hover,
.btn-punch.btn-warning.btn-inverse:focus {
  background-color: transparent;
  color: #f8d053;
}
.btn-punch.btn-warning.btn-darker {
  background-color: #f8d053;
  color: #fff;
}
.btn-punch.btn-warning.btn-darker:hover,
.btn-punch.btn-warning.btn-darker:focus {
  background-color: #f6c322;
  border-color: #f6c322;
  color: #fff;
}
.btn-punch.btn-info {
  border-color: #0054a6;
  color: #0054a6;
  background-color: transparent;
}
.btn-punch.btn-info:hover,
.btn-punch.btn-info:focus {
  background-color: #0054a6;
  color: #fff;
}
.btn-punch.btn-info.btn-inverse {
  background-color: #0054a6;
  color: #fff;
}
.btn-punch.btn-info.btn-inverse:hover,
.btn-punch.btn-info.btn-inverse:focus {
  background-color: transparent;
  color: #0054a6;
}
.btn-punch.btn-info.btn-darker {
  background-color: #0054a6;
  color: #fff;
}
.btn-punch.btn-info.btn-darker:hover,
.btn-punch.btn-info.btn-darker:focus {
  background-color: #003a73;
  border-color: #003a73;
  color: #fff;
}
.btn-punch.btn-xs {
  padding: 8px 12px;
  font-size: 10px;
}
.btn-punch.btn-sm {
  padding: 10px 15px;
  font-size: 12px;
}
.btn-punch.btn-md {
  padding: 15px 20px;
  font-size: 12px;
}
.btn-punch.btn-lg {
  padding: 20px 25px;
  font-size: 14px;
}
.btn-punch.btn-hg {
  padding: 25px 30px;
  font-size: 16px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.8em;
  height: auto;
  color: #747c83;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-transition: all all ease-in-out .3s ease;
  -moz-transition: all all ease-in-out .3s ease;
  -ms-transition: all all ease-in-out .3s ease;
  -o-transition: all all ease-in-out .3s ease;
  transition: all all ease-in-out .3s ease;
}
select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.form-control:hover,
.form-control:focus {
  border-color: #d7d7d7;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.form-inline .btn,
.form-inline .btn-lg,
.form-inline .btn-hg,
.form-inline .btn-md,
.form-inline .btn-sm,
.form-inline .btn-xs {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.8em;
  height: auto;
  margin-left: -5px;
}
.section {
  /* 3. STARTING HERE SECTIONS */
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}
.section.big-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.bigger-padding {
  padding-top: 190px;
  padding-bottom: 190px;
}
.section.huge-padding {
  padding-top: 260px;
  padding-bottom: 260px;
}
.section.background-wrapper,
.section .background-wrapper {
  overflow: hidden;
}
.section.background-wrapper .background-image,
.section.background-wrapper .parallax-background,
.section.background-wrapper iframe,
.section .background-wrapper .background-image,
.section .background-wrapper .parallax-background,
.section .background-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section.background-wrapper .video-wrapper,
.section .background-wrapper .video-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.section.background-wrapper .video-wrapper video,
.section .background-wrapper .video-wrapper video {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.section.fixed-background {
  background-attachment: fixed;
  background-size: cover !important;
}
.section.color-white {
  color: #FFF;
}
.section.color-white h1,
.section.color-white h2,
.section.color-white h3,
.section.color-white h4,
.section.color-white h5,
.section.color-white h6 {
  color: #FFF;
}
.section.color-dark {
  color: #626262;
}
.section.color-dark h1,
.section.color-dark h2,
.section.color-dark h3,
.section.color-dark h4,
.section.color-dark h5,
.section.color-dark h6 {
  color: #626262;
}
.section .container {
  position: relative;
  z-index: 5;
}
.section.with-overlay:after,
.section .side-image:after,
.section.full .with-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.with-overlay .row,
.section .side-image .row,
.section.full .with-overlay .row {
  position: relative;
  z-index: 2;
}
.section.with-overlay.black-overlay,
.section .side-image.black-overlay,
.section.full .with-overlay.black-overlay {
  color: #fff;
}
.section.with-overlay.black-overlay h1,
.section.with-overlay.black-overlay h2,
.section.with-overlay.black-overlay h3,
.section.with-overlay.black-overlay h4,
.section.with-overlay.black-overlay h5,
.section.with-overlay.black-overlay h6,
.section .side-image.black-overlay h1,
.section .side-image.black-overlay h2,
.section .side-image.black-overlay h3,
.section .side-image.black-overlay h4,
.section .side-image.black-overlay h5,
.section .side-image.black-overlay h6,
.section.full .with-overlay.black-overlay h1,
.section.full .with-overlay.black-overlay h2,
.section.full .with-overlay.black-overlay h3,
.section.full .with-overlay.black-overlay h4,
.section.full .with-overlay.black-overlay h5,
.section.full .with-overlay.black-overlay h6 {
  color: #fff;
}
.section.with-overlay.black-overlay:after,
.section .side-image.black-overlay:after,
.section.full .with-overlay.black-overlay:after {
  background-color: rgba(0,0,0,0.7);
}
.section.with-overlay.white-overlay,
.section .side-image.white-overlay,
.section.full .with-overlay.white-overlay {
  color: #2c2c2c;
}
.section.with-overlay.white-overlay h1,
.section.with-overlay.white-overlay h2,
.section.with-overlay.white-overlay h3,
.section.with-overlay.white-overlay h4,
.section.with-overlay.white-overlay h5,
.section.with-overlay.white-overlay h6,
.section .side-image.white-overlay h1,
.section .side-image.white-overlay h2,
.section .side-image.white-overlay h3,
.section .side-image.white-overlay h4,
.section .side-image.white-overlay h5,
.section .side-image.white-overlay h6,
.section.full .with-overlay.white-overlay h1,
.section.full .with-overlay.white-overlay h2,
.section.full .with-overlay.white-overlay h3,
.section.full .with-overlay.white-overlay h4,
.section.full .with-overlay.white-overlay h5,
.section.full .with-overlay.white-overlay h6 {
  color: #2c2c2c;
}
.section.with-overlay.white-overlay:after,
.section .side-image.white-overlay:after,
.section.full .with-overlay.white-overlay:after {
  background-color: rgba(255,255,255,0.1);
}
.section.with-overlay.primary-overlay,
.section .side-image.primary-overlay,
.section.full .with-overlay.primary-overlay {
  color: #fff;
}
.section.with-overlay.primary-overlay h1,
.section.with-overlay.primary-overlay h2,
.section.with-overlay.primary-overlay h3,
.section.with-overlay.primary-overlay h4,
.section.with-overlay.primary-overlay h5,
.section.with-overlay.primary-overlay h6,
.section .side-image.primary-overlay h1,
.section .side-image.primary-overlay h2,
.section .side-image.primary-overlay h3,
.section .side-image.primary-overlay h4,
.section .side-image.primary-overlay h5,
.section .side-image.primary-overlay h6,
.section.full .with-overlay.primary-overlay h1,
.section.full .with-overlay.primary-overlay h2,
.section.full .with-overlay.primary-overlay h3,
.section.full .with-overlay.primary-overlay h4,
.section.full .with-overlay.primary-overlay h5,
.section.full .with-overlay.primary-overlay h6 {
  color: #fff;
}
.section.with-overlay.primary-overlay a:not(.btn),
.section .side-image.primary-overlay a:not(.btn),
.section.full .with-overlay.primary-overlay a:not(.btn) {
  color: #fff;
}
.section.with-overlay.primary-overlay a:not(.btn):hover,
.section.with-overlay.primary-overlay a:not(.btn):focus,
.section .side-image.primary-overlay a:not(.btn):hover,
.section .side-image.primary-overlay a:not(.btn):focus,
.section.full .with-overlay.primary-overlay a:not(.btn):hover,
.section.full .with-overlay.primary-overlay a:not(.btn):focus {
  color: #fff;
}
.section.with-overlay.primary-overlay:after,
.section .side-image.primary-overlay:after,
.section.full .with-overlay.primary-overlay:after {
  background-color: rgba(16,207,189,0.7);
}
.section.with-overlay.secondary-overlay,
.section .side-image.secondary-overlay,
.section.full .with-overlay.secondary-overlay {
  color: #fff;
}
.section.with-overlay.secondary-overlay h1,
.section.with-overlay.secondary-overlay h2,
.section.with-overlay.secondary-overlay h3,
.section.with-overlay.secondary-overlay h4,
.section.with-overlay.secondary-overlay h5,
.section.with-overlay.secondary-overlay h6,
.section .side-image.secondary-overlay h1,
.section .side-image.secondary-overlay h2,
.section .side-image.secondary-overlay h3,
.section .side-image.secondary-overlay h4,
.section .side-image.secondary-overlay h5,
.section .side-image.secondary-overlay h6,
.section.full .with-overlay.secondary-overlay h1,
.section.full .with-overlay.secondary-overlay h2,
.section.full .with-overlay.secondary-overlay h3,
.section.full .with-overlay.secondary-overlay h4,
.section.full .with-overlay.secondary-overlay h5,
.section.full .with-overlay.secondary-overlay h6 {
  color: #fff;
}
.section.with-overlay.secondary-overlay:after,
.section .side-image.secondary-overlay:after,
.section.full .with-overlay.secondary-overlay:after {
  background-color: rgba(114,102,186,0.7);
}
.section.with-overlay.info-overlay,
.section .side-image.info-overlay,
.section.full .with-overlay.info-overlay {
  color: #fff;
}
.section.with-overlay.info-overlay h1,
.section.with-overlay.info-overlay h2,
.section.with-overlay.info-overlay h3,
.section.with-overlay.info-overlay h4,
.section.with-overlay.info-overlay h5,
.section.with-overlay.info-overlay h6,
.section .side-image.info-overlay h1,
.section .side-image.info-overlay h2,
.section .side-image.info-overlay h3,
.section .side-image.info-overlay h4,
.section .side-image.info-overlay h5,
.section .side-image.info-overlay h6,
.section.full .with-overlay.info-overlay h1,
.section.full .with-overlay.info-overlay h2,
.section.full .with-overlay.info-overlay h3,
.section.full .with-overlay.info-overlay h4,
.section.full .with-overlay.info-overlay h5,
.section.full .with-overlay.info-overlay h6 {
  color: #fff;
}
.section.with-overlay.info-overlay:after,
.section .side-image.info-overlay:after,
.section.full .with-overlay.info-overlay:after {
  background-color: rgba(0,84,166,0.7);
}
.section.with-overlay.success-overlay,
.section .side-image.success-overlay,
.section.full .with-overlay.success-overlay {
  color: #fff;
}
.section.with-overlay.success-overlay h1,
.section.with-overlay.success-overlay h2,
.section.with-overlay.success-overlay h3,
.section.with-overlay.success-overlay h4,
.section.with-overlay.success-overlay h5,
.section.with-overlay.success-overlay h6,
.section .side-image.success-overlay h1,
.section .side-image.success-overlay h2,
.section .side-image.success-overlay h3,
.section .side-image.success-overlay h4,
.section .side-image.success-overlay h5,
.section .side-image.success-overlay h6,
.section.full .with-overlay.success-overlay h1,
.section.full .with-overlay.success-overlay h2,
.section.full .with-overlay.success-overlay h3,
.section.full .with-overlay.success-overlay h4,
.section.full .with-overlay.success-overlay h5,
.section.full .with-overlay.success-overlay h6 {
  color: #fff;
}
.section.with-overlay.success-overlay:after,
.section .side-image.success-overlay:after,
.section.full .with-overlay.success-overlay:after {
  background-color: rgba(109,199,122,0.7);
}
.section.with-overlay.danger-overlay,
.section .side-image.danger-overlay,
.section.full .with-overlay.danger-overlay {
  color: #fff;
}
.section.with-overlay.danger-overlay h1,
.section.with-overlay.danger-overlay h2,
.section.with-overlay.danger-overlay h3,
.section.with-overlay.danger-overlay h4,
.section.with-overlay.danger-overlay h5,
.section.with-overlay.danger-overlay h6,
.section .side-image.danger-overlay h1,
.section .side-image.danger-overlay h2,
.section .side-image.danger-overlay h3,
.section .side-image.danger-overlay h4,
.section .side-image.danger-overlay h5,
.section .side-image.danger-overlay h6,
.section.full .with-overlay.danger-overlay h1,
.section.full .with-overlay.danger-overlay h2,
.section.full .with-overlay.danger-overlay h3,
.section.full .with-overlay.danger-overlay h4,
.section.full .with-overlay.danger-overlay h5,
.section.full .with-overlay.danger-overlay h6 {
  color: #fff;
}
.section.with-overlay.danger-overlay:after,
.section .side-image.danger-overlay:after,
.section.full .with-overlay.danger-overlay:after {
  background-color: rgba(245,87,83,0.7);
}
.section.with-overlay.warning-overlay,
.section .side-image.warning-overlay,
.section.full .with-overlay.warning-overlay {
  color: #fff;
}
.section.with-overlay.warning-overlay h1,
.section.with-overlay.warning-overlay h2,
.section.with-overlay.warning-overlay h3,
.section.with-overlay.warning-overlay h4,
.section.with-overlay.warning-overlay h5,
.section.with-overlay.warning-overlay h6,
.section .side-image.warning-overlay h1,
.section .side-image.warning-overlay h2,
.section .side-image.warning-overlay h3,
.section .side-image.warning-overlay h4,
.section .side-image.warning-overlay h5,
.section .side-image.warning-overlay h6,
.section.full .with-overlay.warning-overlay h1,
.section.full .with-overlay.warning-overlay h2,
.section.full .with-overlay.warning-overlay h3,
.section.full .with-overlay.warning-overlay h4,
.section.full .with-overlay.warning-overlay h5,
.section.full .with-overlay.warning-overlay h6 {
  color: #fff;
}
.section.with-overlay.warning-overlay:after,
.section .side-image.warning-overlay:after,
.section.full .with-overlay.warning-overlay:after {
  background-color: rgba(248,208,83,0.7);
}
.section.with-overlay .middle-content,
.section .side-image .middle-content,
.section.full .with-overlay .middle-content {
  position: relative;
  z-index: 3;
  margin-top: -95px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section .side-image .middle-content {
  padding: 0 10%;
  position: relative;
  margin-top: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.first-section .parallax-background {
  height: 100%;
  top: 0%;
}
.section.primary-background,
.section .primary-background,
.section .side-image.primary-background,
.section.full .primary-background {
  background-color: #10cfbd;
  color: #fff;
}
.section.primary-background h1,
.section.primary-background h2,
.section.primary-background h3,
.section.primary-background h4,
.section.primary-background h5,
.section.primary-background h6,
.section .primary-background h1,
.section .primary-background h2,
.section .primary-background h3,
.section .primary-background h4,
.section .primary-background h5,
.section .primary-background h6,
.section .side-image.primary-background h1,
.section .side-image.primary-background h2,
.section .side-image.primary-background h3,
.section .side-image.primary-background h4,
.section .side-image.primary-background h5,
.section .side-image.primary-background h6,
.section.full .primary-background h1,
.section.full .primary-background h2,
.section.full .primary-background h3,
.section.full .primary-background h4,
.section.full .primary-background h5,
.section.full .primary-background h6 {
  color: #fff;
}
.section.primary-background.dark,
.section .primary-background.dark,
.section .side-image.primary-background.dark,
.section.full .primary-background.dark {
  background-color: #0eb7a7;
}
.section.primary-background.darker,
.section .primary-background.darker,
.section .side-image.primary-background.darker,
.section.full .primary-background.darker {
  background-color: #0ca092;
}
.section.primary-background .divider,
.section .primary-background .divider,
.section .side-image.primary-background .divider,
.section.full .primary-background .divider {
  background-color: #12e7d3;
}
.section.secondary-background,
.section .secondary-background,
.section .side-image.secondary-background,
.section.full .secondary-background {
  background-color: #7266ba;
  color: #fff;
}
.section.secondary-background h1,
.section.secondary-background h2,
.section.secondary-background h3,
.section.secondary-background h4,
.section.secondary-background h5,
.section.secondary-background h6,
.section .secondary-background h1,
.section .secondary-background h2,
.section .secondary-background h3,
.section .secondary-background h4,
.section .secondary-background h5,
.section .secondary-background h6,
.section .side-image.secondary-background h1,
.section .side-image.secondary-background h2,
.section .side-image.secondary-background h3,
.section .side-image.secondary-background h4,
.section .side-image.secondary-background h5,
.section .side-image.secondary-background h6,
.section.full .secondary-background h1,
.section.full .secondary-background h2,
.section.full .secondary-background h3,
.section.full .secondary-background h4,
.section.full .secondary-background h5,
.section.full .secondary-background h6 {
  color: #fff;
}
.section.secondary-background.dark,
.section .secondary-background.dark,
.section .side-image.secondary-background.dark,
.section.full .secondary-background.dark {
  background-color: #6254b2;
}
.section.secondary-background.darker,
.section .secondary-background.darker,
.section .side-image.secondary-background.darker,
.section.full .secondary-background.darker {
  background-color: #564aa3;
}
.section.secondary-background .divider,
.section .secondary-background .divider,
.section .side-image.secondary-background .divider,
.section.full .secondary-background .divider {
  background-color: #8278c2;
}
.section.info-background,
.section .info-background,
.section .side-image.info-background,
.section.full .info-background {
  background-color: #0054a6;
  color: #fff;
}
.section.info-background h1,
.section.info-background h2,
.section.info-background h3,
.section.info-background h4,
.section.info-background h5,
.section.info-background h6,
.section .info-background h1,
.section .info-background h2,
.section .info-background h3,
.section .info-background h4,
.section .info-background h5,
.section .info-background h6,
.section .side-image.info-background h1,
.section .side-image.info-background h2,
.section .side-image.info-background h3,
.section .side-image.info-background h4,
.section .side-image.info-background h5,
.section .side-image.info-background h6,
.section.full .info-background h1,
.section.full .info-background h2,
.section.full .info-background h3,
.section.full .info-background h4,
.section.full .info-background h5,
.section.full .info-background h6 {
  color: #fff;
}
.section.info-background.dark,
.section .info-background.dark,
.section .side-image.info-background.dark,
.section.full .info-background.dark {
  background-color: #00478d;
}
.section.info-background.darker,
.section .info-background.darker,
.section .side-image.info-background.darker,
.section.full .info-background.darker {
  background-color: #003a73;
}
.section.info-background .divider,
.section .info-background .divider,
.section .side-image.info-background .divider,
.section.full .info-background .divider {
  background-color: #0061c0;
}
.section.success-background,
.section .success-background,
.section .side-image.success-background,
.section.full .success-background {
  background-color: #6dc77a;
  color: #fff;
}
.section.success-background h1,
.section.success-background h2,
.section.success-background h3,
.section.success-background h4,
.section.success-background h5,
.section.success-background h6,
.section .success-background h1,
.section .success-background h2,
.section .success-background h3,
.section .success-background h4,
.section .success-background h5,
.section .success-background h6,
.section .side-image.success-background h1,
.section .side-image.success-background h2,
.section .side-image.success-background h3,
.section .side-image.success-background h4,
.section .side-image.success-background h5,
.section .side-image.success-background h6,
.section.full .success-background h1,
.section.full .success-background h2,
.section.full .success-background h3,
.section.full .success-background h4,
.section.full .success-background h5,
.section.full .success-background h6 {
  color: #fff;
}
.section.success-background.dark,
.section .success-background.dark,
.section .side-image.success-background.dark,
.section.full .success-background.dark {
  background-color: #5bc069;
}
.section.success-background.darker,
.section .success-background.darker,
.section .side-image.success-background.darker,
.section.full .success-background.darker {
  background-color: #48b958;
}
.section.success-background .divider,
.section .success-background .divider,
.section .side-image.success-background .divider,
.section.full .success-background .divider {
  background-color: #7fce8b;
}
.section.warning-background,
.section .warning-background,
.section .side-image.warning-background,
.section.full .warning-background {
  background-color: #f8d053;
  color: #fff;
}
.section.warning-background h1,
.section.warning-background h2,
.section.warning-background h3,
.section.warning-background h4,
.section.warning-background h5,
.section.warning-background h6,
.section .warning-background h1,
.section .warning-background h2,
.section .warning-background h3,
.section .warning-background h4,
.section .warning-background h5,
.section .warning-background h6,
.section .side-image.warning-background h1,
.section .side-image.warning-background h2,
.section .side-image.warning-background h3,
.section .side-image.warning-background h4,
.section .side-image.warning-background h5,
.section .side-image.warning-background h6,
.section.full .warning-background h1,
.section.full .warning-background h2,
.section.full .warning-background h3,
.section.full .warning-background h4,
.section.full .warning-background h5,
.section.full .warning-background h6 {
  color: #fff;
}
.section.warning-background.dark,
.section .warning-background.dark,
.section .side-image.warning-background.dark,
.section.full .warning-background.dark {
  background-color: #f7c93a;
}
.section.warning-background.darker,
.section .warning-background.darker,
.section .side-image.warning-background.darker,
.section.full .warning-background.darker {
  background-color: #f6c322;
}
.section.warning-background .divider,
.section .warning-background .divider,
.section .side-image.warning-background .divider,
.section.full .warning-background .divider {
  background-color: #f9d76c;
}
.section.danger-background,
.section .danger-background,
.section .side-image.danger-background,
.section.full .danger-background {
  background-color: #f55753;
  color: #fff;
}
.section.danger-background h1,
.section.danger-background h2,
.section.danger-background h3,
.section.danger-background h4,
.section.danger-background h5,
.section.danger-background h6,
.section .danger-background h1,
.section .danger-background h2,
.section .danger-background h3,
.section .danger-background h4,
.section .danger-background h5,
.section .danger-background h6,
.section .side-image.danger-background h1,
.section .side-image.danger-background h2,
.section .side-image.danger-background h3,
.section .side-image.danger-background h4,
.section .side-image.danger-background h5,
.section .side-image.danger-background h6,
.section.full .danger-background h1,
.section.full .danger-background h2,
.section.full .danger-background h3,
.section.full .danger-background h4,
.section.full .danger-background h5,
.section.full .danger-background h6 {
  color: #fff;
}
.section.danger-background.dark,
.section .danger-background.dark,
.section .side-image.danger-background.dark,
.section.full .danger-background.dark {
  background-color: #f43f3b;
}
.section.danger-background.darker,
.section .danger-background.darker,
.section .side-image.danger-background.darker,
.section.full .danger-background.darker {
  background-color: #f22823;
}
.section.danger-background .divider,
.section .danger-background .divider,
.section .side-image.danger-background .divider,
.section.full .danger-background .divider {
  background-color: #f66f6b;
}
.section.black-background,
.section .black-background,
.section .side-image.black-background,
.section.full .black-background {
	background-color: #E4003A;
	color: #fff;
}
.section.black-background h1,
.section.black-background h2,
.section.black-background h3,
.section.black-background h4,
.section.black-background h5,
.section.black-background h6,
.section .black-background h1,
.section .black-background h2,
.section .black-background h3,
.section .black-background h4,
.section .black-background h5,
.section .black-background h6,
.section .side-image.black-background h1,
.section .side-image.black-background h2,
.section .side-image.black-background h3,
.section .side-image.black-background h4,
.section .side-image.black-background h5,
.section .side-image.black-background h6,
.section.full .black-background h1,
.section.full .black-background h2,
.section.full .black-background h3,
.section.full .black-background h4,
.section.full .black-background h5,
.section.full .black-background h6 {
  color: #fff;
}
.section.black-background.dark,
.section .black-background.dark,
.section .side-image.black-background.dark,
.section.full .black-background.dark {
  background-color: #1f1f1f;
}
.section.black-background.darker,
.section .black-background.darker,
.section .side-image.black-background.darker,
.section.full .black-background.darker {
  background-color: #131313;
}
.section.black-background .divider,
.section .black-background .divider,
.section .side-image.black-background .divider,
.section.full .black-background .divider {
  background-color: #393939;
}
.section.white-background,
.section .white-background,
.section .side-image.white-background,
.section.full .white-background {
  background-color: #fff;
  color: #2c2c2c;
}
.section.white-background h1,
.section.white-background h2,
.section.white-background h3,
.section.white-background h4,
.section.white-background h5,
.section.white-background h6,
.section .white-background h1,
.section .white-background h2,
.section .white-background h3,
.section .white-background h4,
.section .white-background h5,
.section .white-background h6,
.section .side-image.white-background h1,
.section .side-image.white-background h2,
.section .side-image.white-background h3,
.section .side-image.white-background h4,
.section .side-image.white-background h5,
.section .side-image.white-background h6,
.section.full .white-background h1,
.section.full .white-background h2,
.section.full .white-background h3,
.section.full .white-background h4,
.section.full .white-background h5,
.section.full .white-background h6 {
  color: #2c2c2c;
}
.section.white-background.dark,
.section .white-background.dark,
.section .side-image.white-background.dark,
.section.full .white-background.dark {
  background-color: #f2f2f2;
}
.section.white-background.darker,
.section .white-background.darker,
.section .side-image.white-background.darker,
.section.full .white-background.darker {
  background-color: #f2f2f2;
}
.section.grey-background,
.section .grey-background,
.section .side-image.grey-background,
.section.full .grey-background {
  background-color: #fff;
  color: #2c2c2c;
}
.section.grey-background h1,
.section.grey-background h2,
.section.grey-background h3,
.section.grey-background h4,
.section.grey-background h5,
.section.grey-background h6,
.section .grey-background h1,
.section .grey-background h2,
.section .grey-background h3,
.section .grey-background h4,
.section .grey-background h5,
.section .grey-background h6,
.section .side-image.grey-background h1,
.section .side-image.grey-background h2,
.section .side-image.grey-background h3,
.section .side-image.grey-background h4,
.section .side-image.grey-background h5,
.section .side-image.grey-background h6,
.section.full .grey-background h1,
.section.full .grey-background h2,
.section.full .grey-background h3,
.section.full .grey-background h4,
.section.full .grey-background h5,
.section.full .grey-background h6 {
  color: #2c2c2c;
}
.section.grey-background.dark,
.section .grey-background.dark,
.section .side-image.grey-background.dark,
.section.full .grey-background.dark {
  background-color: #dee5e7;
}
.section.grey-background.darker,
.section .grey-background.darker,
.section .side-image.grey-background.darker,
.section.full .grey-background.darker {
  background-color: #cfdadd;
}
.section.grey-background .divider,
.section .grey-background .divider,
.section .side-image.grey-background .divider,
.section.full .grey-background .divider {
  background-color: #cfdadd;
}
.section.fullscreen {
  overflow: hidden;
  padding: 0 !important;
}
.section.fullscreen .middle-content {
  position: relative;
  margin-top: 0;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.full {
  padding: 0;
  width: 100%;
  margin: 0;
}
.section.full .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.section.link-section {
  padding: 0 !important;
}
.section.link-section .btn {
  display: block;
  padding-top: 95px;
  padding-bottom: 95px;
  line-height: 1em;
  font-size: 28px;
  text-transform: none;
  font-weight: normal;
}
.section.link-section .btn strong {
  font-weight: bold;
}
.section.divider-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.section .sticky-image {
  overflow: hidden;
}
.section .sticky-image img {
  width: 100%;
  height: auto;
}
.section .sticky-image.img-right,
.section .sticky-image.img-left {
  position: absolute;
}
.section .sticky-image.img-right.img-bottom,
.section .sticky-image.img-left.img-bottom {
  bottom: 0;
  top: 95px;
}
.section .sticky-image.img-right.img-top,
.section .sticky-image.img-left.img-top {
  top: 0;
  bottom: 95px;
}
.section .sticky-image.img-right {
  right: 95px;
}
.section .sticky-image.img-left {
  left: 95px;
}
.section .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
.section .side-image {
  position: absolute;
  top: 0;
  height: 100% !important;
  overflow: hidden;
}
.section .side-image .middle-content {
  margin-top: 0;
  position: relative;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-slider .hero-controls {
  /* 4. STARTING HERE BLOCKS */
  z-index: 11;
  position: relative;
}
.hero-slider .hero-controls .flex-control-nav {
  bottom: 40px;
  text-align: left;
}
.hero-slider .hero-controls .flex-control-nav li {
  margin-left: 0;
  margin-right: 5px;
}
.hero-slider .hero-controls .flex-control-nav a {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.hero-slider .hero-controls .flex-control-nav a.flex-active {
  background-color: #fff;
}
.heading-line {
  width: 30px;
  height: 1px;
  background: #10cfbd;
  margin-bottom: 24px;
}
.heading-line:last-child {
  margin-bottom: 0;
}
.heading-line.big {
  height: 2px;
}
.heading-line.bigger {
  height: 3px;
}
.heading-line.center {
  margin-left: auto;
  margin-right: auto;
}
.heading-line.color-primary {
  background: #10cfbd;
}
.heading-line.color-secondary {
  background: #7266ba;
}
.heading-line.color-info {
  background: #0054a6;
}
.heading-line.color-danger {
  background: #f55753;
}
.heading-line.color-success {
  background: #6dc77a;
}
.heading-line.color-black {
  background: #2c2c2c;
}
.heading-line.color-white {
  background: #fff;
}
.heading-line.color-grey {
  background: #edf1f2;
}
.icon {
  font-size: 30px;
  display: inline-block;
  margin-bottom: .5em;
}
.icon.large {
  font-size: 60px;
}
.icon.larger {
  font-size: 80px;
}
.icon.huge {
  font-size: 120px;
}
.icon.center {
  margin-left: auto;
  margin-right: auto;
}
.icon-background {
  position: absolute;
  z-index: 1;
  font-size: 5em;
  opacity: .2;
  filter: alpha(opacity=20);
  bottom: -5%;
  right: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}
.icon-background.large {
  font-size: 8em;
}
.icon-background.larger {
  font-size: 10em;
}
.middle-content {
  position: relative;
  margin-top: 0;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-block .pb-header {
  padding: 30px 60px;
}
.promo-block .pb-content {
  overflow: hidden;
  position: relative;
  padding: 60px;
}
.promo-block .pb-content .price {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  margin-bottom: 15px;
  display: block;
}
.promo-block .pb-content .price .dollar {
  opacity: .4;
  filter: alpha(opacity=40);
}
.promo-block .pb-content .date {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 15px 0;
}
.promo-block .pb-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.promo-block .pb-content:hover .icon-background,
.promo-block .pb-content:focus .icon-background {
  font-size: 12em;
}
.divider {
  background-color: #edf1f2;
  height: 1px;
  margin: 30px 0;
}
.divider.no-space {
  margin: 0 !important;
}
.divider.large {
  margin: 95px 0;
}
.divider.larger {
  margin: 165px 0;
}
.divider.huge {
  margin: 190px 0;
}
.space {
  height: 30px;
  background-color: transparent;
  display: block;
}
.space.large {
  height: 95px;
}
.space.larger {
  height: 165px;
}
.space.huge {
  height: 190px;
}
.service-block .icon {
  font-size: 36px;
  float: left;
}
.service-block *:not(.icon) {
  margin-left: 80px;
}
.service-block h1,
.service-block h2,
.service-block h3,
.service-block h4,
.service-block h5,
.service-block h6 {
  margin-bottom: .5em;
}
ul.Social-links li {
  margin: 10px;
}
ul.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-block .team-image {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-block .team-image img {
  width: 100%;
  height: auto;
}
.team-block .team-image .overlay {
  background-color: rgba(16,207,189,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition: all all .8s ease;
  -moz-transition: all all .8s ease;
  -ms-transition: all all .8s ease;
  -o-transition: all all .8s ease;
  transition: all all .8s ease;
}
.team-block .team-image .overlay i.icon {
  color: #FFF;
}
.team-block h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}
.team-block h3 a {
  color: inherit;
}
.team-block p.position {
  font-size: 11px;
  text-transform: uppercase;
}
.team-block:hover .team-image .overlay,
.team-block:focus .team-image .overlay {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition: all all .8s ease;
  -moz-transition: all all .8s ease;
  -ms-transition: all all .8s ease;
  -o-transition: all all .8s ease;
  transition: all all .8s ease;
}
.loader {
  /* 4. STARTING HERE THEME */
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  text-align: center;
  top: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all all .5s ease ease;
  -moz-transition: all all .5s ease ease;
  -ms-transition: all all .5s ease ease;
  -o-transition: all all .5s ease ease;
  transition: all all .5s ease ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.loader .spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background-color: #10cfbd;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}
.disable-loader .loader {
  display: none;
}
.animate {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.layout-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
#header {
  height: 90px;
  line-height: 90px;
  padding: 0 !important;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  -webkit-transition: all all .3 ease ease;
  -moz-transition: all all .3 ease ease;
  -ms-transition: all all .3 ease ease;
  -o-transition: all all .3 ease ease;
  transition: all all .3 ease ease;
  position: relative;
}
#header.transparent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  line-height: 120px;
}
#header.transparent .logo a {
  height: 120px;
}
#header.transparent.white-header .logo img.white-logo.standard-logo {
  display: block;
}
#header.transparent.white-header .logo img.white-logo.retina-logo {
  display: none;
}
#header.transparent.white-header .logo img.black-logo {
  display: none;
}
#header.transparent.white-header .menu ul li a,
#header.transparent.white-header .menu ul li a:hover,
#header.transparent.white-header .menu ul li a:focus {
  color: #fff;
}
#header.transparent.black-header .logo img.white-logo {
  display: none;
}
#header.transparent.black-header .logo img.black-logo.standard-logo {
  display: block;
}
#header.transparent.black-header .logo img.black-logo.retina-logo {
  display: none;
}
#header.transparent.black-header .menu ul li a,
#header.transparent.black-header .menu ul li a:hover,
#header.transparent.black-header .menu ul li a:focus {
  color: #2c2c2c;
}
#header.transparent + .section {
  padding-top: 185px;
}
#header.transparent + .section.big-padding {
  padding-top: 255px;
}
#header.transparent + .section.bigger-padding {
  padding-top: 280px;
}
#header.transparent + .section.huge-padding {
  padding-top: 175px;
}
#header.sticky {
  line-height: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
  -webkit-box-shadow: '' 0 0 20px rgba(0,0,0,0.08) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 0 20px rgba(0,0,0,0.08) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 0 20px rgba(0,0,0,0.08) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 0 20px rgba(0,0,0,0.08) 1px 2px rgba(0,0,0,0.1);
}
#header.sticky .logo a {
  height: 60px;
}
#header.sticky .logo img.standard-logo,
#header.sticky .logo img.black-logo.standard-logo {
  display: block;
  height:60px;
}
#header.sticky .logo img.retina-logo,
#header.sticky .logo img.black-logo.retina-logo {
  display: none;
}
#header.sticky .logo img.white-logo,
#header.sticky .logo img.black-logo.white-logo {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #header.sticky .logo img.standard-logo,
  #header.sticky .logo img.black-logo.standard-logo {
    display: none;
  }
  #header.sticky .logo img.retina-logo,
  #header.sticky .logo img.black-logo.retina-logo {
    display: block;
  }
}
#header.sticky .logo img img.white-logo,
#header.sticky .logo img.black-logo img.white-logo {
  display: none;
}
#header.sticky .menu ul li a,
#header.sticky .menu ul li a:hover,
#header.sticky .menu ul li a:focus {
  color: #626262 !important;
}
#header.menu-open {
  height: auto;
}
#header .logo a {
  height: 90px;
  display: block;
}
#header .logo img.standard-logo,
#header .logo img.black-logo.standard-logo {
  display: block;
}
#header .logo img.retina-logo,
#header .logo img.black-logo.retina-logo {
  display: none;
}
#header .logo img.white-logo,
#header .logo img.black-logo.white-logo {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #header .logo img.standard-logo,
  #header .logo img.black-logo.standard-logo {
    display: none;
  }
  #header .logo img.retina-logo,
  #header .logo img.black-logo.retina-logo {
    display: block;
  }
}
#header .logo img.white-logo.standard-logo {
  display: block;
}
#header .logo img.white-logo.retina-logo {
  display: none;
}
#header .logo img.white-logo.black-logo {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #header .logo img.white-logo.standard-logo {
    display: none;
  }
  #header .logo img.white-logo.retina-logo {
    display: block;
  }
}
#header .menu ul li a {
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
#header .menu ul li a:hover:after,
#header .menu ul li a:focus:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  left: 0;
  bottom: -5px;
}
#header .menu-toggle {
	position: absolute;
	top: 10px;
	right: 0px;
	line-height: 90px;
	font-size: 22px;
	display: none;
}
#header .menu-toggle:hover {
  color: #10cfbd;
}
.hero-slider {
  margin: 0;
  padding: 0;
  border: none;
}
@font-face {
  font-family: 'fontawesome';
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0px;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  /* 6. STARTING HERE FLEX SLIDER */
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .section {
    /* 7. STARTING HERE RESPONSIVE */
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section.big-padding {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .section.bigger-padding {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .section.huge-padding {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .section:nor(.header) .container .row [class^="col-"],
  .section:nor(.header) .container .row [class*=" col-"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header .menu-toggle {
    display: block;
  }
  #header .menu ul {
    text-align: left;
  }
  #header .menu ul li {
    line-height: 23px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 0 5px;
    padding: 0;
  }
  #header .menu ul li:last-child {
    padding-bottom: 30px;
  }
  #header .menu ul li a {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
  }
  #header .menu ul li a:hover:after,
  #header .menu ul li a:focus:after {
    display: none;
  }
  #header .menu ul.list-inline li {
    display: block;
  }
  #header.transparent .menu-col {
    background-color: #FFF;
  }
  #header.transparent .menu-col .menu ul li a {
    color: #626262;
  }
  #header.transparent .menu-col .menu ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .section.full .container {
    margin: 0;
  }
}
