@import url(../fonts/proxima-nova-webfontkit/proxima-nova-webfontkit.css);

html, body {
  height: 100%;
}

body {
  background: #f6f6f6;
  font-size: 16px;
  font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
  padding: 0;
}
.navbar-header {
  float: left;
  position: relative;
  z-index: 1000;
}

.container > .navbar-header, .container > .navbar-collapse {
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
:focus {
  outline: none;
}
.style-switcher {
  list-style: none;
  padding: 0;
}
.style-switcher li {
  font-size: 1.1em;
  width: 7%;
  background: none;
  color: #2c3e50;
  padding: 10px 20px 0px;
  transition: border-left 0.2s ease-in-out;
  box-sizing: border-box;
  height: 37px;
  cursor: pointer;
}
.style-switcher li a {
  display: none;
  padding: 0 1em;
}
.style-switcher li:hover a {
  display: block;
}
.style-switcher li:nth-child(1) {
  border-left: 8px solid #c1d64b;
}
.style-switcher li:nth-child(1):hover {
  border-left: 2em solid #c1d64b;
}
.style-switcher li:nth-child(2) {
  border-left: 8px solid #4aa1db;
}
.style-switcher li:nth-child(2):hover {
  border-left: 2em solid #4aa1db;
}
.style-switcher li:nth-child(3) {
  border-left: 8px solid #e3695c;
}
.style-switcher li:nth-child(3):hover {
  border-left: 2em solid #e3695c;
}
.style-switcher li:nth-child(4) {
  border-left: 8px solid #ffba43;
}
.style-switcher li:nth-child(4):hover {
  border-left: 2em solid #ffba43;
}
.style-switcher li:nth-child(5) {
  border-left: 8px solid #856cbd;
}
.style-switcher li:nth-child(5):hover {
  border-left: 2em solid #856cbd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNovaSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: inherit;
}
.plan-title h3 > small {
  color: inherit;
}
p {
  line-height: 1.5;
}
.colour-white {
  color: white !important;
}
.underline {
  text-decoration: underline;
}
.highlight {
  color: #ffffff;
}
.vertical-align {
  margin: 100px 0;
}
.vertical-align.no-bottom {
  margin-bottom: 0;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn.btn-empty {
  background: none !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.btn.btn-empty:hover {
  background-color: #a1b400 !important;
  border-color: 2px solid #a1b400;
  color: #ffffff !important;
}
.btn-default {
  background: #eaeaea;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #cbcbcb;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #cbcbcb;
  border-color: #c6c6c6;
}
.btn-primary {
  background: #2c2c2c;
  border: 2px solid #FFF; 
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0d0d0d;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0d0d0d;
  border-color: #080808;
}
.btn-success {
  background: #88b54e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #688b3a;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #688b3a;
  border-color: #638437;
}
.btn-warning {
  background: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background: #e96b56;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e23c20;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e23c20;
  border-color: #db381d;
}
.btn-info {
  background: #3ea5be;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2f7d90;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2f7d90;
  border-color: #2c7688;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.img-halfsize {
  width: 50%;
}
.img-75 {
  width: 75%;
}
.img-overlap {
  margin-bottom: -200px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1f1f1f;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #14b0bf;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.navbar {
  background: none;
  border: none;
  padding: 1em 0;
}
.navbar-collapse {
  padding-right: 0;
  z-index: 100;
}
.navbar .navbar-nav .current > a {
  color: #c1d64b;
}
.navbar .navbar-nav .signup.current > a {
  color: white;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
}
.navbar .nav > li > a.dropdown-toggle i {
  margin: -1px 0 0 3px;
  font-size: 10px;
  display: inline-table;
}
.navbar .nav > li ul {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .nav > li ul li a {
  font-size: 0.9em;
}
.navbar .nav > li ul .dropdown-header {
  color: #c1d64b;
}
.navbar-brand,
.navbar-nav > li > a {
  color: white;
}
.navbar-brand img {
  max-width: 160px;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-toggle {
  margin: 1.3em 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: white;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.dropdown-header {
  text-transform: uppercase;
}

.video-wrapper {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-img {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 90%;
}
.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.cbp-af-header .dropdown-menu {
  position: absolute;
  top: 80%;
}
.cbp-af-header .cbp-af-inner {
  margin: 0 auto;
  padding: 0;
}
.cbp-af-header h1,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header .nav a {
  line-height: 70px;
}
.cbp-af-header h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 4px;
  font-size: 2em;
  margin: 0.9em 0;
  float: left;
}
.cbp-af-header h1 a {
  color: inherit;
  font-size: inherit;
}
.cbp-af-header .nav {
  float: right;
}
.cbp-af-header .nav li.open > a {
  background: none;
  color: #c1d64b;
}
.cbp-af-header .nav li ul a {
  color: #333333;
  line-height: 32px;
  margin-left: 0;
}
.cbp-af-header .nav a {
  color: white;
  font-weight: 300;
  margin: 0 0 0 20px;
  font-size: 1em;
  text-transform: uppercase;
}
.cbp-af-header .nav a.btn {
  line-height: 1.7;
  margin: 2em 1em;
  background: #c1d64b;
  padding: 0.75em 1.2em;
}
.cbp-af-header .nav a.btn:hover, .cbp-af-header .nav a.btn:focus {
  background: #a1b400;
  color: white;
}
.cbp-af-header .nav a.login:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 39%;
  height: 20px;
  width: 1px;
  background: #5f5f5f;
}
.cbp-af-header .nav a:hover, .cbp-af-header .nav a:focus {
  color: #c1d64b;
  background: none;
  outline-style: none;
}
/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header .nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
  height: 70px;
  background-color: rgba(43, 43, 43, 0.96);
}
.cbp-af-header.cbp-af-header-shrink .dropdown-menu {
  position: absolute;
  top: 100%;
}
.cbp-af-header.cbp-af-header-shrink .nav a.btn {
  line-height: 1.7;
  margin-top: 0.9em;
}
.cbp-af-header.cbp-af-header-shrink .nav a.login:before {
  top: 34%;
  height: 20px;
}
.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 1.2em;
  margin: 0.6em 0;
}
#gmap_canvas {
  position: relative;
  height:350px;
  width: 100% !important;
}
/* Example Media Queries */
@media screen and (max-width: 55em) {
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }
  .cbp-af-header h1,
  .cbp-af-header .nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .cbp-af-header .nav a {
    margin: 0 10px;
  }
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
  }
  .cbp-af-header.cbp-af-header-shrink .nav a {
    font-size: 1em;
  }
}
@media screen and (max-width: 32.25em) {
  .cbp-af-header .nav a {
    font-size: 1em;
  }
}
@media screen and (max-width: 24em) {
  .cbp-af-header .nav a,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 1;
  }
}
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-wrapper {
      width: 3800px;
    left: 0px;
    display: block;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  width: 380px;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/
.owl-theme-main .owl-wrapper-outer {
  padding-top: 4em;
}
.owl-theme-main .owl-controls .owl-page.active span,
.owl-theme-main .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-theme-main .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme-main .owl-controls .owl-buttons div {
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dadada;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme-main .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-main .owl-controls .owl-page span {
  display: block;
  width: 47px;
  height: 15px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #cfcfcf;
}
.owl-theme-main .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme-main .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme-main .owl-item .item {
  padding: 2em;
  margin: 10px;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-align: center;
}
.owl-theme-main .owl-item .item img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top: -91px;
}
.owl-theme-main .owl-item .item h1 {
  margin: inherit;
}
.owl-theme-main .owl-item .item h3 {
  font-size: 1.7em;
  font-weight: 300;
  margin: 1em 0;
  color: #333333;
  text-transform: none;
}
.owl-theme-main .owl-item .item h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: 300;
  color: #595959;
}
.owl-theme-main .owl-item .item p {
  color: #8c8c8c;
  font-size: 0.9em;
}
.owl-theme-featured {
  height: 100%;
}
.owl-theme-featured .owl-wrapper-outer {
  padding-top: 0;
}
.owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
  min-height: 500px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}
.owl-theme-featured .owl-controls {
  top: 45%;
  width: 100%;
  position: absolute;
  z-index: 99999;
}
.owl-theme-featured .owl-controls .owl-buttons div {
  position: absolute;
  display: inline;
  font-size: 5em;
  color: white;
  opacity: 0.1;
}
.owl-theme-featured .owl-controls .owl-buttons div:hover {
  opacity: 0.5;
}
.owl-theme-featured .owl-controls .owl-buttons div.owl-prev {
  left: 2%;
}
.owl-theme-featured .owl-controls .owl-buttons div.owl-next {
  right: 2%;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.alert-success {
  background-color: #dff0d8;
  border: none;
}
.alert-info {
  background-color: #d9edf7;
  border: none;
}
.alert-warning {
  background-color: #fcf8e3;
  border: none;
}
.alert-danger {
  background-color: #f2dede;
  border: none;
}
.progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background-color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #88b54e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-info {
  background-color: #3ea5be;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-warning {
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-danger {
  background-color: #e96b56;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group {
  border-radius: 4px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2c2c2c;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
}
.panel-primary > .panel-heading {
  background-color: #2c2c2c;
}
.panel-success > .panel-heading {
  background-color: #dff0d8;
}
.panel-info > .panel-heading {
  background-color: #d9edf7;
}
.panel-warning > .panel-heading {
  background-color: #fcf8e3;
}
.panel-danger > .panel-heading {
  background-color: #f2dede;
}
.well {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.page-header {
  border-bottom: 0;
}

#intro {
}

.intro.video {
  background: #2c2c2c;
  background-size: cover;
}
.intro .item {
  height: 100%;
  text-align: center;
}
.intro .item.first {
  background: #14b0bf;
}
.intro .item.second {
  background: #2c2c2c;
  background-size: cover;
}
.intro .item.third {
  background: #2c2c2c;
  background-size: cover;
}
.intro .container {
  position: relative;
  padding-top: 9em;
}
.intro .container .row.first {
}
.row.second {
  max-width: 720px;
  margin: 0 auto;
}

.intro-button {
  text-align: center;
  margin: 1.0em 0;
}
.intro .intro-text {
  text-align: center;
  z-index: 10;
}
.intro h1 {
  font-size: 4em;
  font-weight: 800;
  background: rgba(20,176,191,0.8);
}
.tweet-button {
  margin: 1em 0;
  display: block;
  font-size: 3em;
  color: white;
}
.tweet-button img {
  width: 3em;
}
.intro .intro-text h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(20,176,191,0.8);
}
.intro-description {
  background: rgba(20,176,191,0.8);
  display: inline;
  white-space: pre-wrap;
  box-shadow: 10px 0 0 rgba(20,176,191,0.8), -10px 0 0 rgba(20,176,191,0.8);
}
.intro .intro-text p {
  font-size: 1.7em;
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.intro .intro-text .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: #EA5825;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  white-space: normal;
}
.intro .intro-text .btn:hover {
  background: #bc471e;
}
.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.84) 100%);
  background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.84) 100%);
  background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.84) 100%);
  background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.84) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
.overlay-bg.black {
  background: rgba(0, 0, 0, 0.8);
}
.overlay-bg.light {
  background-image: -webkit-linear-gradient(top, rgba(243, 243, 243, 0.95) 40%, rgba(243, 243, 243, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(243, 243, 243, 0.95) 40%, rgba(243, 243, 243, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f3f3', endColorstr='#80f3f3f3', GradientType=0);
}
.ie9 .overlay-bg,
.ie8 .overlay-bg {
  background: url('../img/ie-overlay.png');
}
.mb_YTVPlayer :focus {
  outline: 0;
}
.mb_YTVPlayer {
  display: block;
  transform: translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear;
}
.mb_YTVPlayer.fullscreen {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0!important;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  margin: 0!important;
  padding: 0 !important;
}
/*CONTROL BAR*/
.mb_YTVPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular';
}
.mb_YTVPBar .mb_YTVPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTVPBar {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
}
.mb_YTVPBar.visible,
.mb_YTVPBar:hover {
  opacity: 1;
}
.mb_YTVPBar .buttonBar {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTVPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime {
  width: 130px;
}
.mb_YTVPBar span.mb_YTVPUrl,
.mb_YTVPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img {
  width: 60px;
}
.mb_YTVPBar span.mb_OnlyYT {
  left: 185px;
  right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTVPBar span.mb_YTVPUrl a {
  color: white;
}
.mb_YTVPPlaypause,
.mb_YTVPlayer .mb_YTVPPlaypause img {
  cursor: pointer;
}
.mb_YTVPMuteUnmute {
  cursor: pointer;
}
/*PROGRESS BAR*/
.mb_YTVPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTVPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTVTime {
  height: 5px;
  width: 0;
  background: #fff;
  bottom: 0;
  left: 0;
  -moz-box-shadow: #666666 1px 1px 3px;
  -webkit-box-shadow: #666666 1px 1px 3px;
}
.YTPOverlay.raster {
  background: url("../images/raster.png");
}
.YTPOverlay.raster.retina {
  background: url("../images/raster@2x.png");
}
section {
  padding: 4em 0;
  position: relative;
}
section:before,
section:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
section h1 {
  font-size: 3em;
}
section h2 {
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.5em 0;
  line-height: 1.3;
}
section h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #c1d64b;
  letter-spacing: 1px;
}
section p {
  font-size: 1.1em;
  font-weight: 100;
}
section .lead {
  font-size: 1.3em;
}
section.light {
  background: #f3f3f3;
}
section.light.with-illustration {
  background: #a6dae8;
}
section.dark {
  background: #2c2c2c;
}
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
  color: white;
  margin-bottom: 0.5em;
}
section.dark .text-muted {
  color: rgba(255, 255, 255, 0.7);
}
section.dark p {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
}
section.content h1 {
  font-size: 3em;
}
section.content h2 {
  font-size: 3.5em;
  font-weight: 800;
  margin: 0.3em auto 1em;
  padding: 0em 3em;
  line-height: 1.3;
}
section.content h3 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
section.content p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 2em;
  padding: 0 14em;
}
section.content img {
  margin: auto;
}
section.cta {
  background: #a6dae8;
}
section.cta h1 {
  font-size: 4em;
}
section.cta h2 {
  font-size: 2.5em;
  margin: 0 auto 1em;
}
section.cta h3 {
  font-weight: 1.2em;
  text-transform: uppercase;
}
section.cta p {
  padding: 0 4em 1em;
  font-size: 1.35em;
}
section.cta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.cta .btn {
  background: #c1d64b;
  color: white;
  padding: 0.5em;
  font-size: 1em;
  font-weight: 300;
  margin: 0 1em;
  border: 2px solid #ffffff;
  text-transform: uppercase;
}
section.cta .btn:hover {
  background: #a1b400;
  border-color: #a1b400;
}
section .overlay-text {
  z-index: 10;
}
.separator::before {
  bottom: -30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #dadada;
  box-shadow: 30px 0 #dadada, -30px 0 #dadada;
}
.separator::after {
  bottom: -25px;
  width: 115px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: -80px 0px 0 #dadada, 80px 0px 0 #dadada;
}
.clientlink {
}
.clientlink > img {
  max-width: 150px;
  max-height: 50px;
}
.blocklink {
  width: 24.5%;
  text-align: center;
}
.testimonials {
  background: white;
}

.testimonials .container {

  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.testimonials .row {
  font-size: 1.5em;
}
.row .blocklink {
  line-height: 4em;
  padding: 1em 0;
  display: block;
  float: left;
  width: 25%;
  min-width: 190px;
}
.row .blocklink.featured {
  float: none;
  display: inline-block;
  width: 19.5%;
}

.row .blocklink.featured img {
  width: 100%;
  padding: 0 1em;
}

#quotes {
  height: 22em;
}
#quotes .row {
  font-size: 1.75em;
  display: none;
  position: absolute;
}
#quotes .container {
  position: relative;
}
.testimonials h3 {
  text-align: right;
}
.testimonials ul {
  list-style: none;
}
.testimonials ul:before,
.testimonials ul:after {
  content: " ";
  display: table;
}
.testimonials ul:after {
  clear: both;
}
.testimonials ul li {
  text-align: center;
  margin-bottom: 3em;
}
.testimonials ul li p {
  text-indent: -7px;
  padding-bottom: 8px;
  line-height: 24px;
  margin-bottom: 0;
}
.testimonials ul li p span {
  opacity: 0.3;
  line-height: 0;
  font-size: 2.8em;
  top: 14px;
  position: relative;
}
.testimonials ul li img {
  margin: 0 2.3em 2em 0;
}
.testimonials ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #c1d64b;
}
.testimonials ul li a:hover {
  text-decoration: none;
}
.testimonials ul li a span {
  color: #1b2731;
  opacity: 0.3;
  font-size: 13px;
  margin-left: 6px;
  font-weight: 400;
}
.integrations ul {
  list-style: none;
}
.integrations ul:before,
.integrations ul:after {
  content: " ";
  display: table;
}
.integrations ul:after {
  clear: both;
}
.integrations ul li {
  text-align: center;
  margin-bottom: 3em;
}
.integrations ul li p {
  text-indent: -7px;
  padding-bottom: 8px;
  line-height: 24px;
  margin-bottom: 0;
}
.integrations ul li p span {
  opacity: 0.3;
  line-height: 0;
  font-size: 2.8em;
  top: 14px;
  position: relative;
}
.integrations ul li img {
  margin: 0 2.3em 2em 0;
}
.integrations ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #c1d64b;
}
.integrations ul li a:hover {
  text-decoration: none;
}
.integrations ul li a span {
  color: #1b2731;
  opacity: 0.3;
  font-size: 13px;
  margin-left: 6px;
  font-weight: 400;
}
.portfolio .portfolio-item {
  margin-bottom: 0.15em;
}
.filters {
  margin-bottom: 1em;
}
.filters button {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 1.3em;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 1px 6px 1px;
}
.filters button:hover,
.filters button.active {
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.grid {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.grid .portfolio-item {
  display: inline-block;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: left;
}
.grid figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.grid figure .info {
  padding: 0 0 0 15px;
  position: absolute;
  bottom: -40px;
  z-index: 1000;
}
.grid figure .info h3 {
  font-size: 1.1em;
  margin-bottom: 4px;
}
.grid figure .info span {
  color: white;
}
.grid figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.grid figcaption {
  background: #2c2c2c;
  min-height: 35px;
  left: 0;
  padding: 16px 3px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 0 0 4px 4px;
}
.grid figcaption a.link,
.grid figcaption a.preview {
  display: inline-block;
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-right: 10px;
}
.grid figcaption a.link:hover,
.grid figcaption a.preview:hover {
  background: #fff;
  color: #c1d64b;
  transition: background 0.1s linear 0.1s;
}
.grid figcaption span {
  color: #fff;
  font-style: italic;
  padding: 0 10px 0 10px;
}
.grid figcaption h3 {
  color: #fff;
}
.cs-style-1 figure {
  overflow: hidden;
}
.cs-style-1 figure img,
.cs-style-1 figure .info {
  transition: all 0.4s;
}
.cs-style-1 figure:hover img {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.cs-style-1 figure:hover .info,
.cs-style-1 figure .info.active {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}
.cs-style-1 figcaption {
  height: 63px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transform: translateY(100%);
}
.cs-style-1 figure:hover figcaption,
.cs-style-1 figure figcaption.active {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  -webkit-transform: translateY(0px);
}
@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 100px 10px;
  }
  .grid li {
    width: 100%;
    min-width: 300px;
  }
}
.contactForm {
  max-width: 500px;
  height: 517px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contactForm > span {
  display: block;
  margin-bottom: 1em;
  font-size: 3em;
  color: white;
  border-bottom: none;
  text-align: center;
}
.contactForm input,
.contactForm textarea {
  background: none;
  border: none;
  border-bottom: 2px solid white;
  padding: 1.5em 1em;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.2em;
  color: white;
}
.contactForm input:focus,
.contactForm textarea:focus {
  border-color: #c1d64b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contactForm .help-block {
  margin-top: -45px;
  color: #DE6E4B;
  float: right;
}
.contactForm .control-group {
  margin-bottom: 1.5em;
}
.contactForm .control-group input.form-control {
  height: auto;
}
.contactForm .submit-button {
  text-align: center;
}
.contactForm .submit-button button {
  width: 200px;
  padding: 1em;
  background: #c1d64b;
  font-size: 1.2em;
}
.contactForm .submit-button button:hover {
  background: #a1b400;
}
.ie10 .contactForm,
.ie9 .contactForm {
  width: 500px;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 43, 43, 0.9);
  z-index: 999999;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 9999999;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
}
.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}
/* Effects */
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
#footer {
  background: #0f303f;
  padding: 5em 0;
  color: white;
}
#footer ul {
  padding: 40px 0;
}
#footer ul li {
  display: inline-block;
  padding: 0 20px;
  font-weight: 200;
  font-size: 18px;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0.7px;
}
#footer .logo {
  padding: 1em 0 0;
}
.icon {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 0.8em;
  margin: 0 0.15em;
}
.icon:hover {
  border: 2px solid #a5a5a5;
  color: #a5a5a5;
}
.behance {
  background: #053eff !important;
  color: white !important;
}
.behance:hover {
  background: #0030d1 !important;
}
.dribbble {
  background: #ea4c89 !important;
  color: white !important;
}
.dribbble:hover {
  background: #e51e6b !important;
}
.facebook {
  background: #3b5998 !important;
  color: white !important;
}
.facebook:hover {
  background: #2d4373 !important;
}
.foursquare {
  background: #25a0ca !important;
  color: white !important;
}
.foursquare:hover {
  background: #1d7e9f !important;
}
.google {
  background: #db4a39 !important;
  color: white !important;
}
.google:hover {
  background: #be3323 !important;
}
.google-plus {
  background: #db4a39 !important;
  color: white !important;
}
.google-plus:hover {
  background: #be3323 !important;
}
.instagram {
  background: #634d40 !important;
  color: white !important;
}
.instagram:hover {
  background: #44352c !important;
}
.linkedin {
  background: #0e76a8 !important;
  color: white !important;
}
.linkedin:hover {
  background: #0a5579 !important;
}
.pinterest {
  background: #c8232c !important;
  color: white !important;
}
.pinterest:hover {
  background: #9d1b22 !important;
}
.skype {
  background: #00aff0 !important;
  color: white !important;
}
.skype:hover {
  background: #008abd !important;
}
.tumblr {
  background: #34526f !important;
  color: white !important;
}
.tumblr:hover {
  background: #24384c !important;
}
#login a.btn-social {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.fake-auth {
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
}
.extauth a.btn-social {
    text-align: left;
    font-size: 1em;
    color: white;
}
.extauth a.btn-social.btn-google {
    background-color: #dd4b39
}
.twitter {
  background: #00acee !important;
  color: white !important;
}
.twitter:hover {
  background: #0087bb !important;
}
.vimeo {
  background: #86c9ef !important;
  color: white !important;
}
.vimeo:hover {
  background: #59b5e9 !important;
}
.youtube {
  background: #c4302b !important;
  color: white !important;
}
.youtube:hover {
  background: #9a2622 !important;
}
.modal-form {
}
#signup {
  width: 718px;
  z-index: 1000;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 3px;
}
#signup .signup-block {
  width: 100%;
  padding: 0 3rem;
  min-width: 320px;
  vertical-align: middle;
}
#signup .top, #login .top {
  text-align: center;
  padding: 5px;
}
#signup .teaser {
  font-size: 1.5rem;
  margin-top: 3rem;
}
#signup .teaser h3 {
  margin-top: 0;
  font-size: 1.5rem;
}
#signup .teaser ul {
  padding-left: 20px;
}
#signup .or, #login .or {
  min-width: 4%;
  padding: 0;
  text-align: center;
  margin: 2rem -0.5%;
}
#signup .modal-form {
  width: 46%;
  min-width: 334px;
}
#signup .extauth, #login .extauth {
  width: 50%;
  min-width: 335px;
  margin: 0 auto;
}
#signup .extauth .submit, #login .extauth .submit {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
#signup .extauth .submit i, #login .extauth .submit i {
  position: absolute;
  bottom: 14px;
  left: 10px;
  font-size: 2rem;
}
#signup .extauth .submit.twitter, #login .extauth .submit.twitter {
  background-color: #5EA9DD;
}
#signup .termsprivacy, #login .forgot {
  text-align: center;
  width: 98%;
  margin-top: 3rem;
}

.infotext a {
    color: #2a6496;
}

#login {
  width: 320px;
  z-index: 1000;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 3px;  
}
#login .login-block {
  width: 100%;
  margin: 1rem 0;
  padding: 5px 3rem;
  min-width: 320px;
  vertical-align: middle;
}
.modal-form#signup-form .user {
  border-top: 0;
}
.modal-form#signup-form .fullname {
  border-top: 1px solid #e9e9e9;
}
form.modal-form {
    padding: 0 30px;
}
.modal-form h2 {
  text-align: center;
  font-size: 1.7em;
  margin: 1em 0;
}
.modal-form .user {
  border-top: 1px solid #e9e9e9;
}
.modal-form .fullname input:focus,
.modal-form .user input:focus,
.modal-form .pw input:focus {
  background: #f3f3f3;
  transition: all 0.1s ease-out;
}
.modal-form input[type="text"],
.modal-form input[type="email"],
.modal-form input[type="password"],
.error {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid rgb(190,190,190);
  border-radius: 3px;
  text-indent: 20px;
  margin-bottom: 10px;
}
.modal-form input[type=checkbox] {
  display: none;
}
.modal-form label {
  display: block;
  position: absolute;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 2px #ccc;
}
.modal-form #remember:checked ~ label[for=remember] {
  background: #b5cd60;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 2px #b5cd60;
}
.modal-form input[type="submit"], a.submit {
  background: #c1d64b;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 18px 25px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
.modal-form input[type="submit"]:hover, a.submit:hover {
  text-decoration: none;
  background: #a1b400;
}
.modal-form input[type="submit"]:focus, a.submit:focus {
  outline-style: none;
  text-decoration: underline;
}
.modal-form .forgot {
  margin: 1.5em 0;
  padding: 0 1em;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #b5b5b5;
}
.modal-form ::-webkit-input-placeholder {
  color: #777;
  font-weight: 300;
}
.modal-form .submit {
  text-align: center;
}
.modal-form .remember {
  padding: 30px 0px;
  font-size: 12px;
  text-indent: 20px;
  line-height: 15px;
  margin-left: 25px;
  display: inline-block;
}
.modal-form .forgot h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.modal-form .forgot a {
  color: #777;
}
.modal-form .close {
  width: 32px;
  height: 32px;
  display: block;
  border: 0;
  border-radius: 0px 3px 0px 0px;
  position: absolute;
  right: 0px;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.modal-form .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(45deg);
  background: #ccc;
  margin: -8px 0px 0px 14px;
}
.modal-form .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(-45deg);
  background: #ccc;
  margin: -8px 0px 0px 14px;
}
.modal-form .close:hover:before,
.modal-form .close:hover:after {
  background: #777;
  transition: all 0.2s linear;
}

@media all and (max-width: 1200px) {
  .row .blocklink.featured {
    width: 25%;
  }

}
@media all and (max-width: 998px) {
  .cbp-af-header h1,
  .cbp-af-header .nav a {
    line-height: 72px;
  }
  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 1em;
  }
  .cbp-af-header h1 {
    margin: 0 auto;
  }
  .cbp-af-header h1 a {
    margin: 0.9em 0;
  }
  .cbp-af-header.cbp-af-header-shrink h1 a {
    margin: 0.1em 0;
  }

  .intro h1 {
    font-size: 2.7em;
  }
  section.content h2 {
    font-size: 2.5em;
    padding: 0 1em;
  }
  section.content p {
    font-size: 1.15em;
    line-height: 1.5;
    padding: 0 4em;
  }
  section h2 {
    font-size: 2.3em;
  }
  section p {
    font-size: 1.15em;
    line-height: 1.5;
  }
  section .vertical-align {
    margin: 20px 0;
  }

  .row .blocklink {
    width: 50%;
  }
  .row .blocklink.featured {
    width: 33%;
  }

}

@media all and (max-width: 991px) and (min-width: 768px) {
  #quotes {
    font-size: 0.8em;
    height: 24em;
    color: gray;
  }
  .cbp-af-header .nav a {
    padding: 10px;
  }
  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }
  .clientlink > img {
    max-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .row .blocklink.featured {
    width: 50%;
  }
  .intro-button {
    text-align: center;
  }
  .clientlink > img {
    max-height: 22px;
  }
  #quotes {
    font-size: 0.7em;
    height: 25em;
  }
  .img-overlap {
    margin-bottom: 0;
    margin-top: -50px;
  }
  section {
    text-align: center;
  }
  .navbar-collapse .open .dropdown-menu > li > a {
    color: white;
  }
  .cbp-af-header {
    position: absolute;
  }
  .cbp-af-header h1 a {
    margin: 0.4em 0;
  }
  .cbp-af-header .nav a {
    line-height: 2em;
  }
  .cbp-af-header .nav a.login:before {
    background: transparent;
  }
  .cbp-af-header .nav a.btn {
    display: inline-block;
  }
  .intro .intro-text {
    max-width: 95%;
    margin: 0 auto;
    font-size: 0.7em;
  }
  .intro h1 {
    font-size: 2em;
    line-height: 1.4em;
    margin-right: 0;
  }
  .intro .intro-text h2 {
    font-size: 1.3em;
  }
  .intro .intro-text p {
    margin: 1em 0;
  }
  .intro .intro-text .btn {
    padding: 0.8em 1.5em;
  }
  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }
  section h2,
  section.content h2 {
    font-size: 2em;
    padding: 0 1em;
  }
  section p,
  section.content p {
    font-size: 1.15em;
    line-height: 1.5em;
    padding: 0 4em;
  }
  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }
  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }
  .vertical-align {
    margin: 20px 0;
  }
  .featured img {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials ul li {
    text-align: center;
  }
  .integrations ul li {
    text-align: center;
  }
  .owl-theme-main .owl-item .item p {
    padding: 0;
  }
  section.cta h2 {
    padding: 0;
  }
  section.cta .btn {
    margin-top: 1em;
    width: 200px;
  }
  #footer ul li a {
    line-height: 2.5em;
  }
  #footer ul li {
    width: 53%;
    float: left;
  }
  #signup {
    width: 320px;
  }
  #signup .signup-block {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 480px) {
  .video-img {
    left: 0;
    width: 100%;
  }
  .row .blocklink, .row .blocklink.featured  {
    width: 100%;
  }
  .intro-button {
    padding: 0;
  }
  #quotes .row {
    font-size: 1.5em;
    padding: 0 2em;
  }
  .cbp-af-header .nav a.btn {
    display: block;
  }
  .intro .intro-text .btn {
    font-size: 1.5rem;
  }
  .intro h1 {
    font-size: 2em;
    line-height: 1.4;
  }
  .intro .intro-text h2 {
    font-size: 1.3em;
  }
  .intro .intro-text p {
    padding-right: 0;
  }
  section h2,
  section.content h2 {
    font-size: 2.2em;
    padding: 0 0.4em;
  }
  section p,
  section.content p {
    padding: 0;
  }
  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }
  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }
  .testimonials ul {
    padding-left: 0;
  }
  .testimonials ul li img {
    margin: 0 2.3em 2em 0;
  }
  .integrations ul {
    padding-left: 0;
  }
  .integrations ul li img {
    margin: 0 2.3em 2em 0;
  }
  section.cta h2 {
    padding: 0;
  }
  section.cta p {
    padding: 0 0 1em;
  }
  section.cta .btn {
    width: 80%;
  }
  .overlay .overlay-close {
    width: 29px;
    height: 29px;
  }
  .overlay .contactForm {
    padding: 0 1em;
  }
  .overlay .contactForm > span {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .overlay .contactForm input {
    padding: 1em 1em;
    font-size: 1em;
  }
}

*::-moz-focus-inner {
  border: 0;
}
.terms {
  height: 35rem;
  background: #14b0bf;
}
.terms p:first-of-type {
  box-sizing: border-box;
  padding-top: 3rem;
}
.terms p:last-of-type {
  box-sizing: border-box;
  padding-bottom: 3rem;
}
.terms-header {
  margin: 0 auto;
  color: white;
  padding: 18rem 0 0;
  text-align: center;
  font-size: 4em;
}

.contact-column {
  font-size: 120%;
}

.contact-link {
  padding: 1em 0;
}
.contact-link h2{
  font-size: 2.5em;
}
.img-75 {
  margin: 100px 0 0;
}

.release-time {
  position: absolute;
  top: 41rem;
  right: 28rem;
  color: tomato;
  font-weight: bolder;
  font-size: 5rem;
}

.error {
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  text-indent: 0;
  color: tomato;
}

.padded {
  padding-left: 25px;
}


@media all and (max-width: 50em) {
    .hide-when-small {
        display: block !important;
    }
    .cbp-af-header {
        position: absolute;
    }
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }
    .cbp-af-header h1,
    .cbp-af-header .nav {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .cbp-af-header .nav a {
        margin: 0 10px;
    }
    .cbp-af-header h1, .cbp-af-header-shrink h1,
    .cbp-af-header .nav a, .cbp-af-header-shrink .nav a {
        line-height: 2em;
    }
    .cbp-af-header h1, .cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .signup a {
        margin: 0 1em 1em;
    }
    .cbp-af-header .nav a.btn, .cbp-af-header.cbp-af-header-shrink .nav a.btn {
        margin: 0 1em 1em;
        display: inline-block;
    }
    .navbar-collapse {
        max-height: 440px;
        display: block;
        position: fixed !important;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }

    .js .navbar-collapse {
        clip: auto;
        top: 100px;
        border: 0;
    }

    .js .cbp-af-header-shrink .navbar-collapse {
        top: 62px;
    }

    .cbp-af-header-shrink .nav-toggle {
        position: fixed;
        right: 0;
    }

    .cbp-af-header-shrink .nav-toggle:before {
        background: rgba(0,0,0,0.3);
    }

    .cbp-af-header-shrink .nav-toggle.active:before {
        background: rgba(43, 43, 43, 0.9);
    }

    .nav-collapse ul {
        background-color: rgba(43, 43, 43, 0.9);
    }
}

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 50em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
.cbp-af-header {
    position: fixed;
    font-size: 14px;
    font-weight: 300;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 100px;
    background-color: #14B0BF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    border: 0;
}

.cbp-af-header .dropdown-menu {
    position: absolute;
    top: 80%;
}

.cbp-af-header .cbp-af-inner {
    margin: 0 auto;
    padding: 0;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: white;
    letter-spacing: 4px;
    font-size: 2em;
    margin: 0.9em 0;
    float: left;
}

.cbp-af-header h1 a {
    color: inherit;
    font-size: inherit;
}

.cbp-af-header .nav {
    float: right;
}

.cbp-af-header .nav li.open > a {
    background: none;
    color: #c1d64b;
}

.cbp-af-header .nav li ul a {
    color: #333333;
    line-height: 32px;
    margin-left: 0;
}

.cbp-af-header .nav a {
    color: white;
    font-weight: 300;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.nav > li > a {
    position: relative;
    display: block;
}

.nav a:hover {
    text-decoration: none;
}

.navbar-collapse li {
    width: auto;
    float: left;
    display: block;
}

.cbp-af-header .nav a.btn {
    line-height: 1.7;
    margin: 2em 1em;
    background: #c1d64b;
    padding: 0.75em 1.2em;
}

.cbp-af-header .nav a.btn:hover, .cbp-af-header .nav a.btn:focus {
    background: #a1b400;
    color: white;
}

.cbp-af-header .nav a:hover, .cbp-af-header .nav a:focus {
    color: #c1d64b;
    background: none;
    outline-style: none;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header .nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 70px;
    background-color: rgba(43, 43, 43, 0.96);
}

.cbp-af-header.cbp-af-header-shrink .dropdown-menu {
    position: absolute;
    top: 100%;
}

.cbp-af-header.cbp-af-header-shrink .nav a.btn {
    line-height: 1.7;
    margin-top: 0.9em;
}

.cbp-af-header.cbp-af-header-shrink .nav a.login:before {
    top: 34%;
    height: 20px;
}

.cbp-af-header.cbp-af-header-shrink h1 a {
    margin: 0;
    padding-top: 0.75em;;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.cbp-af-header h1 {
    margin: 0;
}

.cbp-af-header h1 a {
    margin: 1.2rem 0 0;
}

.cbp-af-header h1 a {
    color: inherit;
    font-size: inherit;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-collapse li {
    width: auto;
}

.navbar-collapse.opened li {
    width: 100%;
}

.cbp-af-header .nav a.current {
    color: #c1d64b;
}

/* Responsive header menu */
@font-face {
    font-family: "responsivenav";
    src:url("/icons/responsivenav.eot");
    src:url("/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("/icons/responsivenav.ttf") format("truetype"),
    url("/icons/responsivenav.woff") format("woff"),
    url("/icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    margin-top: 20px;
}

.nav-toggle:before {
    color: white; /* Edit this to change the icon color */
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 55px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
}

.nav-toggle.active::before {
    font-size: 24px;
    content:"x";
}

.cbp-af-header-shrink a.nav-toggle {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
}

a.nav-toggle {
    margin-top: 1.5em;
    margin-bottom: 1.7em;
}

.signup a {
    display: inline-block;
    color: white;
    line-height: 1.7;
    background: #c1d64b;
    padding: 0.75em 1.2em;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin: 2em 1em;
}

.signup a {
    line-height: 1.7;
    margin-top: 0.9em;
}

.cbp-af-header.cbp-af-header-shrink .signup a:hover,
.cbp-af-header.cbp-af-header-shrink .signup a:focus,
.cbp-af-header .signup a:hover,
.cbp-af-header .signup a:focus {
    background: #a1b400;
    color: white;
}

.cbp-af-header h1,
.cbp-af-header .nav a {
    line-height: 70px;
}

.cbp-af-header-shrink h1, .cbp-af-header-shrink .nav a {
    line-height: 3em;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.navbar-collapse ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.navbar-collapse li {
    width: 100%;
    display: block;
}

.js .navbar-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.navbar-collapse.opened {
    max-height: 9999px;
}

.js body .nav-collapse-0.opened {
  max-height: 75vh !important;
  overflow-y: auto;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (max-width: 24em) {
    .cbp-af-header .nav a,
    .cbp-af-header.cbp-af-header-shrink .nav a {
        line-height: 1;
    }
    .container {
        max-width: 750px;
    }
}

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

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

@media (min-width: 50em) {
    .navbar-nav > li {
        float: left;
        width: auto;
    }
    .nav > li {
        position: relative;
        display: block;
    }
    .navbar-nav > li {
        float: left;
    }
    .nav > li {
        position: relative;
        display: block;
    }

    .js .navbar-collapse {
        position: relative;
    }
    .js .navbar-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}

@media screen and (min-width: 989px) {
    #menu-header-menu li {
        display:inline;
    }

    .menu-header-menu-container {
        border: 0;
    }
}

@media (max-width: 998px) {
    .navbar-brand, .navbar-nav > li > a {
        color: white;
    }
}

@media all and (max-width: 1199px) {
    .hide-when-small {
        display: none !important;
    }
}

@media all and (max-width: 50em) {
    .hide-when-small {
        display: block !important;
    }
    .cbp-af-header {
        position: absolute;
    }
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }
    .cbp-af-header h1,
    .cbp-af-header .nav {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .cbp-af-header .nav a {
        margin: 0 10px;
    }
    .cbp-af-header h1, .cbp-af-header-shrink h1,
    .cbp-af-header .nav a, .cbp-af-header-shrink .nav a {
        line-height: 2em;
    }
    .cbp-af-header h1, .cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .signup a {
        margin: 0 1em 1em;
    }
    .cbp-af-header .nav a.btn, .cbp-af-header.cbp-af-header-shrink .nav a.btn {
        margin: 0 1em 1em;
        display: inline-block;
    }
    .navbar-collapse {
        max-height: 440px;
        display: block;
        position: fixed !important;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }

    .js .navbar-collapse {
        clip: auto;
        top: 100px;
    }

    .js .cbp-af-header-shrink .navbar-collapse {
        top: 61px;
        border: 0;
    }

    .cbp-af-header-shrink .nav-toggle {
        position: fixed;
        right: 0;
    }

    .cbp-af-header-shrink .nav-toggle:before {
        background: rgba(0,0,0,0.3);
    }

    .cbp-af-header-shrink .nav-toggle.active:before {
        background: rgba(43, 43, 43, 0.9);
    }

    .nav-collapse ul {
        background-color: rgba(43, 43, 43, 0.9);
    }
}

p.pricing-info {
    color: white;
    margin: 0;
}

