/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 #downloadbutton {
 display: none;
}


@font-face {
  font-family: 'Replica-Regular';
  src: url('../fonts/Replica-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../fonts/Replica-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Replica-Light';
  src: url('../fonts/Replica-Light.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../fonts/Replica-Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.replicafnt {
   font-family: 'Replica-Regular', 'Helvetica', 'Arial', 'sans-serif';
}

.heading-font {
  font-family: 'Replica-Regular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Replica-Light', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Replica-Light', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}


html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Replica-Light', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #09bab2;
}
a:hover,
a:focus {
  color: #09bab2;
  outline: 0;
}
.section-heading > hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Replica-Regular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Replica-light', 'Helvetica', 'Arial', 'sans-serif';
}
.navbar {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Replica-Regular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar .navbar-brand {
  font-family: 'Replica-Regular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #09bab2;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #09bab2;
}
.navbar .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar .navbar-nav > li > a {
  font-family: 'Replica-Light', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:focus {
  color: #222222;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li > a.active:focus {
  color: #09bab2 !important;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus:hover {
  color: #09bab2 !important;
}


.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:focus {
  color: #09bab2 !important;
  background-color: transparent;
}
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar .navbar-brand:hover,
  .navbar .navbar-brand:focus {
    color: white;
  }
  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar .navbar-nav > li > a.active,
  .navbar .navbar-nav > li > a.active:focus {
    color: white;
  }
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus:hover {
    color: white;
  }
  .navbar.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar.affix .navbar-brand {
    color: #222222;
  }
  .navbar.affix .navbar-brand:hover,
  .navbar.affix .navbar-brand:focus {
    color: #09bab2;
  }
  .navbar.affix .navbar-nav > li > a,
  .navbar.affix .navbar-nav > li > a:focus {
    color: #222222;
  }
  .navbar.affix .navbar-nav > li > a:hover,
  .navbar.affix .navbar-nav > li > a:focus:hover {
    color: #09bab2;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url("../img/bg-pattern.png"), #3f4db8;
  /* fallback for old browsers */
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #08bab1, #3f4db8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #08bab1, #3f4db8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

header.shoppixplus{
    background: url("../img/bg-pattern.png"), #08bab1;
  /* fallback for old browsers */
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #3f4db8, #08bab1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #3f4db8, #08bab1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
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 img {
margin-left: 30px;

}


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; /*didnt work in ie*/
    display:block;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}
section.features .section-heading {
  margin-bottom: 100px;
}
section.features .section-heading h2 {
  margin-top: 0;
}
section.features .section-heading p {
  margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  background: -webkit-linear-gradient(to left, #08bab1, #3f4db8);
  background: linear-gradient(to left, #08bab1, #3f4db8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*new to align image to center*/
img.center {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  section.features .device-container,
  section.features .feature-item {
    margin-bottom: 100px;
  }
}

section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  padding: 250px 0;
}
section.cta-bg-gb {
  background-image: url('../img/bg-cta.jpg');
}
section.cta-bg-fr {
  background-image: url('../img/fr/bg-cta.jpg');
}
section.cta-bg-br {
  background-image: url('../img/br/bg-cta.jpg');
}
section.cta-bg-es {
  background-image: url('../img/es/bg-cta.jpg');
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  /*margin-bottom: 25px;*/
  color: white;
  max-width: 570px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 60px;

  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.5); to make background darker*/
  position: absolute;
  top: 0;
  left: 0;
}
section.contact {
  text-align: center;
}
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.contact ul.list-social li.social-Mail a {
  /*background-color: #d35a81;*/
}

section.contact ul.list-social li.social-Mail a:hover {
  /*background-color: #d77a81;*/
}


footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.bg-primary {
  background: #08bab1;
  background: -webkit-linear-gradient(#09b0a8, #08bab1);
  background: linear-gradient(#09b0a8, #08bab1);
}
.text-primary {
  color: #08bab1;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #09bab2;
  border-color: #09bab2;
}
.btn {
  font-family: 'Replica-Light', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}



/*compensate background image for mobile screen*/
@media (max-width: 991px) {
/*//USE A DIFFERENT image*/

section.cta {
  padding-bottom: 300px;
}

section.cta-bg-gb {
  background-image: url('../img/bg-ctaV2.jpg');
}

section.cta-bg-fr {
  background-image: url('../img/fr/bg-ctaV2.jpg');
}

section.cta-bg-br {
  background-image: url('../img/br/bg-ctaV2.jpg');
}

section.cta-bg-es {
  background-image: url('../img/es/bg-ctaV2.jpg');
}

section.cta .cta-content h2 {
display:none;
}

#downloadbutton {
 display: inline;
}

section.cta .cta-content .container {
 text-align: center;
 position: relative;
 top: -130px;
}
/* move text*/

}




@media (min-width: 768px){

.modal-dialog {
    width: 700px;
    margin: 30px auto;}

}

@media (min-width: 992px){

.modal-dialog {
    width: 930px;
    }

}


/*####################### CUTSOMIZED  ########################*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}


.bgshoppixart {
    background: url(../img/bg-pattern.png), linear-gradient(to left, #08bab1, #3f4db8);
}
.bgshoppixartinvert {
    background: url(../img/bg-pattern.png), linear-gradient(to left, #3f4db8, #08bab1);
}
.sectioncustomcss {
  margin-bottom: 50px!important;
}

.feature-item {
margin-top: 50px!important;
}


/*//loader for survey page*/

.loader {
  position:absolute;
  left:50%;
  top:40%;
  margin-left:-40px;
  margin-top: -40px;
    border: 16px solid rgba(245, 245, 245, 0.71);
    border-top: 16px solid rgba(10, 183, 178, 0.78);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loadingtext {
  position:absolute;
  left:50%;
  top:20%;
  margin-left:-100px;

}

/*terms and conditions page content #a5a5a5*/
.termscontent{
     /* margin-top: 80px; */
    margin-bottom: 50px;
    padding: 18px 30px 30px 30px;
    background: white;
    color: #294487;
}

.termscontent  h3 {
text-align: center;
margin-bottom: 20px;
}

.termscontent  p {
font-size:15px;
}

section.features .feature-item h3 {
    font-size: 23px;
}



/*FAQS*/

section.FAQsection {
    text-align: center;
}


.faqHeader {
    font-size: 27px;
    margin: 20px;
}

/*//the arrow*/
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: rgb(181, 181, 181);
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); */
    color: white;
}

/*overide bootstrap*/
.panel-default>.panel-heading {
    color: white;
    background-color: transparent;
    border-color: white;
}

.panel {
    background-color: transparent;
    border: none;
    box-shadow:none;
    }

a:focus.accordion-toggle, a:hover.accordion-toggle {
color:white;
text-decoration: none;
    font-weight: 400;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
     border-top: none;
}


/*contact section*/
/*override new age color*/
section.contact ul.list-social li a {
    color: #08bac2;
}


.modalMarginFix > div {
  margin-top: 0px;
}


.closebtn {

    color: #e6e6e6;
    background-color: #08bac2;


}


.pdfdoc img {
max-width:80px;
}

.pdfdoc {
    margin-right: 20px;
}

.faqcontent h5 {
color:#08bac2;
}






.modal-nav button {
    background-color: #08bac2;
    color: white;
    border: none;
    margin-top: 2px;
}

.faq-ownpage .modal-nav {
    display:none;
}


span.highlightsection h5, span.highlightsection p, span.highlightsection ul {
    background-color: rgba(255, 255, 0, 0.33);
}



.listnone {
    list-style:none;
}


@media (max-width: 768px){

#registerEmail{
font-size: 8px;
}

}

.alert-success {
    color: #ffffff;
    background-color: rgba(8, 186, 177, 0.68);
    border-color: #09bab2;
}

.alert-danger {
    color: #ffffff;
    background-color: rgba(184, 60, 60, 0.58);
    border-color: #b83c3c;
}


.version_select{
  font-size: 0.7em;
  padding: 6px;
  border-width: 1px;
  border-color: #09bab2;
  color: #09bab2;
  margin-top:10px;
  box-shadow: none !important;
}


/* //formatting the select box for consistantly accross ios */
select.select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select.select-style {
border: 1px solid #5556;
padding: 0.5em;
font-size: 15px;
line-height: 1.2em;
width: 80%;
background: #fff;
background: white;
/* -webkit-appearance: none; */
-webkit-box-shadow: none;
-webkit-border-radius: 2px;
}
.selectarrow{
    max-width: 15px;
    position: relative;
    left: -30px;
    pointer-events: none;
}
@media (max-width: 340px) {
  .selectarrow {
    display:none;
  }
}
.select-style select:focus {
  outline: none;
}

.PP_list, .TC_list {
  margin-top: 15px;
}


/* For Bootstrap v4 */

@media (min-width: 768px) {
  .bg-light {
    background-color: initial !important;
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  /* .navbar-light .navbar-nav .nav-link:hover {
    color:white !important;
  } */

}

@media (max-width: 768px) {
  .bg-light {
    background-color: white !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #222222
  }
}

.sps--abv {
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.sps--blw {
  background-color: white !important;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.sps--blw .navbar-nav .nav-link {
  color: #222222 !important;
}

.sps--blw .navbar-brand, .sps--blw .navbar-brand:hover {
  color: #09bab2;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
      line-height: 20px;
  }
  #navbarSupportedContent .ml-auto {
    margin-right: -15px;
  }
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: initial;
  }
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.custom-hidden {
  display: none;
}


.flagstrap {
  top: 0px;
  /* left: -9px; */
}

.flagstrap button {
  border-radius: 2px;
  border: 0px;
  background-color: white;
  font-size: 11px;
  padding: 3px;
}

.dropdown-menu {
  padding-left: 10px;
}

.dropdown-menu li {
  padding-top: 5px;
  font-size: 13px;
  cursor: pointer;
}

[custom-hidden] {
  display: none;
}
