
/* CSS MAP 
----------------------------------------
★ NAVIGATION_css
★ SECTION_css
★ BREDCRUMB_css
★ DASHBOARD_css
★ BANNER_css


*/

/* GENERAL */

html {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-user-select: none;
}

body {
/*  overflow-x: hidden;
  overflow-y: auto; */
  color: #333;
  font: 15px/1.7 Roboto Regular;
  padding-bottom: 70px;
}

.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\0020";
}

.container.half { width: 30%; }
.container.reader { width: 78%; margin-top: 10px; }

.container.page {
  background: #f7f7f7;
  padding: 30px 16px 45px 16px;  
  border-radius: 8px;
  margin-top: -70px;
}

.container.page hr{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 3px 0
}

.container.page hr.separator {
  border: 0;
  height: 0;
  border-top: 3px dashed rgba(0, 0, 0, 0.05);
  margin: 50px 0 30px 0
}
  
  
.headnote {
  font: normal 400 14px Roboto Light;
  background: #e9e9e9;
  color: #000;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  margin: -10px 0 22px 0; 
  padding: 10px 8px 6px 8px;
}
  
.mainbar { 
  display: inline-block;
  width: 79%;
}

.sidebar { 
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
  
.mainbar.fullwidth { 
  width: 100%;
}
  
.mainbar.left { margin-right: 8px; }
.mainbar.right { margin-left: 8px;}

 
/* SIDE CONTENT */

.r_side { 
  float: right;
  width: 40%; 
  margin: 0 0 8px 18px; 
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.l_side { 
  float: left;
  width: 40%; 
  margin: 0 18px 8px 0; 
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

sep { 
  display: flex;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding-top: 12px;
}

.free_side { overflow: auto; }
.l_side.empty, .r_side.empty { box-shadow: none; }

.l_side.empty img, .r_side.empty img { 
  border-top-left-radius: 2%; 
  border-top-right-radius: 2%; 
}

.r_side.empty img.zoom { transition: .2s ease-out;  }
.r_side img.zoom:hover { transform: rotate(10deg) scale(1.3); transition: .1s ease-in;  }


header {
  position:fixed;
  top:0; left:0;
  width:100%;
  height: auto;
  background: var(--color3);
  background: url('//layout.weo.ro/patterns/section.png') repeat; 
  background: url('//layout.weo.ro/patterns/section.png') repeat, linear-gradient(to right, var(--color3), var(--color1) 120%);
  z-index:1000;
  padding: 0 10px 0 10px;
  -webkit-box-shadow: 0 0 8px 0 #var(--color3);
  -moz-box-shadow: 0 0 8px 0 var(--color3);
  box-shadow: 0 0 8px 0 var(--color3);
}



.navbar {
  position: relative; 
  margin: 0 auto;  
  max-width: 1140px;
}

.logo { 
  float: left; 
  background-image: var(--logo);
  width: 150px; 
  height: 50px;
  margin-top: 6px; 
  transition: 0.2s ease-out;
}

.logo:hover { transition: 0.1s ease-in; transform: scale(1.04); }



/* NAVIGATION_css */

nav { float: right; }
nav ul { list-style: none; margin: 0; padding: 0; }
nav ul li { float: left; position: relative; }

nav ul li a, nav ul li a:visited {
  display: block; 
  color: #fff;
  font: normal 400 15px Roboto Regular;
  text-decoration: none;
  padding: 8px 8px 4px 8px;
  margin: 17px 0 0 0;
  transition: 0.4s;
}

nav ul li a:hover, nav ul li a:visited:hover { color: #ddd; transition: 0.3s; }
nav ul li.has-child > a:after{ content: ' ▾'; }

nav ul li ul { width: 170px; margin-top: 11px; }
nav ul li ul li { min-width: 170px; }

nav ul li ul li a { 
  background: #212121;
  color: #f6a83c !important;
  padding: 8px 8px 2px 8px;  
  font: normal 400 13px Roboto Light;
  line-height: 16px; 
  border-bottom: solid 1px #171717;
  -webkit-tap-highlight-color: #ec1c22;
  margin-top: 0;
}

nav ul li ul li a:hover, 
nav ul li ul li a:visited:hover, 
nav ul li ul li a:focus:hover, 
nav ul li ul li a:target :hover { 
  background: #f5a02c; 
  color: #111 !important;
  outline: 0;
}

nav ul li ul li a.last { border: 0; padding-bottom: 4px; }
nav ul li ul li a i { width: 10px; height: 10px; color: #aa6708; font-size: 10px; }
nav ul li ul li a i:hover { color: #111; font: size: 11px; }

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


nav ul li a.accent {
  background: #f5a02c;
  color: #111;
  border-radius: 5px;
  padding: 6px 6px 2px 6px;
  margin: 20px 0 0 10px;
}

nav ul li a.accent:hover { color: #aa6708; }
nav ul li a:active { transform: translateY(3px); }
.nav-mobile { display: none; }


/* LANGUAGE PICKER */


.language {
  display: inline-block;
  position: relative;
  outline: none;
  margin: 30px  10px 10px 10px;
}

/* button */
.lang_btn img {
  width: 25px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.35s ease-out;
}

/* dd content */
.language .language-content {
  position: absolute;
  top: 50%;
  background: #222;
  min-width: 100px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-out;
}

.language-content img {
  float: left;
  width: 22px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.35s ease-out;
}

.language-content a { 
  display: flex;
  overflow: hidden;
  padding: 3px 4px 2px 4px;
  transition: 0.35s ease-out;
}

.language-content a:hover { background: #000; }

/* show dd content */
.language:focus .language-content {
  outline: none;
  transform: translateY(20px);
  visibility: visible;
  opacity: 1;
}

.lang_btn:hover, .language:focus .lang_btn { background-color: #691692; }

/* mask to close menu by clicking on the button */
.language .db2 {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0; opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.language:focus .db2 { display: inline-block; }
.language .db2:focus .language-content {
  outline: none;
  visibility: hidden;
  opacity: 0;
}





/* SECTION_css */

section {
  top: 0; left: 0;
  width:100%;
  height: auto;
}

section.maxi { margin-top: 50px; padding: 0; }
section.mini { padding: 10px 0 10px 0; }

section h1 {
  font: normal 400 34px Roboto Black;
  border-bottom: solid 2px #eee;
  margin: 60px 0 20px 0; 
}

section h2  {
  display: flex;
  font: normal 400 17px Roboto Light;
  letter-spacing: 2px;
  background: #e9e9e9;
  color: #000;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  margin: -10px 0 22px 0; 
  padding: 10px 8px 6px 8px;
}

section h3  {
  display: flex;
  font: normal 400 20px Roboto Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  color: #000;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  margin: -10px 0 12px 0; 
  padding: 10px 8px 6px 8px;
}

section h3.home  {
  background: none;
  border: 0;
  margin: 20px 0 2px 0; 
}

section h3 span.dot  {
  display: inline-block;
  background: #A11E4D; 
  color: #fff;
  width: 24px; 
  height: 24px;
  border-radius: 50%;
  padding: 3px;
  text-align: center;
}

section h4  {
  font: normal 400 36px Roboto Bold;
  margin: 10px 0 10px 0;
}

section h5  { 
  font: normal 900 15px Roboto Bold;
  color: #ddd;
  margin: 6px 0 16px 0;
}

section p  {
  font: normal 400 13px Roboto Regular;
  color: #000;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 0 8px 0 8px;
  margin-bottom: 10px;
}


section p a  {
  color: #A11E4D;
  font-weight: 600;
}

section p span  {
  font-size: 18px; 
  font-weight: 700;
  font-family: "Fira Sans", Helvetica, sans-serif;
}

section p.sub  { padding-left: 10px; }

section p.sub.last  { 
  padding-bottom: 20px; 
  margin-bottom: 30px;
  border-bottom: dotted 2px #ddd; 
}

section p.subtext.reduce  { margin: 8px 0 4px 0; }


section div.locked { overflow: scroll; max-height: 560px; }

section div.locked r {
  display: block;
  font: normal 400 13px Roboto Light;
  line-height: 18px;
  border-bottom: dotted 1px #ccc; 
  padding-top: 10px;
}



#light-section {
  background-image: url("../img/layout/patterns/light.png");
  background-repeat: repeat;
  background-attachment: fixed; 
}

#light-section p { color: #222; }


#dark-section  { 
  background: #222 url('//layout.weo.ro/patterns/section.png') repeat; 
  color: #fff; 
}

#colored-section  { 
  background: var(--color3);
  background: url('//layout.weo.ro/patterns/section.png') repeat; 
  background: url('//layout.weo.ro/patterns/section.png') repeat, linear-gradient(to right, var(--color3), var(--color1) 90%);
  color: #fff; 
}

#colored-section h1, #colored-section h2,
#colored-section h1, #colored-section h2 { 
  color: #fff; 
}






/* FRONTLINE */

.frontline  { padding: 50px 10px 30px 10px; margin: 22px 0 -30px 0;  }

.frontline.cover  {
  position: relative;
  background-size: cover;
  background-position: center;
}

.frontline.cover:before  { 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, 0.3);
  backdrop-filter: blur(7px);
  transition: .2s ease-out; 
}

.frontline.cover:hover:before  { 
  background: rgba(0,0,0, 0.4);
  transition: .2s ease-in; 
}

.frontline.cover h1  { 
  font: normal 900 32px Roboto Regular;
  text-transform: uppercase; 
  color: #fff;
  margin: 10px 0 10px 0;
  text-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

.frontline.cover h1 span  { 
  display: block;
  font: normal 100 16px Roboto Thin;
  text-transform: none;
  margin-top: 2px;
  text-shadow: none;
}

.frontline.cover h1 span span  { display: inline-block; }

.frontline.cover h1 span span.note {  
  display: inline-block;
  position: absolute;
  color: #fff;
  font: normal 400 10px Roboto Light;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 2px 4px 1px 4px; 
  margin: 0.4px 0 0 6px;
}

.frontline span.note.yellow { background: #f5a02c; }
.frontline span.note.green { background: #36BB45; }
.frontline span.note.blue { background: #2B88F7; }
.frontline span.note.red { background: #e21d35; }
.frontline span.note.pink { background: #FF69B4; }


/* BREDCRUMB */

.bredcrumb  { 
  color: #fff;
  padding: 32px 0 15px 0;
  margin: 30px 0 0 0;
}

.bredcrumb.cover  { 
  position: relative;
  background-size: cover;
  filter: grayscale(10%);
}

.bredcrumb.cover:before  { 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  opacity: 0.8;
}

.bredcrumb .avatar { float: left; padding-left: 5px; margin-top: -16px; }
.bredcrumb .avatar img { 
  display: block;
  width: 55px;
  height:55px;
  border: solid 3px #f5a02c;
  border-radius: 50%;
  margin: 8px 10px 0 0; 
  padding: 1px;
  clear: left;
  object-fit: cover;
}

.bredcrumb .avatar .rank { 
  position: absolute;
  background: #000;
  color: #f5a02c;
  font: normal 400 9px Roboto Light;
  text-align: center;
  min-width: 50px;
  border-radius: 2px;
  margin: -10px 0 0 5px;
  border: solid 1px #f5a02c;
  padding: 1px 0 0 0;
  transform: rotate(-2deg);
}

.bredcrumb .hello { 
  font-size: 20px;
  margin: -12px 6px 0 6px;
  line-height: 28px;
}

.bredcrumb .step { 
  font-size: 14px;
  margin: 0 6px 0 6px; 
}

.bredcrumb a.logout i   { 
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.bredcrumb.cover h1  { 
  font: normal 900 32px Roboto Regular;
  text-transform: uppercase;
  color: #fff;
}

.bredcrumb.cover h1 span  { 
  float: right;
  font: normal 100 20px Roboto Thin;
  text-transform: none;
  margin-top: 5px;
}

.bredcrumb.cover img.pack  { 
  position: absolute;
  float: right;
  width: 45px;
  height: 45px;
  right: 10px;
  bottom: 3px;
  padding: 1px;
}

.bredcrumb.cover a.mode  { 
  position: absolute;
  font: normal 400 14px Roboto Regular;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #222;
  padding: 7px 12px 2px 12px;
  top: 17px; left: 297px; 
}

.bredcrumb.cover a.mode.on { background: #f5a02c; border: solid 1px #111; }
.bredcrumb.cover a.mode.on b  { color: #111; }

.bredcrumb.cover a.mode.off { background: #111; color: #888; border: solid 1px #f5a02c; }
.bredcrumb.cover a.mode.off b { color: #f5a02c; }

.bredcrumb.cover a.mode.C1  { left: 240px;  }
.bredcrumb.cover a.mode.C2  { margin-left: 40px;  }
.bredcrumb.cover a.mode:active { transform: translateY(3px); }




/* MENU LINK */

.menu.link {
  display: inline-block;
  position: relative;
  background: #f8f9fa;
  color: #111;
  width: 20.3%;
  height: 30px;
  text-align: center;
  border: solid 1px #d5d5d5;
  border-radius: 8px;
  padding: 10px 2px 8px 2px;
  margin: 0 1px 3px 0;
  vertical-align: top;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
  transition: .1s ease; 
}

.menu.link:active { transform: translateY(3px); }
.menu.link:hover { border: solid 1px #ccc; box-shadow: 0 0 0 1px #fff; transition: .5s ease; }

.menu.link i { color: #222; font-size: 20px; }
.menu.link span.title { display: block; font: normal 400 7.5px Roboto Light; margin-top: 4px; }
.menu.link span.title.min { font-size: 7px; }

.menu.link span.notification { 
  display: block;
  position: absolute;
  font: normal 400 9px Roboto Light;
  letter-spacing: -1px;
  width: 12px;
  height: 12px;
  line-height: 15px;
  border-radius: 50%;
  top: 6px;
  right: 3px;
  vertical-align: middle;
  padding: 2px;
}

.menu.link span.badge { 
  display: block;
  position: absolute;
  font: normal 400 8px Roboto Light;
  min-width: 20px;
  height: 10px;
  border-radius: 3px;
  top: 3px;
  right: 1px;
  vertical-align: middle;
  padding: 1px 1px 0 1px;
}

.menu.link span.notification.red, .menu.link span.badge.red { background: #ec1c22; color: #fff; }
.menu.link span.notification.accent, .menu.link span.badge.accent { background: #f5a02c; color: #000; }
.menu.link span.notification.black, .menu.link span.badge.black { background: #444; color: #fff; }
.menu.link span.notification.small { font: normal 100 7px Roboto Regular; line-height: 17px; }



/*  SPOT ON */


.spotted {  
  display: inline-block;
  width: 32%;
  overflow: auto;
  white-space: nowrap;
  border-radius: 8px;
  margin: 0; 
}

.spotted:nth-child(3n) { margin-right: 0; }

.spotted.full {  
  display: inline-block;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  border-radius: 6px;
  margin: -1px 0 10px 0; 
}

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

/*  TABS */

.tabs {
  background: #fff;
  overflow: auto;
  white-space: nowrap;
  margin: -10px 0 8px 0;  
  border-bottom: solid 1px #ddd;
}


.tabs a { 
  display: inline-block;
  min-width: 100px;
  color: #222;
  font: normal 400 12px Roboto Light;
  text-align: center;
  padding: 10px 6px 2px 6px;
  border-top: 0;
  border-right: solid 1px #ddd;
  border-left: 0;
  margin-right: -3px;
  cursor: pointer;
}

.tabs a.left { text-align: center;; }
.tabs a.active { font: normal 400 13px Roboto Bold; color: #222; }

.tabs a.min  { min-width: 24px !important; padding: 10px 6px 2px 8px; }

.tabs a span { 
  float: right;
  text-align: center;
  font-size: 7px;
  min-width: 16px;
  border-radius: 3px;
  padding: 1px 2px 0 2px;
  margin: 0 0 0 4px;
}

.tabs a i { color: #222; }


/*  RESULTS SEARCH */

#results {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -20px; 
}

#results li a {
  display: block;
  background: #ffffe6;
  border: 1px solid #ccc;
  font: normal 400 14px Roboto Regular;
  text-decoration: none;
  margin-top: -1px;
  padding: 14px 12px 8px 12px;
  cursor: pointer;
}

#results li a:hover { background: #ffffb3; }
#results li { width: 260px; }
#results li a.lastword { font-size: 22px; color: red !important; }


/*  TOOLS */

.tools { margin: 0 4px 12px 0; }



.s25, .s33, .s45, .s50, .s66, .s75 { float: left; box-sizing: border-box; vertical-align: top; margin-right: 8px; }

.s25 { width: calc(25% - 8px); }
.s33 { width: calc(33.333% - 8px); }
.s45 { width: calc(45% - 8px); }
.s50 { width: calc(50% - 8px); }
.s66 { width: calc(66.666% - 8px); }
.s75 { width: calc(75% - 8px); }

.rest {
  width: auto !important;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
  clear: none;
}

.rest.x2 { padding-left: 30px; }

.m50, .m60 { box-sizing: border-box; margin-bottom: 20px; }
.mlast { box-sizing: border-box; }



/*  DIVBOX */

.divbox {  
  display: block;
  position: relative;
  background: #fff;
  font: normal 400 12px Roboto Regular;
  line-height: 20px;
  padding: 10px 8px 3px 8px;
  margin-bottom: 6px;
  border: solid 1px #ddd;
  border-radius: 6px;
  vertical-align: top;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
  transition: 1s ease;
}

.divbox:hover {  -webkit-box-shadow: 11px 6px 20px -2px rgba(161,161,161,0.89); 
box-shadow: 11px 6px 20px -2px rgba(161,161,161,0.89); transition: .5s ease; }

.halfs, .third, .fourth, .fourths, .sixth, .sixths { display: inline-block; }

.halfs { width: 47.7%; margin: 0 5px 6px 0; }
.halfs:nth-child(2n) { margin-right: 0; }

.third { width: 30.9%; margin: 0 5px 6px 0; }
.third:nth-child(3n+1)  { margin-right: 0; }

.fourth { width: 22.2%; margin: 0 5px 6px 0; }
.fourth:nth-child(4n+4)  { margin-right: 0; }

.fourths { width: 22.5%; margin: 0 5px 6px 0; }
.fourths:nth-child(4n+9)  { margin-right: 0; }


.sixth { width: 13.8%; margin: 0 5px 8px 0; }
.sixth:nth-child(6n+2) { margin-right: 0; }

.sixths { width: 14.1%; margin: 0 2px 7px 0; }
.sixths:nth-child(6n+4) { margin-right: 0; }

.divbox img { width: 100%; object-fit: cover; }
.divbox.third img { height: 140px;}
.divbox.fourth img { height: 110px;}

.mini4 { display: inline-block; width: 10%; margin: 0 15px 8px 0; }

.mini4 img.circle { 
  display: inline-block;
  border: solid 4px #fff;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}

.divbox.highlighted { background: #fff; color: #F5A02C }

.divbox.dark { 
  background: #eee;
  border: solid 1px #ccc;
  padding: 7px 8px 0 8px;
}

.divbox.yellow { 
  background: #fff;
  color: #994d00;
  border: dashed 1px #ddd;
  padding: 11px 8px 2px 8px;
}

.divbox.yellow:hover { background: #fff; color: #000; border: dashed 1px #ccc; }

.divbox.empty {  
  background: none;
  border: 0;
  padding: 0 6px 0 6px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}


.divbox.row { 
  border: 0;
  padding: 9px 6px 4px 6px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border-top: solid 1px #ccc;
}

.divbox.row:hover  { background: #f2ffcc; }
.divbox.row:active { transform: translateY(3px); }
.divbox.row.visited { background: #faefcd; text-decoration: line-through; }
 
.divbox.large { padding: 20px 12px 12px 12px; }
.divbox.strike { text-decoration: line-through; }


.divbox span.tag { 
  display: inline-block;
  background: #e1e1e1;
  font: normal 400 10px Roboto Regular;
  padding: 8px 6px 2px 6px;
  margin: 2px 4px 3px 0;
  border-radius: 8px;
}


.divbox span.tag img { 
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #aaa;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -4px;
  vertical-align: middle;
}

.divbox a#confirm { 
  background: #e21d35;
  color: #eee;
  font: normal 400 12px Roboto Bold;
  padding: 5px 5px 4px 5px;
  margin: 0 14px 0 0;
  border-radius: 3px;
}

.divbox a#confirm i { font-size: 10px; color: #eee; }

.divbox.basic { background: #fff; cursor: auto;  }
.orders.basic:hover { background: none; }


.divbox b { font: normal 400 13px Roboto Bold; }
.divbox g { font: normal 600 11px Roboto Regular; color: #666699; }
.divbox strong { font: normal 400 15px Roboto Bold; }
.divbox hr { height: 1px; border-bottom: dotted 1px #ccc; margin: 0 0 9px 0; }
.divbox hr.last { height: 1px; border-bottom: dotted 1px #ccc; margin: 0 0 3px 0; }

.divbox span { 
  font: normal 400 11px Roboto Light;
  border-radius: 3px;
  padding: -3px 2px 0 0;
  vertical-align: middle;
}

.divbox span.blank { 
  background: #ccc; 
  color: #333; 
  font: normal 400 9px Roboto Medium;
  min-width: 16px;
  border-radius: 3px;
  padding: 2px 5px 0 5px;
  margin-left: 3px;
}


.divbox div.image, .divbox div.rectangle, .divbox div.icon, .divbox div.thumb { float: left; overflow: auto; }

.divbox div.image img { 
  width: 50px;
  height: 50px;
  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);
}

.divbox div.rectangle{
  width: 98%;
  background: #f2ffcc;
  overflow: auto; 
  padding: 6px;
}

.divbox div.rectangle img { 
  float: left;
  width: 150px;
  height: auto;
  border-radius: 4px;
  border: solid 1px #ddd;
  margin: 0 6px 0 0;
  object-fit: cover;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}

.divbox div.rectangle span.info { 
  font: normal 400 14px Roboto Light; 
  line-height: 22px;
  color: #222; 
  padding: 12px 0 10px 0;
  vertical-align: middle;
}


.divbox div.image span.shadow {  
  position: absolute;
  font: normal 400 8px Roboto Light;
  background: #aaa;
  color: #fff;
  margin: 18px 0 0 0px;
  text-align: center;
  padding: 1px 3px 1px 3px;
  transform: rotate(-3deg); 
}



.divbox div.thumb img { 
  display: block;
  width: 140px;
  height: 80px;
  border-radius: 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  object-fit: cover;
}

.divbox div.banner img { 
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  object-fit: cover;
}

.divbox div.icon img { 
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #ccc;
  margin: 0 6px 0 0;
}

.divbox div.caption { 
  display: block;
  font: normal 400 12px Roboto Regular;
  padding: 10px 0 4px 0;
}


.divbox div.title { 
  font: normal 400 16px Roboto Bold;
  border-bottom: dashed 1px #ccc;
  padding: 5px 0 4px 0;
  width: 72%; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  white-space: nowrap; 
  margin-bottom: 6px;
}

.divbox div.title.small { font: normal 400 13px Roboto Bold; }

.divbox div.title.only { border-bottom: none; }
.divbox div.title.break { margin-bottom: 10px; }
.divbox div.title.more { width: 94%; }
.divbox div.title.full { width: 100%; }
.divbox div.title.labeled { display: inline; width: 100%; align-items:center; }
.divbox div.title.entire { width: 100%; white-space: normal;  }

.divbox div.title.l2 { 
  font: normal 400 15px Roboto Bold;
  width: 100%; 
  height: 35px; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; 
}

.divbox div.title a.back { font: normal 400 20px Roboto Bold; }
.divbox div.title div.sub { font: normal 400 12px Roboto Light; }
.divbox div.title div.sub b { font: normal 400 12px Roboto Bold; }
.divbox div.title span.min { font: normal 400 14px Roboto Light; text-transform: capitalize; }
.divbox div.title i { font-size: 12px; margin-top: -6px; }

.divbox div.stats { 
  font: normal 400 10px Roboto Light; 
  padding: 10px 0 6px 0;
}


.divbox div.stats.copy {  -webkit-user-select: text; }

.divbox div.stats.oneline { 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  white-space: nowrap; 
}

.divbox div.stats div.target { display: inline; width: 33%; }

.divbox span.button { 
  float: right;
  color: #333; 
  font: normal 400 10px Roboto Light;
  border-radius: 3px;
  border: solid 1px #333;
  padding: 2px 6px 0 6px;
}

.divbox span.button.read { background: #d2f0ca; color: #49c32c; border-color: #49c32c; }
.divbox span.button.unread { background: #fdd6d7; color: #f55c5d; border-color: #f55c5d; }


.divbox span.status { 
  font: normal 400 10px Roboto Light;
  color: #fff;
  min-width: 45px;
  text-align: center;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px;
}

.divbox span.status.green { background: #36BB45; }
.divbox span.status.red { background: #e21d35; }
.divbox span.status.orange { background: #f5a02c; }
.divbox span.status.blue { background: #2B88F7; }


.divbox div.info { 
  overflow: hidden;
  font: normal 400 14px Roboto Regular; 
  line-height: 26px;
  color: #222; 
  padding: 12px 0 10px 0;
  clear: both;
  -webkit-user-select: text;
}

.divbox div.pack { 
  min-height:350px;
  font: normal 400 13px Roboto Light; 
  line-height: 26px;
  color: #222; 
  padding: 12px 0 10px 0;
  clear: both;
  -webkit-user-select: text;
}

.divbox div.pack div.items { 
  display: flex; 
  background: #eee; 
  font: normal 400 10px Roboto Light; 
  line-height: 15px;
  padding: 6px 4px 4px 4px;
  border-bottom: solid 1px #ddd;
  -webkit-user-select: text; 
  justify-content: left; 
  text-align: left;
}

.divbox div.pack div.items:nth-of-type(2n) { background: #fff; }
.divbox div.pack div.items span { color: #f5a02c; font-size: 13px;  }

.divbox div.price { 
  font: normal 400 40px Roboto Black; 
  padding: 20px 0 4px 0;
}

.divbox div.price span { 
  position: relative;
  bottom: 5px;
  font: normal 400 20px Roboto Light; 
}

.divbox div.price span span { 
  position: relative;
  margin: -2px 0 0 2px;
  font: normal 400 12px Roboto Light; 
}

.divbox a.pack { 
  background: #f5a02c;
  color: #eee;
  font: normal 400 14px Roboto Regular; 
  padding: 12px 20px 6px 20px;
  border-radius: 5px;
  border: solid 1px #eabf38;
}

.divbox a.owned { 
  background: #fff;
  color: #f5a02c;
  font: normal 400 14px Roboto Regular; 
  padding: 12px 20px 6px 20px;
  border-radius: 5px;
  border: solid 1px #f5a02c;
}

.divbox a.subs { 
  font: normal 400 11px Roboto Light; 
  text-decoration: underline;
  padding: 120px 20px 12px 20px;
  margin: 300px 0 20px 0;
}


.divbox span.priority { 
  display: inline-block;
  min-width: 36px;
  text-align: center;
  color: #fff;
  font: normal 400 9px Roboto Light;
  padding: 3px 6px 1px 6px;
}

.divbox span.priority.standard { background: #19b319; }
.divbox span.priority.recomandat { background: #df8020; }
.divbox span.priority.important { background: #e21d35; }
.divbox span.priority.inactive { background: #d1d1d1; }


.divbox span.lbl { 
  display: inline-block;
  min-width: 40px;
  font: normal 400 9px Roboto Light;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 2px 4px 1px 4px;
  margin-right: 0px;
}

.divbox span.lbl.red { background: #e21d35; }
.divbox span.lbl.pink { background: #FF69B4; }
.divbox span.lbl.violet { background: #666699; }
.divbox span.lbl.orange { background: #df8020; }
.divbox span.lbl.yellow { background: #f5a02c; }
.divbox span.lbl.lime { background: #99cc00; }
.divbox span.lbl.green { background: #19b319; }
.divbox span.lbl.blue { background: #2B88F7; }
.divbox span.lbl.dark { background: #777; }
.divbox span.lbl.gray { background: #d1d1d1; }

.divbox span.label.link { min-width: auto !important; padding: 3px; font-size: 9px; color: #fff; }
.divbox span.label.link:active { transform: translateY(2px); }

.divbox span.lbl.mini { min-width: 16px !important; font-weight: 900; color: #000; }
.divbox span.lbl.mini.white { background: #ddd; }


.divbox div.badge {  
  position: absolute;
  color: #fff;
  right: 12px;
  bottom: 35px;
  font: normal 400 9px Roboto Light;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 1px 3px 0 3px; 
}

.divbox div.badge.yellow { background: #f5a02c; }
.divbox div.badge.green { background: #36BB45; }
.divbox div.badge.blue { background: #2B88F7; }
.divbox div.badge.red { background: #e21d35; }
.divbox div.badge.pink { background: #FF69B4; }


.divbox span.lbl b { font-size: 9px;}

.divbox span.reads { 
  font: normal 400 10px Roboto Light;
  padding: 3px 4px 1px 4px;
}

.divbox.end {  
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}


.divbox div.person { display: flex; overflow: auto; }
.divbox div.person span { font: normal 400 11px Roboto Regular; padding-top: 5px;   }
.divbox div.person span.x2 { font: normal 400 15px Roboto Medium;  }


.divbox div.person img { 
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #ccc;
  object-fit: cover;
}

.divbox div.person span.place { 
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 16px;
  height: 14px;
  border-radius: 50%;
  font: normal 400 10px Roboto Light;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-left: 0.2px;
  object-fit: cover;
}


.divbox div.person.x2 img { width: 24px; height: 24px; }
.divbox div.person span.place.x2 { width: 25px; height: 20px; padding-top: 4px; font: normal 400 16px Roboto Regular; }

.divbox div.start { 
  display: inline-block;
  font: normal 400 12px Roboto Bold; 
  color: #aaa; 
  padding: 4px 0 4px 0;
}

.divbox div.start.w100 { width: 90px; margin: auto; }



.divbox time { margin-left: auto; font: normal 400 9px Roboto LightItalic; margin-top: 5px;  }
[class^="swap"] time { font: normal 400 12px Roboto Regular;  }


.divbox div.person-badge {  
  position: absolute;
  width: 24px; 
  height: 24px;
  margin-top: -20px;
  text-align: center;
}

.divbox div.person-badge img {  
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: .2s ease-out; 
}

.divbox div.info-badge {  
  position: absolute;     
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF69B4;
  color: #fff;
  width: 24px; 
  height: 24px;
  border-radius: 50%;
  margin-top: -20px;
}


.divbox div.info-badge.M { background: #666699; }
.divbox div.info-badge.F { background: #FF69B4; }



/*  COUNTDOWN */

#countdown  { 
  display: block;
  font: normal 400 40px Roboto Bold;
  letter-spacing: 1px;
}

#remaining {  
  display: block;
  font: normal 400 15px Roboto Regular;
  letter-spacing: 1px;
}

#remaining span { display: inline-block; width: 4.6%; }





/*  SECTIONS */

.sections {  
  display: inline-block;  
  vertical-align: top;
  width: 12%;
  margin: 0 10px 20px 0;
  transition: 0.3s ease-in-out;
}

.sections img {  
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sections span {   
  display: block;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 12px 0 2px 0;
}

.sections:hover { transition: 0.2s; transform: scale(1.04); }




/*  CARD GRID */

.cardgrid {  
  display: inline-block;
  position: relative;
  background: #fff;
  vertical-align: top;
  border: solid 4px #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cardgrid.x3 { width: 30.7%; margin: 0 9px 12px 0; }
.cardgrid.x4 { width: 23.6%; margin: 0 6px 12px 0; }
.cardgrid.x5 { width: 18.6%; margin: 0 6px 12px 0; }
.cardgrid.x6 { width: 15.2%; margin: 0 6px 12px 0; }

.cardgrid.x3:nth-of-type(3n) { margin-right: 0; }
.cardgrid.x4:nth-of-type(4n) { margin-right: 0; }
.cardgrid.x5:nth-of-type(5n) { margin-right: 0; }
.cardgrid.x6:nth-of-type(6n) { margin-right: 0; }

.cardgrid.x3 img { height: 170px; }
.cardgrid.x4 img { height: 130px; }
.cardgrid.x5 img { height: 100px; }

.cardgrid.yellow { background: #ddd; }

.cardgrid img { width: 100%; object-fit: cover; transition: 0.2s ease-in-out; }
.cardgrid:hover img { transition: 0.2s; transform: scale(1.04);}

.cardgrid img.bw { filter: grayscale(100%); }
.cardgrid div.overlay { position: relative; overflow: hidden; }

.cardgrid div.overlay::after{
  content: "";
  background: rgba(0,0,0, 0);
  position: absolute;
  display: block;
  width:100%;
  top:0;
  left:0;
  height:100%;
  transition: 0.2s ease-in-out;
}

.cardgrid div.overlay:hover::after { 
  content: ""; 
  background: rgba(0,0,0, 0.2); 
  transition: 0.2s ease-in-out; 
}

.cardgrid div.name {  
  display: block;  
  background: #fff;
  width: 100%;
  color: #111;  
  font: normal 400 15px Roboto Bold;
  text-align: center;
  padding: 12px 2px 2px 2px;
}

.cardgrid div.name span {  
  font: normal 400 11px Roboto Light;
  text-transform: lowercase;
  margin-top: -3px;
  vertical-align: middle;
}


.cardgrid div.info {  
  display: block; 
  min-height: 30px;
  font: normal 400 10px Roboto Light;
  line-height: 14px;
  border-top: solid 1px #e1e1e1;
  padding: 10px 5px 4px 5px;
}


.cardgrid div.job {  
  display: block;  
  width: 100%;
  min-height: 24px;
  color: #111;  
  font: normal 400 10px Roboto Light;
  text-align: center;
  padding: 8px 2px 2px 2px;
}


.cardgrid div.note {  
  position: absolute;
  color: #fff;
  right: 4px;
  bottom: 66px;
  font: normal 400 11px Roboto Light;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 1px 3px 0 3px; 
}

.cardgrid div.note.yellow { background: #f5a02c; }
.cardgrid div.note.green { background: #36BB45; }
.cardgrid div.note.blue { background: #2B88F7; }
.cardgrid div.note.red { background: #e21d35; }
.cardgrid div.note.pink { background: #FF69B4; }

.cardgrid div.sticker {  
  position: absolute;
  background: #fff;
  color: #111;
  width: 40px; 
  height: 40px;
  right: 4px;
  bottom: 36px;
  font: normal 400 30px Roboto Bold;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  padding: 4px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cardgrid div.sticker span{ display: block; font: normal 400 10px Roboto Light; }



.cardgrid div.person {  
  position: absolute;
  width: 50px; 
  height: 50px;
  left: 5px; 
  bottom: 47px;
  text-align: center;
}

.cardgrid div.person img {  
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
  padding: 1px;
  transition: .2s ease-out; 
}

.cardgrid div.person img:hover { transform: rotate(-5deg);  transition: .2s ease-in;  }

.cardgrid div.person span {  
  position: absolute;
  display: block;
  border-radius: 2px;
}


.cardgrid div.person span.first  {  
  background: #fff;
  width: 45px;
  font: normal 400 10px Roboto Black;
  margin: -9px 0 0 5px;
  padding: 0px 1px 0 1px;
}

.cardgrid div.person span.last  {  
  background: #f5a02c;
  color: #fff;
  width: 50px;
  font: normal 400 9px Roboto Thin;  
  margin: 1px 0 0 3px;
  padding: 0 1px 0 1px;
  transform: rotate(-2.5deg);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




.cardgrid div.price {  
  position: absolute;
  font: normal 400 22px Roboto Bold;
  background: #e21d35; 
  color: #fff;
  width: 60px; 
  height: 44px;
  right: 4px; 
  bottom: 37px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
}

.cardgrid div.price span{ font: normal 400 10px Roboto Light; }
.cardgrid div.price span span { 
  font: normal 400 12px Roboto Regular;
  display: block; 
  letter-spacing: 2px;
}


.cardgrid div.date {  
  position: absolute;
  width: 40px; 
  height: 44px;
  left: 4px;
  bottom: 36px;
  font: normal 400 28px Roboto Bold;
  text-align: center;
  border-radius: 6px;
  padding: 4px; 
}

.cardgrid div.date span {  
  display: block;
  font: normal 400 9px Roboto Light;
}

.cardgrid div.date.active { background: #00b32d; color: #fff; }
.cardgrid div.date.past { background: #bbb; color: #ddd; }
.cardgrid div.date.upcoming { background: #f5a02c; color: #ddd; }
.cardgrid div.date i { padding-bottom: 3px; }





/*  JURY */

.jury {  
  display: inline-block;
  vertical-align: top;
  width: 15.4%;
  margin: 0 10px 20px 0;
  transition: 0.3s ease-in-out;
}

.jury img {  
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jury span {   
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 4px 0 2px 0;
  margin-top: 6px;
}

.jury:hover { transition: 0.2s; transform: scale(1.04); }




/*  PARTNERS */

.partners  { 
  display: inline-block;
  background: #fff;
  vertical-align: top;
  border: solid #fff;
  border-radius: 8px;
  padding: 2px;
  margin: 0 4px 12px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.partners.mini  { width: 15.5%; height: 90px; border-width: 1px; margin-right: 6px; }

.partners.maxi  { width: 23%; border-width: 6px; }
.partners.maxi:nth-child(4n) { margin-right: 0; }

.partners img { opacity: 1; transition: 0.2s ease-in-out; }
.partners:hover img { opacity: 0.8; transition: 0.2s; transform: scale(1.04);}
.partners div.overlay { position: relative; overflow: hidden; }

.partners div.overlay::after{
  content: "";
  background: rgba(0,0,0,0.05);
  position: absolute;
  display: block;
  width:100%;
  top:0;
  left:0;
  height:100%;
  transition: 0.2s ease-in-out;
}

.partners div.overlay:hover::after { 
  content: ""; 
  background: rgba(0,0,0,0.02); 
  transition: 0.2s ease-in-out; 
}

.partners div.name {   
  display: block;  
  width: 100%;
  color: #666;  
  font: normal 400 13px Roboto Light;
  text-align: center;
  padding-top: 14px;
}



/*  OFFERS */

.offers  { 
  display: inline-block;
  background: #fff;
  color: #777;
  border: solid 1px #eee;
  border-radius: 8px;
  vertical-align: top;
  padding: 8px;
  margin: 0 5px 12px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.offers.maxi  { width: 48%; }
.offers:nth-child(2n+1) { margin-right: 0;}


.offers div.preview { float:left; width: 40%; margin-right: 12px;}
.offers div.preview img { transition: 0.2s ease-in-out;  }
.offers div.preview:hover img { transition: 0.2s; transform: scale(1.04);}

.offers div.overlay { position: relative; overflow: hidden; }
.offers div.overlay::after{
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  display: block;
  width:100%;
  top:0;
  left:0;
  height:100%;
  transition: 0.2s ease-in-out;
}

.offers div.overlay:hover::after { 
  content: ""; 
  background: rgba(0,0,0,0.01); 
  transition: 0.2s ease-in-out; 
}


.offers div.call { 
  float: right;
  font: normal 400 12px Roboto Light;
  padding: 8px 0 3px 0;
}

.offers div.name { 
  overflow: auto;
  text-align: left;
  font: normal 400 20px Roboto Bold;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: dotted 1px #ddd;
  padding-top: 8px;
}

.offers div.info { 
  overflow: auto;
  text-align: left;
  font: normal 400 12px Roboto Light;
  line-height: 18px;
  border-bottom: dotted 1px #ddd;
  padding-top: 2px;
}


/*  COMPETITOR */

.competitor  { 
  position: relative;
  display: inline-block;
  width: 31%;
  vertical-align: top;
  border: solid 2px #ddd;
  border-radius: 8px;
  padding: 8px;
  margin: 0 4px 12px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

video::-webkit-media-controls-volume-slider {  display: none; }
video::-webkit-media-controls-mute-button {  display: none; }


.competitor span.votes { 
  display: block;
  position: absolute;
  font: normal 400 15px Roboto Regular;
  letter-spacing: -1px;
  background: #f5a02c;
  color: #fff;
  width: 60px;
  height: 13px;
  border-radius: 3px;
  top: 18px;
  right: 16px;
  vertical-align: middle;
  padding: 6px;
}




/*  PRIZES */

.prizes  { 
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  border: solid 2px #BF953F;
  border-radius: 8px;
  padding: 2px;
  margin: 0 4px 12px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.prizes.gold { background:linear-gradient(to right, #B38728, #FBF5B7, #AA771C); }
.prizes img { transition: 0.2s ease-in-out; }
.prizes div:hover img { transition: 0.2s; transform: scale(1.04);}

.prizes div.overlay { position: relative; overflow: hidden; }
.prizes div.overlay::after{
  content: "";
  background: rgba(0,0,0,0.01);
  position: absolute;
  display: block;
  width:100%;
  top:0;
  left:0;
  height:100%;
  transition: 0.2s ease-in-out;
}

.prizes div.overlay:hover::after { 
  content: ""; 
  background: rgba(0,0,0,0.05); 
  transition: 0.2s ease-in-out; 
}

.prizes div.value {   
  position: absolute;
  color: #6d4e16;  
  font: normal 400 30px Roboto Bold;
  letter-spacing: -1px;
  top: 50%;
  padding-left: 12px;
}

.prizes div.value span { font: normal 400 22px Roboto Light; }


.prizes div.name {   
  display: block;  
  width: 100%;
  color: #7d6229;  
  font: normal 700 15px Roboto Light;
  text-align: center;
  padding: 12px 0 4px 0;
}




/*  CARD */

.fullcard { width: 100%; margin-bottom: 10px; }

.halfcard { 
  display: inline-block;
  width: 49.6%; 
  vertical-align: top;
  margin: 0 3px 7px 0;
}

.halfcard:nth-child(2n) { margin-right: 0; }
.halfcard.click { cursor: pointer; }

.card.title {
  background: #d5d5d5;
  color: #444;
  font: normal 400 16px Roboto Medium;
  letter-spacing: 1px;
  padding: 14px 10px 4px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: solid 1px #ccc;
}

.card.title span { 
  font: normal 400 12px Roboto Light; 
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
}

.card.title span b { 
  display: block;
  font: normal 400 11px Roboto Bold; 
  margin-top: -4px;
}

.card.title a, .card.title i { font-size: 18px; font-weight: 900; color: var(--color1); }


.card.subtitle {
  font: normal 400 15px Roboto Medium;
  padding: 12px 23px 5px 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 20px 0 8px 0;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33, 37, 41, .15);
}


.card.content {
  background: #fff;
  font: normal 400 14px Roboto Regular;
  margin-bottom: 30px;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}


.card.content hr { height: 1px; border-bottom: dotted 1px #ccc; margin: 0 0 18px 0; }
.card.content hr.last { margin-bottom: 25px; }

.card.mainbox {
  background: #fff;
  font-size: 14px;  
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  margin-bottom: 10px;
  transition: 1s ease;
}

.card.mainbox:hover { box-shadow: 0 0 0 1px #ddd; transition: .5s ease; }


.card.content.large, .card.mainbox.large { padding: 16px 10px 20px 10px;  }
.card.content.small, .card.mainbox.small { padding: 8px 10px 10px 10px;  }
.card.content.none, .card.mainbox.none { padding: 0; box-shadow: none; background: none; }


.card.items {
  font-size: 14px;
  margin: 10px 0 10px 0;
  box-shadow: none;
}

.card.boxes {
  background: #fff;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  border: solid 1px #ddd;
  border-radius: 6px;
}

.card.boxes.image, .card.boxes.flyers  {
  display: inline-block;
  width: 23%;
  padding: 4px;
  margin: 0 4px 4px 0;
}

.card.boxes.icons {
  display: inline-block;
  width: 23%;
  padding: 14px;
  margin: 0 4px 12px 0;
}

.card.boxes.videos  {
  display: inline-block;
  width: 31.6%;
  padding: 4px;
  margin: 0 4px 8px 0;
}

.card.boxes.videos:nth-child(3n+2) { margin-right: 0; }

.card.boxes i { display: block; font-size: 60px; margin: 4px 0 8px 0; }
.card.boxes img { display: block; margin-bottom: 8px; }
.card.boxes span { font: normal 400 13px Roboto Regular; }


.card.blocks { 
  font: normal 400 18px Roboto Regular;
}

.b3 {
  background: #fff;
  vertical-align: top;
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 16px 12px 10px 12px;
  margin: 4px 0 4px 0;
}

.card.blocks .b3:nth-child(3n) { margin-right: 0; }


.topcard {  
  overflow: auto; 
  background:  var(--color2);
  background: url('../img/layout/section.png') repeat; 
  background: url('../img/layout/section.png') repeat, linear-gradient(to left bottom,  var(--color2),  var(--color1) 70%);
  color: #fff; 
  font-size: 15px;
  font-weight: 500;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 8px 8px 3px 8px;
}

.bodycard {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 14px 6px 6px 6px;
}

.card span.notice { 
  display: block;
  font-size: 12px; 
  font-style: italic;
  line-height: 1.1;
}

.card span.small { 
  font-size: 12px; 
  font-style: italic;
}

.card span.total { 
  font-size: 18px; 
  font-weight: 900;
}




.fullcard span { font-size: 16px; font-weight: 900; text-decoration: underline; }
.fullcard time { font-size: 12px; font-style: italic; }

.item-image { position: relative; float: left;   }
.item-image img {
  display: block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin: 0 8px 6px 0;
  object-fit: cover;
}

.item-image.circle img { width: 70px; height: 70px; border-radius: 50%; }
.item-image.square img { width: 70px; height: 70px; border-radius: 4px; }
.item-image.rectangle img { width: 70px; height: auto; border-radius: 4px; }


.item-image div.series { 
  position:absolute; 
  background: #2c588f;
  color: #eee;
  max-width: 90%;
  font: normal 700 15px Roboto Regular;
  border-radius: 6px;
  border: solid 2px #eee;
  padding: 1px 3px 0 3px;
  left: 19px;
  bottom: 16px;
  vertical-align: middle;
  margin: auto;
}


.item-badge {
  position:absolute; 
  background: #ddd;
  border-radius: 50%; 
  padding: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px; 
  border: solid 2px #fff;
  margin-top: -32px;
}

.item-badge i { 
  position: absolute;
  display: block;
  font-size: 16px;
  color: #fff;   
  top: 5px;
  bottom: 0;
  left: 1px;
  right: 0;
  text-align: center;
  vertical-align: moddle;
  margin: auto;
}

.item-badge b { 
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;   
  top: 3px;
  bottom: 0;
  left: 1px;
  right: 0;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
  
.item-badge.blue { background: #2B88F7; }
.item-badge.orange { background: #f5a02c; }
.item-badge.red { background: #e21d35; }
.item-badge.green { background: #36BB45; }


.item-info { overflow: hidden; font: normal 400 12px Roboto Regular;  }
.item-info .item-event { font-size: 15px; font-weight: 900; text-transform: uppercase; }

.item-info hr { 
  height: 1px; 
  border-bottom: dashed  1px #ccc; 
  margin: 1px 0 8px 0; 
}

.item-info span.name { 
  display: inline-block; 
  max-width: 90%;
  font: normal 900 15px Roboto Bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}


.item-info i { font-size: 10px; vertical-align: middle; }
.item-info span { font-size: 12px; font-weight: 400; }
.item-info span b { font-size: 12px; font-weight: 800; }
.item-info span.name i { font-size: 13px; font-weight: 400; }
.item-info span.dots { font-size: 10px; font-weight: 400; }
.item-info small { font-size: 12px; font-weight: 400; }
.item-info time { float: right; font-size: 13px; }

ul.item-tools { 
  display: flex; 
  border-radius: 4px; 
  list-style-type: none; 
  padding: 0; 
  margin-bottom: 3px;
}

ul.item-tools li { 
  background: #e1e1e1; 
  border-right: solid 1px #fff; 
  border-radius: 0;
  font: normal 400 10px Roboto Regular;
  padding: 6px 3px 2px 3px;
  cursor: pointer;
}

ul.item-tools li:hover { background: #e3e3e3; }
ul.item-tools li[title]:hover { position: relative; visibility: hidden; }

ul.item-tools li[title]:hover:after { 
  content: attr(title);
  position: absolute;
  background: #e3e3e3; 
  visibility: visible; 
  top:0; left: 0; right:0; 
  margin-left: auto; 
  margin-right: auto;
  padding: 10px 2px 2px 2px;
  font: normal 400 9px Roboto Light;
  vertical-align: middle;
}


ul.item-tools li a { display: block; }

ul.item-tools li i { 
  background: #fff; 
  color: #777;  
  border-radius: 50%;
  padding: 2px; 
}

ul.item-tools li i.on { color: #36BB45; }
ul.item-tools li i.off { color: #bbb; }


ul.item-tools li.w15 { flex: 15%; }
ul.item-tools li.w20 { flex: 20%; }
ul.item-tools li.w25 { flex: 25%; }
ul.item-tools li.w30 { flex: 30%; }
ul.item-tools li.w33 { flex: 33%; }
ul.item-tools li.w35 { flex: 35%; }
ul.item-tools li.w40 { flex: 40%; }
ul.item-tools li.w50 { flex: 50%; }
ul.item-tools li.w60 { flex: 60%; }
ul.item-tools li.w70 { flex: 70%; }
ul.item-tools li.w80 { flex: 80%; }

ul.item-tools > li:last-child { border-right: none; }

.schedule-info { overflow: auto; margin: 8px 6px 0 6px; }
.schedule-info span { font-size: 14px; font-weight: 400; }

.entry-number { 
  float: left; 
  display: block;
  background: #f5a02c;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  width: 40px;
  height: 24px; 
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  margin: -3px 8px 1px 0; 
}

.id-number { 
  display: block;
  background: #eee;
  color: #333;
  min-width: 36px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #bbb;
  margin: 3px 8px 1px 0; 
}


.entry-name { 
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
 }

.entry-option { 
  float: right;
  font-size: 14px;
  font-weight: 900;
 }
 
 .entry-option i { color: #fff; }

.endcard {
  background: #ac1e51 url('../img/layout/section.png') repeat; 
  color: #fff; 
  font-size: 12px;
  font-weight: 400;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 8px 6px 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.endcard span { 
  font-size: 11px;
  font-weight: 400;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 1px 4px 1px 4px;
 }

.endcard time { 
  margin-top: 5px;
 }


.users { 
  display: inline-block;
  background: #eee;
  width: 24%; 
  padding-top: 8px;
  margin: 0 3px 12px 0;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.user.image img { 
  display: block;
  border: solid 4px #f5a02c;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.user.image.circle img { width: 70px; height: 70px; border-radius: 50%; }

.user.name { 
  display: block;
  font-size: 12px;
  padding-top: 4px;
}



/*  SUBMISSIONS */

.submission .topcard {  
  background: #373450;
  color: #fff; 
  font-size: 15px;
  line-height: 18px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 6px 8px 1px 8px;
}

.submission .topcard i {  
  font-size: 18px;
}

.submission .bodycard {
  background: var(--background);
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1px 2px 1px 2px;
  margin: 0 3px 0 0;
}

.submission hr {
  height: 1px;
  border-bottom: dotted 1px #ccc;
  margin: 4px 0 4px 0
}

.submission .image { float: left; }
.submission .image img { 
  display: block;
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 0 6px 6px 0;
}

.submission .dance { 
  overflow-y:hidden; 
  font-size: 13px; 
  font-weight: 700;
  text-transform: uppercase;
}

.submission .school { 
  overflow: auto; 
  font-size: 10px; 
  font-weight: 300; 
  line-height: 20px; 
  text-transform: uppercase;
}

.submission time { 
  font-size: 11px; 
}

.submission .bodyinfo { overflow: auto; margin: 8px 6px 0 6px; }
.submission .bodyinfo span { font-size: 15px; font-weight: 900; }
.submission .bodyinfo small { font-size: 12px; font-weight: 400; }
.submission .bodyinfo time { float: right; font-size: 13px; }

.submission .endcard {
  background: #373450;
  color: #fff; 
  font-size: 12px;
  font-weight: 400;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 8px 6px 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*  SCHEDULER */

table.scheduler { 
  display: block;
  width: 96%; 
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 40px;
  box-sizing: content-box;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}


.tabhead { 
  background: var(--color3); 
  color: #fff;
}


td.entry {
  background: var(--color1);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  border-bottom: dotted 1px #ccc;
}

td.entry.mx { font: normal 900 28px Roboto Regular; }
td.entry.md { font: normal 900 22px Roboto Regular; }
td.entry.mn { font: normal 700 17px Roboto Regular; }

td.title {
  font: normal 400 13px Roboto Regular;
  vertical-align: middle;
  padding: 16px 10px 6px 12px;
}

span.subtitle { font: normal 400 14px Roboto Regular; line-height: 12px;   }

td.type {   font: normal 400 14px Roboto Regular; vertical-align: middle; }
td.type b { font: normal 400 18px Roboto Bold; }
td.type.r { text-align: right; padding-right: 20px; }
td.title b { font: normal 400 18px Roboto Bold; }
td.title.break, td.type.break { background: var(--color3); color: #fff; }
td.title  hr { height: 1px; border-bottom: dotted 1px #ccc; margin: 3px 0 3px 0 }



/*  GALLERY */

.photo {  
  display: inline-block;
  width: 17.5%;
  margin: 0 7px 6px 0;
  border: solid 7px #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.photo.mini {  
  width: 14%;
  margin-right: 5px;
  border: solid 5px #fff;
}

.photo:nth-of-type(3n) { margin-right: 0; }
.photo.mini:nth-of-type(3n) { margin-right: 5px; }



/*  CERTIFIED */

.certified {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.certified img {
  width: 100px;
  margin: 0 4px;
}


a.legal { 
  font-size: 12px;
  text-decoration: underline; 
  margin: 0 6px;
}


/*  FOOTER */

footer {
  position: relative;
  bottom: 0;
  width:100%;
  text-align: center;
  padding:8px 0 8px 0; 
}

.sidebar footer { margin-top: 20px }



/*  HOTKEYS */

.hotkey {
  display: inline-block;
  margin-right: 4px;   
}

.keyicon {  
  display: inline-block;
  width: 70px;
  font-size: 10px;
  border: solid 1px #636363;
  border-radius: 6px;
  padding: 2px 2px 0 2px;
  transition: 0.3s ease-in-out;
  text-align: center;
  box-sizing: border-box;
}

.keyicon:hover { transition: 0.2s; transform: scale(1.05); }

.keyicon.youtube { background: #FF0000; color: #eee; }
.keyicon.instagram { background: #E1306C; color: #eee; }
.keyicon.facebook { background: #4267B2; color: #eee; }
.keyicon.tiktok { background: #111; color: #eee; }

.sidebar .hotkey {
  display: block;
  float: left;
  width: 24%;
  margin-right: 3px;
  box-sizing: border-box;
  vertical-align: top;
}

.sidebar .hotkey:nth-child(4n) { margin-right: 0;  }
.sidebar .keyicon i { display: none; }

.sidebar .keyicon {
  display: block;
  width: 100%;
  font: normal 400 9px Roboto Light;
  border-radius: 4px;
}

.sidebar .keyicon.youtube, .sidebar .keyicon.instagram,
.sidebar .keyicon.facebook, .sidebar .keyicon.tiktok { background: none; color: #111; }





.nav  { 
  color: #2c588f;
  font-size: 18px;
  font-weight: 400;
  border: solid 1px #2c588f;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
}

.nav.active  { 
  background: #2c588f;
  color: #fff;
}

.page-buttons { text-align: left; margin-top: 20px; }


.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}


.videobox { display: flex; margin-top: 20px; }

video.player {
  width: 99%;
  height: auto; 
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* BANNER */

.banner {  
  position: relative;
  top: 0; left: 0;
  height: 42vh;
  margin: 0 auto; 
  margin-bottom: 125px;
}

.banner .mask {   
  width: 100%;
  position: absolute;
  z-index: -100; 
}

.banner video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}



/* SLITEXT */

.slitext {
  font: normal 400 50px Roboto Bold;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  height: 90px;
  margin-top: -90px;
}

.slitext span.text {
  padding: 4px 16px 2px 16px;
}

.slitext span.light { font: normal 400 60px Roboto Light; }





