/* RESET & CLEARFIX */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,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,input,textarea,select{margin:0;padding:0;outline:0;border:0;background:transparent;vertical-align:baseline;font-size:100%;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{§ght:1;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}del{text-decoration:line-through;}hr{clear:both;margin:0;padding:0;height:1px;border:0;background:transparent;color:transparent;}mark{background-color:#ffffb3;font-style:italic;}input,select{vertical-align:middle;}ins{background-color:red;color:white;text-decoration:none;} table{border-spacing:0;border-collapse:collapse;}

.clear{display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0;}
.clearfix:after{display:block;visibility:hidden;clear:both;width:0;height:0;content:' ';font-size:0;line-height:0;line-line-line-line-line-line-;}
* html .clearfix,:first-child+html .clearfix{zoom:1;}

.richText { margin: 10px 0 30px 0; }


/* QUICK STYLES */

.left { float: left }
.center { text-align: center; }
.right { float: right; }
.medial { text-align: left; }
.right-5 { float: right; margin-right: 5px }
.h_flip { -webkit-transform: scaleX(-1); transform: scaleX(-1); }


span.cutted { 
  font: normal 400 12px Roboto Light;
  color: #ccc; 
  text-decoration: line-through ;  
}

.desktop { display: block; }
.mobile { display: none; }
.hide { display: none; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

.reduce { margin-bottom: 10px;  }
.break { margin-bottom: 22px;  }
.subtext { margin-bottom: 16px;  }
 iframe { width: 100%; height: 500px; }
 
 .bottom-10 { padding-bottom: 10px; }
 
 .visible { visibility: visible; }
 .hidden { display: none; }
 
.unconfirmed { color: #e21d35; }
.pending { color: #f5a02c; }
.confirmed { color: #36BB45; }

.gold { color: #ffcc00; }
.silver { color: #acacac; }
.bronze { color: #cd853f; }

.bg-unconfirmed { background: #e21d35; }
.bg-pending { background: #f5a02c; }
.bg-confirmed { background: #36BB45; }

i.big { float: left; font-size: 24px; margin: -2px 6px 0 0; }
i.note { display: inline-block; font-size: 9px; margin: 6px 0 0 3px; }

a.forgot {
  font: normal 400 12px Roboto Light; 
  float: left;
  color: #aaa;
  margin-top: 20px;
}

.footnote {
  background: #fff;
  font: normal 400 14px Roboto Regular;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 14px 10px 6px 10px;
  margin: -10px 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.footnote:active { transform: translateY(3px); }


.alert {
  font: normal 100 14px Roboto Light;
  border: solid 1px;
  border-radius: 6px;
  padding: 12px 8px 6px 8px;
  margin: 6px 0 12px 0;
}

.alert.green { background: #d2f0ca; border-color: #49c32c; color: #49c32c; }
.alert.blue { background: #d0e7f6; border-color: #439fdb; color: #2D719E; }
.alert.yellow { background: #faefcd; border-color: #eabf38; color: #B3942E; }
.alert.red { background: #fdd6d7; border-color: #f55c5d; color: #f55c5d; }
.alert.white { background: #fff; border-color: #ccc; color: #222; }

.infobar {
  display: block;
  font: normal 400 13px Roboto Regular;
  background: #fff;
  border: solid 1px#ccc;
  border-radius: 5px;
  padding: 12px 8px 4px 8px;
  margin: 2px 0 6px 0;
}

.infobar.small { font: normal 100 11px Roboto Light; }
.infobar.blue { background: #d0e7f6; border-color: #439fdb; color: #2D719E; }

.note {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}


.progress-bg { 
  background:#ac1e51;
  color: #fff;
  width:100%;
  height:1.5em;
  position:relative;
  margin-bottom: 5px;
}

.progress-bar { 
  background:#f5a02c;
  height:100%;
  position:absolute;
  line-height:inherit;
}




a, a > * {
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}


.popcard { 
  background: #f5a02c; 
  line-height: 18px;
  border-radius: 1%; 
  padding: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.popcard img { width: 100%; }
.popcard span { display: block; padding: 6px 0 10px 0; }
.popcard span hr { border: 0; height: 0; border-top: 1px dotted #000; margin: 9px 0 9px 0 }


::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

.inline-border {
  position: relative;
  display: block;
  margin: 0 0 40px;
  color: #959595;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
}

.inline-border:before, .inline-border:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 1px;
  background: #ececec;
  content: '';
}

.inline-border:after {
  right: 0;
  left: auto;
}

small { font-size: 11px; }

p,
pre,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-top: 10px; }

.form-inline { display: flex; flex-flow: row wrap; }





table {
  width: 100%;
    border-collapse: separate;
    border-spacing: 3px; 
}
  
td { width: 49%; padding: 10px 4px 6px 4px; }

th { 
  width: 2%;
  font: normal 400 16px Roboto Bold;
  background: #ddd;
  padding: 10px 8px 0 8px;
  vertical-align: middle;
  }
  
th.top, td.top { 
  font: normal 400 16px Roboto Bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px 8px 6px 8px;
  }
  
th.top { background: #222; }
td.top.s1 { background: #EDA139; }
td.top.s2 { background: #3b94ed; }
  
th span { font: normal 400 15px Roboto Light; }
 

  td > div {
  display: block;
  font: normal 400 14px Roboto Bold;
  margin-bottom: 2px;
  }

  td > span {
  display: inline-block;
  min-width: 36px;
  background: #777;
  color: #eee;
  font: normal 400 8px Roboto Light;
  text-transform: lowercase;
  text-align: center;
  border-radius: 2px;
  padding: 2px 3px 1px 3px;
  }

td > span.red { background: #e21d35; }
td > span.pink { background: #FF69B4; }
td > span.blue { background: #2B88F7; }
td > span.green { background: #19b319;  }
td > span.lime { background: #99cc00; }
td > span.yellow { background: #f5a02c; }


.S1 {background: #fbe9d0; }
.S2 {background: #d0e6fb; }
.no {background: #ddd; }

.S1:hover {background: #f8deb9; }
.S2:hover {background: #b9d9f8; }
.no:hover {background: #d5d5d5; }

.image { float: left; overflow: auto; }
.image img { 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #ddd;
  margin: 0 6px 0 0;
  object-fit: cover;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}



img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}




/* FORMS */

.form-row {
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-bottom: 24px;
  box-sizing: border-box;
 }

 .form-box {
  position: relative;
  width: 100%;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 16px 10px 12px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 4px -3px, rgba(0, 0, 0, 0.02) 0px 4px 2px -2px;
 }
 
.form-box.nos { box-shadow: none; }
 
 .form-box hr  {
  height: 1px;
  border-bottom: dashed 1px #ddd;
  margin: -10px 0 30px 0;
}
 

.inline  { display: inline-block; }
.s { margin-bottom: 30px; }
 

.x2 { width: 49.2%; margin-right: 9px; }
.x6 { width: 14%; margin-right: 20px; }

.x3 { width: 32.36%; margin-right: 8px; }

.x1l2 { width: calc(50.3% - 10px); margin-right: 10px; }

.x1l3 { width: calc(30% - 8px); margin-right: 8px; }
.x2l3 { width: calc(70.8% - 8px); margin-right: 8px; }

.x1l4 { width: calc(25% - 10px); margin-right: 10px; }
.x2l4 { width: calc(50% - 10px); margin-right: 10px; }
.x3l4 { width: calc(75% - 20px); margin-right: 10px; }

.x1l5 { width: calc(20% - 10px); margin-right: 10px; }
.x1l6 { width: calc(16.66% - 10px); margin-right: 10px; }

.m { margin-right: 8px; }
.l { margin-right: 0; }


.x3.skip1 { width: 32.3%; margin-right: 9px; }
.x3.skip1:nth-child(3n+3) { margin-right: 0; }

 
.form-note { 
  font: normal 400 11px Roboto Regular; 
  border-bottom: dotted 1px #ddd; 
  padding: 12px 0 12px 0; 
  margin-bottom: 12px; 
}

label { font: normal 400 14px Roboto Medium;  }
label span { font: normal 400 12px Roboto Light;  }


label span.break { 
  display: block; 
  font: normal 400 14px Roboto Light;
  line-height: 20px;
  padding: 10px 0 0 0;
}

label.error {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  background: none;
  color: red;
  font-weight: 400;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea, select {
  background: #fff;
  color: #222;
  display: block;
  padding: 12px 8px 8px 8px;
  width: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  font: normal 400 16px Roboto Light;
  -webkit-transition: border linear .3s, box-shadow linear .3s;
  -moz-transition: border linear .3s, box-shadow linear .3s;
  -ms-transition: border linear .3s, box-shadow linear .3s;
  -o-transition: border linear .3s, box-shadow linear .3s;
  transition: border linear .3s, box-shadow linear .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea { font-size: 14px; line-height: 1.7 !important; }

input:disabled, input:read-only { background:#ffffe6; color:#777; }
select option { font-size: 18px; }
select option:disabled { color: #aaa; font-weight: 300; }


::-webkit-input-placeholder { font: normal 400 14px Roboto Light; color: #bbb; }
:-moz-placeholder { font: normal 400 14px Roboto Light; color: #bbb; }
::-moz-placeholder { font: normal 400 14px Roboto Light; color: #bbb; }
:-ms-input-placeholder { font: normal 400 14px Roboto Light; color: #bbb; }

input[type="text"].center,
input[type="number"].center { text-align: center; }

input[type="text"].big,
input[type="number"].big,
input[type="email"].big { font: normal 900 22px Roboto Bold;  }

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
button, .button {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 9px 20px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -ms-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  -webkit-font-smoothing: antialiased;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover{
  color: #fff;
}

input[type="text"]:focus, textarea:focus {
  color: #222;
  border-color: #f5a02c;
}


input:valid,
select:valid {
  background: #e6ffe6;
}


#content1 { display:none; }
#content2 { display:none; }

#toggle1:checked ~ #content1 { display: block; }
#toggle2:checked ~ #content2 { display: block; }




input[type="file"]:not(.pdf) { z-index: -1; position: absolute; opacity: 0; }


input:focus + label { outline: 0; }

.status {
  font: normal 400 14px Roboto Regular;
  background: #fff;
  color: #222; 
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 12px 8px 6px 8px;
  margin: 2px 0 15px 0;
  transition: all .2s ease-out;
}

#preview { border: dashed 4px #ddd;  height: 200px;  box-sizing: border-box; cursor: pointer; }

#preview.rectangle {
  object-fit: cover;
  width: 100%;
  height: 120px;
}

#preview.square {
  object-fit: cover;
  width: 100%;
  overflow: auto;
}



/* DYNAMIC LABEL */

.label {
  position: absolute;
  top: 16px;
  left: 16px;
  pointer-events: none;
}

.label .text {
  transition: all 0.15s ease-out;
  color: #333;
}

input,
textarea,
.label .text {
  font: normal 400 14px Roboto Light;
}

input,
textarea,
.label.icon .text.icon {
  padding-left: 13px;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #333;
}

input:focus + .label .text,
textarea:focus + .label .text,
:not(input[value=""]):not(textarea[value=""]) + .label .text {
  font-size: 12px;
  transform: translate(0, -150%);
  background: #fff;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 6px;
}

textarea:focus + .label .text {
  transform: translate(0, -150%);
  background: #fff;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 6px;
}

input:focus + .label .text,
textarea:focus + .label .text {
  color: #777;
}






ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ul, ol { padding-left: 30px; }




/* SWITCH TOGGLE */

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

.switch input { opacity: 0; width: 0; height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider { background-color: #f5a02c; }
input:focus + .slider { box-shadow: 0 0 1px #f5a02c; }
input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

span.toggle-text {
  position: absolute;
  font: normal 400 13px Roboto Regular !important;

  margin: 5px 0 0 8px;
}



/* BUTTONS */

.btn {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  border: none;
  margin: 8px 0 3px 0;
}

.btn.rightless { margin-right: 0;}
.btn:active { transform: translateY(3px); }
.btn:focus { outline:0; }

.btn-hg {
  font: normal 400 16px Roboto Regular;
  min-width: 140px;
  border-radius: 5px;
  padding: 10px 12px 6px 12px;
}

.btn-lg {
  font: normal 400 14px Roboto Regular;
  min-width: 80px;
  border-radius: 5px;
  padding: 5px 12px 4px 12px;
}

.btn-md {
  font: normal 400 12px Roboto Medium;
  border-radius: 4px;
  padding: 8px 15px 6px 15px;
}

.btn-sm {
  font: normal 400 11px Roboto Regular;
  min-width: 70px;
  border-radius: 5px;
  padding: 5px 8px 3px 8px;
}

.btn-sm span {
  font: normal 400 7px Roboto Regular;
  letter-spacing: 1px;
  border-radius: 50%;
  background: #E19A39;
  color: #fff;
  padding: 2px;
  vertical-align: middle;
}

.btn-white { background: #fff; color: #666; border: solid 1px #777; }
.btn-white:hover { background: #f7f7f7; }
.btn-white i { color: #666; }
.btn-white i.green { color: #36BB45; }
.btn-white i.red { color: #ec1c22; }

.btn-accent { background: #f5a02c; color: #fff; }
.btn-accent:hover { background: #DF8F1F; }
.btn-accent i { color: #fff; }

.btn-yellow { background: #f5a02c; color: #fff; }
.btn-yellow:hover { background: #DF8F1F; }
.btn-yellow i { color: #fff; }

.btn-red { background: #ec1c22; color: #fff; }
.btn-red:hover { background: #D02F35; }
.btn-red i { color: #fff; margin-top: 6px; }

.btn-green { background: #36BB45; color: #fff; }
.btn-green:hover { background: #36BB45; }
.btn-green i { color: #fff; margin-top: 6px; }

.btn-blue { background: #2B88F7; color: #fff; }
.btn-blue:hover { background: #2B88F7; }
.btn-blue i { color: #fff; }


.btn-upload {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  min-width: 70px;
  border-radius: 3px;
  padding: 4px 4px 2px 4px;
  margin: 0;
  border: solid 1px #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-upload.yellow {
  background: #f5a02c; 
  color: #fff;
}

.btn-upload.green {
  background: #36BB45; 
  color: #fff;
}

.btn-upload.red {
  background: #ac1e51; 
  color: #fff;
}

.btn-upload.white {
  background: #fff; 
  color: #666;
}



/* SCROLLBAR */

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #aaa;  }




/* TOOLTIP POPUP */

.popup {
  position: fixed;
  left: 0; top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition:500ms all;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition:1s all;
}

.popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 10%;
  padding: 1rem;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-user-select: text;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);overflow-y: auto;
}

.popup-container h1 {
  font-size: 20px;
  line-height: 26px;
  border: none;
}

    .is-visible .popup-container {
      transform:translateY(0);
      transition:500ms all;
      max-height: 74%;
    }

    .popup-container .popup-close {
      position: absolute;
      top: 8px;
      font-size:0;
      right: 8px;
      width: 30px;
      height: 30px;
    }


    .popup-container .popup-close::before,
    .popup-container .popup-close::after {
      content: '';
      position: absolute;
      top: 12px;
      width: 14px;
      height: 3px;
      background: #bbb;
    }

    .popup-container .popup-close::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 8px;
    }

    .popup-container .popup-close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 8px;
    }


    .popup-container .popup-close:hover:before,
    .popup-container .popup-close:hover:after {
      background-color:#35a785;
      transition:300ms all;
    }




/* POPUP */

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  font-family: "Fira Sans", Helvetica, sans-serif;
  padding: 3em 1em;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin:16em auto;
  }
}


/* MODAL */

.modal { 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0; top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  backdrop-filter: blur(6px);
}

.modal-content { 
  position: sticky;
  left: 40%;
  background-color: #fff;
  padding: 40px 12px 16px 12px;
  width: 350px; height: 430px;
  border-radius: 0.5rem;
  overflow: auto;
  transform: scale(1);
  transition: 0.6s ease-out;
}

.close {
  float: right;
  width: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close:hover { background-color: darkgray; }


.modal-animation {
  animation: smooth 0.3s ;
  -moz-animation-fill-mode: forwards
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes smooth {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes smooth {
   0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes smooth {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@keyframes smooth {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}






/* PRELOADER */

#homeloader, #preloader {
  position: fixed;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background: var(--background);
  z-index: 99;
}

#splash {
  width: 100%;
  height: 100%;
  left: 50%; top: 50%;
  background-image: var(--splash);
  background-repeat: no-repeat;
  background-position: center;
}

#status {
  width: 190px;
  height: 150px;
  position: absolute;
  left: 50%; top: 50%;
  background-image: url(../../media/assets/loaders/01.gif); 
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}






/* ANIMATIONS */

@keyframes shake {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(7deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@keyframes reminder {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}

@keyframes pulse {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.04); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.01); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

@keyframes notify {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.09); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.04); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

@keyframes blink{
  0%{ color: transparent;    }
  49%{ color: interlit; }
  60%{ color: interlit; }
  99%{ color: interlit;  }
  100%{ color: interlit;    }
}

@keyframes shine {
  20%, 100% { -webkit-mask-position: left;  }
  0% { } 10% { }
}

@keyframes shine2 {
  30%, 100% { -webkit-mask-position: left; }
  0% { } 10% { }
}

@keyframes lazyshine {
  30%, 100% { -webkit-mask-position: left; opacity: 0.1; }
  0% { } 10% { }
}

.blink { animation: blink 1s infinite; }
.blink:hover { animation: none; }
.shake { display: inline-block; animation: shake 1s infinite; }
.reminder { display: inline-block; animation: reminder 2s infinite; }
.pulse { animation: pulse 3s infinite; }
.pulse.once { animation: pulse 3s; }
.notify { animation: notify 4s infinite; }
.shake:hover, .reminder:hover, .pulse:hover  { animation: none; }


.shine {
  -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/400% 100%;
  animation: shine 4s infinite linear;
}

.shine2 {
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/400% 100%;
  animation: shine2 3s infinite linear;
}

.lazyshine {
  -webkit-mask: linear-gradient(-70deg,#000 40%,#0005,#000 80%) right/900% 100%;
  animation: shine2 5s infinite linear;
}





/* MORE MENU */

.more_menu {
  background: none;
  color: #000;
  padding: 16px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  margin: -39px -18px 0 0;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

.more {
  position: relative;
  display: inline-block;
}

.more-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  min-width: 110px;
  z-index: 1;
  margin: -8px -3px 0 0;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.more-content a {
  display: block;
  font: normal 400 11px Roboto Light;
  color: #111;
  padding: 10px 8px 2px 8px;
  text-decoration: none;
  border-top: solid 1px #ddd;
}

.more-content a:hover {background-color: #ddd;}

.more-content a i { font-size: 9px; margin-right: 8px; }


.more:hover  .more-content { display: block; }







/* MERCH */

#front, #back, #both {
  background: #bbb url("patterns/02.png");
  background-size: 115%;
  background-position: center;
  display: inline-block;
  position: relative;
  border: solid 4px #fff;
  border-radius: 6px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}

#front.sixth, #back.sixth, #both.sixth { width: 14.9%; height: 210px; margin: 0 5px 6px 0; }
#front.sixth:nth-child(6n+2), #both.sixth:nth-child(6n+2) { margin-right: 0; }

#front.sixths, #back.sixths, #both.sixths { width: 15.3%; height: 280px; margin: 0 5px 6px 0; }
#front.sixths:nth-child(6n), #both.sixths:nth-child(6n) { margin-right: 0; }

#front img, #back img, #both img {  
  position:absolute;
  left:0; top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  transition: transform 250ms;
}

#front img:hover, #back img:hover, #both img:hover { 
  transform: perspective(200px) rotateY(-10deg) scale(1.05) translateY(-5px); 
}

#front img.zoom, #back img.zoom, #both img.zoom { object-fit: cover; object-position: -20% 0; }

#front div.title, #back div.title, #both div.title { 
  height: 20px;
  background: #fff;  
  position: absolute;
  left: 0; right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
  font: normal 400 12px Roboto Medium;
  padding: 10px 0 2px 0;
  border: none;
  bottom: 0;  
  display: flex;
  justify-content: center;
  align-items: center;;
}

#front div.badge, #back div.badge, #both div.badge { 
  position: absolute;
  left: 6px; top: 9px;
  font: normal 400 11px Roboto Regular;
  border-radius: 3px;
  padding: 2px 4px 1px 4px;
  border: none;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}

#front div.badge.red, #back div.badge.red, #both div.badge.red { background: #e21d35; color: #fff; }
#front div.badge.yellow, #back div.badge.yellow, #both div.badge.yellow { background: #f5a02c; color: #fff; }
#front div.badge.lime, #back div.badge.lime, #both div.badge.lime { background: #29a329; color: #fff; }

#front div.price, #back div.price, #both div.price { 
  background: #fff;  
  position: absolute;
  right: 5px; bottom: 38px;
  font: normal 400 15px Roboto Bold;
  border-radius: 3px;
  padding: 6px 4px 1px 4px;
  border: none;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}

#front div.price span, #back div.price span, #both div.price span { 
  font: normal 400 11px Roboto Light;
}


#front div.colors, #back div.colors, #both div.colors { 
  background: #ccc;  
  position: absolute;
  left: 5px; bottom: 37px;
  border-radius: 3px;
  padding: 1px 4px 0 4px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}


#front div.colors i, #back div.colors i, #both div.colors i { font-size: 9px; }

#front div.colors i.BK, #back div.colors i.BK, #both div.colors i.BK { color: #000; }
#front div.colors i.WT , #back div.colors i.WT , #both div.colors i.WT { color: #fff; }
#front div.colors i.BL, #back div.colors i.BL, #both div.colors i.BL { color: #3366ff; }
#front div.colors i.GN, #back div.colors i.GN, #both div.colors i.GN { color: #00b33c; }
#front div.colors i.RD , #back div.colors i.RD , #both div.colors i.RD { color: #ff3333; }
#front div.colors i.OG, #back div.colors i.OG, #both div.colors i.OG { color: #ff751a; }


@keyframes switch { 
   0% { opacity:0; }
 45% { opacity:0; }
 55% { opacity:1; }
100% { opacity:1; }
}

#both img.front {
animation-name: switch;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-direction: alternate;
}


[class^="swap"] { display: none; }




#copy-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 9999;
}
#copy-toast.show {
    opacity: 1;
}


