/* Overrides */
a{
  font-size: 14px;
}
a:hover, a:focus{
  text-decoration: none;
}
.navbar-brand{
  height: auto;
  padding-top: 0;
}
.navbar-header{
}
.navbar-nav {
  text-align: center;
  /*margin-bottom: 15px;*/
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}
.nav > li > a {
  margin: 0 5px;
  padding: 5px 5px;
}

.nav-pills{
  text-align: center;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  font-weight: bold;
  font-size: 14px;
  margin: 5px;
  text-transform: uppercase;
}
.nav-pills > li {
  display: inline-block;
}
@media screen and (max-width: 1024px){
  .nav > li > a{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px){
  .navbar-header{
    left: initial;
    position: initial;
    transform: initial;
  }
  .navbar-brand{
    padding: 15px;
  }
  .navbar-nav {
    width: 100%;
    text-align: left;
  }
  .navbar-nav > li {
    display: block;
  }
  .nav-pills > li > a {
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px){
  .navbar-nav {
    width: 80%;
    text-align: right;
  }
  .navbar-nav > li {
    display: inline-block;
  }
}
.swiper-button-next, .swiper-button-prev{
    opacity: .5;
    width: 30px;
    height: 20px;
}

/* Thumbnails */
.thumbnail img{
  height: 165px;
  width: 100%;
  object-fit: contain;
}
.thumbnail{
  min-height: 315px;
  padding: 5% 0 0 0;
  border: 0 solid transparent;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.thumbnail .caption {
    padding: 0 20px 10px 15px;
}

/* Custom styles */
.navbar-logo{
  width: 100%;
  height: auto;
  margin-top: -3px;
}
.header{
  font-size: 45px;
  font-weight: 400;
}
@media screen and (max-width: 768px){
  .promo-title{
    font-size: 40px;
  }

  .navbar-logo{
    width: auto;
  }
}
.about-banner{
  margin-top: 168px;
}
.contact-us{
  margin-top: 168px
}
.user-profile{
  margin-top: 168px
}
.payment-success{
  margin-top: 180px;
  max-width: 1350px;
}
.promo-big{
  font-size: 22px;
  font-weight: 400;
  color: #3cc6cd;
  margin: 25px 0;
}
@media screen and (max-width: 768px){
  .promo-big{
    font-size: 28px;
    font-weight: bold;
    color: #3cc6cd;
    margin: 10px 0;
  }

  .about-banner{
    margin-top: 24px;
  }
  .contact-us{
    margin-top: 40px;
  }
  .user-profile{
    margin-top: 40px;
  }
  .payment-success{
    margin-top: 10px;
  }
}
a.categories{
  width: 100%;
  height: 300px;
  color: white;
}
a.categories:hover{
  opacity: 0.8;
  text-decoration: none;
}
.circle{
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.table{
  display: table;
}
@media screen and (max-width: 420px){
  .table{
    font-size: 12px;
  }

  .table > tbody > tr > td{
    padding: 0px;
    text-align: center;
  }

  .table > tbody > tr > td > p {
    font-size: 12px;
  }
}
.td{
  display: table-cell;
}
.vmid{
  vertical-align: middle;
}
.bg-grey{
    background-color: #666;
    color: white;
}
.bg-lightgrey{
    background-color: #eee;
    color:#666;
}
.bg-lightergrey{
    background-color: #f8f8f8;
    color:#666;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.bg-image{
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:200px;
    text-indent: -9999px;
}
.social-icons{
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  margin: 5px;
  background-color: #4258b2;
  color: white;
  border-radius: 50%;
}
@media screen and (max-width: 767px){
  .social-icons{
    margin: 0;
  }
}
.social-icons:hover, .social-icons:focus{
  color: white;
}
quote-open, quote-close{
  display:block;
  font-size: 50px;
  font-weight: bolder;
  color: #c3c3c3;
}
quote-open{
  padding: 8px 0 0 0;
}
.quotes{
  font-size: x-large;
  color: #555;
}
.middle{
  height: 28em;
  display: flex;
  align-items: center;
  justify-content: center
}
@media screen and (max-width: 960px){
  .middle{
    height: auto;
    margin: 45px 0 0 0;
  }
}
@media (min-width: 992px){
  .description-wrap {
      height: 100%;
      position: fixed;
  }
}
@media (max-width: 768px){
  .btn-padding {
      padding-left: 20px;
  }
}

/* custom button styles */
.btn-rounded{
  display: inline-block;
  border-radius: 35px;
  padding: 15px 50px;
  border-color: transparent;
  border-top: none;
  border-bottom: 0px solid transparent;

  /* Background color gradient */
  /* http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2866\%2C87\%2C178\%2C1\%29\%200\%25\%2C\%20rgba\%2860\%2C199\%2C205\%2C0\.4\%29\%20100\%25\%29\%3B' */
  background: rgba(66,87,178,1);
  background: -moz-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,87,178,1)), color-stop(100%, rgba(60,199,205,0.3)));
  background: -webkit-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,1) 100%);
  background: -o-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,1) 100%);
  background: -ms-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,1) 100%);
  background: linear-gradient(to bottom, rgba(66,87,178,1) 0%, rgba(60,199,205,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4257b2', endColorstr='#3cc7cd', GradientType=0 );
}
.btn-rounded:focus, .btn-rounded:hover{
  border-color: transparent;
  border-top: none;
  border-bottom: 0px solid transparent;

  /* Background color gradient */
  /* http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2846\%2C174\%2C178\%2C1\%29\%200\%25\%2C\%20rgba\%2856\%2C74\%2C153\%2C1\%29\%20100\%25\%29\%3B' */
  background: rgba(56,74,153,1);
  background: -moz-linear-gradient(top, rgba(56,74,153,1) 0%, rgba(100,145,184,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,74,153,1)), color-stop(100%, rgba(100,145,184,1)));
  background: -webkit-linear-gradient(top, rgba(56,74,153,1) 0%, rgba(100,145,184,1) 100%);
  background: -o-linear-gradient(top, rgba(56,74,153,1) 0%, rgba(100,145,184,1) 100%);
  background: -ms-linear-gradient(top, rgba(56,74,153,1) 0%, rgba(100,145,184,1) 100%);
  background: linear-gradient(to bottom, rgba(56,74,153,1) 0%, rgba(100,145,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384a99', endColorstr='#6491b8', GradientType=0 );
}
.btn-rounded-none{
  display: inline-block;
  border-radius: 50px;
  border-color: black;
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
}
.btn-rounded-inverse{
  display: inline-block;
  border-radius: 50px;
  border-color: #34458d;
  border: 1px solid #34458d;
  background-color: #34458d;
  color: #fff;
}
.btn-rounded-inverse:hover,
.btn-rounded-inverse:focus{
  border-color: black;
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
}
.btn-line{
  border-bottom: 0px solid #3c3c3c;
  color: #888;
  background-color: transparent;
  border-color: #888;
  border: 1px solid #888;
}
.btn-line:hover,
.btn-line:focus{
  color: #fff;
  background-color: #888;
  border-color: #888;
  border: 1px solid #888;
}

.no-padding{
  padding: 0;
}
.float-right-xl{
  width: auto;
  margin-top: 90px;
}
.hide-xs{
  display:block !important;
}
.show-xs{
  display:none !important;
}
@media screen and (max-width: 768px){
  .float-right-xl{
    margin-top: -30px;
    margin-bottom: 40px;
    width: 100% !important;
  }
  .hide-xs{
    display:none !important;
  }
  .show-xs{
    display:block !important;
  }
  .navbar-logo{
    height: 24px;
    margin-top: 0px;
  }
}

/* Video */
video{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
#progressBar{
  width: 100%;
  background: #fff;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 1px;
  background: #34458d;
}
/* Carousel */
#owl-slider .item img{
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
#owl-slider .item video{
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
#owl-slider .item .caption-box{
  display: block;
  /* Background color gradient */
  /* http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2866\%2C87\%2C178\%2C1\%29\%200\%25\%2C\%20rgba\%2860\%2C199\%2C205\%2C0\.4\%29\%20100\%25\%29\%3B' */
  background: rgba(66,87,178,1);
  background: -moz-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,87,178,1)), color-stop(100%, rgba(60,199,205,0.3)));
  background: -webkit-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,0.3) 100%);
  background: -o-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,0.3) 100%);
  background: -ms-linear-gradient(top, rgba(66,87,178,1) 0%, rgba(60,199,205,0.3) 100%);
  background: linear-gradient(to bottom, rgba(66,87,178,1) 0%, rgba(60,199,205,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4257b2', endColorstr='#3cc7cd', GradientType=0 );

  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color:white;
}
#owl-slider .item .caption-box .mt-box{
  margin-top: 28vh;
}
@media screen and (max-width: 768px){
  #owl-slider .item .caption-box .mt-box{
    margin-top: 18vh;
  }
}
img.promotion-slider{
  object-fit: contain !important;
}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #007aff;
}
/* Side filters */
.side-filters{
  padding-left: 20px;
  margin-top: 70px;
}
.side-filters .checkbox label,
.side-filters .radio label{
  padding-left: 0;
}
.icheckbox_square, .iradio_square {
    margin-right: 10px !important;
}

/* Product details */
ul.specs {
  padding: 0;
  margin-bottom: 35px;
}
ul.specs li {
    list-style-type: none;
}

/* Footer links */
.footer{
  text-align: right;
}
ul.footer-links{
  padding:0;
  margin-top: 85px;
  font-size: 13.5px;
}
ul.footer-links li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px){
  .footer{
    text-align: center;
  }
  ul.footer-links li {
    list-style-type: none;
    display: block;
    margin: 5px 10px 0 10px;
  }
  ul.footer-links{
    margin-top: 0;
  }
}

.container.mt-150 {
    margin-top:200px;
    margin-bottom:100px;
}


img.product-thumb{
  height: 430px;
  object-fit: contain;
  width: 100%;
}

img.carousel-img-thumbnail{
    width: 100%;
    /*height: 150px;*/
    height: 80px;
    object-fit: cover;
  }

.btn-buynow{
  padding:5px 20px;
}

/* Compare page */
.list-group-item.spec{
  padding: 12px 6px;
  border: 1px solid #ddd;
}
.list-group-item.spec.img{
  padding: 112px;
}
@media screen and (max-width: 992px){
  .list-group-item.spec.img{
    padding: 0;
  }
}
.spec img.product-image{
  height: 200px;
  width:100%;
  object-fit: contain;
}
@media screen and (max-width: 992px){
  .spec img.product-image{
    height: 100px;
    width:100%;
    object-fit: contain;
  }
}
.compare-table{
  table-layout: fixed;
  /*width: 100%;*/
  display: block;
  overflow-x: auto;
}
.compare-table th{
  width: 200px;
  height: 100px;
  padding: 0px 20px;
}
.compare-table td{
  width: 200px;
  height: 50px;
  text-align: center;
}
.compare-table, .compare-table-cell {
   border: 1px solid #dcdcdc;
}

/* Product list */
.name-box {
  position: relative;
  display: inline-block;
  margin-top: 0;
}

.name-box .name-box-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.name-box:hover .name-box-text {
  visibility: visible;
}

.btn-voucher-apply {
    margin-top: 2px;
    font-size: 10pt;
}

/*  Switch Swiper */
.switches-swiper{
  width: 960px;
}
.switch-next, .switch-prev{
  opacity: 1;
  width: 30px;
  height: 40px;
}
 .switches-swiper > .swiper-wrapper > .swiper-slide > .info{
  position: absolute;
  right: 100px;
  top: 80px;
  background: rgba(0, 0, 0, 0.5);
  width: 30%;
  float: right;
  margin-right: 0;
  color: white;
  padding: 20px 10px;
  font-size: 1.5em;
  text-align: center;
}
 .switches-swiper > .swiper-wrapper > .swiper-slide > .info > img{
  max-width: 100%;
  margin-bottom: 5px;
}
 .switches-swiper > .swiper-wrapper > .swiper-slide > .info > p{
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 100;
  display: block;
}
 .switches-swiper > .swiper-wrapper > .swiper-slide > .info > .link{
  font-size: 0.6em;
  display: inline-block;
  background-color: #1db4e3;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

/*  Product Highlight Swiper */
.highlight-title{
  font-size: 30px;
  margin-top: 100px;
  text-align: center;
  color: #4156b2;
}
.highlight-swiper{
  width: 800px;
}

.highlight-swiper > .swiper-wrapper > .swiper-slide > img{
  max-width: 100%;
}

.highlight-swiper > .swiper-wrapper > .swiper-slide > .info{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.highlight-swiper > .swiper-wrapper > .swiper-slide > .info > div > h3{
  color: #4156b2;
  font-weight: 400;
}

.highlight-swiper > .swiper-wrapper > .swiper-slide > .info > div > p{
  font-size: 16px;
  font-weight: 100;
  color: #333;
}

.highlight-swiper > .swiper-wrapper > .swiper-slide > .info > .link{
  background-color: #1db4e3;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.highlight-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  left: 250px;
  bottom: 0;
}

.highlight-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 240px;
  bottom: 0;
}

/* Switch Categories */
.switch-category{
  width: 70%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.switch-category > .category-wrapper{
  width: 220px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin: 10px;
}

.switch-category > .category-wrapper > a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.switch-category > .category-wrapper > a > img{
  width: 100%;
}

.switch-category > .category-wrapper > a > p{
  height: 40px;
  text-align: center;
}

/* Switch Events */
.switch-events{
  width: 50%;
  margin: 0 auto;
}

.switch-events > .events-wrapper{
  width: 100%;
  background-color: #f5f5f5;
  margin: 20px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.switch-events > .events-wrapper > .text{
  width: 70%;
  display: inline-block;
  padding: 20px 25px;
}

.switch-events > .events-wrapper > .event-button{
  display: inline-block;
  width: 30%;
  text-align: right;
  margin-right: 25px;
}

.switch-events > .events-wrapper > .event-button > a{
  background-color: #1db4e3;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.switch-events > .events-wrapper > .text > .title{
  font-size: 16px;
  font-weight: 600;
}

.switch-events > .events-wrapper > .text > .description{
  font-weight: 300;
}

/*  Partner Swiper */
.partner-title{
  font-size: 26px;
  margin-top: 100px;
  text-align: center;
  color: #4156b2;
}
.partner-swiper{
  width: 800px;
  margin-top: 10px;
}

.partner-swiper > .swiper-wrapper > .swiper-slide{
  background-color: #f5f5f5;
}

.partner-swiper > .swiper-wrapper > .swiper-slide > img{
  max-width: 100%;
}

.partner-swiper > .swiper-wrapper > .swiper-slide > .info{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 290px;
}

.partner-swiper > .swiper-wrapper > .swiper-slide > .info > div > h3{
  color: #4156b2;
  font-weight: 400;
  margin-top: 5px;
}

.partner-swiper > .swiper-wrapper > .swiper-slide > .info > div > p{
  font-size: 16px;
  font-weight: 100;
  color: #333;
}

.partner-swiper > .swiper-wrapper > .swiper-slide > .info > .link{
  background-color: #1db4e3;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.partner-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  left: 250px;
  bottom: 230px;
}

.partner-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  right: 240px;
  bottom: 230px;
}

/* Platform Overview */
.overview > .video{
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.overview{
  text-align: center;
}

.overview > .video-desc{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}

.overview > .link{
  background-color: #1db4e3;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  margin: 25px 0;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

/* Newsletter */
.newsletter{
  margin-bottom: 50px;
}

.newsletter > .newsletter-wrapper{
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
}

.newsletter > .newsletter-wrapper > .newsletter-label{
  width: 30%;
  padding: 20px;
}

.newsletter > .newsletter-wrapper > .newsletter-label > .title{
  font-size: 20px;
}

.newsletter > .newsletter-wrapper > .newsletter-label > .description{
  font-size: 16px;
  font-weight: 100;
  color: #555555;
}

.newsletter > .newsletter-wrapper > #newsletterForm{
  width: 70%;
}

.newsletter > .newsletter-wrapper > #newsletterForm > .newsletter-input{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85%;
}

.newsletter > .newsletter-wrapper > #newsletterForm > .newsletter-input > input{
  width: 80%;
  border: 0;
}

.newsletter > .newsletter-wrapper > #newsletterForm > .newsletter-input > .link{
  background-color: #1db4e3;
  padding: 10px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  margin: 25px 0;
  width: 20%;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}