
header {
  margin-top:-50px;
  position: relative;
  width: 100%;
  min-height: auto;
  height: 100vh;
  overflow-y: hidden;
  background: url("../img/bg-pattern.png"), #40508b;
  /* fallback for old browsers */
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #40508b, #25a9c1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #40508b, #25a9c1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header .header-more-content{
  position: absolute;
  bottom: 0;
  width: 200px;
  left:50%;
  margin-left: -100px;
  text-align: center;
}
header .header-more-content .arrow{
  color: #fff !important;
  font-size: 20px;

}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;

}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    /*position: absolute;*/
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  font-size: 50px;
}
section.download {
  padding: 150px 0;
  position: relative;
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.tools{
  background-color:#f6f6f6;
}
section.tools .section-heading {
  margin-bottom: 100px;
}
section.tools .section-heading h2 {
  margin-top: 0;
}
section.tools .section-heading p {
  margin-bottom: 0;
}
/*section.tools .device-container,
section.tools .feature-item {
  max-width: 300px;
  margin: 0 auto;*/
}
section.tools .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.tools .device-container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width : 767px) {
    section.tools .feature-item {
        height: auto !important;
    }
}
section.tools .feature-item {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 50px;
  background-color:#fff;
  position:relative;
  /*padding: 25px;
  border: 1px solid #ccc;*/
  -webkit-transition: border 300ms,opacity 300ms;
  transition: border 300ms,opacity 300ms;
}

section.tools .feature-item:before {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid rgba(0,0,0,0.12);
}
section.tools .feature-item:after {
  opacity: 0;

}
section.tools .feature-item:hover:after,
section.tools .feature-item:focus:after {
  opacity: 1;
}

section.tools .feature-item:after {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  border: 2px solid #009688;
  -webkit-transition: border 300ms,opacity 300ms;
  transition: border 300ms,opacity 300ms;
}
section.tools a.feature-item:hover, section.tools a.feature-item:focus{
  text-decoration:none;
}

section.tools .feature-item-description{
  padding:25px 25px 0 25px ;
}
section.tools .feature-item-description p{
  margin:0px;
}
section.tools .feature-item-tray{
  padding-bottom:25px;
}
section.tools .feature-item-discount{
  margin-top:15px;
  margin-bottom: 5px;
  height: 25px;
}
section.tools .feature-item-discount .label{
  font-size: 14px !important;
}
section.tools .item-price {
    font-size: 20px;
    height: 30px;
    /*padding: 5px;*/
    color: #777;
}
section.tools .item-price.discount {
    text-decoration: line-through;
}
section.tools .feature-item-tray .btn{
  margin-top:5px;
}
section.tools .feature-item h3 {
  font-size: 30px;
}
section.tools .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.tools .feature-item .img-responsive{
  max-width:120px;
  margin:auto;
}

@media (min-width: 992px) {
  section.tools .device-container,
  section.tools .feature-item {
    max-width: none;
  }
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta.jpg');
  padding: 250px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 450px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
section.contact form{
  text-align: left;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

section.news {
  text-align: center;
}
section.news form{
  text-align: left;
}
section.news h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.news .form-control{
  border: none;

}
section.news .btn-white {
  margin-top: 10px;
  background-color: #fff;
  color: #0284be;
}
section.news .btn-white:hover {
  color: #333;
}
