/*BASE COLORS*/
/*NAVIGATION STYLES*/
/*BASE STYLES*/
/*BUTTONS STYlES*/
/*FORM INPUT STYLES*/
/*FONT STYLES*/
/*FIGURE STYLES*/
/*SECTION BACKGROUND IMAGES PATHS*/
/*PRELOADER STYLES*/
/*CSS3 animation with vendor prefixes*/
/*CSS3 animation-delay with vendor prefixes*/
/*CSS3 box-shadow with vendor prefixes*/
/*CSS3 transform with vendor prefixes*/
/*CSS3 rotate with vendor prefixes*/
/*CSS3 transform-origin with vendor prefixes*/
/*CSS3 transform-style with vendor prefixes*/
/*CSS3 transition with vendor prefixes*/
/*CSS3 transition-transform with vendor prefixes*/

.recaptcha-css{
  color:#fd5353;
  display: none;
}

/*add glyphicons */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Bootstrap mixing to change placeholder colors*/
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-black-white {
  z-index: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  border: none;
  font-family: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 67px;
  margin: 28px 0;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-black-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  speak: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.btn-black-white:focus {
  color: #000000;
}
.btn-black-white.btn-style {
  border: 3px solid #000000;
  color: #000000;
  overflow: hidden;
}
.btn-black-white.btn-style:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000000;
  opacity: 0;
  /*background figure transformation*/
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-black-white.btn-style:hover {
  /*change color on hover*/
  color: #ffffff;
}
.btn-black-white.btn-style:hover:after {
  /*make after bigger*/
  height: 310%;
  opacity: 1;
}
.btn-black-white.btn-style:active,
.btn-black-white.btn-style.active {
  color: #ffffff;
}
.btn-black-white.btn-style:active:after,
.btn-black-white.btn-style.active:after,
.btn-black-white.btn-style:active.active,
.btn-black-white.btn-style.active.active {
  /*make after biggest to fill all button*/
  height: 400%;
  opacity: 1;
}
.btn-primary-color {
  z-index: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  border: none;
  font-family: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 67px;
  margin: 28px 0;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary-color:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  speak: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.btn-primary-color:focus {
  color: #000000;
}
.btn-primary-color.btn-style {
  border: 3px solid #000000;
  color: #000000;
  overflow: hidden;
}
.btn-primary-color.btn-style:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000000;
  opacity: 0;
  /*background figure transformation*/
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-primary-color.btn-style:hover {
  /*change color on hover*/
  color: #ffffff;
}
.btn-primary-color.btn-style:hover:after {
  /*make after bigger*/
  height: 310%;
  opacity: 1;
}
.btn-primary-color.btn-style:active,
.btn-primary-color.btn-style.active {
  color: #ffffff;
}
.btn-primary-color.btn-style:active:after,
.btn-primary-color.btn-style.active:after,
.btn-primary-color.btn-style:active.active,
.btn-primary-color.btn-style.active.active {
  /*make after biggest to fill all button*/
  height: 400%;
  opacity: 1;
}
.btn-inverse-color {
  z-index: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  border: none;
  font-family: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 67px;
  margin: 28px 0;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-inverse-color:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  speak: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.btn-inverse-color:focus {
  color: #ffffff;
}
.btn-inverse-color.btn-style {
  border: 3px solid #ffffff;
  color: #ffffff;
  overflow: hidden;
}
.btn-inverse-color.btn-style:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  /*background figure transformation*/
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-inverse-color.btn-style:hover {
  /*change color on hover*/
  color: #000000;
}
.btn-inverse-color.btn-style:hover:after {
  /*make after bigger*/
  height: 310%;
  opacity: 1;
}
.btn-inverse-color.btn-style:active,
.btn-inverse-color.btn-style.active {
  color: #000000;
}
.btn-inverse-color.btn-style:active:after,
.btn-inverse-color.btn-style.active:after,
.btn-inverse-color.btn-style:active.active,
.btn-inverse-color.btn-style.active.active {
  /*make after biggest to fill all button*/
  height: 400%;
  opacity: 1;
}
.rhombus_style {
  background: #b1ddb9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b1ddb9 0%, #b1ddb9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b1ddb9), color-stop(100%, #b1ddb9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b1ddb9 0%, #b1ddb9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b1ddb9 0%, #b1ddb9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b1ddb9 0%, #b1ddb9 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #b1ddb9 0%, #b1ddb9 100%);
  /* W3C */
}
.rhombus_style:hover {
  background: #a7d3ad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a7d3ad 0%, #a7d3ad 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7eade3), color-stop(100%, #a7d3ad));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #a7d3ad 0%, #a7d3ad 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #a7d3ad 0%, #a7d3ad 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #a7d3ad 0%, #a7d3ad 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #a7d3ad 0%, #a7d3ad 100%);
  /* W3C */
}
.rhombus {
  color: #ffffff;
  padding: 3px;
  width: 90px;
  height: 90px;
  margin: 45px 15px;
  display: inline-block;
  border-radius: 45px;
}
.rhombus .rhombus_border {
  width: 84px;
  border-radius: 42px;
  height: 84px;
  border: 2px solid transparent;
  text-align: center;
}
.rhombus .rhombus_border p,
.rhombus .rhombus_border div,
.rhombus .rhombus_border span {
  line-height: 80px;
  text-align: center;
}
.rhombus .rhombus_border p.icon,
.rhombus .rhombus_border div.icon,
.rhombus .rhombus_border span.icon,
.rhombus .rhombus_border p.fa,
.rhombus .rhombus_border div.fa,
.rhombus .rhombus_border span.fa {
  margin-top: -4px;
}
.rhombus .rhombus_border p img,
.rhombus .rhombus_border div img,
.rhombus .rhombus_border span img {
  display: inline-block;
  max-width: auto;
  max-height: 50.4px;
}
.rhombus:active .rhombus_border,
.rhombus.active .rhombus_border {
  border-color: #ffffff;
}
.rhombus .rhombus_border:hover {
  border-color: #ffffff;
}
.rhombus_middle {
  color: #ffffff;
  padding: 3px;
  width: 70px;
  height: 70px;
  margin: 35px 15px;
  display: inline-block;
  border-radius: 35px;
}
.rhombus_middle .rhombus_border {
  width: 64px;
  border-radius: 32px;
  height: 64px;
  border: 2px solid transparent;
  text-align: center;
}
.rhombus_middle .rhombus_border p,
.rhombus_middle .rhombus_border div,
.rhombus_middle .rhombus_border span {
  line-height: 60px;
  text-align: center;
}
.rhombus_middle .rhombus_border p.icon,
.rhombus_middle .rhombus_border div.icon,
.rhombus_middle .rhombus_border span.icon,
.rhombus_middle .rhombus_border p.fa,
.rhombus_middle .rhombus_border div.fa,
.rhombus_middle .rhombus_border span.fa {
  margin-top: -4px;
}
.rhombus_middle .rhombus_border p img,
.rhombus_middle .rhombus_border div img,
.rhombus_middle .rhombus_border span img {
  display: inline-block;
  max-width: auto;
  max-height: 38.4px;
}
.rhombus_middle:active .rhombus_border,
.rhombus_middle.active .rhombus_border {
  border-color: #ffffff;
}
.rhombus_middle .rhombus_border:hover {
  border-color: #ffffff;
}
.rhombus_small {
  color: #ffffff;
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 20px 15px;
  display: inline-block;
  border-radius: 20px;
}
.rhombus_small .rhombus_border {
  width: 40px;
  border-radius: 20px;
  height: 40px;
  border: 2px solid transparent;
  text-align: center;
}
.rhombus_small .rhombus_border p,
.rhombus_small .rhombus_border div,
.rhombus_small .rhombus_border span {
  line-height: 36px;
  text-align: center;
}
.rhombus_small .rhombus_border p.icon,
.rhombus_small .rhombus_border div.icon,
.rhombus_small .rhombus_border span.icon,
.rhombus_small .rhombus_border p.fa,
.rhombus_small .rhombus_border div.fa,
.rhombus_small .rhombus_border span.fa {
  margin-top: -4px;
}
.rhombus_small .rhombus_border p img,
.rhombus_small .rhombus_border div img,
.rhombus_small .rhombus_border span img {
  display: inline-block;
  max-width: auto;
  max-height: 24px;
}
.rhombus_small:active .rhombus_border,
.rhombus_small.active .rhombus_border {
  border-color: #ffffff;
}
.rhombus_small .rhombus_border:hover {
  border-color: #ffffff;
}
.rhombus_small .rhombus_border {
  border: none;
}
#loading-mask {
  background: #ffffff;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
.spinner {
  margin: -15px auto 0 -30px;
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100%;
}
[class^="cube"] {
  background-color: #000000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  -webkit-animation: cubemove 2.4s infinite ease-in-out;
  -o-animation: cubemove 2.4s infinite ease-in-out;
  animation: cubemove 2.4s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.cube3 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.cube4 {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* Morph Button: Default Styles */
/*DEFINE morph button*/
.morph-button {
  position: relative;
  display: block;
  margin: 0 auto;
}
.icon-close {
  color: #000000;
  font-size: 44px;
  position: absolute;
  right: 20px;
  top: 0;
}
.morph-button.open > button {
  pointer-events: none;
}
.morph-content {
  pointer-events: none;
  padding: 40px;
}
.morph-content .version {
  display: inline-block;
}
.morph-content .version:before {
  /*add version prefix*/
  content: 'v.';
}
.morph-content .feature-header {
  /*define style for each version*/
  display: inline-block;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.content {
  margin-bottom: 20px;
}
.morph-button.open .morph-content {
  pointer-events: auto;
}
/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
  width: 300px;
  height: 60px;
}
.morph-button-fixed > button {
  z-index: 1;
  width: 100%;
  height: 100%;
  /*define button animation*/
  -webkit-transition: opacity 0.1s 0.5s;
  -o-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
}
.morph-button-fixed.open > button {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.morph-button-fixed .morph-content {
  position: fixed;
  z-index: 900;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
.morph-button-fixed.open .morph-content {
  opacity: 1;
}
.morph-button-fixed .morph-content > div {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
  transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}
.morph-button-fixed.open .morph-content > div {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  -o-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.morph-button-fixed.active > button {
  z-index: 2000;
}
.morph-button-fixed.active .morph-content {
  z-index: 1900;
}
/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}
.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}
/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
  margin: 50px auto;
}
.morph-button-overlay.open .morph-content {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}
/* Morph Button Style: Modal */
.morph-button-modal::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.morph-button-modal.open::before {
  opacity: 1;
  pointer-events: auto;
}
.morph-button-modal.active::before {
  z-index: 1800;
}
.morph-button-modal .morph-content {
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
.morph-button-modal.open .morph-content {
  top: 50% !important;
  overflow: auto;
  left: 50% !important;
  margin: -210px 0 0 -300px;
  width: 600px;
  height: 500px;
  -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}
/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
  float: left;
}
.morph-button-modal-1 .morph-content {
  color: #000000;
  background-color: #ffffff;
}
.morph-button-modal-1::before {
  background: rgba(0, 0, 0, 0.7);
}
/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-clone {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Helper classes */
.noscroll {
  overflow: hidden;
}
.morph-button-overlay.scroll .morph-content {
  overflow-y: scroll;
}
.morph-button-sidebar.scroll .morph-content {
  overflow: auto;
}
/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
  display: none;
}
.no-js .morph-button {
  margin: 10px 0;
  float: none;
}
.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  pointer-events: auto;
}
.no-js .morph-button .morph-content .icon-close {
  display: none;
}
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
  .morph-button-modal.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
  }
}
@media screen and (max-width: 400px) {
  .morph-button-fixed,
  .morph-button-fixed .morph-content {
    width: 200px;
    height: 80px;
  }
  .morph-button-fixed > button {
    padding: 0;
  }
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #000000;
}
section {
  overflow: hidden;
}
section#features,
section#changelog,
section#prices,
section#reviews {
  padding-bottom: 100px;
}

#how-it-works,
#prices,
#follow-us,
#subscribe-section {
  background-color: #f9f9f9;
}
#features,
#screenshots,
#changelog,
#reviews,
#video-section {
  background-color: #ffffff;
}
.parallax[class*="bg__"],
.parallax [class*="bg__"],
.parallax .vjs-poster {
  position: relative;
  text-indent: -9999px;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
.parallax .container,
.parallax .container-fluid {
  text-indent: 0;
}
.bg__download {
  background-image: url("../img/bg/new_york_6-dark.jpg");
}
.bg__counter {
  background-image: url("../img/bg/556685-dark.jpg");
}

#header {
  background-color: #ffffff;
  z-index: 998;
}
#header.navbar {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border: none;
}
#header.navbar .navbar-logo {
  line-height: 60px;
}
#header.navbar .navbar-collapse {
  float: right;
  width: 100%;
}
#header.navbar .nav li a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
}
#header.navbar .nav li a:hover,
#header.navbar .nav li a:active,
#header.navbar .nav li a.active {
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
.csstransforms3d .navigation-effect li a span::before {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.navigation-effect li a {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.navigation-effect li a span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.navigation-effect li a:hover span,
.navigation-effect li a a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
#features .block {
  padding: 10px 15px;
}
#features .block .feature {
  text-align: center;
}
#features .block .feature .feature-header {
  text-align: left;
}
#features .block .feature p {
  text-align: left;
}
#features .block .feature .icon {
  font-size: 50px;
}
#how-it-works .feature-content {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  #how-it-works .feature-content {
    height: 730px;
  }
}
#how-it-works .feature-content .feature_image {
  position: absolute;
}
#how-it-works .feature-content .feature_image img {
  margin-left: 100px;
}
#how-it-works .feature-content .feature_list {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
#how-it-works .feature-content .feature_list .single-item {
  height: 200px;
}
#how-it-works .feature-content .feature_list .left {
  text-align: right;
}
@media (min-width: 480px) {
  #how-it-works .feature-content .feature_list .left {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #how-it-works .feature-content .feature_list .left {
    padding-right: 200px;
  }
}
#how-it-works .feature-content .feature_list .left .fcontent {
  margin-right: 80px;
}
#how-it-works .feature-content .feature_list .left .line1 {
  margin-top: 76px;
}
#how-it-works .feature-content .feature_list .left .line1:after {
  right: 35px;
  top: 154px;
  background-image:none !important;
  content: "";
  position: absolute;
  width: 220px;
  height: 92px;
  z-index: -1;
}
#how-it-works .feature-content .feature_list .left .line2 {
  margin-top: 125px;
}
#how-it-works .feature-content .feature_list .left .line2:after {
  right: 35px;
  top: 334px;
  background-image:none !important;
  content: "";
  position: absolute;
  width: 220px;
  height: 92px;
  z-index: -1;
}
#how-it-works .feature-content .feature_list .right {
  text-align: left;
}
@media (min-width: 480px) {
  #how-it-works .feature-content .feature_list .right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #how-it-works .feature-content .feature_list .right {
    padding-left: 186px;
  }
}
#how-it-works .feature-content .feature_list .right .fcontent {
  margin-left: 80px;
}
#how-it-works .feature-content .feature_list .right .line3 {
  margin-top: 127px;
}
#how-it-works .feature-content .feature_list .right .line3:after {
  left: 53px;
  top: 203px;
    background-image:none !important;

  content: "";
  position: absolute;
  width: 220px;
  height: 92px;
  z-index: -1;
}
#how-it-works .feature-content .feature_list .right .line4 {
  margin-top: 125px;
}
#how-it-works .feature-content .feature_list .right .line4:after {
  left: 53px;
  top: 386px;
  background-image:none !important;
  content: "";
  position: absolute;
  width: 220px;
  height: 92px;
  z-index: -1;
}
#how-it-works .feature-content .feature_list .right .ficon {
  float: left;
}
#how-it-works .feature-content .feature_list .fcontent {
  padding-top: 1px;
}
#how-it-works .feature-content .feature_list .ficon {
  height: 82px;
  width: 82px;
  padding: 10px;
  text-align: center;
  float: right;
}
#how-it-works .feature-content .feature_list .ficon p {
  font-size: 25px;
}
#screenshots .screenshots-container {
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
#screenshots .screenshots-container .shot {
  text-align: center;
}
#screenshots .screenshots-container .shot a img {
  max-width: 480px;
  height: auto;
}
#screenshots .screenshots-container .shot-tablet {
  text-align: center;
}
#screenshots .screenshots-container .shot-tablet a img {
  max-width: 365px;
  height: auto;
}
#screenshots .screenshots-container .arrow {
  position: absolute;
  z-index: 100;
  height: 480px;
}
#screenshots .screenshots-container .arrow .rhombus_small {
  position: absolute;
  top: 30%;
}
#screenshots .screenshots-container .arrow.prev {
  left: 0;
}
#screenshots .screenshots-container .arrow.next {
  right: 67px;
}

#screenshots .screenshots-container .arrow.prev2 {
  left: 0;
}
#screenshots .screenshots-container .arrow.next2 {
  right: 67px;
}
#changelog .history-block {
  padding-left: 30px;
}
#changelog .tag {
  font-weight: 700;
  text-transform: uppercase;
}
#changelog .tag:after {
  content: ' ';
}
#changelog .perspective-block {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  height: 635px;
}
#changelog .perspective-block .perspective {
  position: absolute;
}
#changelog .perspective-block .perspective.img-1 {
  z-index: 3;
}
#changelog .perspective-block .perspective.img-2 {
  top: -40px;
  left: 140px;
  z-index: 2;
}
#changelog .perspective-block .perspective.img-3 {
  left: 280px;
  z-index: 1;
}
#prices .price-block {
  margin-top: 100px;
  text-align: center;
}
#prices .price-block .rhombus {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -43.63961031px;
}
#prices .price-block .rhombus .price {
  font-weight: 300;
  font-size: 24px;
}
#prices .price-block .rhombus .price i {
  font-style: normal;
  font-size: 36px;
}
#prices .price-block .version-features {
  padding-top: 60px;
  background: #ffffff;
}
#prices .price-block .version-features .version-name {
  font-weight: 600;
  font-size: 63px;
  margin-bottom: 0;
}
#prices .price-block .version-features .separator {
  margin-top: -2px;
  border: 0;
  height: 3px;
  background: #000000;
  width: 45px;
}
#prices .price-block .version-features .btn {
  padding: 17px 34px;
}
#prices .price-block .version-features .btn:hover:after {
  height: 200%;
}
#prices .price-block .version-features .btn:active:after,
#prices .price-block .version-features .btn.active:after,
#prices .price-block .version-features .btn:active.active,
#prices .price-block .version-features .btn.active.active {
  height: 500%;
}
#prices .price-images {
  margin-top: 20px;
  height: 100%;
  position: relative;
  width: 100%;
}
#prices .price-images img:nth-child(1) {
  width: 55%;
  position: absolute;
  height: auto;
  text-align: right;
  right: 45%;
}
#prices .price-images img:nth-child(2) {
  text-align: left;
  left: 45%;
  position: absolute;
  width: 55%;
  height: auto;
}
#counter-section {
  width: auto;
  left: 0;
  right: 0;
  display: block;
}
#counter-section div.row div[class*='col-'] {
  padding: 0;
}
#counter-section .counter-container {
  text-align: center;
}
@media (min-width: 480px) {
  #counter-section .counter-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #counter-section .counter-container {
    padding: 50px 0;
  }
}
#counter-section .counter-container .counter-value {
  color: #ffffff;
  font-weight: 700;
  font-size: 56px;
  margin: -20px 0 0;
  white-space: nowrap;
}
#counter-section .counter-container .counter-description {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 200;
  padding-top: 0;
}
#reviews .review-block {
  margin-top: 80px;
  background-color: #f9f9f9;
  padding: 30px;
  position: relative;
}
#reviews .review-block .version {
  margin-top: 0;
}
#reviews .review-block .author {
  font-weight: 700;
  color: #7eade3;
  text-align: center;
  margin-bottom: 30px;
}
#reviews .review-block .share-source {
  position: absolute;
  left: 50%;
  margin-left: -28.28427125px;
  bottom: -40px;
}
#reviews .review-block .share-source .fa {
  margin-top: 2px !important;
  font-size: 20px;
}
#download-app-section {
  padding-bottom: 100px;
  width: auto;
  display: block;
}
#download-app-section h2.heading,
#download-app-section .lead {
  color: #ffffff;
}
#download-app-section .btn {
  min-width: 260px;
  width: 90%;
  padding: 0 40px 0 52px;
  text-align: left;
}
#download-app-section .btn .fa {
  position: absolute;
  font-size: 28px;
  left: 14px;
  top: 12px;
}
#download-app-section .btn .preface {
  font-size: 14px;
  text-transform: none;
}
#download-app-section .btn .content {
  font-weight: 700;
  font-size: 20px;
}
#subscribe-section {
  position: relative;
  overflow: visible;
}
@media (max-width: 480px) {
  #subscribe-section .container {
    padding: 0;
  }
}
#subscribe-section .subscribe-block {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#subscribe-section .subscribe-block.open {
  height: 510px;
}
@media (min-width: 994px) {
  #subscribe-section .subscribe-block.open {
    height: 300px;
  }
}
#subscribe-section .success-subscribe {
  margin: 0;
  text-align: center;
  padding-bottom: 50px;
}
#subscribe-section .top-icon {
  position: absolute;
  left: 50%;
  margin-left: -63.63961031px;
  top: -90px;
}
#subscribe-section .form-control {
  color: #000;
  margin: 28px 0;
  height: 59px;
  font-size: 18px;
  border-width: 2px;
  text-transform: uppercase;
  padding: 0 30px;
}
#subscribe-section .form-control::-webkit-input-placeholder {
  color: #000;
}
#subscribe-section .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #000;
}
#subscribe-section .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #000;
}
#subscribe-section .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
#subscribe-section .btn {
  padding: 14px 30px;
}
#follow-us .btn-row .btn {
  padding: 14px 0;
  width: 100%;
}
#follow-us .btn-row .btn .content {
  font-weight: 700;
  font-size: 18px;
}
#follow-us .btn-row .btn span {
  padding: 0px 5px;
}
#follow-us .copyright-block {
  text-align: center;
}
#follow-us .copyright-block .copyright {
  font-size: 18px;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: center;
  /* inline-block space fix */
  margin-right: -4px;
}
.icon {
  font-size: 50px;
  display: inline-block;
}
textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
}
.wrapper-sticky {
  height: 60px !important;
}
.section-header {
  text-align: center;
}
.section-header h2 {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 200;
}
.section-header .lead {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
}
h3.feature-header {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
.version {
  font-size: 24px;
  font-weight: 700;
}
.vjs-default-skin .vjs-big-play-button {
  color: #ffffff;
}
.vjs-default-skin .vjs-big-play-button:after {
  color: #ffffff;
}

.vic100
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:25px;
}

.vic100 img
{
	width:100%;
	max-width:1110px;
	height:auto;
}


.boton_responder
{
	background-color:#53c469 !important;
	color:#FFFFFF !important;
	width: 220px !important;
	margin: 20px auto !important;
	padding: 5px !important;
	cursor:pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bor_bot
{
	border:2px solid #fff;
	text-align:center !important;
	font-size: 18px;
	font-weight: bold;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bor_botG
{
	border: 2px solid #fff;
	text-align: center !important;
	font-size: 19px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 13px;
}

.boton_responder_chico
{
	background-color:#53c469 !important;
	color:#FFFFFF !important;
	width: 261px !important;
	margin: 10px auto !important;
	padding: 5px!important;
	text-align: center !important;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dialog_encuesta
{
	z-index:1000 !important;
}

.barra_preg
{
	overflow:hidden;
	padding:30px 0;
	background-color:#ebeff2 !important;
}

.centrado_cuados
{
	width:925px;
	overflow:hidden;
	margin:0 auto;
}


.centrado_par
{
	width:640px;
	overflow:hidden;
	margin:0 auto;
}

.centrado_parbig
{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.cuadrobtn
{
	width: 155px;
	height: 155px;
	padding:5px;
	float: left;
	background-color:#4c9ed9;
	margin: 15px;
	cursor:pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.borde_cu
{
	width:100%;
	height: 145px;
	border:2px solid #FFFFFF;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#FFFFFF;
	padding-top: 34px;
	opacity:0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cuadrobtn p
{
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 145px;
	margin-top: 36px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
}

.cuadro_grande
{
	float:left;
	overflow:hidden;
	width:260px;
	cursor:pointer;
	margin:15px 30px;
}

.cuadro_grandeblock
{
	overflow: hidden;
	width: 260px;
	cursor: pointer;
	margin: 15px 28px;
	display: inline-block;
}

.cuadro_ima:hover
{
	 opacity: 0.5;
}

.cuadro_ima img
{
	width:100%;
	height: auto;
}

.cuadro_ima
{
	width:200px;
	height:200px;
	margin:0 auto 20px;
	overflow:hidden;
	background-color:#4c9ed9;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.nombre_cu
{
	text-align:center;
	font-size:16px;
	color:#5E5E5E;
	width:260px;
	overflow:hidden;
	line-height: 19px;
}


.nombre_cu small
{
	font-size:12px;
}

.text_im
{
	width:250px;
	height:30px;
	margin-left:12px;
	color:#B8B8B8;
	border:none;
	padding:0 5px;
}

.lbltx
{
	width: 45%;
	text-align: right;
	font-weight:200;
	color:#363636;
	font-size:17px;
}

.formu p
{
	margin-bottom:20px;
	color:#353535;
}

.botonsend
{
	width: 135px;
	height: 35px;
	text-align:center;
	color:#FFFFFF;
	border:none;
	background-color:#53c469;

	left: 50%;
	position: relative;
	margin-left: -66px;
}

.texarr
{
	width: 250px;
	height: 117px;
	margin-left: 15px;
	border: none;
	resize: none;
	color:#B8B8B8;
	font-size:14px;

}

.tit_Secc
{
	width: 925px;
	overflow: hidden;
	margin: 20px auto 15px;
	text-transform: uppercase;
	font-size: 49px;
	font-weight: 200;
	color: #262626;
	text-align: center;
}

@media only screen and (max-width: 960px) {

.centrado_parbig
{
	width: 90%;
}

}


@media only screen and (max-width: 950px) {

.tit_Secc
{
	width:96%;
}

.centrado_cuados {
    width: 740px;
}

}

@media only screen and (max-width: 730px) {

.centrado_cuados {
    width: 555px;
}

}


@media only screen and (max-width: 650px) {

.centrado_par
{
	width:96%;
}

.cuadro_grande
{
	float:none;
	width:260px;
	margin:15px  auto;
}

.tit_Secc
{
	font-size: 40px;
}

}

@media only screen and (max-width: 557px) {

.centrado_cuados {
    width: 370px;
}

.section-header h2 {
    font-size: 40px;
}

}

@media only screen and (max-width: 540px) {

.lbltx {  width: 38%;}
}

@media only screen and (max-width: 460px) {

.text_im {
    position: relative;
    left: 50%;
    margin-left: -135px;
}

.lbltx {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.texarr {
    position: relative;
    left: 50%;
    margin-left: -135px;
}

.tit_Secc
{
	font-size: 35px;
}

.section-header h2 {
    font-size: 35px;
}

}


@media only screen and (max-width: 370px) {

.centrado_cuados {width: 185px;}

.tit_Secc
{
	font-size: 30px;
	font-weight:bold;
}

}
