/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
    top: -.75em;
    font-size: 60% !important;
}

small{font-size:60% !important;}

.container {
    border-radius: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}
  /* ================================================================= */




.hero-kv {
  -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.hero { color: #121212; }
.lgrey { color: #969696; }
.white { color: #fff; }
.blue { color: #0082FA; }


.sp { padding: 60px 0; }

.container-fluid { overflow: hidden; }
.btn {
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1rem;
  border: none;
  transition: .3s; }

.btn-dashed {
  border: 2px dashed rgba(255,255,255, .3);
  background: transparent;
  color: #FFF;
}

.btn-dashed:hover {
  border:2px dashed #007bff;
}

.btn-2x {
  transform: scale(1.2); }

.btn-3x {
  transform: scale(1.3); }

.btn-medium {
  padding: 7px 45px;
  font-size: 18px; }

.btn-blue {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-blue-contra {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-purple {
  background-color: purple;
  color: #fff; }

.btn-clear-w {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn-clear-b {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212; }

.btn-clear-b:hover {
  background-color: #000!important;
  border: 1px solid #121212;
  color: #FFF; }

.btn-white {
  background-color:  #FFF;
  border: 1px solid #FFF;
  color: #121212;
}

.btn-white:hover {
  background-color:  transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn-content { margin: 30px 0; }

.btn-clear-w:hover {
  background-color: rgba(255, 255, 255, 1); color:#000;}

.btn-clear-b:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-blue:hover {
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff; }

.btn-blue-contra:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }

.container {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }


.steps { min-height: auto; }
.steps-content { padding-bottom: 20px; }
.steps-block { padding: 35px 15px 0 15px; }
.steps__item { font-size: 15px; }

.price {
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block; }

.disclaimer {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px; }

.product-spec { padding: 20px 0; }
.product-image img { margin: 0 auto; }





/* NAVIGATION */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #88bdf1;
  background-color: unset;
  border-color: unset; }

.nav-tabs { border-bottom: unset;}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: unset; }

.nav-tabs .nav-link.active {
  opacity: 1; }


.nav-tabs a { opacity: .2; }
.nav-tabs a:hover { opacity: 1; }

.hero { color: #121212; }
.lgrey { color: #969696; }
.white { color: #fff; }


body, html {
  line-height: 1.4;
  font-family: "Nunito", sans-serif;
  font-size: 16px !important; }


.small { font-size: .85rem; }
.normal { font-size: 1rem; }
.medium { font-size: 1.35rem; }
.large { font-size: 2rem; }
.xlarge { font-size: 2.5rem; 
			line-height: 1.2;
}

.thin { font-weight: 300; }
.regular { font-weight: 400; }
.semi { font-weight: 600; }
.bold { font-weight: 700; }
.thinw { font-weight: 200; }
.regularw { font-weight: 300; }
.semiw { font-weight: 500; }

.tab-pane h2 { font-size: 1.5rem; padding-top: 1rem; }
.tab-pane li { font-size: .9rem; }
.tab-pane img { border-radius: 30px; transform: scale(.9); }
.tab-content { padding-left: 15px; padding-right: 15px; }
.tab-content img { transition: .3s; }
.tab-content img:hover { opacity: .8; box-shadow: 0px px #000;}

.strike {
  text-decoration: line-through;
  opacity: .5; }


.hr-line { max-width: 80%; background-color: #333;}
.product-block { padding: 15px 0; }

.li-spacer { margin-bottom: 40px; }

.product-block-cta {
  position: absolute;
  bottom: 0;
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
  height: 50px;
}

.landing-page {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.steps {
  background-image: url("../img/123_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }


.product-spec li:before {
  content: '- '; }

.bg-1 {
  background-image: url("../img/hero_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-2 {
  background-image: url("../img/content_1_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-3 {
  background-image: url("../img/content_2_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-4 {
  background-image: url("../img/content_3_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; 
}

.bg-5 {
  background-image: url("../img/content_4_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.bg-6 {
  background:#000;
}

.mw-12 {
  max-width: 1200px;
  margin: 0 auto; }

.mw-19 {
  max-width: 100vw;
  margin: 0 auto; }

.hero-btn {
  position: relative;
  bottom: 100px; }


/* TOTOP */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover { opacity: .8; }
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block; }

.cd-nugget-info span svg { display: block; }
.cd-nugget-info .cd-nugget-info-arrow { fill: #e86256; }

.cd-top {
  visibility: hidden;
}

.cd-top.cd-top--fade-out { opacity: .5; }
.cd-top.cd-top--show {
    visibility: visible;
    opacity: .9;
    width: 45px;
    height: 45px;
    background:#646464;
    padding: 10px 10px;
    color: #FFF;
    border-radius: 30px;
    position: fixed;
    right: 25px;
    bottom: 25px;
  transition: .3s; }

.cd-top.cd-top--show:hover { opacity: 1; }

.image__floating--special {
  transform: scale(1.5);
  position: relative;
  top: 125px;
  left: 225px;
}

.position__margin--top {
  margin-top: 130px;
}

.spec__item--light:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/tick_grey.png);
  margin-right: 10px;
  opacity: 1;
}

.spec__item--dark:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/tick_black.png);
  margin-right: 10px;
  opacity: .2;
}





/* OWL CUSTOM */
.owl-carousel .owl-item img {
  display: unset!important;
  width: unset!important; }

#owl-demo .item { margin: 3px; }

#owl-demo .item img {
  display: block;
  width: 50%;
  height: auto; }

.owl-theme .owl-controls .owl-page {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

.owl-dots {
  position: absolute;
    bottom: 15px;
    width: 99vw;
    padding-top: 15px; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 8px;
  background: rgba(255,255,255, .2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }


/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
  .tab-pane li {
    font-size: 1.1rem;
}
}

@media (max-width: 991px) {
  .tcm { text-align: center!important; }
  ul li { justify-content: center; }

  body, html {
    line-height: 1.55;
    font-size: 15px !important; }

  .container { border: none; } 
  .btn-blue,.btn-clear-b {
    margin-left: 15px; }
  .sp { padding: 15px; }

  .image__floating--special {
    transform: scale(1);
    position: unset;
    top: unset;
    left: unset; }

  .position__margin--top { margin-top: 0; }

}


@media (max-width: 768px) {
  #countdown { transform: scale(.8); }
  .xlarge { font-size: 2.25rem; }
  .nobr	{ white-space:nowrap; }
  .resize { font-size: 28px; }
  .hero-btn { bottom: 40px!important; }
  /*.headline h1 { font-size: 2rem; line-height: 1.4; }*/
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-btn { bottom: 75px!important; }
}




.bg-nav{
	background: rgba(0,0,0,1);
	padding: 1rem;
}
.bg-nav2{
	background: rgba(0,0,0,1);
	padding: 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.logo{
	max-height: 35px;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
@media (max-width: 768px) {
	.logo{
		margin-left: 2rem;
		margin-right: 2rem;
		max-height: 35px;
		padding: .2rem;
		text-align: center;
		margin: 0 auto !important;
	}
}