body {
  background: #f6f6f6;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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;
}
.margin-top {
  margin-top: 3em;
}
.margin-bottom {
  margin-bottom: 3em;
}
:focus {
  outline: none;
}
.background-cover {
  background-size: cover !important;
}
.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 #88b7b3;
}
.style-switcher li:nth-child(1):hover {
  border-left: 2em solid #88b7b3;
}
.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: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
p {
  line-height: 1.75;
}
a {
  color: #88b7b3;
}
a:hover {
  color: #88b7b3;
  text-decoration: underline;
}
blockquote {
  border-left: none;
}
.colour-white {
  color: white !important;
}
.highlight {
  color: #88b7b3;
}
.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 #88b7b3;
  color: #88b7b3 !important;
}
.btn.btn-empty:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-color: 2px solid #528783;
  color: #528783;
}
.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: #2b2d35;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #101013;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #101013;
  border-color: #0b0c0e;
}
.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: #202127;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2b2d35;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .spinner {
  margin: 100px auto 0;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.preloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.navbar {
  background: none;
  border: none;
  padding: 1em 0;
}
.navbar .navbar-nav .current > a {
  color: #88b7b3 !important;
}
.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: #88b7b3;
}
.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;
}
.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100px;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.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: #88b7b3;
}
.cbp-af-header .nav li ul a {
  color: #333333;
  line-height: 32px;
  margin-left: 0;
}
.cbp-af-header .nav a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 0 0 20px;
  font-size: 1em;
  text-transform: uppercase;
}
.cbp-af-header .nav a.signup {
  color: #88b7b3 !important;
}
.cbp-af-header .nav a:hover {
  color: #88b7b3;
  background: 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: white;
  border-bottom: 1px solid #eee;
}
.cbp-af-header.cbp-af-header-shrink .dropdown-menu {
  position: absolute;
  top: 100%;
}
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink .nav a {
  line-height: 40px;
  color: black;
}
.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;
}
.cbp-af-header.cbp-af-header-shrink h1 a {
  color: black;
}
/* 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 h1,
  .cbp-af-header .nav a {
    line-height: 115px;
  }
  .cbp-af-header .nav a {
    margin: 0 10px;
  }
  .cbp-af-header.cbp-af-header-shrink h1,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 45px;
  }
  .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;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b2d35;
}
/* 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: 100;
}
.btn-block {
  width: 100%;
  display: block;
}
.login-part {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  padding: 0;
}
.login-part input {
  width: 100%;
  margin-bottom: 10px;
  background: white;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 1em;
  color: #4c4c4c;
  border: 2px solid white;
  border-radius: 4px;
}
.login-part input:focus {
  border-color: #88b7b3;
}
.login-part button[type='submit'] {
  background: #88b7b3;
  padding: 17px;
}
.login-part button[type='submit']:hover {
  background: #68a49f;
}
.login-part a.forgot-pw {
  display: block;
  text-align: center;
  margin-top: 2.5em;
  color: white;
  opacity: 0.5;
  font-size: 0.95em;
}
.login-part p {
  color: white;
  text-align: center;
  font-size: 0.95em;
  margin-top: 2.5em;
}
.login-part p.disclaimer {
  opacity: 0.5;
  padding: 0 1.5em;
}
.login-part p.disclaimer a {
  color: #88b7b3;
}
#signup .login-part {
  height: 362px;
}
.overlay-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 9999;
}
.overlay-content.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
section .login-overlay {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0;
}
.owl-carousel {
  display: none;
  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-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  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;
}
.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-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: 15px;
  height: 15px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 50%;
  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;
  border-radius: 7px;
  color: #FFF;
  text-align: center;
}
.owl-theme-main .owl-item .item img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.owl-theme-main .owl-item .item a.popup-gallery img {
  width: 100%;
  height: auto;
}
.owl-theme-main .owl-item .item h1 {
  margin: inherit;
  color: white;
}
.owl-theme-main .owl-item .item h3 {
  font-size: 1.7em;
  font-weight: 300;
  margin: 1em 0;
  color: white;
  text-transform: none;
}
.owl-theme-main .owl-item .item h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: 300;
  color: white;
}
.owl-theme-main .owl-item .item p {
  color: white;
  font-size: 0.9em;
  padding: 0 2.5em;
}
.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 {
  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: #2b2d35;
  -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: #2b2d35;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
}
.panel-primary > .panel-heading {
  background-color: #2b2d35;
}
.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-video {
  background: url('../img/bg-videofallback.jpg');
  background-size: cover;
}
#intro .item,
#intro-video .item {
  height: 100%;
}
#intro .container,
#intro-video .container,
#intro .row,
#intro-video .row {
  height: 100%;
  position: relative;
}
#intro .carousel-caption-center,
#intro-video .carousel-caption-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 80%;
  max-height: 25%;
  z-index: 10;
  margin: auto;
  text-align: center;
}
#intro .carousel-caption-center h1,
#intro-video .carousel-caption-center h1 {
  font-size: 3em;
  font-weight: 800;
  margin: 0 0 0.5em;
}
#intro .carousel-caption-center h2,
#intro-video .carousel-caption-center h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
#intro .carousel-caption-center p,
#intro-video .carousel-caption-center p {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 1em 10em;
}
#intro .carousel-caption-center .btn,
#intro-video .carousel-caption-center .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: #88b7b3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#intro .carousel-caption-center .btn:hover,
#intro-video .carousel-caption-center .btn:hover {
  background: #68a49f;
}
#intro .carousel-caption-left,
#intro-video .carousel-caption-left {
  position: absolute;
  left: 29px;
  bottom: 15%;
  max-width: 550px;
  z-index: 10;
}
#intro .carousel-caption-left h1,
#intro-video .carousel-caption-left h1 {
  font-size: 3em;
  font-weight: 800;
  margin: 0 0 0.5em;
}
#intro .carousel-caption-left h2,
#intro-video .carousel-caption-left h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
#intro .carousel-caption-left p,
#intro-video .carousel-caption-left p {
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
#intro .carousel-caption-left .btn,
#intro-video .carousel-caption-left .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: #88b7b3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#intro .carousel-caption-left .btn:hover,
#intro-video .carousel-caption-left .btn:hover {
  background: #68a49f;
}
.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.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 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 {
  opacity: 0.5;
}
.overlay-bg.light {
  background-image: -webkit-linear-gradient(top, rgba(243, 243, 243, 0.95) 80%, rgba(243, 243, 243, 0.85) 100%);
  background-image: linear-gradient(to bottom, rgba(243, 243, 243, 0.95) 80%, rgba(243, 243, 243, 0.85) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f3f3', endColorstr='#d9f3f3f3', 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: #88b7b3;
  letter-spacing: 1px;
}
section p {
  font-size: 1.1em;
  font-weight: 100;
  margin: 0 0 2em;
}
section .lead {
  font-size: 1.3em;
}
section.light {
  background: #ededed;
}
section.light.with-bg {
  background: url('../img/bg-content1.jpg') center center no-repeat;
  background-size: cover;
}
section.dark {
  background: #2b2d35;
}
section.dark.with-bg {
  background: url('../img/bg-content1.jpg') center center no-repeat;
  background-size: cover;
}
section.dark h1,
section.dark h2,
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: white;
  letter-spacing: 0.5px;
}
section.content h1 {
  font-size: 3em;
}
section.content h2 {
  font-size: 3.5em;
  font-weight: 800;
  margin: 0.3em auto 0.5em;
  padding: 0em 3em;
  line-height: 1.3;
}
section.content h3 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
section.content p.desc {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 2em;
  padding: 0 14em;
}
section.content img {
  margin: auto;
}
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;
  margin: 0;
  font-size: 1.35em;
}
section.cta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.cta .btn {
  background: #88b7b3;
  color: white;
  padding: 0.5em 2em;
  font-size: 1em;
  margin: 0 1em;
  border: 2px solid #88b7b3;
  text-transform: uppercase;
}
section.cta .btn:hover {
  background: #6fa8a3;
  border-color: #6fa8a3;
}
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;
}
#pricing .plan {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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);
}
#pricing .plan .plan-title {
  margin: 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
}
#pricing .plan .plan-title h2 {
  padding: 1.3em 0.5em 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: 200;
  text-align: center;
  color: #7c7c7c;
}
#pricing .plan .plan-title h3 {
  font-weight: 200;
  font-size: 4em;
  line-height: 1.5em;
  margin-top: 0;
  color: #333333;
}
#pricing .plan .plan-title p {
  font-size: 1.1em;
  font-weight: 200;
}
#pricing .plan .plan-title div {
  padding: 2.2em 1em 0;
  text-align: right;
}
#pricing .plan .plan-title input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pricing .plan .plan-title sup {
  top: -1.5em;
  font-size: 0.3em;
  padding-left: 0.2em;
}
#pricing .plan .plan-title sub {
  bottom: -0.1em;
  font-size: 0.2em;
}
#pricing .plan .plan-features {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pricing .plan .plan-features li {
  padding: 1.3em 0;
  font-size: 1em;
  font-weight: 200;
  border-bottom: 1px solid #eaeaea;
}
#pricing .plan .plan-cta {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
#pricing .plan .plan-cta .plan-buy {
  margin: 2em 0;
}
#pricing .plan .plan-cta .plan-buy .btn {
  background: #88b7b3;
  padding: 10px 30px;
  font-size: 1em;
  font-weight: 300;
  color: white;
}
#pricing .plan .plan-cta .plan-buy .btn:hover {
  background: #68a49f;
}
#pricing .plan.featured {
  padding: 1.5em 0 0;
  margin-top: -1.5em;
}
#pricing .plan.featured .plan-title {
  margin: -1.5em 0 0;
  padding-top: 1.5em;
}
#testimonials .carousel .carousel-control {
  font-size: 3em;
}
#testimonials .carousel .carousel-control.left {
  left: -100px;
}
#testimonials .carousel .carousel-control.right {
  right: -100px;
}
#testimonials .carousel .carousel-indicators {
  bottom: 0;
}
#testimonials .carousel .carousel-indicators li,
#testimonials .carousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 1px;
}
#testimonials .carousel blockquote {
  margin: 0;
  padding: 0;
  min-height: 250px;
}
#testimonials .carousel blockquote img {
  width: 100px;
  height: 100px;
}
#testimonials .carousel blockquote p {
  font-size: 1.3em;
  line-height: 1.7;
}
#testimonials .carousel blockquote small,
#testimonials .carousel blockquote .small {
  font-size: 1em;
  font-weight: 300;
  color: white;
}
#testimonials .carousel blockquote small:before,
#testimonials .carousel blockquote .small:before {
  content: '';
}
#testimonials .carousel blockquote a {
  color: #88b7b3;
}
#testimonials .carousel blockquote a:hover {
  color: #88b7b3;
  text-decoration: underline;
}
#portfolio .portfolio-item {
  margin-bottom: 0.15em;
}
#filters {
  margin-bottom: 1em;
}
#filters button {
  background: none;
  border-radius: 4px;
  padding: 0.5em 1.3em;
  border: none;
  color: #9c9c9c;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 1px 6px 1px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#filters button:hover,
#filters button.active {
  border-color: #4c4c4c;
  color: #4c4c4c;
  font-weight: 600;
}
.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;
  background-color: rgba(44, 46, 53, 0.7);
  border-radius: 4px;
}
.grid figure .info {
  padding: 0;
  position: absolute;
  bottom: -60px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.grid figure .info h3 {
  font-size: 1.5em;
  margin-bottom: 4px;
}
.grid figure .info span {
  color: white;
}
.grid figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.grid figcaption {
  background-color: rgba(44, 46, 53, 0.97);
  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 {
  position: absolute;
  bottom: 20%;
}
.grid figcaption a.link,
.grid figcaption a.preview {
  display: inline-block;
  background: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #88b7b3;
  text-decoration: none;
}
.grid figcaption a.preview {
  left: 38%;
}
.grid figcaption a.link {
  right: 38%;
}
.grid figcaption a.link:hover,
.grid figcaption a.preview:hover {
  background: #fff;
  color: #68a49f;
  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(-20px);
  -webkit-transform: translateY(-20px);
}
.cs-style-1 figure:hover .info,
.cs-style-1 figure .info.active {
  transform: translateY(-185px);
  -webkit-transform: translateY(-185px);
}
.cs-style-1 figcaption {
  height: 100%;
  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;
  }
}
.contact-button:focus {
  outline: 0;
}
.contact-button.active {
  background: none !important;
  border-color: #cdcdcd !important;
  color: #cdcdcd !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form {
  width: 600px;
  margin: 2em auto;
  overflow: hidden;
  border-radius: 4px;
  display: none;
}
.contact-form .message,
.contact-form .contact,
.contact-form .name,
.contact-form .footer,
.contact-form header,
.contact-form textarea {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  clear: both;
  overflow: hidden;
}
.contact-form header {
  height: 75px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 75px;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
}
.contact-form header h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.4);
}
.contact-form .first,
.contact-form .last {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
}
.contact-form .first {
  border-radius: 4px 0 0 0;
}
.contact-form .last {
  border-left: 0;
  border-radius: 0 4px 0 0;
}
.contact-form .email {
  height: 50px;
  width: 100%;
  line-height: 25px;
  padding: 0 0 0 20px;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form textarea {
  height: 50px;
  width: 100%;
  line-height: 25px;
  padding: 15px 20px 15px 20px;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  height: 200px;
}
.contact-form #success {
  margin-top: 1em;
}
.contact-form footer {
  text-align: center;
  background: none;
  padding: 1em 0;
}
.contact-form footer button {
  background: #88b7b3;
  border-radius: 4px;
  border: 0;
  color: white;
  padding: 1.3em 2em;
  margin-top: 1em;
  transition: all linear .2s;
}
.contact-form footer button:hover {
  background: #68a49f;
}
.contact-form footer button:focus {
  outline: none;
}
.contact-form .first:focus,
.contact-form .last:focus,
.contact-form .email:focus,
.contact-form textarea:focus {
  outline: none;
  background: #f1f1f1;
  color: rgba(51, 51, 51, 0.7);
}
footer.footer {
  background: #2b2d35;
  padding: 5em 0;
  color: white;
}
footer.footer .footer-logo {
  padding: 0 1em;
}
footer.footer .footer-logo p,
footer.footer .footer-logo a {
  font-size: 0.9em;
  margin-right: 10px;
  color: #C9CACC;
}
footer.footer .footer-logo a:hover {
  color: #88b7b3;
  text-decoration: none;
}
footer.footer h2 {
  text-transform: uppercase;
}
footer.footer h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-top: 2.1em;
  margin-bottom: 1em;
}
footer.footer .label {
  font-weight: 400;
  letter-spacing: 0.5px;
}
footer.footer ul {
  margin-bottom: 4em;
}
footer.footer ul li {
  display: block;
  margin-bottom: 0.75em;
}
footer.footer ul li a {
  color: #C9CACC;
}
footer.footer ul li a:hover {
  color: #88b7b3;
  text-decoration: none;
}
footer.footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0.7px;
}
footer.footer .logo {
  padding: 1em 0 0;
}
footer.footer .icon {
  font-size: 1.5em;
  margin: 1.5em 0.75em 0;
}
.icon {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #d8d8d8;
  font-size: 1em;
}
.icon:hover {
  color: #88b7b3;
}
.icons .icon-wrapper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgba(137, 184, 180, 0.4);
  text-align: center;
  margin: 2em auto 0;
  padding: 3em 0;
}
.icons .icon-wrapper .icon-large {
  color: white;
  font-size: 4em;
  display: block;
}
.icons .icon-wrapper span {
  text-transform: uppercase;
  font-weight: 600;
  color: #528783;
}
.icons p {
  margin: 0 2em 2em;
}
.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;
}
.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;
}
.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 {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -184px 0px 0px -150px;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
.modal-form#signup .user {
  border-top: 0;
}
.modal-form#signup .fullname {
  border-top: 1px solid #e9e9e9;
}
.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="password"] {
  width: 300px;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  outline: none;
  color: #222;
  margin: 0 auto;
  text-indent: 20px;
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
}
.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"] {
  background: #88b7b3;
  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 {
  background: #528783;
}
.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 (max-width: 992px) {
  .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;
  }
  section.content h2 {
    font-size: 2.5em;
    padding: 0 1em;
  }
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0 4em;
  }
  section h2 {
    font-size: 2.3em;
  }
  section p {
    font-size: 1.15em;
    line-height: 1.8;
  }
  section .vertical-align {
    margin: 20px 0;
  }
}
@media (max-width: 1199px) {
  #intro .carousel-caption-center,
  #intro-video .carousel-caption-center {
    max-height: 258px;
  }
  #intro .carousel-caption-center p,
  #intro-video .carousel-caption-center p {
    margin: 1em 2em;
  }
  #intro .player,
  #intro-video .player,
  #intro .mbYTP_wrapper,
  #intro-video .mbYTP_wrapper {
    display: none;
  }
  section.content h2 {
    font-size: 2.5em;
    padding: 0 1em;
  }
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0;
    margin: auto 0;
  }
  section h2 {
    font-size: 2.2em;
  }
  .owl-theme-main .owl-item .item {
    padding: 2em 1em;
  }
  .owl-theme-main .owl-item .item p {
    padding: 0;
  }
  footer.footer h2 {
    font-size: 1.7em;
    margin-bottom: 0.7em;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #pricing .plan {
    max-width: 400px;
    margin: 0 auto 2em;
  }
  #pricing .plan.featured {
    padding: 0;
    margin-top: 0;
  }
  #pricing .plan.featured .plan-title {
    margin: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .img-overlap {
    margin-bottom: -110px;
  }
  section {
    text-align: center;
  }
  .navbar-collapse {
    background-color: rgba(44, 46, 53, 0.9);
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .navbar-collapse .open .dropdown-menu > li > a {
    color: white;
  }
  .cbp-af-header .nav a {
    line-height: 2;
  }
  .navbar-collapse {
    background-color: rgba(44, 46, 53, 0.9);
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .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: 2;
  }
  .cbp-af-header .nav a.login:before {
    background: transparent;
  }
  .cbp-af-header .nav a.btn {
    display: inline-block;
  }
  #intro .carousel-caption-center,
  #intro-video .carousel-caption-center {
    max-height: 192px;
  }
  #intro .carousel-caption-center h1,
  #intro-video .carousel-caption-center h1 {
    font-size: 1.7em;
    line-height: 1.4;
    margin-right: 0;
  }
  #intro .carousel-caption-center h2,
  #intro-video .carousel-caption-center h2 {
    font-size: 1.3em;
  }
  #intro .carousel-caption-center p,
  #intro-video .carousel-caption-center p {
    font-size: 1em;
    padding-right: 0;
    margin: 1em 0;
  }
  #intro .carousel-caption-center .btn,
  #intro-video .carousel-caption-center .btn {
    padding: 0.8em 1.5em;
  }
  #intro .player,
  #intro-video .player,
  #intro .mbYTP_wrapper,
  #intro-video .mbYTP_wrapper {
    display: none;
  }
  #featured1,
  #featured2 {
    text-align: center;
  }
  #featured1 img,
  #featured2 img {
    margin: auto;
  }
  #pricing .plan {
    max-width: 400px;
    margin: 0 auto 2em;
  }
  #pricing .plan.featured {
    padding: 0;
    margin-top: 0;
  }
  #pricing .plan.featured .plan-title {
    margin: 0;
    padding-top: 0;
  }
  footer.footer h2 {
    font-size: 1.7em;
    margin-bottom: 0.7em;
  }
  section h2,
  section.content h2 {
    font-size: 2.5em;
    padding: 0 1em;
  }
  section p,
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0;
  }
  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }
  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }
  .vertical-align {
    margin: 20px 0;
  }
  .icons {
    margin-bottom: 4.5em;
  }
  #testimonials .carousel .carousel-indicators {
    bottom: -30px;
  }
  #testimonials .carousel blockquote p {
    font-size: 1em;
  }
  #testimonials .carousel blockquote small {
    font-size: 0.8em;
  }
  section.cta h2 {
    padding: 0;
  }
  section.cta .btn {
    margin-top: 1em;
    width: 200px;
  }
  .contact-form {
    width: 100%;
  }
  footer.footer .row {
    text-align: center;
  }
  footer.footer .row .col-md-3 {
    margin-bottom: 5em;
  }
}
@media (max-width: 480px) {
  .cbp-af-header h1 {
    font-size: 1.5em;
  }
  .cbp-af-header .nav a.btn {
    display: block;
  }
  #intro .carousel-caption-center h1,
  #intro-video .carousel-caption-center h1 {
    font-size: 1.8em;
    line-height: 1.4;
    margin-right: 0;
  }
  #intro .carousel-caption-center h2,
  #intro-video .carousel-caption-center h2 {
    font-size: 1.4em;
  }
  #intro .carousel-caption-center p,
  #intro-video .carousel-caption-center p {
    font-size: 1em;
    padding-right: 0;
  }
  section h2,
  section.content h2 {
    font-size: 1.5em;
    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 9em 0;
  }
  #testimonials .carousel blockquote p {
    font-size: 1em;
  }
  #testimonials .carousel blockquote small {
    font-size: 0.8em;
  }
  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: 1.5em 1em;
  }
}
