@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
  color: white;
  text-decoration: none;
}
body, html {
  height: auto;
  overflow: visible;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #343132;
  font-size: 18pt;
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;		
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(127,7,69,0.95);
  z-index: 10000;
  display:none;
}
#menu p {
	line-height:1.5em;
	padding:0;
	margin:0;
}
.slide, .slidevis {
  display: none;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow:hidden;
}
.table {
  display: table;
  height: 100%;
}
.cell {
  display: table-cell;
}
.cellfold {
  vertical-align: top;
  padding: 8px;
}
.row {
  display: table-row;
}
#spacer {
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  padding: 48px 2% 48px 2%;
  color: #E0E0E0;
  text-align: center;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:hover {}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*ANIM _ TEXT FADE IN AND FLOAT DOWN */
.EXE_slideshow {
  overflow: hidden;
}
#ml {
  width: 30px;
}
.menuFront {
  width: 100%;
  color: white;
  z-index: 1500;
}
.menuFront a, .cme {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  border-radius: 8px;
}
.menuFront a {
  margin: 0 12px 0 12px;
}
.menuFront img {
	padding-top:2px;
}
.cme {
  padding: 8px 12px;
  background-color:#8f0745;	
}
.tcell {
  vertical-align: bottom;
}
.tcell, .bcell {
  height: 50%;
}
.tcheader {
  font-size: 24pt;
  line-height: 32pt;
  font-weight: bold;
}
.tcbody {
  font-size: 14pt;
  line-height: 20pt;
}
.twm {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24pt;
  font-weight: bold;
  color: white;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.posrel {
  position: relative;
}

.footer {
  background-color: #202020;
  padding: 64px 0 64px 0;
}
.formbox input, .formbox textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 0.75rem;
  color: inherit;
  border-radius: 8px;
  font-weight: bold;
}
.formbox textarea {
  height: 275px;
}
::placeholder,input,textarea {
  color: black;
  font-weight:500;
}
.formbox button,.standalone {
  border: none;
  outline: none;
  background-color: #8f0745;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size:1rem;
	-webkit-box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77); 
	box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77);
	
}
.formbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 2px 0;
  background-color: white;
  width: 100%;
  padding: 6px 24px 6px 8px;
  font-size: 0.75rem;
  background: white url(/img/arrowsel.gif) right top no-repeat;
  outline: none;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  color: #202020;
}
.formbox select::-ms-expand { /* for IE 11 */
  display: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
  .formbox select {
    background-color: white;
    padding: 5px;
    font-weight: bold;
  }
}
.circButt {
/*  position: absolute;
  left: 0;*/
  width: 100%;
  z-index: 500;
  color: white;
  text-align: center;
}
.to-top {
  color: black;
  padding-top: 2em;
  display: inline-block; /* or block */
  position: relative; 
  border-color: black;
  text-decoration: none;
}
.to-top:before {
  content: '▲';
  font-size: 1.35em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.05em;
  border: solid .15em black;
  border-radius: 15em;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.95em;
  transform: rotate(180deg);
}
.EXE_scrollControl {
	border-radius: 100px;
	background: #FFF;
	color : black;
	padding : 7px 15px 5px 15px;
	cursor: pointer;
	cursor: hand;
	width:50px;
	height:50px;
}
.wallp {
	height:100vh;
	height:100dvh;
	background-image:url(/img/wallpaper.jpg);
	background-size:cover;
}
.darken {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	background-color:rgba(255,255,255,0.65);
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:black;
}
.darken h1 {
	text-align:center;
	margin:0 12px;
	padding:0;
}
.dbh {
	display:none;
}
.seltxt {
	font-weight:bold;
	margin:12px 0;
}
#resultBox {
    display:none;
	flex:1;
	flex-wrap:wrap;
	padding:64px 0;
}
.scootbox {
	position:relative;
	border:1px solid #d0d0d0;
	border-radius:8px;
	-webkit-box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77); 
	box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77);
	overflow:hidden;
	float:left;
}
.scootbox * {
	white-space: nowrap;
	overflow:hidden;
	/*background-color:red;*/
}
.schold {
	margin:0 12px;
	line-height:1.25rem;
	text-align: center;
}
.schold table {
	display:inline;
	text-align: left;
}
.scootbox a {
	position:absolute;
	left:0;
	bottom:0;
	display:inline-block;
	width:100%;
	text-decoration:none;
	background-color:#8f0745;
	padding:12px;
	text-align:center;
	color:white;
}
.sctit {
	position:absolute;
	left:0;
	top:0;
	padding:12px;
	width:100%;
	background-color:rgba(255,255,255,0.75);
	text-align:center;
	border:1px solid white;
	font-size:1.25rem;
}
.chead {
	min-height:50vh;
}
.bl {
	text-align:right;
	font-weight:bold;
}
#resultBox td {
	overflow:hidden;
	white-space: nowrap;
}
.holderbox {
	border:1px solid #d0d0d0;
	margin-bottom:64px;
	padding-top:32px;
}
.sctit,.purple h1, .purple h3 {
	color:#8f0745;	
}
#carttot,.stbox {
	display:block;
	color:white;
	font-size:12pt;
	padding:0 4px;
}
.stbox a {
	color:inherit;
}
.holderbox button {
	display:none; /*block*/
	width:100%;
	outline:none;
	border:none;
	margin:24px 0;
	padding:6px 0;
	background-color:#8f0745;
	color:white;
	font-size:1rem;
	border-radius:8px;
	cursor:pointer;
	-webkit-box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77); 
	box-shadow: 0px 15px 16px -16px rgba(0,0,0,0.77);
	
}
.bbut {
	text-align:right;
	margin-bottom:24px;
}
.bbut a {
	color:red;
	text-decoration:none;
}
#basket table * {
	vertical-align:top;
}
.babox {
	overflow:hidden;
	margin-bottom:128px;
}
.restab {
	display:flex;
	flex:1;
	flex-wrap:wrap;
	border-bottom:1px solid #d0d0d0;
	margin-bottom:8px;
	overflow:hidden;
}
.restab div {
	white-space: nowrap;
	overflow:hidden;
	margin-bottom:8px;
	padding:0 4px;
}
.box4 {
	text-align:right;
}
.lsize {
	width:150px;
}
.fcol {
	float:left;
	text-align:left;
}
.vecOrange {
  width: 20px;
}
.footer table {
	width:100%;
}
.footer td {
	padding:0 12px 12px 0;
	vertical-align:middle;
	color:#e0e0e0;
}
.footer td svg {
	display:block;
}
.footinf {
	font-size:0.75rem;
}
.footer td a {
	color:inherit;
}
.footer input,.footer textarea {
  padding: 6px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 14pt;
  color: black;
  border-radius: 4px;
  font-weight: bold;
}
.footer textarea {
  height: 125px;
}
::placeholder {
  color: #808080;
  font-size: 0.75rem;
  font-weight: bold;
}
.footer button {
  background-color: #8f0745;
  border: 1px solid #8f0745;
  color: white;
}
.footer input,.footer textarea,.footer button {
  width: 96%;
  margin: 0 auto 2px auto;
  padding: 0.75em;
  border-radius: 0.25em;
  line-height: 1.1;
  outline: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: inherit;
}
.footer input,.footer textarea {
  background-color: #f8f8f8;
  background-image: linear-gradient(to top, #c0c0c0, #f8f8f8 50%);
  background-position: right center;
  background-repeat: no-repeat;
  color: #404040;
}
hr {
  border: none;
  border-top: 1px solid #404040;
  outline: none;
  padding: 12px 0 0 0;
}
.copy {
    color:#505050;
	font-size:0.75rem;
	text-align:left;
	padding-bottom:12px;
}
.tfix {
    z-index: 1600;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;	
}
.headline {
	text-align:center;
	color:#8f0745;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}
.babox li {
	padding-bottom:24px;
}
.ui-datepicker {
    font-size: 11pt;
}
.formbox {
	width:100%;
}
.formbox label {
	margin-top:12px;
	display:inline-block;
}
.formbox h2,.formbox h3 {
	color:#7f0745;
}
.flexib > * {
	flex:1 0 0;
}

.button3 {
  display: inline-block;
  color: white;
  text-align: center;
  background-color: darkblue;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  font-size:11pt;	
  padding: 8px 16px 8px 16px;
  width:80%;
  margin:12px auto 12px auto;
  border-radius:8px;
}
#tbox {
	scroll-margin:64px;
}
#prbox td {
	vertical-align: top;
	text-align: left;
	border:!px solid red;
}
button {
	cursor: pointer;
}