@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
header .navbar-default {
  background: none;
  border: none;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  /*padding-top: 55px;*/
  padding-top: 15px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 25px;
  padding: 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: -2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*-webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;*/
  border: 1px solid #cccccc;
  padding: 8px;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
header, .bgoverlay {
  background: #cc6698;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cc6698), color-stop(100%, #6b396c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6698, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #824583;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #8c4b8d;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 3px solid #6b396c;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #6b396c;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #6b396c;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #6b396c;
}
header .navbar-default.scrolled .navbar-brand {
  background: #6b396c;
}
section .section-heading .divider:after {
  background: #cc6698;
}
section#about .about-item i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#about .about-item:hover h3 {
  color: #cc6698;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #cc6698;
}
section#features .media i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#features .media:hover h3 {
  color: #cc6698;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#features .media.active .media-heading {
  color: #cc6698;
}
section#reviews {
  background: url("../img/berry/bk-berry.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #cc6698;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #cc6698;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #cc6698;
}
section#screens header h1:after {
  background: #cc6698;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #cc6698;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #cc6698;
}
/* Get app Section */
section#getApp {
  background: url("../img/berry/bk-berry-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #cc6698;
}
/* support section */
section#support header h1:after {
  background: #cc6698;
}
section#support .media i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
section#support .media a {
  color: #cc6698;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#support .media:hover h3 {
  color: #cc6698;
}
/* footer section */
footer {
  background: #cc6698;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cc6698), color-stop(100%, #6b396c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6698, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #cc6698;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #cc6698;
  border-color: #cc6698;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #cc6698;
  border-color: #cc6698;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #6b396c;
}
.btn.btn-default:hover {
  color: #6b396c;
}
form .form-control:focus {
  border-color: #cc6698;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #753e76;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #cc6698;
  }
  header .navbar-default .navbar-collapse {
    background: #6b396c;
  }
  header .navbar-default.scrolled {
    background: #6b396c;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #cc6698;
  }
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pre-loader {
  background: #6b396c;
}


/* NS overrides */
body {
	overflow-x:hidden;
}
hr{
	display:none;
}
.muted{
	color:#999;
}
.container{
	padding-left:0px !important;
	padding-right:0px !important;
}
.column{
	padding-left:0px !important;
	padding-right:0px !important;	
}
.container-fluid{
	padding:0px !important;
}
.container-fluid .row{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}
.section-header {
    margin-bottom: 0px;
}
/* Carousel styling */
.sbSlide .carousel-inner > .item{
	max-height:600px;
}
.sbSlide .carousel-inner > .item > a > img, 
.sbSlide .carousel-inner > .item > img{
	width:100%;
	height:auto;
}
.carousel-control.left{
	background: none;
}
.carousel-control.right{
	background: none;
}
.carousel-control{
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: auto;
	color: #fff;
	text-align: center;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover{
	color: #000;
}
.sbSlide.full-width .carousel-control{
	font-size:50px;
}
.sbSlide .carousel-caption h3,
.sbSlide .carousel-caption h3 a{
	font-size:40px;
	text-decoration:none;
	color: #cccccc;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.sbSlide .carousel-caption{
	top:50% !important;
	bottom:auto !important;
}
.sbSlide .carousel-inner > .item img{
	opacity:0.5;
}
.sbSlide.testimonial h3{
	margin-top: 10px;
}
.sbSlide.testimonial .viewMoreLink{
	font-size:12px;
	margin-top:5px;
}
.sbSlide.testimonial .thumbnail {
	margin-bottom: 0;
}
.sbSlide.testimonial .carousel-control.left, 
.sbSlide.testimonial .carousel-control.right {
	background-image:none !important;
}
.sbSlide.testimonial .carousel-control {
	color:#fff;
	top:40%;
	color:#2a95be;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.sbSlide.testimonial .carousel-control:hover {
	color: #128f76;
}
.sbSlide.testimonial .carousel-control.left, 
.sbSlide.testimonial .carousel-control.right {
	background-image:none !important;
}
.sbSlide.testimonial .carousel-control.right {
	left:auto;
	right:-6px;
}
.sbSlide.testimonial .carousel-control.left {
	right:auto;
	left:-6px;
}
.sbSlide.testimonial .carousel-indicators {
	bottom:-15px;
}
.sbSlide.testimonial .carousel-indicators li {
	border-radius:0;
	width:10px;
	height:5px;
	background:#ccc;
	border:1px solid #ccc;
}
.sbSlide.testimonial .carousel-indicators .active {
	width:12px;
	height:6px;
	background:#18bc9c;
	border-color:#128f76;
}
.sbSlide.testimonial{
	margin-bottom:25px;
}
.sbSlide.testimonial .carousel-control.left,
.sbSlide.testimonial .carousel-control.right {
  background: none;
  width: 25px;
}
.sbSlide.testimonial .item {
  padding: 30px;
}
.sbSlide.testimonial .carousel-inner > .item > a > img, 
.sbSlide.testimonial .carousel-inner > .item > img, 
.sbSlide.testimonial .img-responsive, .thumbnail a > img, 
.sbSlide.testimonial .thumbnail > img{
	min-height:200px;
}
.carousel-caption{
	bottom: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	padding-left:15px;
	padding-right:15px;	
}
.carousel-caption .hero-title{
	font-weight:bold;
	padding-bottom: 5px;
}
.carousel-inner .img-responsive{
	padding-top:55px;
}
.banner-caption{
	position: absolute;
	right: 0;
	top: 230px;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
	width:70%;
	margin:0 auto;	
	max-height: 250px;
}
.banner{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	max-height: 580px;
}
.hero-banner{
	width:100% !important;
}
.banner .hero-heading{
	font-weight:bold;
	padding-bottom:7px;
}
.banner .hero-text{
	font-size:20px;
}
.banner .hero-button{
	margin-top:10px;
}


.intro {
  background-image: url("/std/campaigns/template-3/assets/images/bk-berry-ga.jpg") !important;
  text-align:center;
  color:#fff;
  padding-bottom: 25px;
  padding-top: 10px;  
}
.intro h2{
	font-size: 45px;
	font-weight: 300;	
	color:#fff;
}
.hero {
  background-image: url("/std/campaigns/template-3/assets/images/bk-berry.jpg") !important;
  text-align:center;
  color:#fff;
  padding-bottom: 25px;
  padding-top: 10px;  
}
.hero .jumbotron{
	background:transparent;
}
.hero h2{
	font-size: 45px;
	font-weight: 300;	
	color:#fff;
}


.eoiPortlet h2{
	text-align:center;
}




.feature-box-icon .icon {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
.feature-box-icon .icon i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
  font-size: 3em;
}
.feature-box-icon .icon i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
.feature-box-icon .icon:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
.feature-box-icon .icon:hover h3 {
  color: #cc6698;
}

section.job-list{
	padding-bottom:0px;
	padding-top:10px;
}
.panel-success > .panel-heading {
    background-color: #cc6698;
    border-color: #cc6698;
    color: #fff;
}
section.job-list a{
	color: #6b396c;
}


footer .list-inline {
  display: block;
  margin-top: 30px;
}
footer .list-inline a {
  margin: 0 8px;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .list-inline a i {
  width: 1em;
}
footer .list-inline a i.fa{
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
footer .list-inline a {
  border: 2px solid #ffffff;
}
footer .list-inline a i {
  color: #ffffff;
}
footer .list-inline a:hover {
  background: #ffffff;
}
footer .list-inline a:hover i {
  color: #cc6698;
}



.eoiPortlet{
	padding:0px 3px 3px 3px;
}
.eoiPortlet h2{
	padding-left:15px;
}
.eoiPortlet select.form-control{
	font-weight:normal;
	padding-left: 2px;
}
.eoiPortlet button.multiselect{
	background: #fff;
    color: #333;
	border: 1px solid #ccc;
	border-radius:0px;
}
.eoiPortlet .multiselect-container.dropdown-menu{
	background-color: #ffffff;
	border: 1px solid #ddd;
	margin-top: 0px;
	border-top-left-radius: 0px;
	position:relative;
}
.eoiPortlet .dropdown-menu > li > a{
	color:#666666 !important;
	padding:4px;
}
.eoiPortlet .multiselect-container > li > a > label{
	padding-left:25px;
}
.eoiPortlet .dropdown-menu > .active > a{
	background-color: #ffffff;
}
.eoiPortlet button.multiselect{
	text-align:left;
}
.eoiPortlet .validationMessage{
	font-size: 11px;
	font-weight: bold;
	color: #e60000;
	position: absolute;
	top: -16px;
	left:17px;
    display: block;
    width: 100%;
}	
.eoiPortlet .form-group{
	margin-bottom:0px;
}
.eoiPortlet .row {
    padding-bottom: 9px;
    padding-top: 9px;
	margin-right: 0px;
	margin-left: 0px;
}

/* EOI in 1 col layout */
.column.col-md-12 .eoiPortlet .btn-group{
	width:565px;
}
.column.col-md-12 .eoiPortlet button.multiselect{
	padding-left: 6px;
	padding-right: 5px;
	width:551px;
}
.column.col-md-12 .eoiPortlet .eoiCategory .btn .caret {
    margin-left: 346px;
}
.column.col-md-12 .eoiPortlet .eoiLocation .btn .caret {
    margin-left: 380px;
}
.column.col-md-12 .eoiPortlet .date .ui-inputfield{
	width:551px;
}

/* EOI in 2 col layout */
.column.col-md-6 .eoiPortlet .btn-group{
	width:267px;
}
.column.col-md-6 .eoiPortlet button.multiselect{
	padding-left: 6px;
	padding-right: 5px;
	width:273px;
}
.column.col-md-6 .eoiPortlet .eoiCategory .btn .caret {
    margin-left: 65px;
}
.column.col-md-6 .eoiPortlet .eoiLocation .btn .caret {
    margin-left: 95px;
}
.column.col-md-6 .eoiPortlet .date .ui-inputfield{
	width:273px;
}

/* EOI in 3 col layout */
.column.col-md-4 .eoiPortlet .btn-group{
	width:177px;
}
.column.col-md-4 .eoiPortlet button.multiselect{
	padding-left: 6px;
	padding-right: 5px;
}
.column.col-md-4 .eoiPortlet .multiselect-selected-text{
	width: 145px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;	
	margin-right: 5px;
	text-overflow: ellipsis;
}
.column.col-md-4 .eoiPortlet .date .ui-inputfield{
	width:175px;
}

/* EOI in 4 col layout */
.column.col-md-3 .eoiPortlet .btn-group{
	width:127px;
}
.column.col-md-3 .eoiPortlet button.multiselect{
	padding-left: 6px;
	padding-right: 5px;
}
.column.col-md-3 .eoiPortlet .multiselect-selected-text{
	width: 95px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;	
	margin-right: 5px;
	text-overflow: ellipsis;
}
.column.col-md-3 .eoiPortlet .eoiLocation .multiselect-container.dropdown-menu{
	left: -35px;
}
.column.col-md-3 .eoiPortlet .date .ui-inputfield{
	width:126px;
}
.eoiPortlet .eoi-overlay{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align:center;
	border: 1px double #aaa;
}
.eoiPortlet .eoi-overlay .eoi-spinner{
	top: 36%;
	left: 36%;
	position: absolute;
	border: 1px solid #aaa;
	padding: 5px;
	background: #ffffff;
	border-radius: 5px;
	padding:3px 10px 3px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);	
}
.eoiPortlet .eoi-overlay .loaderText{
	color: #333;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu{
	border:none;
	background-color:#1e8bc2;
	padding:0px;
	width:100%;
}
.dropdown-menu > li > a{
	color:#ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}
.dropdown-menu > li > a:hover{
	font-weight:bold;
	background:transparent;
	color:#ffffff;
}



#ss_menu2.list-inline {
  display: block;
  margin-top: 5px;
  text-align:right;
}
#ss_menu2.list-inline a {
  margin: 0 8px;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#ss_menu2.list-inline a i {
  width: 1em;
}
#ss_menu2.list-inline a i.fa{
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
#ss_menu2.list-inline a {
  border: 2px solid #cc6698;
}
#ss_menu2.list-inline a i {
  color: #cc6698;
}
#ss_menu2.list-inline a:hover {
  background: #cc6698;
}
#ss_menu2.list-inline a:hover i {
  color: #ffffff;
}


.eoiPortlet .btn.btn-primary{
	float:left;
}
.eoiPortlet .btn.btn-primary.join-now{
	position: relative;
	margin-top: -54px;
	left: 350px;
}





/* Responsive Styles overrides */
@media (min-width:769px) and (max-width:1024px){
	.banner-caption{
		bottom: 15px;
		min-height: 250px;
		top: 15px;
		width: 90% !important;
	}
	.column.col-md-12 .eoiPortlet .btn-group,
	.column.col-md-12 .eoiPortlet button.multiselect,
	.column.col-md-12 .eoiPortlet .multiselect-selected-text{
		width:465px;
	}
	.column.col-md-12 .eoiPortlet .date .ui-inputfield{
		width:463px;
	}	
	.column.col-md-12 .eoiPortlet .eoiCategory .btn .caret {
		margin-left: 260px;
	}	
	.column.col-md-12 .eoiPortlet .eoiLocation .btn .caret {
		margin-left: 294px;
	}	
	.column.col-md-6 .eoiPortlet .btn-group,
	.column.col-md-6 .eoiPortlet button.multiselect,
	.column.col-md-6 .eoiPortlet .multiselect-selected-text{
		width:223px;
	}
	.column.col-md-6 .eoiPortlet .date .ui-inputfield{
		width:223px;
	}	
	.column.col-md-6 .eoiPortlet .eoiCategory .btn .caret {
		margin-left: 18px;
	}	
	.column.col-md-6 .eoiPortlet .eoiLocation .btn .caret {
		margin-left: 48px;
	}	
	.column.col-md-4 .eoiPortlet .btn-group,
	.column.col-md-4 .eoiPortlet .multiselect-selected-text{
		width:112px;
	}
	.column.col-md-4 .eoiPortlet .date .ui-inputfield{
		width:140px;
	}	
	.column.col-md-4 .eoiPortlet .eoiLocation .multiselect-container.dropdown-menu{
		left:-20px;
	}
	.column.col-md-3 .eoiPortlet .btn-group,
	.column.col-md-3 .eoiPortlet .multiselect-selected-text{
		width:72px;
	}
	.column.col-md-3 .eoiPortlet .date .ui-inputfield{
		width:100px;
	}	
	.column.col-md-3 .eoiPortlet .eoiLocation .multiselect-container.dropdown-menu{
		left:-58px;
	}	
}

@media(max-width:767px) {
	.container.banner{
		padding-top:0px !important;
	}
	.carousel-inner{
		overflow:visible;
	}
	.banner-caption{
		width:95% !important;
		position:relative !important;
		top:100px;
		max-height: 350px;
	}
	.navbar-right .navbar-nav {
		float: none !important;
	}
	.footer-logo img{
		max-width: 30%;
	}
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
	.carousel-inner .img-responsive{
		padding-top:55px;
	}	
	.sbSlide.testimonial .carousel-control.right {
		right:10px;
	}
	.sbSlide.testimonial .carousel-control.left {
		left:10px;
	}	
	.sbSlide.full-width .carousel-caption {
		top: 50% !important;
		bottom: auto !important;
		margin: 0 auto;
		left: 0;
		border-radius: 0px;
		position: relative !important;
	}	
	.sbSlide.full-width .carousel-caption h3, 
	.sbSlide.full-width .carousel-caption h3 a{
		font-size:25px;
	}
	.sbSlide.full-width .carousel-indicators {
		bottom: -10px;	
	}
	.sbSlide.full-width .carousel-control {
		font-size: 30px;
		color: #999;	
	}
	
	
	.eoiPortlet form .form-control{
		margin-top:10px;
	}
	.eoiPortlet .row {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.eoiPortlet .form-group{
		margin-bottom:15px;
	}
	.eoiPortlet .btn.btn-primary.join-now {
		position: relative;
		margin-top: 0px;
		left: auto;
	}	
}

/* iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.banner-caption {
		top: 55px;
	}
	.navbar-brand > img,
	footer .footer-logo img	{
		max-width: 25%;
		height: auto;
		display: block;
	}
	.rasp_videoportlet .card{
		margin-top:20px;
		margin-bottom:20px;
	}
	.feature-box-image .feature > div{
		margin-top:20px;
		margin-bottom:20px;
	}
	.eoiPortlet .form-group{
		margin-bottom: 25px;
	}
	.eoiPortlet .row {
		padding-bottom: 0px;
		padding-top: 0px;
	}	
	.column.col-md-12 .eoiPortlet button.multiselect{
		width: 740px;
	}
	.column.col-md-12 .eoiPortlet .eoiCategory .btn .caret {
		margin-left: 530px;
	}
	.column.col-md-12 .eoiPortlet .eoiLocation .btn .caret {
		margin-left: 562px;
	}
	.column.col-md-12 .eoiPortlet .date .ui-inputfield {
		width: 740px;
	}	
}

/* iPhone in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) {	
	/*body{
		margin-top:77px;
	}*/
	.container-fluid{
		padding-left:15px;
		padding-right:15px;
	}
	.banner-caption {
		top: 2px;
	}
	.navbar-brand > img,
	footer .footer-logo img	{
		max-width: 70%;
		height: auto;
		display: block;
	}	
	.carousel-control{
		display:none;
	}	
	.container>.navbar-header, .container-fluid>.navbar-header, 
	.container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 3px;
	}
	.navbar button .fa-bars span{
		display:none;
	}
	.navbar button .fa-bars.fa-lg {
		font-size: 1em;
		line-height: .25em;
	}
	.navbar-toggle{
		padding: 3px 7px;
	}
	.column.col-md-12 .eoiPortlet button.multiselect{
		width:340px;
	}
	.column.col-md-12 .eoiPortlet .eoiCategory .btn .caret {
		margin-left: 130px;
	}
	.column.col-md-12 .eoiPortlet .eoiLocation .btn .caret {
		margin-left: 164px;
	}
	.column.col-md-12 .eoiPortlet .date .ui-inputfield {
		width: 340px;
	}	
}