/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
  */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html{
	font-size:16px !important;
	/*max-width: 99vw;*/
}

body {
	/*background: #fff;*/
	color: #666666;
	font-size: 1em;
	font-family: normal x-small verdana,arial,helvetica,sans-serif;;
	font-size:16px !important;
}

a {
	color: #03C4EB;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #03c5ec;
	outline: none;
	text-decoration: none;
}

table{
	width:80%; margin:40px auto 40px auto;
}

p {
	margin: 5px 5px 5px 5px;
}

h1,  {
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:2rem !important;
}
h2{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:1.5rem !important;
}
h3{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF;
	font-size:1.17rem !important;
}
h4{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:1rem !important;
}
h5{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:.83rem !important;
}
h6{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:.67rem !important;
}

textarea{
	resize:vertical !important;
}

.hovered{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	padding: 20px !important;
	color:#1C91FF;
	font-size:.85rem !important;
}

#cart_plug_div{
	position:fixed;
	right:0;
}

.hovered:hover{
	color:orange !important;
    cursor:pointer;
}

.thumbhover:hover{
    opacity:.5;
    cursor:pointer;
}

.hx{
	font-family: "Raleway", sans-serif !important;
	font-weight: 400 !important;
	margin: 20px 0 20px 0 !important;
	padding: 0 !important;
	color:#1C91FF !important;
	font-size:1rem !important;
}

.imp{
	font-size:1.25em;
	color:#BB9A4B !important;
	z-index:10;
}

.imp:hover{
	color:#ffffff !important;
}

.store_menu{
	color:blue !important;
}

.store_menu:hover{
	color:orange !important;
}

.btn_addcart{
	background: rgb(230,182,8);
	background: linear-gradient(90deg, rgba(230,182,8,.7) 0%, rgba(254,178,0,.7) 49%, rgba(230,182,8,.7) 100%);
}

.btn_buynow{
	background: rgb(230,182,8);
	background: linear-gradient(90deg, rgba(230,182,8,.7) 0%, rgba(254,157,0,.7) 49%, rgba(230,182,8,.7) 100%);
}


#stickywrapper {
	width:150px;
	height:150px;
    position:fixed;
    top:100px;
    right:20px;
	z-index: 12;
	opacity:1;
}


#covid19_talk_div {
	display:block;
	width:100%;
	height:40px;
	background-color: #BB9A4B;
    position:fixed;
    top:0px;
    left:0px;
	z-index: 8;
	opacity:1;
	color:black;
	text-align:center;
	/*border-radius: 0px 10px 10px 0px;*/
}

ul, ol, li{
	color:var(--text-primary);
}


/*input[type='checkbox'] {
    -webkit-appearance:none;
    width:22px;
    height:22px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    outline:none;
    cursor:pointer;
}

input[type='checkbox']:checked {
    background: #abd;
	content: "✔";
	text-align: center;
	line-height: 22px;
}*/

#balhist{
	cursor:pointer;
}

#balhist:hover{
	color:orange;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border:2px solid #555;
    border-radius:10px;
    outline:none;
    cursor:pointer;
}

input[type='radio']:checked {
    background: #abd;
}

input[type="radio"][disabled]{
    border-color: #ccc;
    cursor:none;
}

tr:nth-child(even) {background: #e6e6e6}
tr:nth-child(odd) {background: #f4f4f4}

td{
	position: relative;
	padding:20px;
	border:1px solid #ccc;
}

th{
	position: relative;
	padding:20px;
	border:1px solid #ccc;
	font-weight:600;
	background-color: #1E90FF;
	color:white;
}

.trow :nth-child(even){
  background-color: #dcdcdc;
}
.trow :nth-child(odd){
  background-color: #aaaaaa;
}


::placeholder {
	color: #D1D0D0;
	font-size: 1em;
	font-style: italic;
}

.center{
	margin:0px auto 0px auto !important;
}

.enrollment_form{
	width:80%;
	margin:0px auto 0px auto;
}

.inner-content{
	padding:40px;
}

#gridwrapper{
	display: grid;
	width:100%;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-gap: 0px;
}

#gridbox{
	width:100%;
	height:100%;
	border:1px solid #ccc;
	padding:20px;
	margin:auto;
}

#gridcolspan1{
	grid-column: 4 / 5;
}

.flexwrapper{
	display: flex;
	flex-wrap: nowrap;
}

.flexwrapper > div{
	width: 100%;
	margin: 0px;
	padding:0px;
	/*border:1px solid #ccc;*/
}

.highlight{
	font-weight:bold;
	font-size:1.25rem;
}

/*#pricediv{
	width:100%;
	margin:100px auto 100px auto;
}*/

#pricetable{
	width:100%;
}

/*#pricediv{
	width:100%;
}*/

.sched_td{
	width:100/5%;
	padding:10px;
	border:1px solid #ccc;
	vertical-align: top;
	text-align:center;
}

#form_get_price_btn_div{
	margin: 20px 0px 20px 0px;
	padding:10px;
}

#form_continue{
	margin: 20px 0px 20px 0px;
	padding:10px;
}

#form_btn_schedule_treatment{
	margin: 20px 0px 20px 0px;
	border-radius:10px;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.pretty{
	border:1px solid #ccc;
	border-radius:10px;
}

/* square pretty, no radius */
.sqpretty{
	border:1px solid #ccc;
	padding:10px !important;
}

.sqprettyhd{
	border:1px solid #ccc;
	padding:10px;
	font-weight:700;
	background-color: #eee;
	padding:10px !important;
}

/*.price_th{
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px;
	text-align:left;
	width:33%;
}*/

/*.price_td{
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px;
	text-align:left;
	width:33%;
}*/

/*input[type='file' i]{
	color:#fff;
	background-color: #007bff;
	border-color: #007bff;
}*/

.form-control{
	/*font-size:1rem !important;*/
    margin-bottom: 1rem;
}

.redborder {
	border: 2px solid red !important;
}

#bodyareas{
	padding:10px;
	/*border:1px solid #ccc; */
	border-radius:10px;
}

#treatment_form{
	width:80%;
	margin:0px auto 0px auto;
}

#schedule_form{
	width:100%;
	margin:0px auto 0px auto;
}



.flagim-reg{
	width:40px;
	margin:2px;
}

#langflagsdiv{
	margin:10px auto 10px auto;
}

#langdiv{
	position:relative;
	width:100px;
	margin:30px auto 0px auto;
	text-align:center;
}

#toplangdiv{
	position:fixed;
	top:20px;
	right:60px;
	display:inline-block;
	z-index:14;
}

.azteric{
	color:red;
	font-sized:1rem;
}

.tv_logos{
    height:60px;
    margin:40px 15px 40px 15px;
    opacity:.75;
}

/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Paypal Preloader */
#pppreloader {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity:.75;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #03C4EB;
	color: #fff;
}

.error{
	color:red;
}

.noerr{
	color:green;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

#promo{
	text-align:center;
	margin:40px auto 40px auto;
	padding:40px;
}

#hero {
	display: table;
	width: 100%;
	height:600px;
	background: url("http://dev.rackplans.local/img/header_bg.png") no-repeat;
	background-size: contain;
}

#hero .hero-logo {
	margin-top:0px;
	border:none;
	max-width: 100%;
}

.logo-img{
	width:30%;
}

#hero .hero-container {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	height: calc(100vh - 200px);
	background: url("/img/header_bg.png") no-repeat;
  	background-position: center;
}

#hero h1 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	color: #fff;
}

#hero h2 {
	color: #999;
	margin-bottom: 50px;
}

#hero .rotating > .animated {
	display: inline-block;
}

#hero .actions a {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
}

#hero .btn-get-started {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-get-started:hover {
	background: #B99A4A;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-services {
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-services:hover {
	background: #03C4EB;
	border: 2px solid #03C4EB;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #292893;
	height: 90px;
	max-width:100vw;
}

#header #logo {
	float: left;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}

#header #logo{
	padding: 0;
	margin: 0;
}

#logo-img{
	width:60px;
}

.is-sticky #header {
	background: rgba(0, 0, 0, 1);
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#header-container-fluid{
	height:80px !important;
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.section-description {
	text-align: center;
	margin-bottom: 40px;
}

.section-title-divider {
	width: 50px;
	height: 3px;
	background: #03C4EB;
	margin: 0 auto;
	margin-bottom: 20px;
}




/* Default Section
--------------------------------*/
#defsec {
	background: #fff;
	padding: 80px 0;
}

#defsec .defsec-img {
	overflow: hidden;
}

#defsec .defsec-img{
	max-width: 100%;
}

#defsec .defsec-content {
	background: #fff;
}

#defsec .defsec-title {
	color: #333;
	font-weight: 700;
	font-size: 28px;
}

#defsec .defsec-text {
	line-height: 26px;
	margin-bottom: 15px;
}

#defsec .defsec-text:last-child {
	margin-bottom: 0;
}



/* About Us Section
--------------------------------*/
#about {
	background: #fff;
	padding: 80px 0;
	overflow: hidden;
}

#about .about-img {
	overflow: hidden;
}

#about .about-img{
	max-width: 100%;
}

#about .about-content {
	background: #fff;
}

#about .about-title {
	color: #333;
	font-weight: 700;
	font-size: 28px;
}

#about .about-text {
	line-height: 26px;
	margin-bottom: 15px;
}

#about .about-text:last-child {
	margin-bottom: 0;
}



/* Client Section
--------------------------------*/
#client {
	background: #fff;
	padding: 80px 0;
}

#client .client-img {
	overflow: hidden;
}

#client .client-img{
	max-width: 100%;
}

#client .client-content {
	background: #fff;
}

#client .client-title {
	color: #333;
	font-weight: 700;
	font-size: 28px;
}

#client .client-text {
	line-height: 26px;
	margin-bottom: 15px;
}

#client .client-text:last-child {
	margin-bottom: 0;
}







/* Founder Section
--------------------------------*/
#founder {
	background: #fff;
	padding: 80px 0;
}

#founder .founder-img {
	overflow: hidden;
}

#founder .founder-img{
	max-width: 100%;
}

#founder .founder-content {
	background: #fff;
}

#founder .founder-title {
	color: #333;
	font-weight: 700;
	font-size: 28px;
}

#founder .founder-text {
	line-height: 26px;
	margin-bottom: 15px;
}

#founder .founder-text:last-child {
	margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
	background-size: cover;
	padding: 80px 0 60px 0;
}

#services .service-item {
	margin-bottom: 20px;
}

#services .service-icon {
	float: left;
	background: #03C4EB;
	padding: 16px;
	border-radius: 50%;
	transition: 0.5s;
	border: 1px solid #03C4EB;
}

#services .service-icon i {
	color: #fff;
	font-size: 24px;
}

#services .service-item:hover .service-icon {
	background: #fff;
}

#services .service-item:hover .service-icon i {
	color: #03C4EB;
}

#services .service-title {
	margin-left: 80px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#services .service-title a {
	color: #111;
}

#services .service-description {
	margin-left: 80px;
	line-height: 24px;
}

/* enroll Section
--------------------------------*/
#enroll {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
	background-size: cover;
	padding: 80px 0;
}

#enroll .enroll-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#enroll .enroll-text {
	color: #fff;
}

#enroll .enroll-btn-container {
	text-align: center;
	padding-top: 20px;
}

#enroll .enroll-btn {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #03C4EB;
	color: #fff;
	background: none;
}

#enroll .enroll-btn:hover {
	border: 2px solid #fff;
	background: #03C4EB;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
	background: #fff;
	padding: 80px 0;
}

#portfolio .portfolio-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 260px;
	width: 100%;
	display: table;
	overflow: hidden;
	margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
	height: 260px;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	transition: 0.3s;
	text-align: center;
}

#portfolio .portfolio-item .details h4 {
	font-size: 16px;
	transition: transform 0.3s, opacity 0.3s;
	transform: translate3d(0, -15px, 0);
	font-weight: 700;
	color: #333333;
}

#portfolio .portfolio-item .details span {
	display: block;
	color: #666666;
	font-size: 13px;
	transition: transform 0.3s, opacity 0.3s;
	transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
	opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
	transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
	transform: translate3d(0, 0, 0);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	background: #f6f6f6;
	padding: 80px 0;
}

#testimonials .profile {
	text-align: center;
}

#testimonials .profile .pic {
	border-radius: 50%;
	border: 6px solid #fff;
	margin-bottom: 15px;
	overflow: hidden;
	height: 260px;
	width: 260px;
}

#testimonials .profile .pic{
	max-width: 100%;
}

#testimonials .profile h4 {
	font-weight: 700;
	color: #03C4EB;
	margin-bottom: 5px;
}

#testimonials .profile span {
	color: #333333;
}

#testimonials .quote {
	position: relative;
	background: #fff;
	padding: 60px;
	margin-top: 40px;
	font-size: 16px;
	font-style: italic;
	border-radius: 5px;
}

#testimonials .quote b {
	display: inline-block;
	font-size: 22px;
	left: -9px;
	position: relative;
	top: -8px;
}

#testimonials .quote small {
	display: inline-block;
	right: -9px;
	position: relative;
	top: 4px;
}

/* Team Section
--------------------------------*/
#team {
	background: #fff;
	padding: 80px 0 60px 0;
}

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	margin-bottom: 15px;
	overflow: hidden;
	height: 260px;
}

#team .member .pic{
	max-width: 100%;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 15px;
}

#team .member .social a {
	color: #b3b3b3;
}

#team .member .social a:hover {
	color: #03C4EB;
}

#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

.profsocial {
	margin-top: 15px;
}

.profsocial a {
	color: #03C4EB;
}

.profsocial a:hover {
	color: orange;
}

.profsocial i {
	font-size: 30px;
}

/* Contact Section
--------------------------------*/
#contact {
	background: #f7f7f7;
	padding: 80px 0;
}

#contact .info {
	color: #333333;
}

#contact .info i {
	font-size: 32px;
	color: #03C4EB;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 50px;
	line-height: 24px;
}

#contact .form #sendmessage {
	color: #03C4EB;
	border: 1px solid #03C4EB;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input, #contact .form textarea {
	border-radius: 0;
	box-shadow: none;
}

#contact .form button[type="submit"] {
	background: #03C4EB;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
	background: #25d8fc;
}

.copytext {
	text-align: center;
	color:#bbb;
	font-size:.65rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #111;
	padding: 30px 0;
	color: #fff;
	margin:0px 0px 0px 0px;
}

#footer .copyright {
	text-align: center;
	color:#bbb;
	font-size:.85rem;
}

#footer .company {
	text-align: center;
	color:#bbb;
	font-size:.85rem;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #ccc;
}

::-webkit-scrollbar {
    display: none;
}

/* ---------------------------------------------------------------------
   ANIMATIONS
--------------------------------------------------------------------- */

@-webkit-keyframes spinner {
    0%, 50%, 100% {
        -webkit-transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(30deg);
    }
    20% {
        -webkit-transform: rotate(60deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
    }
    40% {
        -webkit-transform: rotate(120deg);
    }
    50% {
        -webkit-transform: rotate(150deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
    }
    70% {
        -webkit-transform: rotate(210deg);
    }
    80% {
        -webkit-transform: rotate(240deg);
    }
    90% {
        -webkit-transform: rotate(270deg);
    }
    95% {
        -webkit-transform: rotate(300deg);
    }
    98% {
        -webkit-transform: rotate(330deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


.table {
	display:table;
}
.tr {
	display: table-row;
}
.thead {
	display: table-header-group;
}
.tbody {
	display: table-row-group;
}
.tfoot {
	display: table-footer-group;
}
.col {
	display: table-column;
}
.colgroup {
	display: table-column-group;
}
.th {
	border:1px solid #ccc;
	padding:20px;
	font-weight:600;
	font-size:1.25rem;
	background-color: #1E90FF;
	color:white;
}
.td {
	border:1px solid #ccc;
	padding:20px;
	font-size:1rem;
	word-break: break-all;
}

.tdnopad{
	border:1px solid #ccc;
	padding:0px;
	font-size:1rem;
	word-break: break-all;
}

.caption {
	display: table-caption;
}

.colspan2{
 	flex: 2;
}

.colspan3{
 	flex: 3;
}

.colspan4{
 	flex: 4;
}

.colspan5{
 	flex: 5;
}

.colspan6{
 	flex: 6;
}

.colspan7{
 	flex: 7;
}

.colspan8{
 	flex: 8;
}

.colspan9{
 	flex: 9;
}

.colspan10{
 	flex: 10;
}

#paypal-button-container{
	width:70%; position:
	relative; z-index: 1;
	border:1px solid #ccc;
	border-radius:10px;
	padding:20px;
	margin:40px auto 40px auto;
}




.content-media--video {
	background-color: #ddd;
	display: block;
	position: relative;
	/*padding: 0 0 56.25% 0;*/
}
.content-media--video video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top_video {
	transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}
/** Use .sticky */
#top_video.is-sticky {
	position: fixed;
	bottom: 0px;
	left: auto;
	max-width: 280px;
	max-height: 158px;
	width: 280px;
	height: 158px;
	border:1px solid red;
	z-index:8;
	transform: translateX(-300%);
}



.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid silver;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.nowrap  {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.wrap    {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-item {
	background: tomato;
	padding: 5px;
	width: 25%;

	line-height: 1.15rem;
	color: white;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
}

.swal2-header{
	padding:20px !important;
}

.swal2-content{
	padding:20px !important;
}

.swal2-popup{
	padding:20px !important;
}


.btn-wrapper {
	font-family: 'Veranda', sans-serif;
}

.btn-file {
	padding: 8px 15px;
	background-color: #037BFE;
	border-radius: 5px;
	color: #fff;
	margin-right: 8px;
	cursor:pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file span {
	display: block;
	color: #777;
}

#progress-wrp {
	display:none;
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: silver;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progressbar{
	height: 40px;
    border-radius: 5px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:0;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}

canvas{background:#ddd;}

#picked span{
	display:inline-block;
	width:50px;
	height:50px;
	margin:3px;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	font:8px/50px Arial;
	color:#fff;
}




.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 20px;
	border-radius: 5px;
	background: #BC9A4A;
	outline: none;
	/*opacity: 0.3;*/
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
	background: #BC9A4A;
	/*opacity: 0.5;*/
}

.slider:focus {
	background: #BC9A4A;
	/*opacity: 0.5;*/
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 32px;
	height: 32px;
	border: 0;
	background: url('/img/icons/favicon-32x32.png');
	cursor: pointer;
	/*opacity: 1 !important;*/
}

.slider::-moz-range-thumb {
	width: 32px;
	height: 32px;
	border: 0;
	background: url('/img/icons/favicon-32x32.png');
	cursor: pointer;
	/*opacity: 1 !important;*/
}











