/* Main Styles --------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  color: #3F3F3F;
  font-size: 1rem;
}

p, li, table, td, tr {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #3F3F3F;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

li {
  line-height: 1.5rem;
}

h1 {
  font-weight: 200;
  font-size: 2.75rem;
  line-height: 3rem;
}

h2, .h2 {
  font-size: 2.25rem;
  font-weight: 200;
  margin-bottom: 15px !important;
}

h3 {
  font-size: 1.5rem;
  font-weight: 200;
}

a {
  color: #3F3F3F;
}

a:hover {
  color: #1a2544;
}

.hero-h3 {
  font-weight: 200;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.advantages li{
  list-style-type: disc;
  margin-bottom: 20px;
}

.specs li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.specs td {
  padding-bottom: 10px;
}

footer li,
footer p {
  font-size: 1rem ;
}

footer li {
  margin-bottom: 15px;
}

.uk-navbar {
  background: #8c8c8c;
  color: #fff;
}


nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.875rem;
}

nav a:hover,
nav a:focus {
	outline: none;
  color: #1a2544 !important;
}

nav .uk-button {
  background-color: transparent;
  color: #fff;
}

nav .uk-button:hover {
  background-color: transparent;
  color: #fff;
}
.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
  background: #8c8c8c;
}

.dropdown-nav {line-height: 65px;}
.dropdown-nav:hover {text-decoration: none;}

.uk-navbar-brand {
  padding-top: 5px;
  color: #fff;
}

.uk-navbar-nav>li>a {
  color: #fff;
  font-size: 1.875rem;
  font-weight: lighter;
  height: 65px;
  line-height: 65px;
}

.uk-navbar-nav>li>a:hover {
  background-color: transparent;
}

#offcanvas-nav ul {
  margin-top: 50px;
}

.uk-icon-navicon {
  padding: 5px 0 0 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .uk-icon-navicon {
    padding: 10px 0 0 20px;
  }
}

td:first-child {
  width: 150px;
}

.logo-mobile {
  padding: 5px 0;
}

.hero-h1 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.about-hero-h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 300;
}

.hero-1-padding-l {
  padding-left: 8%;
}

.download-app-container  * {
  color: #fff;
}

.download-app-container{
  height: 630px;
}

.uk-offcanvas-bar {
  background: #adadad;
}

.uk-nav-offcanvas>li>a {
  color: #fff;
}

@media (min-width: 480px) {
  .hero-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: left;
  }

  .about-hero-h1 {
    font-weight: 200 !important;
    font-size: 3.5rem;
    line-height: 4.25rem;
  }

  .download-app-container{
    height: 540px;
  }
}

@media (min-width: 768px) {
  .about-hero-h1 {
    font-size: 4rem;
  }
  .hero-h1{
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .hero-h3 {
    font-size: 2.25rem;
  }
}

@media (min-width: 960px) {
  .hero-h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
  .about-hero-h1{
    font-size: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-h1 {
    font-size: 4.5rem;
    line-height: 5.25rem;
  }
  .about-hero-h1{
    font-size: 5rem;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.3); /*dim the background*/
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.3);
}

.footer-head {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.bk-grey {
  background-color: #edeff0;
}

.bk-grey-bottom-line {
  position: relative;
  background-color: #edeff0;
  padding-bottom: 25px;
  border-bottom: 6px solid #f2be49;
}

.bk-grey-bottom-line:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(248, 248, 248, 0);
	border-bottom-color: #edeff0;
	border-width: 20px;
	margin-left: -20px;
}

.bk-grey-bottom-line.adv-1:after {
	left: 20%;
}

.bk-grey-bottom-line.adv-2:after {
  left: 50%;
}

.bk-grey-bottom-line.adv-3:after {
  left: 80%;
}
@media (min-width: 1220px) {
  .bk-grey-bottom-line.adv-1:after {
  	left: 25%;
  }
  .bk-grey-bottom-line.adv-3:after {
    left: 75%;
  }
}

.txt-white {
  color: #fff;
}

.circle {
  display: inline-block;
  width: 162px;
  height: 162px;
  background-color: #F5F5F5;
  border-radius: 50%;
  line-height: 162px;
  text-align: center;
}

.adv-circle {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.adv-circle-content-1 {
  position: absolute;
  left: 0px;
  top: 30px;
}

.adv-circle-content-2 {
  position: absolute;
  left: 25px;
  top: 25px;
}

.bk-gold {
  background: #f2be49;
}

.bk-white {
  background: #fff;
}

[aria-expanded="true"] svg .current{
  fill: #f2be49;
}

.btn-gold {
  background: #f2be49;
  color: #fff;
  -webkit-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}


.btn-gold:hover {
  -webkit-box-shadow: 0 -150px 0 0 rgba(0,0,0,0.5) inset;
          box-shadow: 0 -150px 0 0 rgba(0,0,0,0.5) inset;
  color: #fff;
  background: #f2be49;
}

.uk-article-lead {
  font-size: 1.875rem;
  font-weight: 200;
}

.uk-article-title {
 font-size: 2.75rem;
  font-weight: 200;
}

.margin {
  margin-bottom: 50px;
  margin-top: 50px;
}

.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-bottom {
  padding-bottom: 50px;
}

.blue {
  color: #1a2544;
}

.icon-pro-con {
  position: absolute;
  top: 0;
  left: 0;
}

.active > a  {
  color: #1a2544 !important;
}

.uk-active .advantages-active {
 color: #f2be49;
}

.uk-active .specs-active {
  padding-bottom: 10px;
  border-bottom: 3px solid #f2be49;
}


/* =====  footer input ==== */

@media (max-width: 479px) {
  .search-txt-input{
    width: 120px !important;
  }
}

.search-txt-input{
  padding: 12px 10px;
  font-size:14px;
  border: 1px solid #DFDFDF;
  width: 178px;
  margin-bottom: 15px;
}
.search-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  font: inherit;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  width: 200px;
  vertical-align: middle;
  padding: 12px 15px;
  font-size: 16px;
  outline: none;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #f2be49;
  color: #fff;
  -webkit-box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.search-button:hover {
  -webkit-box-shadow: 0 -150px 0 0 rgba(0,0,0,0.5) inset;
          box-shadow: 0 -150px 0 0 rgba(0,0,0,0.5) inset;
  color: #fff;
  background: #f2be49;
}

/* Fixes submit button height problem in Firefox */
.search-button::-moz-focus-inner {
  border: 0;
}

/* Technical specs */
.color-box {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bk-blue {
  background-color: #69B6FA;
}
