/*           Font Smoothing      */
/*     General overwrite     */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: GothamProRegular, "Open Sans", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GothamProMedium, "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 30px 0 15px;
  font-size: 48px;
}
h2 {
  margin: 30px 0 15px;
  font-size: 36px;
}
h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.navbar {
  transition: all 300ms linear;
  border: 0;
  font-size: 16px;
}
.navbar .navbar-brand {
  font-weight: 600;
  margin: 5px 0px;
  padding: 20px 15px;
  font-size: 20px;
}
.navbar .navbar-nav > li > a {
  padding: 10px 15px;
  margin: 15px 3px;
}
.navbar .navbar-nav > li > a.btn {
  margin: 15px 3px;
  padding: 8px 16px;
}
.navbar .navbar-nav > li > a.btn-round {
  margin: 16px 3px;
}
.navbar .btn {
  margin: 15px 3px;
  font-size: 14px;
}
.navbar .btn-simple {
  font-size: 16px;
}
.landing-page .section p {
  margin-top: 30px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 200;
}
.landing-page .navbar-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.landing-page .footer {
  padding: 20px 0;
}
.section-phone .container p {
    line-height: 39px;
    padding-top: 15px;
}
@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-nav > li > .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 9000;
    position: absolute;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .navbar-nav > li.open > .dropdown-menu {
    transform-origin: 29px -50px;
    transform: scale(1);
    opacity: 1;
    filter: none;
    padding: 5px 10px 15px;
  }
  .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 9000;
    position: absolute;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .open .dropdown-menu {
    transform-origin: 29px -50px;
    transform: scale(1);
    opacity: 1;
    filter: none;
    padding: 5px 10px 15px;
  }
  .dropdown .dropdown-menu {
    top: -30px;
  }
  .fixed-plugin .dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px;
    width: 16px;
    transform: translateY(-50%);
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid rgba(0, 0, 0, 0.2);
    border-top: 16px solid rgba(0, 0, 0, 0);
    right: -16px;
  }
  .fixed-plugin .dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px;
    width: 16px;
    transform: translateY(-50%);
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #FFFFFF;
    border-top: 16px solid rgba(0, 0, 0, 0);
    right: -15px;
  }
  .landing-page .navbar-top {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .nav > li {
    text-align: center;
  }
  .navbar-toggle {
    padding: 16px 10px;
  }
  .navbar-toggle .icon-bar {
    background: white;
  }
  .logo-container .logo {
    margin-left: 20px;
  }
  .landing-page .wrapper {
    text-align: center;
  }
  .landing-page .navbar-top {
    background: rgba(0, 0, 0, 0.75);
  }
  .footer nav.pull-left {
    float: none !important;
  }
  .footer:not(.footer-big) nav > ul li {
    float: none !important;
  }
  .pull-right {
    float: none !important;
  }
}
.mobile-logo-container {
  display: none;
}
.hide_at_start {
  display: none;
}
.vertical-center {
  text-align: center;
}
.vertical-center:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.vertical-center > .container {
  display: inline-block;
  vertical-align: middle;
}
.logo-container {
  float: left;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1006px;
}
.overflow-hidden {
  overflow: hidden;
}
.navbar-top {
  padding-top: 10px;
}
.navbar li a {
  color: white;
}
.navbar li a:hover,
.navbar li a:focus {
  background: transparent;
}
.navbar .navbar-nav > li > a {
  padding: 8px 15px;
  margin: 0 10px 0 10px;
  font-size: 20px;
  line-height: 1.45;
  font-family: GothamProMedium;
  font-weight: bold;
}
#collapse_menu .header-social-icons {
    float:right;
    margin-top: 5px;
    margin-left: 10px;
}
body #collapse_menu .header-social-icons .fa {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 20px;
    height: 35px;
    width: 35px;
    padding: 0;
    padding-top: 7px;
}
.hushme-gif img {
    width: 100%;
}
.landing-page .section .new-about p {
    margin-top: -15px;
    padding-top: 0;
}


.watch_video,
.show_all {
  display: inline-block;
  width: 220px;
  height: 50px;
  border-radius: 27px;
  border: 1px solid white;
  text-align: center;
  cursor: pointer;
}
.show_all {
    border-color: #000;
}
body .show_all span {
    color: #000;
}
.watch_video i,
.show_all i {
  position: absolute;
  margin-top: 12px;
}
.watch_video span,
.show_all span {
  display: inline-block;
  color: white;
  font-size: 20px;
  font-family: GothamProMedium;
  padding: 0 0 0 35px;
  margin: 0;
  line-height: 48px !important;
  height: 100%;
}
.show_all span {
  padding: 0;
}
.blink {
  animation: blink 2.0s linear infinite;
}
.kick-starter_btn {
    overflow: hidden;
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
    background-image: url(../img/kick_logo_x2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin-top: 55px;
    -webkit-box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.45);
}
.inner_btn {
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;
}
.indiegogo_btn {
display: inline-block;
    width: 405px;
    height: 120px;
    line-height: 120px;
    margin-top: 55px;
    float: left;
    margin-left: 56px;
    margin-left: 30px;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    background-color: #fff;
    background-image: url(../img/indiegogo_2x.png);
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: 225px center;
    border-radius: 66px;
    -webkit-box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 59px -3px rgba(0,0,0,0.45);
    font-size: 20px;
    font-family: GothamProMedium;
    color: #000;
    text-decoration: none;
}
.indiegogo_btn:hover {
    color: #000;
    text-decoration: none;
}
.inner_main__tovar img {
    width: 100%
}
.section-info {
    width: 100%;
    background-color: #60617f;
/*     background-image: url(../bitmap.jpg);
    background-image: url(../img/Hushme_BlackWhite1.JPG); */
    background-color: #e8e8ea;
    color: white;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-info .container {
  text-align: left;
}
.section-info .container .device-wrapper {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin-bottom: -450px;
}
.paiplan img {
    width: 100%;
}
.section-info .container .device-wrapper .device {
  position: relative;
  background-image: url('../img/device.png');
  width: 631px;
  height: 265px;
  margin-top: 360px;
}
.section-info .container .top_title {
    margin-top: 70px;
    color: #000;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
}
.promo-video,
.pre-order {
   width: 220px;
   height: 50px;
   display: block;
   line-height: 50px;
   border-radius: 50px;
   color: #fff;
   text-align: center;
   background: #4fe3c2;
   font-family: GothamProMedium;
   font-size: 20px;
   float: left;
}
.promo-video {
    margin-left: 20px;
    color: #000;
    background: #fff;
}
.pre-order:hover {
    color: #fff;
    text-decoration: none;
}
.promo-video:hover {
    color: #000;
    text-decoration: none;
}
.section-info .container h1 {
    margin-top: 20px;
    font-size: 22px;
    color: #000;
    font-weight: 100;
}
.section-info .container p {
  font-size: 30px;
  line-height: 29px;
  margin: 30px 0px;
}
.section-info .container .sing-up-holder {
  clear: both;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
  margin-top: 20px;
}
.section-info .container .sing-up-holder .show_all {
  margin-left: 15px;
}
.section-info .container .sing-up-holder .loader {
  width: 350px;
}
.section-info .container .sing-up-holder .input-wrapper {
  position: relative;
  display: inline-block;
}
.section-info .container .sing-up-holder input {
  color: #000;
  border: none;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 50px;
  padding: 7px 110px 7px 17px;
  border-radius: 60px;
  outline: none;
  max-width: 500px;
}
.section-info .container .sing-up-holder input:focus {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.section-info .container .sing-up-holder button {
  z-index: 9;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #6658B2;
  border-radius: 40px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 100px;
  height: 50px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  outline: none;
}
.section-info .container .sing-up-holder button:hover,
.section-info .container .sing-up-holder button:active,
.section-info .container .sing-up-holder button:focus {
  text-decoration: none;
  cursor: pointer;
}
.section-info .container .sing-up-holder p {
  color: white;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.section-info .container .sing-up-holder p.success {
  color: #4a7ae2;
}
.section-info .container .sing-up-holder p.error {
  color: #e21144;
}
.section-info .container .sing-up-holder .info {
  opacity: 0.5;
  line-height: 20px;
  display: inline-block;
  top: 7px;
  position: relative;
  padding-left: 20px;
  color: #000;
}
.section-sounds {
  color: #4a7ae2;
}
.section-sounds .container {
  max-width: 730px;
  padding-bottom: 60px;
  text-align: center;
}
.section-sounds .container h2 {
  color: #4b55de;
  font-size: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-sounds .container .grid .col-xs-4 > i {
  display: inline-block;
  width: 93px;
  height: 93px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin: 16px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
}
.section-sounds .container .grid span {
  font-size: 20px;
  display: block;
  margin-bottom: 32px;
}
.section-phone {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
.section-phone .container {
  text-align: left;
  padding-top: 10px;
  margin-bottom: 10px;
}
.section-phone .container .wrapper {
  padding: 15px 0px;
}
.section-phone .container .wrapper > div {
  vertical-align: middle;
  display: inline-block;
  float: none;
  padding: 0px;
}
.section-phone .container .phoned {
    margin-top: 50px;
    width: 278px;
    color: #fbfbfb;
    height: 621px;
    background-image: url(../img/iphone.gif);
    background-position: -236px 30px;
    background-repeat: no-repeat;
    background-size: 750px;
}
.paiplan,
.how-works {
    padding: 30px 0;
}
.section-phone .container h2 {
  color: #4a7ae2;
  font-size: 40px;
  line-height: 47px;
  font-weight: bold;
}
.section-phone .container p { 
  color: #a1b4cb;
  font-size: 20px;
  line-height: 42px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.section-phone .container .watch_video {
  border: 1px solid #4a7ae2;
}
.section-phone .container .watch_video span {
  color: #4a7ae2;
}
.section-elements .container {
  padding: 0 4em;
}
.section-elements img {
  max-width: 100%;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);
}
.section-elements ul {
  color: #4a7ae2;
  font-size: 2em;
  font-weight: bold;
  padding: 2em 2em 0em 2em;
  list-style: none;
  text-align: left;
}
.section-elements ul li::before {
  content: "";
  background-color: #85b6e7;
  width: 0.4em;
  height: 0.4em;
  margin-left: -0.4em;
  top: -0.15em;
  left: -0.5em;
  position: relative;
  border-radius: 1em;
  display: inline-block;
  box-shadow: 0 0 0 0.1em white;
}
.section-features { 
  margin-top: 40px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  text-align: center;
  font-family: GothamProMedium;
}
.section-features li {
    list-style: none;
    float: left;
    width: 12.5%;
}
.section-features li img {
    max-height: 60px;
    max-width: 100%;
}
.section-features .container {
  padding-bottom: 90px;
}
.section-features .container > div {
  padding-top: 100px;
}
.section-features span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #979797;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  color: #9b9b9b;
}
.section-features p {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 27px;
  padding: 0px 40px;
  text-align: center;
}
.section-news {
  width: 100%;
  background-color: #1264a8;
  background-image: radial-gradient(circle at 50% 0, #1264a8, #6517a8);
}
.section-news h2 {
  padding: 1em 0;
  color: white;
  font-size: 3em;
}
.section-news ul {
    display: inline-block;
}
.section-news a:hover,
.section-news p {
    color: #fff;
    margin-top: 0 !important;
}
.section-news .container {
  padding-bottom: 3em;
  text-align: center;
}
.section-news .news .holder {
  display: inline-block;
  padding: 1em 0.7em;
}
.section-news .news .holder .event {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  background-color: white;
  padding: 0;
  margin: 0;
  height: 380px;
  max-width: 280px;
  text-align: left;
  display: inline-block;
}
.section-news .news .holder .event img {
  max-width: 100%;
}
.section-news .news .holder .event h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em;
  font-weight: bold;
}
.section-news .news .holder .event p {
  color: #9b9b9b;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.section-news .news .holder .event a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  transition: 0.3s opacity linear;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1em;
  text-align: center;
  text-decoration: none;
}
.section-news .news .holder .event a span {
  position: relative;
  font-weight: bold;
  color: #4a7ae2;
  font-size: 1.3em;
  top: 45%;
}
.section-news .news .holder .event:hover a {
  opacity: 1;
}
.section-news .news .holder .event:hover img,
.section-news .news .holder .event:hover p,
.section-news .news .holder .event:hover h3 {
  filter: blur(10px);
}
.section-demo {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
}
.section-demo .container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}
.section-demo .container h2 {
  color: #4a7ae2;
  padding-bottom: 70px;
}
.section-demo .container .video {
  display: inline-block;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 90px;
  position: relative;
}
.section-demo .container .video iframe {
  float: left;
}
.section-demo .container .video .start {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -78px;
  margin-top: -78px;
  opacity: .3;
  cursor: pointer;
  transition: all 0.3s;
  width: 155px;
  height: 155px;
  border-radius: 78px;
  border: 8px solid white;
  background-color: transparent;
}
.section-demo .container .video .start:hover {
  opacity: 1;
}
.section-demo .container .video .start i {
  position: absolute;
  left: 38px;
  top: 35px;
}
.section-demo .container .video .thumbnail_wrapper {
  overflow: hidden;
  background-color: #000;
}
.section-demo .container .video .thumbnail_wrapper .thumbnail {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-subscribe {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
.section-subscribe .input-wrapper {
  position: relative;
  display: inline-block;
}
.section-subscribe input {
  border: none;
  font-size: 18px;
  background-color: white;
  height: 60px;
  padding: 10px 190px 10px 35px;
  border-radius: 60px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  max-width: 500px;
}
.section-subscribe input:focus {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.section-subscribe button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  border-radius: 40px;
  background-color: #1d98ff;
  background-image: radial-gradient(circle at 50% 0, #1d98ff, #a21bff);
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  outline: none;
}
.section-subscribe button:hover,
.section-subscribe button:active,
.section-subscribe button:focus {
  text-decoration: none;
}
.section-subscribe p {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.section-subscribe p.success {
  color: #4a7ae2;
}
.section-subscribe p.error {
  color: #e21144;
}
.section-post .container {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4em;
}
.section-post h3 {
  color: #4a7ae2;
}
.section-post .partners img {
  height: 10em;
}
.section-post .contacts {
  padding-top: 0.5em;
  line-height: 2em;
  font-size: 2em;
}
.inner_image li {
    list-style: none;
    width: 33%;
    float: left;
}
.inner_image li img {
    width: 100%;
    height: 206px;
}

.boy_gif img {
    width: 100%;
    margin-top: 55px;
}
.boy_gif-title {
    text-align: center;
}
.corect_list {
    text-align: left;
}


@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .mobile-logo-container {
    display: block;
    height: 54px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 10px;
    margin-bottom: 60px;
  }
  .mobile-logo-container .wrapper {
    display: inline-block;
  }
  .mobile-logo-container .wrapper div {
    float: left;
  }
  .mobile-logo-container .name {
    font-size: 24px;
    line-height: 24px;
    padding: 15px 7px;
    height: 54px;
    display: block;
    float: left;
  }
}

.how-works img {
    width: 100%;
}
@media (min-width: 560px) {
  .section-info .container .watch_video {
    margin-left: 15px;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .section-info .container .device-wrapper {
    margin-bottom: 0px;
  }
  .section-info .container .device-wrapper .device {
    margin-top: 23px;
  }
  .section-info .container h1 {
    margin-top: 0;
    font-size: 38px;
  }
  .section-info .container p {
    font-size: 20px;
  }
  .section-info .container .sing-up-holder {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .section-info .container .watch_video {
    position: absolute;
  }
  .landing-page .navbar-top {
    padding-top: 48px;
  }
}
@media (max-width: 560px) {
  .sm-text-center {
    text-align: center;
  }
  .section-info .container {
    text-align: left;
  }
  .section-info .container .watch_video {
    width: 90%;
  }
  .section-info .container .device-wrapper {
    margin-bottom: 0px;
    text-align: center;
  }
  .section-info .container .device-wrapper .device {
    margin: 0 auto;
  }
  .section-info .container h1 {
    margin-top: 0;
    font-size: 26px;
  }
  .section-info .container p {
    font-size: 15px;
    line-height: 29px;
    margin: 30px 0px;
    padding-bottom: 20px;
  }
  .section-info .container .sing-up-holder {
    padding-top: 10px;
    text-align: center;
  }
  .section-info .container .sing-up-holder .container {
    text-align: center;
  }
  .section-features .container {
    padding-bottom: 140px;
  }
  .section-sounds .container h2 {
    padding-top: 100px;
    font-size: 22px;
    padding-bottom: 20px;
  }
  .section-sounds .container .grid .col-xs-4 > i {
    margin: 0;
    box-shadow: none;
    transition: 1s box-shadow linear;
  }
  .section-phone .container {
    text-align: center;
  }
  .section-phone .container h2 {
    font-size: 28px;
  }
  .section-phone .container p {
    color: #a1b4cb;
    font-size: 14px;
    line-height: 29px;
  }
  .section-demo .container .video {
    margin-bottom: 70px;
  }
  .section-subscribe .input-wrapper {
    width: 100%;
  }
  .section-subscribe input {
    padding: 0 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .section-subscribe button {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.social-icon {
  color: #fff;
}
ul.social-icons {
  margin-top: 10px;
  padding: 0;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
ul.social-icons .fa {
  display: inline-block;
  height: 52px;
  width: 52px;
  padding: 10px 14px;
  transition: .5s;
}
ul.social-icons .fa-facebook {
  color: #3d5b99;
}
ul.social-icons .fa-facebook:hover {
  color: white;
  background-color: #3d5b99;
}
ul.social-icons .fa-twitter {
  padding: 10px 12px;
  color: #00aced;
}
ul.social-icons .fa-twitter:hover {
  color: white;
  background-color: #00aced;
}
ul.social-icons .fa-rss {
  color: #eb8231;
}
ul.social-icons .fa-rss:hover {
  color: white;
  background-color: #eb8231;
}
ul.social-icons .fa-youtube {
  color: #e64a41;
}
ul.social-icons .fa-youtube:hover {
  color: white;
  background-color: #e64a41;
}
ul.social-icons .fa-linkedin {
  color: #0073a4;
}
ul.social-icons .fa-linkedin:hover {
  color: white;
  background-color: #0073a4;
}
ul.social-icons .fa-google-plus {
  padding: 10px 9px;
  color: #e25714;
}
ul.social-icons .fa-google-plus:hover {
  color: white;
  background-color: #e25714;
}
.remodal {
  max-width: 503px !important;
}
.remodal h2 {
  margin: 1em 0;
}
.remodal .image-wrap {
  margin: 0 -35px;
}
.remodal .image-wrap img {
  width: 100%;
}
.remodal .content {
  padding-top: 1em;
  text-align: left;
}
@keyframes blink {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 15px #4a7ae2;
  }
  100% {
    box-shadow: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .section-info .container .device-wrapper .device {
    background-image: url('../img/device@2x.png') !important;
    background-size: 631px 265px;
  }
  .section-phone .phone {
    background-image: url('../img/iphone@2x.png') !important;
    background-size: 278px 621px;
  }
  .section-demo .container .video .vjs-big-play-button:before {
    background-image: url('../img/sprite@2x.png') !important;
    background-size: 300px 300px;
  }
/*   .sprite {
    background-image: url('../img/sprite@2x.png') !important;
    background-size: 300px 300px;
  } */
}
#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}
.circularG {
  position: absolute;
  background-color: #4a7ae2;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  animation-name: bounce_circularG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
}
#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
}
#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
}
#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
}
#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
}
#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
}
#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
}
#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

@media screen and (max-width:992px){
    .section-info .container .top_title {
        margin-top: 20px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .section-info .container h1 {
        margin-top: 20px;
        font-size: 18px;
    }
    .promo-video, .pre-order {
        width: 190px;
    }
    .navbar .navbar-nav > li > a {
        padding: 8px 5px;
        font-size: 16px;
    }
    .inner_btn {
        padding-left: 20px;
    }
    .section-phone .container p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 18px;
    }
    .inner_image li img {
        height: 175px;
    }
    .inner_btn {
        margin-top: 0; 
    }
}

@media screen and (max-width:767px){
    .inner_btn {
        margin-top: -50px;
    }
    a {
        word-wrap: break-word;
    }
    .section-news ul {
        padding: 0;
    }
    .kick-starter_btn {
        margin-top: 30px;
        margin-left: 20px;
    }
    .inner_btn {
        padding-left: 0;
    }
    .indiegogo_btn {
        width: 90%;
        height: 100px;
        line-height: 100px;
        margin-top: 40px;
        font-size: 18px;
        margin-left: 5%;
        text-align: left;
        padding-left: 20px;
        background-size: 30%;
        background-position: 90% center;
    }
    .section-info .container .top_title {
        margin-top: 0;
        font-size: 26px;
        margin-bottom: 0;
    }
    .promo-video, .pre-order {
        width: 46%;
        font-size: 18px;
    }
    .hushme-gif img {
        margin-bottom: 15px;
    }
    .section-phone .container h2 {
        font-size: 28px;
        line-height: 34px;
        margin-top: 0;
    }
    .section-phone .container .phoned {
        margin-top: 0;
    }
    .section-news h2 {
        padding: 0;
        margin-bottom: 30px;
        font-size: 2em;
    }
    .inner_image li { width: 100%; } 
    .inner_image li img {
        height: auto;
    }
    .contacts a {
        font-size: 20px;
    }
    .paiplan-row {
        padding: 0;
    }
    #features .col-sm-12 {
        padding: 0;
    }

}
