
/*

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) compared-to-sharp & Features
7) sizes
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader

16) BIG VIDEO BACKGROUND


Colors:

	Coral: #f17d6d

	Dark Red: #be1e2d

	Blue: #007dc5

	Text / Dark Blue: #434e6c;

	A-PRF red: #d81115

	i-PRF orange: #fc530e


*/

@import url('https://fonts.googleapis.com/css2?family=Timmana&display=swap');

.logotxt {font-family: 'Timmana', sans-serif;font-size: 1.3em; bottom: -.07em;position: relative;  font-weight: bolder; letter-spacing: .1em}

.logotxt .red { color: #be1e2d; }

.red { color: #be1e2d; font-size: 1.3em; position: relative; bottom: -.07em; font-weight: bolder}
.blu { color: #007dc5; font-size: 1.3em; position: relative; bottom: -.07em; font-weight: bolder}
.orange { color: #fc530e; font-size: 1.3em; position: relative; bottom: -.07em; font-weight: bolder}



.aleft {text-align: left}
.aright {text-align: right}
/* SELECT */

#select #sc-logo { margin-bottom: 60px }

#select #intro .btn, #select #prf .btn { margin: 10px 15px; padding: 25px 75px; border-radius: 10px !important; font-size: .9em; width: 300px; text-align: center; position: relative;  }


#select .btn.de { background-color: rgba(69,60,62,0.45) !important; border: 2px solid #be1e2d }
	#select .btn.de:hover { background-color: rgba(69,60,62,0.85) !important; }


#select .btn.ae { background-color: rgba(69,60,62,0.45) !important; border: 2px solid #007dc5 }
	#select .btn.ae:hover { background-color: rgba(69,60,62,0.85) !important; }

#select .btn.or { background-color: rgba(69,60,62,0.45) !important; border: 2px solid #453b3e; cursor: default; }

#select .btn svg { width: 60px; height: 60px; fill: white; padding-bottom: 5px }

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.agile-button { margin-top: 0px !important; }

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #be1e2d;
	color:#fff;
}

::-moz-selection {
	background: #be1e2d;
	color:#fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

html {
	position: relative;
	min-height: 100%;
}

body {
	font: 400 14px/1.8 "Open Sans", sans-serif;
    line-height: 28px;
	text-rendering: geometricPrecision;
	color: rgb(67,78,108);
}

section {
	position: relative;
}

.img-responsive {
	display: inline-block;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 70px 60px 70px;
}

.module, .module-small {
    position: relative;
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.features-item {
    margin: 20px 0;
    text-align: center;
}

.features-icon, .alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
}


.features-title, .alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}


/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

.smoke, h5 small {
	color: #efefef;
}

h5.smoke {
	font-style: italic;
}

p {
	margin: 0 0 15px 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 1.5em;
}
h1 span.highlight_primary {
	color: #be1e2d;
	font-weight: 600;
}

h1 span.highlight_secondary {
	font-weight: 300;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 28px;
}

h3.cb {
	text-align: center;
	margin: 15px 0;
	font-weight: 400;
	color: #be1e2d;
}

h4 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#UBC h4 {text-align: center;}
#UBC h4 span {transform: scale(1.5, 1.5); color:#be1e2d}
#UBC .center {text-align: center}


h5 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;
	line-height: 1.48;
	text-transform: uppercase;
	margin: 35px 0 15px 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
}

/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.smoke-bg {
	background: #f5f5f5;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: #be1e2d;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	padding: 8px 37px;
	color: #fff;
	line-height: 1;
	padding: 14px 25px;
	margin: 15px 0 0 0;
	border-radius: 5px !important;
	border: 1px solid #be1e2d;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: #453b3e;
	border: 1px solid #453b3e;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: rgba(255,255,255,.1);
	color: #fff;
	border: 1px solid #fff;
}

.btn.btn-ghost:hover {background: rgba(255,255,255,.25)}

/* SEBEDIT */

.btn.play, .btn.play:hover, .btn.play:focus, .btn.play:active, .btn.play:active:focus {
	background: #e52d27; margin-right: 20px;
	border: 1px solid #e52d27;
}
.btn.play:hover {
	background: #c4302b;
	border: 1px solid #c4302b;
}

.navbar-default .navbar-nav > li > a.buy, .bottom-menu .buy { color: #be1e2d !important; }
.navbar-default .navbar-nav > li > a.buy:hover, .bottom-menu .buy:hover { color: #007dc5 !important; }


.btn.buy, .btn.buy:hover, .btn.buy:focus, .btn.buy:active, .btn.buy:active:focus {
	background: #007dc5; margin-right: 20px; border: 1px solid #007dc5; color: #fff;
}

.btn.buy:hover {
	background: #fff; color: #007dc5;
}


.btn i {font-size: 1.3em; margin-right: 5px; }

/* ==== 4) Dividers ==== */

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 768px) {
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 180px;
}

/* ==== 5) Intro & Sections Headers ==== */

#intro {
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 445px;
}

#intro {

}

#the-doctors {
	background-image: url("../img/the-doctors.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

#school-top {
	background-image: url("../img/bg-school.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#definition-top {
	background-image: url("../img/intro_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

#b2s {
	background-image: url("../img/intro_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#concept-top-2 {
	background-image: url("../img/women-beach.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#easy-top {
	background-image: url("../img/intro_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

#ezgel-top, #ezgel {
	background-image: url("../img/ezgel-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
#products-top {
	background-image: url("../img/intro-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

#video-top {
	background-image: url("../img/women-beach-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	}
#beforeafter-top {
	background-image: url("../img/women-beach-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

#review-top {
	background-image: url("../img/intro_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}


#faq-top {
	background-image: url("../img/intro_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}
	#review-top .fa {font-size: 2em; margin-bottom: 0;}

	#faq-top .fa {font-size: 2em; margin-bottom: 0;}

.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* SEBEDIT */
.section-overlay {
	background: radial-gradient( rgba(0, 125, 197, 0.7) 50%, rgba(0, 125, 197, .8) 95%);
	position: absolute;
	width: 100%;
	height: 100%;
}
#intro .section-overlay {
	background: radial-gradient( rgba(255, 255, 255, 0.7) 10%, rgba(219, 231, 250, 0.75) 50%, rgba(189, 217, 250, 0.9) 95%);
}
#intro.ezgel .section-overlay {
	background: radial-gradient( rgba(255, 255, 255, 0.65) 10%, rgba(250, 190, 160, 0.75) 70%, rgba(250, 190, 160, 0.9) 100%);
}
#ezgel-top .section-overlay, #ezgel .section-overlay {
	background: radial-gradient( rgba(255, 255, 255, 0.9) 30%, rgba(250, 200, 160, .98) 100%);
}

#the-doctors .section-overlay {
	padding-top: 2px solid rgba(10, 159, 218);
}
#concept-top .section-overlay {
	padding-top: 2px solid rgba(10, 159, 218);
}



/* ==== 6) what's PRF ==== */



.myway-icon-features {
	position: relative;
	width: 112px;
	height: 112px;
	display: inline-block;
	fill: rgba(0, 160, 220, 1);
	stroke: rgba(0, 160, 220, 1);
	stroke-width: .02em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}

.myway-icon-? {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #be1e2d;
}

.myway-icon-features:after, .myway-icon-features:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myway-icon-features i {
	color: #28a7da;
	font-size: 108px;
}

.service i {
	color: #bbbdc0;
	font-size: 48px;
}

@media (max-width: 767px) {
	.service i {
		font-size: 36px;
	}
}

.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

/* ==== 7) vs ==== */

#cells, #concentration {
    background: #f2f2f2;
}

#cells .smoke, #concentration .smoke {
    color: #fff;
}

#vs blockquote {
	border-left: none
}

.squared {
	padding-top: 50%;
	overflow: hidden;
	position: relative;
}
.squared.x2 {
	padding-top: 100% ;
}
.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.squared-content.right { text-align: right; }

@media (max-width: 1101px) and (min-width: 768px) {
	.squared {
		padding-top: 66%;
	}
	.squared.x2 {
		padding-top: 133% ;
	}
	.squared-content.right { text-align: left; }
}

@media (max-width: 767px) {
	.squared, .squared.x2 {
		padding-top: 0;
	}
	.squared .squared-content, .squared.x2 .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	.squared-content, .squared-content.right { text-align: center; }
}


/* ==== 8) Gallery ==== */

#video .thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.gallery-item {
	padding: 0;
}


.modal-backdrop.in {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
}

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: 0;
}

.ekko-lightbox .modal-header .close {
	font-size: 0px;
	font-weight: 100;
	color: #fff;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	float: none;
}
.ekko-lightbox .modal-header .close::after { content: "Close X"; font-size: 28px }

.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.ekko-lightbox .modal-header .modal-title { line-height: 0px }

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	padding: 0;
}

/* ==== 9) Team ==== */

#review .thumbnail, #review .team-img, #compared-to-sharp .thumbnail, #compared-to-sharp .team-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.team-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-overlay .myway-icon-team {
	position: absolute;
	top: 110%;
	left: 50%;
	right: 0;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-ms-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

.team-overlay:hover > .myway-icon-team {
	top: 50%;
}

.team-overlay .myway-icon-team a {
	width: 42px;
	height: 42px;
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 0.08em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: 0, 150;
	stroke-dashoffset: 150px;
	-webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
	transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
}

.team-overlay:hover > .myway-icon-team a {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.myway-icon-team svg {
	padding: 5px;
	display: inline-block;
	max-width: 42px;
}

.myway-icon-team a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.myway-icon-team a {
	position: relative;
	display: inline-block;
	z-index: 1;
	-webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	-o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
	transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

.myway-icon-team a:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.testimonial blockquote, .compared-to-sharp blockquote {
	font-size: 16px;
	position: relative;
	padding: 30px 0 45px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 500px;
	-webkit-transition: box-shadow .3s, top .5s ease;
	-moz-transition: box-shadow .3s, top .5s ease;
	-ms-transition: box-shadow .3s, top .5s ease;
	-o-transition: box-shadow .3s, top .5s ease;
	transition: box-shadow .3s, top .5s ease;
}

@media (min-width: 1025px) {
	.testimonial blockquote, .compared-to-sharp blockquote {
		min-height: 260px;
	}
}

@media (max-width: 767px) {
	.testimonial blockquote, .compared-to-sharp blockquote {
		min-height: 0;
	}
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(0, 140, 186, 1);
}

/* SEBEDIT */
.compared-to-sharp blockquote {
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;
}
.compared-to-sharp:hover > blockquote.green {
	top: -5px;
	box-shadow: 0 5px 0 rgba(56, 180, 73, 1);
}
.compared-to-sharp:hover > blockquote.red {
	top: -5px;
	box-shadow: 0 5px 0 rgba(237, 28, 36, 1);
}
blockquote.green i { color:rgba(56, 180, 73, 1);  }
blockquote.red i { color:rgba(237, 28, 36, 1); }

/* ==== 10) Contact ==== */

#gmap {
	height: 450px;

    padding-left: 1200px;
    padding-top: 500px;
}

@media (max-width: 568px){
	#gmap {
		height: 200px;
	    padding-left: 900px;
	    padding-top: 400px;
		}
}

#contact {
	background: #fff;
}

@media (min-width: 768px) {
	.form-group {
		display: inline-block;
	}
}

.honeypot {
	display: none !important;
}

form .btn, form .btn:hover, form .btn:focus, form .btn:active:focus {
	margin-top: 30px;
}

.flowuplabels .fl_wrap {
	position: relative;
	margin-top: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowuplabels .fl_label {
	position: absolute;
	background: #fff;
	color: #111;
	font-weight: 300;
	line-height: 1.2;
	padding: 8px;
	left: 30px;
	top: 5px;
	z-index: 3;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flowuplabels .fl_input {
	background: none;
	color: #111;
	padding: 0 0 0 20px;
	height: 43px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 25px;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
	font-size: 12px;
	color: #aaa;
	top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
	color: #be1e2d;
}

.message {
	display: none;
}

#form-alert {
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
}

.alert li {
	list-style: none;
	display: inline-block;
}

.alert-danger {
	background: #ffaa00;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

.alert-success {
	background: #7dc800;
	border-width: 0;
	border-radius: 0;
	color: #fff;
}

/* ==== 11) Footer ==== */

footer a {
	display: inline-block;
	padding: 6px;
}

footer h4 {
	margin: 0;
}

.myway-icon-info {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	fill: #be1e2d;
}

.myway-icon-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==== 12) Navigation ==== */

.navbar-default {
	background-color: #fff;
	padding: 5px 0px;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;
}

.nav li:first-child {
	display: none;
}

.nav a {
	color: #111;
}

.nav a:hover {
	color: #007dc5 !important;
}

.nav .active a {
	color: #007dc5 !important;
}

.navbar li a {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;

	text-align: center;
	padding: 20px 10px !important;
}

@media (max-width: 767px) {
	.navbar li a {
		padding: 10px 15px !important;
	}
}

.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	position: relative;
	padding: 15px !important;
	height: auto;
	line-height: 0;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 10px;
}

@media (max-width: 1024px) {
	.navbar-brand img:nth-child(1) {
		opacity: 0 !important;
	}
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
	}
	.navbar-default {
		background-color: rgba(255, 255, 255, 0.95) !important;
	}
	.nav a {
		color: #111 !important;
	}
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111;
	width: 30px;
	height: 2px;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* ==== 13) Carousels ==== */

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #111;
	z-index: 3;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

#page-loader {
    background: #fff;
    margin-top: -50px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;

}

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #fff;
}

.loader-icon {
	-webkit-animation:loader-icon 2s infinite linear;
	animation:loader-icon 2s infinite linear
	}
	@-webkit-keyframes loader-icon
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

	@keyframes loader-icon
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

/* ====  16) SVG Logos ==== */

.toplogo {
	position: relative;
	width: 225px;
	height: 60px;
	display: inline-block;
	fill: rgba(67,78,108, 1);
	stroke: rgba(67,78,108, 1);
	stroke-width: .01em;
	stroke-opacity: 1;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	stroke-dasharray: none;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}

	@media (max-width: 768px) {
		.toplogo {
			width: 150px; height: 40px;
			fill: rgba(67,78,108, 1);
			stroke: rgba(67,78,108, 1);
			margin-top:;
		}
	}

/* ====  17) BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family: "Roboto Condensed", sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
    margin: 20px;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

a.big-background-btn span {
    margin: 20px; padding-top: 30px }

.big-background-default-image {
    background:url(../../_practices/css/img/face-arrows.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}


/* SEBEDIT */

#sharp-needle { max-width: 260px; }
#ruler { max-width: 340px; }

	/* how to */


	.how-to-ctnr {position: relative; border: 15px solid #EEEEEE; background: white; border-radius: 3px 3px 3px 3px; margin: 48px 0; padding: 20px;}

	.how-to-img {margin: 0 15px 0 50px; padding: 10px; background: white; border: 1px solid #ccc;}

	li.check {}

	.number {font-family: "Roboto Condensed", sans-serif; font-weight: 600; color: #eee; font-size: 6.5em; position: absolute; top: 60px; left: 0; width: 100px; height: 110px; text-align: center;}

	.how-to-ctnr h2 {color:#be1e2d; font-weight: 600; padding-left: 75px;}
	p.number-padding {padding-left: 75px;}

	.how-to-ctnr ul { padding-left: 100px;}
	.how-to-ctnr ul li.check {}

	.fluid {width: 100%; max-width: 500px}

.quote { font-size: 2em; }
.rating { color: #FFBC00 }

.reviews { text-align: center; }
.more-reviews {  text-align: center;}

.more-reviews .btn { margin: 32px; }

.more-reviews .rating { font-size: 2.3em; }
.more-reviews .rating i { padding: 3px;
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px #434E6C;

  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: #FFBC00; */

  color: #FFBC00;

  text-shadow:
    1px 1px 0 #434E6C,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #434E6C,
    1px -1px 0 #434E6C,
   -1px  1px 0 #434E6C,
    1px  1px 0 #434E6C;
}
.more-reviews span span {font-size: 1.75em; text-decoration: underline; font-weight: 600}

.n1badge { width:250px; height: 200px; position: absolute; top: 120px; right: 100px }
.natbadge { width:250px; height: 187px; position: absolute; top: 120px; left: 100px }
.minispin-n-tube { width:500px; height: 333px; position: absolute; bottom: 0px; right: 150px }
.n-proto { width:406px; height: 175px; position: absolute; top: -20px; left: 100px }

@media (max-width: 1240px) {
	.n1badge {display: none}
	.natbadge {display: none}
	.minispin-n-tube {display: none}

}
@media (max-width: 750px) {
	.n-proto {display: none}
}



.video-bg {
	position: initial !important;
}



/* SEBEDIT */


	/* EASY */

	#easy { text-align: center }
	#easy h3.btn { cursor: default; font-size: 1.5em; margin: 25px; }



	#products ul {list-style: none;}



/* Bootstrap 5 column */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding: 0px;;
}





.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 16.666%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* Video Hover Overlay Effect */
.content {
  position: relative;
  width: 100%;
/*   max-width: 400px; */
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

/* Before & After */
h3.before-after {
	padding: 35px 0px 0px;
	text-align: center;
}

.divide-lg-ba {
	padding: 10px 0px;

}

.align-btn-center {
    text-align: center;
    display: grid;
}

.btn:focus {
  background-color: #208021;
  border-color: #208021;
  font-size: 14px;
}


/* Press Release */

#press-rl {
	margin: 40px 0px 10px 0px;
}
#press-top-line {
	margin-top: -18px;
}
.view-details-bt {
    margin-bottom: 30px;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-lg, .btn-lg:hover {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}





/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	padding: 0;
     font-size: 14px;
    transition: all 0.5s;
    height: 46px;
    background: rgba(253, 253, 253, 0.45);
    border-bottom: 2px solid rgba(253, 253, 253, 0.8);
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    z-index: 999;
    
}

.aelogo svg { height: 38px; width: auto; opacity: 1; margin: 4px; }

ul.brands {
	display: flex;
    flex-wrap: nowrap;
    margin-bottom: -1px;
}

ul.brands li {
	width: 45%; text-align: center; list-style: none; padding: 11px 0 12px; text-align: center; background: rgba(253, 253, 253, 0);2px solid rgba(253, 253, 253, 0.8); 
}
ul.brands li:hover, ul.brands li.active {
	text-align: center; background: rgba(253, 253, 253, 0.45);border-bottom: 2px solid #0db3c7;
}
@media (max-width: 991px) {
  #topbar {
    display: none;
  }
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #0db3c7;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}