* {margin: 0; padding: 0; background-clip: padding-box;}
body {background-color: #eee; font-size: 11px; padding: 0;}
body, td, th, input {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
th {font-weight: bold; padding: 5px;}
p {padding-bottom: 10px; margin-bottom: 0;}
ul, ol {margin: 0 0 10px 35px;}
li {margin: 0 35px 0 0;}
li ul, li ol {margin-top: 10px;}
li p {padding: 0;}
ul {list-style-type: square;}
td {vertical-align: top; padding: 5px;}
a, a:link, a:visited {color: #36c; text-decoration: none;}
a:hover {text-decoration: underline; outline: none;}
a:active, a:focus {text-decoration: none; outline: none;}
hr {height: 0; border: solid #D1D7DC 0; border-top-width: 1px; margin: 10px 0; clear: both;}
img, table, iframe {border: 0 none;}
img {max-width: 100%;}
table {border-spacing: 0;}
input[type="text"], input[type="password"], input[type="email"], textarea {border: 1px solid #ccc; padding: 5px;}
input[type="button"], input[type="submit"], input[type="reset"] {padding: 1px 6px;}
input[type="checkbox"], input[type="radio"] {vertical-align: text-bottom;}
input, textarea {background-clip: border-box; box-sizing: border-box;}
select {border: 1px solid #ccc;}
option {padding: 0 5px 0 3px;}
::selection {text-shadow: none; background: #fff2a8; color: #000;}
#kvrblock {
  min-width: 320px;
  max-width: 1344px;
  margin: 0;
  position: relative;
  background-color: #fff;
  padding: 0;
  overflow: initial;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  width: 100%;
  z-index: 1;
}

#header {
  padding: 20px 0;
}

#foot {
  padding: 10px 0;
  text-align: center;
  clear: both;
}

#header320to728 {
  margin: 0 0 0 auto;
}

#kvrheaderflex {
  height: 90px;
  overflow: hidden;
  margin: 0 0 0 20px;
  flex: 1 1 auto;
}

#kvrheader90 {
  width: 180px;
  height: 90px;
  position: relative;
  padding: 0;
  margin: 0 auto 0 20px;
}

#main {
  position: relative;
  box-sizing: border-box;
}

#column1, #column2 {clear: both;}

#column1 {
  padding: 30px;
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 30px;
  gap: 30px;
}

#column2 {
  padding: 30px;
}

.padtd2 td, .padtd2 th {padding: 2px;}
.padtd5 td, .padtd5 th {padding: 5px;}
.pad10, .padtd10 td, .padtd10 th {padding: 10px;}
.vertmid td, .vertmid th, .vertmid {vertical-align: middle;}
.bordertd {border-collapse: collapse;}
.bordertd td, .bordertd th {border: 1px solid #ccc;}
.lefttd td, .lefttd th {text-align: left;}
.centertd td, .centertd th {text-align: center;}

.gen, .name {color: #FFF;}

#newsfootlines {
  text-align: center;
  padding-top: 20px;
  line-height: 20px;
}

span.hldates {
  font-size: 2.7mm;
  color: #999;
  display: block;
  float: right;
  margin: 10px 10px 10px 20px;
}

.newspreheadlabel {
  position: absolute;
  top: 5px;
  color: #777 !important;
  font-weight: bold;
  font-size: 90%;
}

.newsheaderdate {
  color: #777;
}

.newsbodycon {
  padding: 20px 0;
  font-size: 1.0rem;
  line-height: 26px;
  color: #333;
}

.prodinfoblock {
  width: 400px;
  float: right;
  margin: 0 0 30px 30px;
}

.prodbodycon {
  clear: left;
  font-size: 1.0rem;
  line-height: 26px;
  color: #333;
}

.prodbodycon, .newsbodycon, .pmaincontent {
  overflow-wrap: anywhere;
}

.wrap-normal, .svk_prod_container {
  overflow-wrap: normal;
}

img.newspad {
  float: right;
  margin: 0 0 20px 20px;
  clear:right;
}

img.newspadleft {
  float: left;
  margin: 0 20px 20px 0;
}

.kvrsuccess {
  color: green !important;
  font-weight: bold;
}

.kvrerror {
  color: red;
  font-weight: bold;
}

/* jQ rating */
.rating {
  cursor: pointer;
  margin: 0;
  clear: both;
  display: block;
}

.rating:after {
  content: '.';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

.cancel, .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

.cancel, .cancel a {background: url(/i/delete.gif) no-repeat 0 -16px;}
.star, .star a {background: url(/i/star.gif) no-repeat 0 0;}
.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

div.rating div.on a {background-position: 0 -16px;}
div.rating div.hover a, div.rating div a:hover {background-position: 0 -32px;}

#subcol {
  z-index: 1; /*fixes menu bleed through*/
}

#subcol > * {
  margin-bottom: 30px;
  max-width: 300px;
}

div.navmore {display: inline-block;}

.navmoremenu {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
  max-height: 500px;
  overflow: auto;
  background-image: none;
}

.navmoremenu a {
  float: none !important;
  text-align: left !important;
  height: auto !important;
  padding: 5px !important;
  display: block !important;
  background-color: transparent !important;
  line-height: normal !important;
  font-weight: normal;
  margin: 0 !important;
  color: #555 !important;
  border-width: 0;
}

.navmoremenu a.flex {
  box-sizing: border-box;
  display: flex !important;
  flex: 0 1 auto;
}

.navmoremenu a:hover,
.navmoremenu a:active,
.navmoremenu a:focus,
.navmoremenu a.active {
  text-decoration: none !important;
  text-shadow: none !important;
  color: #36c !important;
  background-image: none !important;
}

.clearit {
  clear: both;
  display: block;
}

div.mainforumdiv a, div.mainforumdiv a:active, div.mainforumdiv a:visited {color: #105289;}

/* lightBox */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100px;
}

#lightbox-container-image {padding: 10px;}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {left: 0;}
#lightbox-nav a {outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

a.activenav {box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);}

#ptabs {
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
}

#ptabs li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ptabs li a {
  padding: 10px 35px 5px 10px;
  color: #555;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  display: block;
}

#ptabs li a:hover,
#ptabs li a.active {
  border-color: #36c;
  text-decoration: none;
  transition: 0.5s;
  transition-property: border-color;
  font-weight: bold;
}

#pollotd {
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
  background-color: #998877;
}

#pollopts tr:hover {background-color: #eee;}

.spit, .spit2 {
  background-color: transparent;
  background-image: url(/i/kvr_sprite_2022-1.png) !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  padding: 0 !important;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-clip: initial;
}

.spitr2 .spit {margin-right: 2px;}
.spitr5 .spit {margin-right: 5px;}
.spitb2 .spit {margin-bottom: 2px;}
.spita2 .spit {margin: 2px;}

.spub2 {background-position: -237px -524px; width: 27px; height: 27px;}
.sp4s {background-position: -119px -595px; width: 16px; height: 16px;}
.sp4b {background-position: -237px -524px; width: 27px; height: 27px;}
.sp1s {background-position: -82px -6px; width: 16px; height: 16px;}
.sp1b {background-position: 0 -57px; height: 27px; width: 27px;}
.sp2s {background-position:  -234px -138px; width: 33px;}
.sp2b {background-position: -226px -34px; width: 31px; height: 27px;}
.sp3s {background-position: -30px -258px; width: 18px; height: 16px;}
.sp3b {background-position: 0 -258px; height: 27px; width: 29px;}
.sp6s {background-position:  -234px -161px; width: 33px;}
.sp6b {background-position: -226px -64px; width: 31px; height: 27px;}
.sp7s   {background-position:   0    -146px; width: 13px;} /*Linux*/
.sp7b   {background-position:  -26px  -29px; width: 23px; height: 27px;}
.sp8s   {background-position:  -76px -146px; width: 21px;} /*UAD*/
.sp8b   {background-position:  -28px  -86px; width: 33px; height: 27px;}
.sp9s   {background-position:  -71px -114px; width: 28px;} /*UAD1*/
.sp9b   {background-position:  -62px  -86px; width: 49px; height: 27px;}
.sp10s  {background-position: -102px -130px; width: 15px;} /*UAD2*/
.sp10b  {background-position:    0    -86px; width: 27px; height: 27px;}
.sp13s  {background-position:  -54px -114px;} /*OpenSource*/
.sp13b  {background-position: -148px  -58px; width: 29px; height: 27px;}
.sp14s  {background-position:   -6px -197px; width: 28px;} /*iOS*/
.sp14b  {background-position:  -52px  -28px; width: 48px; height: 27px;}
.sp15s  {background-position:  -26px -219px; width: 13px;} /*Android*/
.sp15b  {background-position:  -42px -190px; width: 23px; height: 27px;}
.sp19s  {background-position:  -239px -499px; width: 24px;} /*AnyOS*/
.sp19b  {background-position:   -0px -311px; width: 55px; height: 27px;}
.sp20s  {background-position:    0   -114px; width: 26px;} /*VST*/
.sp20b  {background-position: -147px  -28px; width: 46px; height: 27px;}
.sp21s  {background-position:  -43px -130px; width: 24px;} /*VST3*/
.sp21b  {background-position: -103px    0;   width: 43px; height: 27px;}
.sp22s  {background-position: -134px -114px; width: 24px;} /*AU*/
.sp22b  {background-position:  -32px    0;   width: 43px; height: 27px;}
.sp23s  {background-position:  -25px -129px; width: 17px;} /*DX*/
.sp23b  {background-position:  -31px  -58px; width: 32px; height: 27px;}
.sp24s  {background-position:  -14px -146px; width: 27px;} /*RTAS*/
.sp24b  {background-position: -101px  -59px; width: 46px; height: 27px;}
.sp25s  {background-position: -142px -129px; width: 30px;} /*LADSPA*/
.sp25b  {background-position: -141px  -86px; width: 51px; height: 27px;}
.sp26s  {background-position:    0   -130px; width: 24px;} /*LV2*/
.sp26b  {background-position: -102px  -28px; width: 43px; height: 27px;}
.sp27s  {background-position: -159px -114px; width: 14px;} /*ReWire*/
.sp27b  {background-position: -178px  -58px; width: 25px; height: 27px;}
.sp28s  {background-position:  -43px -146px;} /*SonicCore*/
.sp28b  {background-position:    0    -58px; width: 30px; height: 27px;}
.sp29s  {background-position: -136px -294px; width: 25px;} /*AAX*/
.sp29b  {background-position: -162px -294px; width: 44px; height: 27px;}
.sp30s  {background-position: -169px -325px; width: 30px;} /*DSSI*/
.sp30b  {background-position: -115px -315px; width: 45px; height: 27px;}
.sp31s  {background-position: -176px    0;  } /*RE*/
.sp31b  {background-position: -147px    0;   width: 28px; height: 27px;}
.sp40s  {background-position: -186px -498px; width: 38px;} /*App / SA*/
.sp40b  {background-position: -166px -524px; width: 61px; height: 27px;}
.sp50s  {background-position: -148px -595px; width: 16px;} /*clap*/
.sp50b  {background-position: -174px -590px; width: 27px; height: 27px;}
.spfrm  {background-position:  -41px -218px;}
.spsave {background-position:  -59px -219px;}
.spplus {background-position:  -84px -213px;}
.sptick {background-position: -104px -213px;}
.sptickg {background-position: -242px -567px;}
.sptwit {background-position:  -68px -294px;}
.spface {background-position:  -17px -294px;}
.spgoog {background-position:  -34px -294px;}
.spskype {background-position: -50px -253px;}
.spscld {background-position:  -51px -294px;}
.sptube {background-position:  -50px -270px;}
.spdown {background-position: -187px -122px; width: 14px; height:  8px; line-height: 8px;}
.spdown15 {background-position: -4px -240px; height: 15px; width: 15px;}
.sporg  {background-position: -185px -144px;}
.spdate {background-position:  -66px -253px;}
.spdel  {background-position: -144px -273px;}
.spmail {background-position: -183px -253px; width: 18px;}
.spmailon {background-position: -183px -233px; width: 18px;}
.spprnt {background-position:  -63px  -64px; width: 18px;}
.spperm {background-position:  -209px -294px;}
.splnk  {background-position:  -67px -201px;}
.sprfr  {background-position:  -82px  -62px;}
.spexcl {background-position: -164px -273px;}
.sptag  {background-position:  -68px -235px;}
.spbox  {background-position: -184px -193px;}
.spnews {background-position: -143px -232px;}
.sptv {background-position: -86px -294px;}
.spinfo {background-position: -164px -193px;}
.speditapp {background-position: -209px -312px;}
.spsrch {background-position: -153px -169px;}
.spplm16o {background-position:  -94px -342px;}
.spplm16r {background-position: -112px -342px;}
.spplv16 {background-position: -205px  -66px;}
.spplv25 {background-position: -199px -87px; height: 25px; width: 25px;}
.spstar  {background-position:  -85px -192px;}
.spstar25 {background-position: 0 0;}
.spstar50 {background-position: 0 -18px;}
.spstar75 {background-position: 0 -36px;}
.spstarg {background-position:  -29px -240px;}
.spcog   {background-position: -144px -213px;}
.spdl    {background-position: -205px 0;}
.spdarl  {background-position: -214px -167px; height: 6px; width: 6px;}
.spdarc  {background-position: -213px -154px; height: 4px; width: 7px;}
.spdarc16 {background-position: -213px -153px; height: 6px; width: 7px; margin: 5px;}
.spdarcl {background-position: -222px -154px; height: 4px; width: 7px;}
.spdarr  {background-position: -214px -137px; height: 5px; width: 5px;}
.spdurc  {background-position: -213px -217px; height: 4px; width: 7px;}
.spswitch {background-position: -167px -346px; height: 9px; width: 11px;}
.splarr   {background-position: -183px -348px; height: 6px; width: 8px;}
.sprarr   {background-position: -195px -348px; height: 6px; width: 8px;}
.splock {background-position: -209px -275px;}
.spreport {background-position: -184px -168px;}
.spwrite {background-position: -144px -253px;}
.sprevpad {background-position: -184px -213px;}
.sppanes {background-position: -144px -194px;}
.spquote {background-position: -84px -164px;}
.speditpost {background-position: -104px -167px;}
.spmusic25 {background-position: -63px -366px; height: 25px; width: 25px;line-height: 25px;}
.spplay25 {background-position: -32px -366px; height: 25px; width: 25px;line-height: 25px;}
.spvideo25 {background-position: -37px -460px; height: 25px; width: 25px;line-height: 25px;}
.spdl25 {background-position: 0 -366px; height: 25px; width: 25px;line-height: 25px;}
.sparrowleft {background-position: -130px -372px; height: 13px; width: 9px;line-height: 13px;}
.sparrowright {background-position: -151px -372px; height: 13px; width: 9px;line-height: 13px;}
.spfacecircle {background-position: -49px -398px; height: 25px; line-height: 25px; width: 25px;}
.spinstacircle {background-position: -238px -398px; height: 25px; line-height: 25px; width: 25px;}
.sptwitcircle {background-position: -8px -398px; height: 25px; line-height: 25px; width: 25px;}
.spyoutubecircle {background-position: -90px -398px; height: 25px; line-height: 25px; width: 25px;}
.spsoundcloudcircle {background-position: -238px -429px; height: 25px; line-height: 25px; width: 25px;}
.spskypecircle {background-position: -238px -460px; height: 25px; line-height: 25px; width: 25px;}
.spredditcircle {background-position: -138px -491px; height: 25px; line-height: 25px; width: 25px;}
.spshare25 {background-position: -103px -461px; height: 25px; line-height: 25px; width: 25px;}
.spshare25drk {background-position: -70px -461px; height: 25px; line-height: 25px; width: 25px;}
.sprsscircle, .sprss2 {background-position: -131px -398px; height: 25px; line-height: 25px; width: 25px;}
.spifcircle {background-position: -172px -398px; height: 25px; line-height: 25px; width: 25px;}
.sphistory {background-position:  -0px -294px;}
.spzcircle {background-position: -205px -398px; height: 25px; line-height: 25px; width: 25px;}
.spcartwht {background-position: -242px -372px; height: 16px; width: 17px;}
.spdarklight {background-position: -8px -460px; height: 25px; line-height: 25px; width: 25px;}
.sppluginscircle {background-position: -172px -366px; height: 25px; line-height: 25px; width: 25px;}
.spforumcircle {background-position: -205px -366px; height: 25px; line-height: 25px; width: 25px;}
.spnewscircle {background-position: -55px -429px; height: 25px; line-height: 25px; width: 25px;}
.spmycircle {background-position: -90px -429px; height: 25px; line-height: 25px; width: 25px;}
.spmore25 {background-position: -7px -429px; height: 25px; line-height: 25px; width: 25px;}
.spmore5 {background-position: -39px -429px; height: 25px; line-height: 25px; width: 5px;}
.spkvrmark25 {background-position: -131px -429px; height: 25px; line-height: 25px; width: 25px;}
.spclose {background-position: -172px -460px; height: 25px !important; line-height: 25px !important; width: 25px !important;}
.spclose:hover, .spclose:active, .spclose:focus {background-position: -205px -460px;}
.spwatch {background-position: -141px -465px;}
.spkvrlogo {background-position: -2px -492px; height: 65px; width: 124px; margin-top: 18px;}
.spkvrlogo25 {background-position: -3px -164px; height: 25px; width: 60px; line-height: 25px;}
.spqbo25 {background-position: -230px -3px; width: 25px; height: 25px; line-height: 25px;}
.sphelp {background-position: -125px -194px; width: 14px; height: 14px; vertical-align: middle;}
.spedit {background-position: -144px -213px; width: 16px; height: 16px;}
.spview {background-position: -144px -193px; width: 17px; height: 17px;}
.spsun  {background-position:  -68px -272px; width: 14px; height: 14px;}
.spminus {background-position: -144px -273px; width: 16px; height: 16px; display: inline-block;}
.spcrossblk8px {background-position:-169px -237px; width: 8px; height: 8px; margin: 0;}
.spcross {background-position: -129px -167px; height: 16px; width: 16px; margin: 0;}
.spcalpink {background-position: -2px -561px;}
.spcalgreen {background-position: -30px -561px;}
.spcalwhite {background-position: -58px -561px;}
.spbadgepink {background-position: -87px -561px;}
.spbadgegreen {background-position: -116px -561px;}
.spmplogo {background-position: -3px -594px; width: 100px;}
.sptriangleright {background-position: -120px -92px;}
.spstats {background-position: -241px -318px; width: 16px; height: 16px;}
.spbadgegreen,
.spbadgepink,
.spbadgegrey {
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  font-size: 9px;
}
.spbadgegreen35 {background-position: -231px -94px;}
.spbadgepink35 {background-position: -231px -183px;}
.spbadgegrey35 {background-position: -231px -222px;}
.spbadgegreen35,
.spbadgepink35,
.spbadgegrey35 {
  width: 36px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
}

.spbadgegrey {background-position: -236px -264px;}
.spbadgewhite {background-position: -134px -527px;}
.spstopwatchpink {background-position: -145px -561px;}
.spstopwatchgreen { background-position: -173px -561px;}
.spstopwatchwhite { background-position: -200px -561px;}

.spcalpink,
.spcalgreen,
.spcalwhite,
.spbadgepink,
.spbadgegreen,
.spbadgewhite,
.spbadgegrey,
.spstopwatchpink,
.spstopwatchgreen,
.spstopwatchwhite {
  width: 26px;
  height: 26px
}

.newspaddiv {
  width: 300px;
  max-width: 310px;
  min-width: 100px;
  float: right;
  text-align: center;
  margin: 0 0 20px 20px;
  clear: both;
  overflow: hidden;
}

.newspaddiv > a:first-child,
.newspaddiv > p:first-child > a:first-child {
  display: block;
}

.newspaddiv p {
  padding-bottom: 0 !important;
}

.newspaddiv img {
  padding: 5px;
  vertical-align: bottom;
  max-width: 100%;
  box-sizing: border-box;
}

.newspaddiv.bns-30 img:not(:first-of-type) {max-height: 30px; width: auto;}
.newspaddiv.bns-50 img:not(:first-of-type) {max-height: 50px; width: auto;}
.newspaddiv.bns-100 img:not(:first-of-type) {max-height: 100px; width: auto;}

.newspaddiv.bns-30 a:not(:first-of-type) img {max-height: 30px; width: auto;}
.newspaddiv.bns-50 a:not(:first-of-type) img {max-height: 50px; width: auto;}
.newspaddiv.bns-100 a:not(:first-of-type) img {max-height: 100px; width: auto;}

.newspaddiv.bns-30 p:not(:first-of-type) img {max-height: 30px; width: auto;}
.newspaddiv.bns-50 p:not(:first-of-type) img {max-height: 50px; width: auto;}
.newspaddiv.bns-100 p:not(:first-of-type) img {max-height: 100px; width: auto;}

.newspaddiv img.newspad,
.newspaddiv img.newspadleft {
  float: none;
  margin: 0;
}

.newspaddivshad {
  box-shadow: 0 1px 7px -2px #555;
  color: #333;
}

.newspaddivshad p {
  background-color: #eee;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.niq {
  background-color: #eee;
  padding: 15px;
  font-weight: bold;
  clear: both;
  font-size: 120%;
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  color: #444;
}

.kvrinterviewanswer {
  background: url(/i/s/kvr-interview-answer-default.png) 15px -1px no-repeat;
  margin-top: 15px;
  min-height: 100px;
  padding: 0 15px 15px 95px;
}

#scxcon {
  overflow: hidden;
  border-top: 1px solid #ddd;
  min-height: 500px;
  color: #555;
  margin-top: 5px;
}

.scxp {position: relative;}

#scxtitle {
  padding: 5px;
  text-align: center;
  color: #555;
  font-weight: bold;
}

#scxlinks {
  justify-content: space-around;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 0.8rem;
  overflow: hidden;
}

#scxlinks a {
  padding: 5px;
  border-radius: 5px;
}

.scxp a {
  display: block;
  font-weight: bold;
  position: relative;
  padding: 15px;
  margin: 5px 0;
  border-radius: 5px;
  line-height: 1.5;
}

.scxp a, .scxp a:link, .scxp a:visited {
  background-color: #f1f1f1;
  color: #555;
}

.scxp a.cleanlnk {text-align: center;}

.elliptit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scxpsub {
  font-weight: normal;
  color: #666;
}

.scxpinline {
  padding: 0 !important;
}

.scxpinline a {
  display: inline;
  background-color: transparent !important;
  padding: 5px;
}

.kvrselected {
  opacity: 1.0;
  color: #FFF !important;
  border: 1px solid #25729A;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
}

.bl0k300250 {
  height: 250px;
  width: 300px;
  overflow: hidden;
}

.kvr320to728 {
  height: 90px;
  width: 728px;
  overflow: hidden;
}

.opacity02 {opacity: 0.2;}
.roundit {border-radius: 3px;}
.shaditdrk {box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);}
.shaditpopup {box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}

.kvrbuttonizea a,
a.kvrbuttonizea {
  border: 1px solid #DDD;
  border-color: #DDD #CCC #CCC #DDD;
  box-sizing: border-box;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  padding: 2px 5px !important;
  margin: 0 1px 1px 0;
  color: #444 !important;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px #FFF;
  position: relative;
}

.kvrbuttonizea a:hover,
.kvrbuttonizea a:focus,
.kvrbuttonizea a:active,
a.kvrbuttonizea:hover,
a.kvrbuttonizea:focus,
a.kvrbuttonizea:active {
  border-color: #BBB #AAA #AAA #BBB;
  text-decoration: none;
  color: green !important;
}

.kvrbuttonizea a:active, a.kvrbuttonizea:active {top: 1px;}
.kvrbuttonizea a:visited, a.kvrbuttonizea:visited {color: #666;}

/* SoundManager Inline Player */
.kvr_sm_inline a.sm2_link,
.kvraudios a {
  display: inline-block;
  padding-left: 22px;
  min-height: 16px;
  vertical-align: middle;
  background-color: #336699;
  border-radius: 3px;
  padding: 3px 3px 3px 25px !important;
  text-decoration: none;
  font-weight: bold;
  color: #f6f9ff !important;
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background-image:url(/inc/sm2/image/icon_play.png);
  background-position: 3px 50%;
  background-repeat: no-repeat;
  margin: 2px;
  line-height: 18px;
  text-align: left !important;
  word-break: break-all;
}

.kvraudios a {
  display:block !important;
  height: 18px !important;
  overflow: hidden !important;
}

.kvr_sm_inline a.sm2_link:hover,.kvraudios a:hover {background-color: #003366; color: #fff;}
.kvr_sm_inline a.sm2_paused {background-color: #999;}
.kvr_sm_inline a.sm2_paused:hover {background: #003366 url(/inc/sm2/image/icon_play.png) no-repeat 3px 50%;}
.kvr_sm_inline a.sm2_playing,.kvr_sm_inline a.sm2_playing:hover {background: #003366 url(/inc/sm2/image/icon_pause.png) no-repeat 3px 50%; text-decoration: none;}

body #sm2-container object,body #sm2-container embed {left: -9999em; top: -9999em;}

#sm2-container {
  position:absolute;
  width:1px;
  height:1px;
}
#sm2-container object,#sm2-container embed {position:absolute;}
#sm2-container.swf_unblocked {width:1px; height:1px;}
#sm2-container.swf_loaded object,#sm2-container.swf_loaded embed,#sm2-container.swf_unblocked object,#sm2-container.swf_unblocked embed {left:-9999em; top:-9999em;}
#sm2-container.swf_error {display:none;}
#sm2-container.high_performance {
  position:fixed;
  overflow:hidden;
  bottom:0;
  left:0;
  width:48px;
  height:48px;
  z-index:99;
}

#sm2-container.high_performance.swf_loaded,#sm2-container.high_performance.swf_unblocked {z-index:auto;}
#sm2-container.high_performance.swf_loaded,#sm2-container.high_performance.swf_unblocked,#sm2-container.high_performance.swf_unblocked object,#sm2-container.high_performance.swf_unblocked embed {width:8px;height:8px;}
#sm2-container.high_performance.swf_loaded {top:auto;bottom:0;left:0;}
#sm2-container.high_performance.swf_loaded object,#sm2-container.high_performance.swf_loaded embed,#sm2-container.high_performance.swf_unblocked object,#sm2-container.high_performance.swf_unblocked embed {left:auto;top:auto;}
#sm2-container.high_performance.swf_timedout {z-index:99;}

#kvreditlink {
  background-color: #444;
  top: 0;
  right: 0;
  line-height: 80%;
  position: absolute;
  text-align: center;
  font-size: 90%;
  z-index: 1;
  height: 16px;
  overflow: hidden;
  opacity: 0.5;
}

#kvreditlink:hover {
  height: auto;
  overflow: visible;
  opacity: 1.0;
}

#kvreditlink a {
  color: #eee;
  font-weight: normal;
  display: block;
  padding: 4px;
}

#kvreditlink a:hover {
  background-color: #CCC;
  color: #333;
  text-decoration: none;
}

.newspaddiv a.sm2_link {
  display: block;
  text-align: left;
}

.potherlist p {
  border-bottom: 1px dashed #DDD;
  font-weight: bold;
  margin-bottom: 10px;
}

.kvrmorelist a {
  display: block;
  padding: 10px;
  color: #555;
}

.hovthisblue.kvrmorelist a:hover span.hldates {color: #fff;}

.kvrmorelist .dealexp {
  color: #fff;
  background-color: #9f0f0f;
  opacity: 0.6;
  padding: 0 2px;
}

.kvrmorelist .deallive {background-color: #467954;}

.potherlist span.hldates, .kvrmorelist span.hldates {margin: 0 0 0 20px;}

.kvrgrad10 {
  background-color: #E0E9F1;
  background-image: linear-gradient(to top, #E0E9F1 25%, #FFFFFF 100%);
}

.pmaincontent {
  padding: 20px;
  line-height: 150%;
}

.ptitheader {
  position: relative;
  padding: 20px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  font-size: 0.9rem;
  line-height: 1.3;
}

.kvrnomes {
  text-align: center;
  padding: 10px;
  background-color: #EEE;
  border: 0 !important;
  font-weight: normal !important;
  border-radius: 5px;
}

.kvr468 {
  text-align: center;
  padding: 20px;
}

.kvrgrad2 {
  background-color: #555;
  background-image: linear-gradient(to bottom, #555555 5%, #333333 95%);
}

.kvrgrad3 {
  background-color: #757575;
  background-image: linear-gradient(to bottom, #757575 0%, #4b4b4b 100%);
}

.kvrgrad5,
.kvrgroupsync td {
  background-color: #FDFDFD;
  background-image: linear-gradient(to top, #EEEEEE 0%, #FDFDFD 100%);
}

.kvrbuttonizea a,
a.kvrbuttonizea {
  background-color: #FDFDFD;
  background-image: linear-gradient(to top, #DDDDDD 0%, #FDFDFD 100%);
}

.kvrgrad6 {
  background-color: #467954;
  background-image: linear-gradient(to bottom, #467954 25%, #33583D 100%);
}

.kvrgrad6hov {
  background-color: #467954;
  background-image: linear-gradient(to bottom, #467954 50%, #33583D 150%);
}

.kvrgrad8 {
  background-color: #9F0F0F;
  background-image: linear-gradient(to bottom, #9F0F0F 0%, #AB2D2D 50%);
}

.kvrgabble {
  padding: 15px 15px 5px 15px;
  background-color: #eee;
  border-radius: 5px;
  margin-top: 5px;
}

.kvrgabble .hldates {margin: 0;}

.kvrgabble .kvrnomes {
  color: #777;
  margin: -10px -10px 0 -10px;
  text-align: left;
}

.indent1 {margin-left: 15px;}
.indent2 {margin-left: 30px;}
.indent3 {margin-left: 45px;}
.indent4 {margin-left: 60px;}
#gabbleform {display: none;}
.kvrgabmy {border-color: #E6F3C1;}

.gableperms {
  float: right;
  font-size: 90%;
  text-align: right;
}

.diff-removed {
  background-color: #FEF1EC;
  color: red;
  text-decoration: line-through;
}

.diff-added {
  background-color: #E6F3C1;
  color: green;
}

.kvrtimeline {
  position: relative;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 5px 0 3px 7px;
  line-height: 130%;
}

.kvrtimeline a {
  width: 97px;
  font-weight: normal;
  color: #777 !important;
  text-align: center;
}

.kvrtlproduct {
  font-weight: bold;
  color: #333;
}

.kvrversion .spit {
  display: block;
  margin: 0 auto;
}

.kvrsmltxt {font-size: 90%;}

.kvrproductimages {
  text-align: center;
  float: left;
  margin-bottom: 30px;
  width: calc(100% - 440px);
  min-width: 280px;
}

.kvrproductimages img {
  height: 100%;
  margin-bottom: 2px;
  max-width: 100px;
  max-height: 50px;
}

.kvrproductimages > a:first-child > img {
  height: auto;
  margin-bottom: 5px;
  max-height: 400px;
  max-width: 100%;
}

.lnk, #forumcontent a {color: #CCFFCC;}

.kvrsys {
  font-size: 90%;
  border-top-width: 0 !important;
  padding-top: 0 !important;
  color: #444;
}

.mysbsum {
  padding: 0 4px;
  border-radius: 2px;
  text-shadow: none;
  color: #fff;
  background-color: #aaa;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
}

.mysbtop {
  background-color: #FFC500 !important;
  color: #555;
  line-height: 16px;
  width: 54px;
  font-size: 0.7rem;
  text-shadow: none;
  border-radius: 999em;
}

#mykvr {
  display: none;
  max-height: 100vh;
  color: #333;
}

.mykvr {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 2px;
  padding: 3px 6px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 2;
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  line-height: 16px !important;
  margin-left: 24px;
  font-size: 3mm;
  background-color: #777;
  color: #fff;
  background-image: none !important;
  text-shadow: none;
}

.mykvr.botrt {
  bottom: 5px;
  right: 4px;
  top: auto;
}

.mykvrp {
  position: absolute !important;
  left: -20px;
}

.mykvr.inrelblock {
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  position: relative;
  display: inline-block;
}

.mykvr:hover, .mykvr.myactive {
  background-color: #36c;
  color: #fff;
  text-decoration: none;
  background-image: none;
}

.mykvrd:hover {
  cursor: pointer;
  opacity: 0.5;
}

#mykvrg {
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#mykvrg > .mykvri, #mykvrg > .mykvro {
  flex: 1 1 200px;
}

#mykvrg a {
  display: flex;
  color: #666;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  background-color: #e1eefd;
  border-radius: 5px;
  margin: 2px;
}

#mykvrg a .mylims {
  margin-left: auto;
}

#mykvrg a:hover {
  text-decoration: none;
  background-color: #eee;
}

#mykvrg .mykvri a:hover {color: red;}
#mykvrg .mykvro a:hover {color: green;}

#mykvrg .mykvri a:hover:after,
#mykvrg .mykvro a:hover:before {
  font-size: 3mm;
  font-weight: bold;
  position: absolute;
  right: 0;
  padding: 0 15px;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
}

#mykvrg .mykvri a:hover:after {
  content: "Remove from this group";
  color: #ff0000;
  background-color: #f9dfdf;
  border-radius: 0 5px 5px 0;
}

#mykvrg .mykvro a:hover:before {
  content: "Add to this group";
  color: green;
  background-color: #c0f9a0;
  border-radius: 0 5px 5px 0;
}

#mykvrg .mykvrgr1 {
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin: 2px;
  display: flex;
  color: #555;
}

#mykvrg .switchc {
  width: 20px;
  overflow: hidden;
  background: url(/i/switch-arrows.gif) no-repeat scroll 50% 50% #fff;
}

.mykvrpopsub {
  text-align: center;
  font-family: "Open Sans", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}

.mykvrpopsub a {color: #111 !important;}

.myverrow {
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

table.kvrgroupsync {
  border-spacing: 1px;
  background-color: #ddd;
  width: 100%;
}

.tdmyprod {
  min-width: 200px;
  color: #666;
}

.tdmyprod a {
  display: block;
  color: #555 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

.tdmyprod .mykvr {
  bottom: -8px;
  right: -8px;
  top: auto;
}

.kvrmydl a {margin-left: 5px;}

.tdmyimg {
  width: 50px;
  background: none no-repeat scroll 50% 50% #f1f1f1 !important;
  margin-right: 10px;
}

.tdmyimg div {
  height: 34px;
  background: none no-repeat scroll 0 0 #f1f1f1;
  width: 50px;
}

.tdmyver {
  text-align: center;
}

.tdmydate {
  font-size: 90%;
  position: absolute;
  top: 17px;
  right: 188px;
  width: 98px;
  color: #555;
  padding: 0;
  text-align: center;
}

.kvrgroupsync td {
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
}

.posrelit {position: relative;}

.kvrverlatest {
  background-color: #666;
  color: #fff;
  border-radius: 999em 0 0 999em;
}

.kvrveredit {
  background-color: #fff;
  padding: 0 5px;
  display: block;
  color: #fff !important;
  border-radius: 0 999em 999em 0;
}

.kvrverlatest, .kvrveredit {
  padding: 5px 0;
}

.kvrhasupds .kvrveredit {background-color: #990000;}
.kvrisuptd .kvrveredit {background-color: #467954;}
.kvrnotsync .kvrveredit {background-color: #999;}
a.kvrhasupds {background-color: #990000 !important;}
a.kvrisuptd {background-color: #467954 !important;}
a.kvrnotsync {background-color: #999 !important;}

.kvrveredit:hover {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

.kvrversion {
  display: grid;
  grid-template-columns: 48px 98px 25px 98px auto;
  align-items: center;
}

.kvrsyncmyversion a {
  margin: 0 !important;
  box-shadow: none;
  padding: 4px !important;
  width: 100%;
  box-sizing: border-box;
}

.nowrap {white-space: nowrap !important;}

.mykvr .spdarr {
  bottom: 1px;
  opacity: 0.5;
  position: absolute;
  right: 1px;
}

.mykvr:hover .spit,
.mykvr.myactive .spit {opacity: 1.0;}

#mykvrpopver table.kvrgroupsync {
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}

#mykvrpopver table.kvrgroupsync td {border-top: 1px solid #ccc;}

.kvrupdatever {
  float: right;
  margin: 1px 0 0 4px;
}

#kvrmyversion {
  width: 64px;
  border: 1px solid #ddd;
}

.mylims {
  line-height: 16px;
  font-weight: normal;
  color: #555;
  font-size: 2.7mm;
  text-shadow: none;
  display: flex;
  align-items: center;
  gap: 2px;
}

.mylims.mylims1 {
  padding: 4px;
  border-radius: 2px;
}

.mylims span {margin: 0 0 0 1px;}

.mylimi {
  padding: 2px;
  background-color: #fff;
  text-align: center;
  min-width: 8px;
  border-radius: 2px;
  text-align: center;
}

#mykvrg .mylimi {padding: 0 2px;}

.kvrddb:hover {
  text-decoration: none;
  cursor: pointer;
}

.kvrddm:hover {cursor: initial;}

.isclosed .spdurc {background-position: -213px -154px !important;}
.kvrdctoggle a:hover {background-color: #ccc;}

.dctagline span {
  vertical-align: middle;
  margin-right: 4px;
}

#mykvrbg {
  display: none;
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

#nomatchos p {
  position: relative;
  background-color: #EEE;
  padding: 15px 10px 15px 115px;
  margin-bottom: 2px;
}

#nomatchos .mykvr {
  left: 55px;
  right: auto;
  top: 13px;
}

#nomatchos .mykvrinpgrpswp {
  left: 10px;
  top: 7px;
  position: absolute;
  padding: 7px;
}

.mykvro .sptick {opacity: 0.2;}

.mykvrwideblock .mykvr {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  text-align: center;
  line-height: 32px !important;
}

.myppgn {
  border-bottom: 1px dotted #CCC;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-size: 0.8rem;
}

.myppgn a {
  display: block;
  padding: 5px;
}

.myppgn a:hover {
  text-decoration: none;
}

.myppgn > a:first-child:hover {
  background-color: #eee;
  color: green;
}

.myppgn .mysbsum {
  padding: 5px;
  min-width: 25px;
  background-color: #DDD;
}

.mysbsum.kvrgrad6 {
  background-color: #467954;
  background-image: none;
}

.mysbsum.kvrgrad8 {
  background-color: #9F0F0F;
  background-image: none;
}

.mykvro .sptickg {
  opacity: 1.0;
  background-position: -84px -213px; /* .spplus*/
}

.mykvri .mykvrinpgrpswp:hover .sptickg {
  background-position: -144px -273px; /* .spdel*/
}

.mykvri .mykvrinpgrpswp:hover::before,
.mykvro .mykvrinpgrpswp:hover::before {
  display: block;
  position: absolute;
  right: 30px;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px;
}

.mykvri .mykvrinpgrpswp:hover::before {
  content: "Remove from group";
  color: red;
}

.mykvro .mykvrinpgrpswp:hover::before {
  content: "Add to group";
  color: green;
}

.kvrsearchresbox {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eee;
  position: relative;
}

.kvrsearchresbox a, .kvrsearchresbox a:visited {color: #555;}
.kvrsearchresbox a:hover,
.kvrsearchresbox a:active,
.kvrsearchresbox a:focus {
  text-decoration: none;
  color: green;
  background-color: #eee;
}

.activeblue,
a.activeblue,
a.activenav,
.hovthisblue a:hover,
.hovthisblue a:active,
.hovthisblue a:focus,
.hovthisblue a.active,
.hovthisblue a:hover .bluethistoo,
.hovthisblue a:active .bluethistoo,
.hovthisblue a:focus .bluethistoo,
.hovthisblue a.active .bluethistoo {
  text-decoration: none !important;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
  border-color: #226D9B !important;
  background-color: #226D9B !important;
  background-image: none !important;
}

.mykvr.activeblue {
  border-color: #36c !important;
  background-color: #36c !important;
}

a.hovthisblueop:hover,
a.hovthisblueop:hover .bluethistoo,
a.hovthisblueop:active,
a.hovthisblueop:focus,
.hovthisblueop a:hover,
.hovthisblueop a:active,
.hovthisblueop a:focus,
.hovthisblueop a.active,
.hovthisblueop a:hover .bluethistoo {
  text-decoration: none !important;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  border-color: #226D9B !important;
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, rgba(48, 147, 199, 0.5) 0%, rgba(34, 109, 155, 0.5) 100%) !important;
}

a.activeblue:focus, a.activeblue:hover {color: #fff !important;}

.kvrshopboxbuybox {
  line-height: 16px;
  text-align: center;
}

.kvrshopboxbuybox a {
  padding: 10px 0;
}

.buyatkvr .mysbsum {
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: 1px solid #ddd;
  float: left;
}

.buyatkvr .buynowtext {
  padding: 5px;
  display: block;
}

.mykvrarptbl {
  margin: 0 auto;
  border-spacing: 1px;
  background-color: #fff;
}

.mykvrarptbl td {
  padding: 5px;
  vertical-align: middle;
  background-color: #eeeedd;
}

#mykvraddgrpfield {
  padding: 5px;
  position: absolute;
  background-color: #FFF;
  z-index: 4;
  width: 290px;
  margin-right: 5px;
}

.cke_chrome {box-shadow: none !important;}

.kvrshowtiny, .kvrshowsmall {display: none;}

#kvrptcurrent .kvrsearchresbox {
  border: 0;
  border-radius: 0;
  margin: 0;
  width: auto;
}

#kvrptcurrent .kvrgrad5 {
  background-image: none;
  background-color: #2E5E79;
  color: #fff !important;
}

.kvrptboxres {
  border-bottom: 10px solid #226D9B;
  background-color: #3c454e;
}

.kvrptboxres a {
  display: block;
  padding: 10px;
  border-top: 1px solid #333;
  color: #fff !important;
}

/*override #kvrblock max-width*/
.max1024 {max-width: 1044px !important;}
.max1200 {max-width: 1200px !important;}
.max1400 {max-width: 1400px !important;}
.max1600 {max-width: 1600px !important;}
.max1900 {max-width: 1900px !important;}

#kvrptblock {line-height: 150%;}
#kvrptblock:hover {cursor: pointer;}

fieldset.fields2 dt {width: 30%;}
fieldset.fields2 dd {margin-left: 31%;}
input.inputbox {width: initial;}
textarea.inputbox, dd select {width: 100%;}

.kvrpbox {
  height: auto;
  display: inline-block;
  min-width: 300px;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1 1 300px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 0 10px -2px rgba(0,0,0,0.5);
  border-radius: 5px;
  max-width: 500px;
  position: relative;
}

.kvrpbox .svk_offer_line {
  margin: 0;
  font-weight: normal;
  text-shadow: none;
}

.kvrpbox .kvrshopboxbuybox {
  background-color: #cfd7c0;
}

.kvrpbox1 {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
}

.kvrpbox1 > div {
  background-color: #fff;
  border-top-color: #ddd;
}

.kvrpbox1 > div.kvrshopboxbuybox  {
  background-color: #333 !important;
  margin-top: auto;
}

.kvrpbox1.hovthisblue a:hover {
  background-color: #f8f8f8 !important;
  color: #444 !important;
}

.kvrpbox1.hovthisblue div.kvrshopboxbuybox a:hover {background-color: #555 !important;}

.kvrpboxa {
  height: 250px;
  color: #555 !important;
  border-bottom: 1px solid #ddd;
}

.kvrpboxmy {
  display: block;
  padding: 3px 3px 3px 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.kvrpboxt {
  position: relative;
  padding: 10px;
  display: block;
}

.kvrpboxn {
  overflow: hidden;
  display: block;
  font-size: 150%;
  line-height: 150%;
}

.kvrpboxd {
  padding-top: 5px;
}

.kvrpboximg {
  background: none no-repeat 50% 50% / contain;
  margin: 10px 10px 0 10px;
  position: relative;
}

.flex {
  box-sizing: border-box;
  display: flex !important;
  flex: 0 1 auto;
}

.flexstretch {align-items: stretch;}
.flexcenter {align-items: center;}
.flexend {align-items: flex-end;}
.flexcontentstart {justify-content: flex-start !important;}
.flexcontentend {justify-content: flex-end;}
.flexcontentcenter {justify-content: center;}
.flexcolumn {flex-direction: column;}
.flexflexed {flex: 1 1 auto;}
.flexselfend {align-self: flex-end;}
.flexselfstart {align-self: flex-start;}
.flexselfstretch {align-self: stretch;}
.flexfixed {flex: 0 0 auto;}
.flexfixed-imp {flex: 0 0 auto !important;}
.flexwrap {flex-wrap: wrap;}
.flexwrapreverse {flex-wrap: wrap-reverse;}
.flexaligncontentend {align-content: flex-end;}
.flexbasis100, .flex100b4wrap {flex-basis: 100px;}
.flexbasis200 {flex-basis: 200px;}
.flexbasis300 {flex-basis: 300px;}
.flexgrow10 {flex-grow: 10;}
.flexgrow50 {flex-grow: 50;}
.flexgrow100 {flex-grow: 100;}
.padright20 {padding-right: 20px;}

.maxwidth200 {max-width: 200px;}

.featured-badge-lowkey {
  background-color: #666;
  display: block;
  position: absolute;
  top: 3px;
  z-index: 2;
  padding: 1px 2px;
  color: #fff;
  font-size: 90%;
  left: 3px;
  opacity: 0.8;
}

li:last-of-type {padding-bottom: 0;}

.kvrhidden {opacity: 0.3;}

.hovthisblue a:hover span.hldates {color: #fff;}

.kvrsortp a {
  background-color: #ddd;
  box-sizing: border-box;
  color: #555 !important;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 23px;
  padding: 5px;
  width: 29%;
}

.kartinmy {
  display: none;
  background-color: #83a93a;
  color: #fff;
  font-weight: bold;
  left: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  line-height: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  z-index: 1;
}

.kvrpbox .kartinmy {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

span.kvrdelfromcart {
  padding: 0 3px;
  margin-left: 3px;
  background-color: #990000;
  border-radius: 2px;
}

span.kvrdelfromcart:hover {
  background-color: red;
  cursor: pointer;
}

.kvrstorep100 {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 200px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  white-space: normal;
  background-color: #ddd;
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
  margin-right: 10px;
  -webkit-user-select: none;
  user-select: none;
}

.kvrstorep100:hover {
  opacity: 0.6;
  text-decoration: none;
}

.kvrstorep100_sellingprice,
.kvrstorep100_specialbubble  {
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  padding: 10px;
  position: absolute;
}

.kvrstorep100 .kartinmy {
  z-index: initial;
}

.kvrstorep100_sellingprice {
  background-color: #83A93A;
  left: 10px;
  top: 100px;
}

.kvrstorep100_specialbubble {
  background-color: #a42b58;
  border-radius: 50%;
  height: 54px;
  right: 10px;
  top: 10px;
  width: 54px;
}

.kvrstorep100 .spbadgegreen35,
.kvrstorep100 .spbadgepink35 {
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 2;
}

.kvrstorep100 .mainflexbox {
  height: 200px;
}

.kvrstorep100_img {
  background-position: 0 0;
  background-size: cover;
}

.kvrstoreheader {
  background-color: #4A5964;
  color: #fff;
  font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  font-size: 150%;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}

.kvrmarketplace .kvrstoreheader {
  background-color: #83a93a;
}

.kvrstoreheader a,
.kvrstoreheader a:active,
.kvrstoreheader a:focus,
.kvrstoreheader a:visited {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  padding: 6px !important;
}

.kvrstoreheader a:hover {background-color: rgba(0, 0, 0, 0.5);}

.kvrerrorhighlight {
  background-color: #fef1ec;
  color: red;
  border: 1px solid red;
}

.kvrsuccesshighlight {
  background-color: #e6f3c1;
  color: green;
  border: 1px solid green;
}

#chkmes {
  display: none;
  padding: 10px;
  margin: 10px 0;
}

.hidden {display: none !important;}

.kvr_side_scroller {
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.kvr_side_scroller > a:first-of-type {
  margin-left: 5px;
}

.kvr_side_scroller_outer {
  position: relative;
  margin: 0 30px;
  overflow: hidden
}

.kvr_side_scroller_inner {position: relative;}

.kvr_scroller_link {
  position: absolute;
  display: block;
  top: 0;
  width: 20px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 !important;
  border-radius: 0;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.kvr_scroller_left {left: 0;}
.kvr_scroller_right {right: 0;}
.kvr_scroller_link:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

.kvrddm a {
  height: initial;
  line-height: initial;
}

header:after, section:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

.tags a {
  background-color: #ddd;
  color: #555;
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 5px;
}

.tags a:visited {
  color: #555;
}

.tags a:hover, .tags a:active {
  text-decoration: none;
  color: #fff;
  background-color: #36c;
}

.flexnoneimp {
  display: none !important;
}

.kartnotempty {
  background-color: #83a93a !important;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.kvrtexttag {
  margin-right: 2px;
  margin-bottom: 1px;
  background-color: #ddd;
  color: #555;
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 20px;
}

#scxbox .kvrtexttag {
  background-color: #ddd;
  border-radius: 0;
  color: #777;
  line-height: 16px;
  margin: 1px;
  padding: 0 5px;
}

.kvrloadingcss3an1,
.kvrloadingcss3an2 {
  content: ' ';
  position: relative;
  overflow: hidden;
  color: transparent;
  display: block;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #555 #555;
  animation: tsloading .5s infinite linear;
  background-image: none !important; /*override sprite if necessary*/
}

.kvrloadingcss3an1 {
  width: 25px;
  height: 25px;
  margin: 20px auto;
}

.kvrloadingcss3an2 {
  width: 12px;
  height: 12px;
  margin: 0 auto;
}

@keyframes tsloading {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@keyframes kvrpulse {0% {background: #fff;}}

.kvrloadingcss3an3 {
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: transparent;
  animation: kvrpulse 1500ms infinite;
  animation-delay: 500ms;
  background-image: none !important; /*override sprite if necessary*/
}

.kvrloadingcss3an3:before,
.kvrloadingcss3an3:after {
  content: '';
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  background: transparent;
  animation: kvrpulse 1500ms infinite;
}

.kvrloadingcss3an3:before {left: -10px;}
.kvrloadingcss3an3:after {left: 10px; animation-delay: 1000ms;}

/*MP*/

.svk_offer_line {
  background-color: #a42b58;
  color: #fff;
  display: block;
  margin: 5px -5px -5px -5px;
  padding: 5px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.svk_prod_buy .buyatkvr {
  display: block;
  background-color: #cccbbb;
  color: #444 !important;
  font-size: 125%;
  font-weight: bold;
  min-width: 100px;
  padding: 10px;
  text-align: center;
}

.svk_prod_buy .buy-in-mp {
  padding: 5px;
  background-color: #cccbbb;
  margin: 1px 0 1px 5px;
  min-height: 45px;
}

.svk_prod_buy .discountoff {
  background-color: #a42b58;
  color: #fff;
}

.svk_prod_buy .sellingprice {background-color: #83a93a;}

.svk_prod_img {
  width: 100px;
  padding: 10px;
  text-align: center;
}

.svk_prod_txt {padding: 10px;}

.svk_prod_txt .svk_prod_title {
  font-size: 150%;
  font-weight: bold;
  color: #444 !important;
}

.svk_prod_buy {
  padding: 10px;
  text-align: center;
}

.svk_prod_buy .discountoff {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
}

.svk_prod_buy .sellingprice {
  display: block;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  color: #fff;
}

.svk_prod_intro {
  color: #555;
  padding: 10px 0;
}

#svk_search_filter_div {
  padding: 10px 10px 0;
  text-align: right;
}

#svk_search_filter {width: 180px;}

.kvrstorepnamebox {
  background-color: #555;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 14px;
  padding: 20px 5px;
  overflow: hidden;
  position: relative;
  right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relatedscrolltitle {
  font-size: 125%;
  margin: 0;
  padding: 20px 30px;
  font-weight: bold;
  color: #555;
  border-top: 2px solid #eee;
}

.relatedscrolltitle .invertit {
  padding: 10px;
  color: #fff;
  background-color: #A42B58;
  display: block;
}

.hideflex {display: none !important;}

.kvrvideoboxplay {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 16px 14px 16px 18px;
  background-color: rgba(33, 108, 154,0.7);
  margin: auto;
}

.reviewbox {
  margin: 10px;
  background-color: #f8f8f8;
  flex-basis: 300px;
  border-radius: 5px;
}

.reviewcon {
  max-height: 300px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  font-size: 130%;
  line-height: 150%;
}

.reviewcon.fullheight {max-height: 100%;}

.review-replies > * {
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 0.9rem;
}

.showmorrreview {
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.99) 100%);
  font-weight: bold;
}

.spratingstar:hover {
  background-position: -85px -192px;
  cursor: pointer;
}

.spratingstar.forceon {background-position: -85px -192px !important;}

#kvrcartsummary {
  background-color: #eee;
  color: #555;
}

[contenteditable]:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  color: #36c;
}

.ce_kvrup {position: relative;}

[contenteditable] br {display: none !important;}
.ce_kvrup div {display: inline !important;}
[contenteditable]:focus {
  border-color: #51a7e8 !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5);
}

.kvr_ce_loading {
  position: absolute;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  z-index: 1;
}

.youetubed {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px 0;
  clear: both;
  break-inside: avoid;
}

.youetubed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youetubed .kvrloadingcss3an1 {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 18px);
}

#kvradminpopdiv {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1020;
  overflow: auto;
  bottom: 0;
}

.kvrcbox {
  background-color: #fff;
  position: relative;
  max-width: 400px;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 198px;
  flex-direction: column;
}

.borderbottomit .kvrcbox {
  border-bottom: 2px solid #deebec;
}

.kvrcbox > div:first-child {
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.kvrcbox.make6to5-300250 > div:first-child {
  padding-top: 83.33%;
}

.kvrcbox > div:first-child a {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
}

.kvrcbox > div:nth-child(2) {
  color: #999;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 10px 0;
  text-align: left;
}

.kvrcbox.kvrmidcen > div:nth-child(2) {
  text-align: center;
  justify-content: center;
}

.kvrcbox > div:nth-child(2) > a {
  font-size: 120%;
  color: #555;
  font-weight: bold;
  line-height: 1.4em;
}

.kvrcbox > div:nth-child(2) > a:hover {
  text-decoration: none;
  color: #36c;
}

.kvrcbox > div:nth-child(2) > div {padding-top: 5px;}

.kvrcbox .kvrsuccess {font-weight: normal;}
.kvrcbox.isupcoming .kvrsuccess {color: orange !important;}
.kvrcbox.isexpired .kvrsuccess {color: red !important;}

.gridgrid {display: grid;}

.grid20 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.grid30 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}

.grid20 > *,
.grid30 > * {
  margin: 0;
  max-width: initial;
}

.gridgrid .grid20 {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  grid-template-columns: none;
  grid-auto-columns: 170px;
  grid-auto-flow: column;
}

.gridgrid .grid20 > * {
  scroll-snap-align: start;
}

.kvrnogrid .gridgrid {display: flex;}

.kvrnogrid .grid20,
.kvrnogrid .grid30 {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.kvrnogrid .grid20 > *,
.kvrnogrid .grid30 > * {
  margin: 0 20px 0 0;
  max-width: 170px;
}

.grid30 .kvrcbox > div:nth-child(2) > a {
  font-size: 1rem;
}

#kvrssgrid {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(300px, 1344px) minmax(0px, 1fr);
}

#kvrssgrid > div:nth-child(1) > div,
#kvrssgrid > div:nth-child(3) > div {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  overflow:
  hidden;
  height: calc(100vh - 45px);
}

.kvrnogrid #kvrssgrid > div:nth-child(1) > div,
.kvrnogrid #kvrssgrid > div:nth-child(3) > div {display: none;}

.featured-badge-leftbot {
  background-color: red;
  display: block;
  position: absolute;
  padding: 2px 4px;
  color: #fff;
  font-size: 90%;
  left: 0;
  bottom: 0;
}

.labelimg-leftbot {
  background-color: #fff;
  display: block;
  position: absolute;
  padding: 2px 4px 0 0;
  color: #777;
  left: 0;
  bottom: 0;
  font-weight: bold;
  text-shadow: none;
}

.kvr2cols {columns: 2 200px; column-gap: 30px;}
.kvr3cols {columns: 3 200px; column-gap: 30px;}
.kvr4cols {columns: 4 200px; column-gap: 30px;}
.kvr5cols {columns: 5 200px; column-gap: 30px;}
.kvr6cols {columns: 6 200px; column-gap: 30px;}

.kvr-col-rule1 {column-rule: 1px solid #eee;}

.kvr2cols > *,
.kvr3cols > *,
.kvr4cols > *,
.kvr5cols > *,
.kvr6cols > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.kvr-vf-about {
  overflow: hidden;
  max-height: 16px;
}

#kvrptheader .nowrap.elliptit.posrelit {
  padding: 0 5px !important;
  width: 100px !important;
}

.kvrmarkhighlight {
  background-color: yellow;
  color: #555;
  text-shadow: none !important;
}

.stickythis {
  position: -webkit-sticky;
  position: sticky;
}

.kvrstoreheader .kvrptopcl {
  padding: 2px !important;
  background-color: transparent;
}

#kvrloginbg {
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1021;
}

#kvrloginbox {
  width: 320px;
  max-height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  box-shadow: 0 0 20px -5px #000;
  padding: 0;
  overflow: auto;
  z-index: 9999;
  font-size: 1.5em;
  min-height: 420px;
  border-radius: 5px;
}

svg.kvricon {
  width: 1em;
  height: 1em;
  min-width: 20px;
  min-height: 20px;
}

.kvrshinyscroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.indicators {
  display: flex;
  width: 100%;
  justify-content: center;
}

ul.indicators {
  margin: 0;
  padding: 0;
  list-style: none;
}

.indicator {
  padding: 0;
  margin: 0;
}

.indicator-button {
  cursor: pointer;
  background: none;
  border: none;
  color: #999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  outline: none !important;
}

.indicator-button:after {
  content: "\25CB";
  font-size: 1.4em;
  padding: 12px 15px 17px;
}

.indicator-button:hover {
  color: #666
}

.indicator-button:active {
  color: #999;
  padding: 0 15px;
}

.indicator-button[aria-pressed="true"]:after {
  content: "\25CF";
}

.overlayindicators {position: relative;}

.overlayindicators .indicators {
  position: absolute;
  margin-top: -40px;
}

.closerindicators .indicator-button::after {
  padding: 12px 5px 17px;
}

@supports (scroll-snap-align: start) {
  /* modern scroll snap points */
  .kvrshinyscroller {
    scroll-snap-type: x mandatory;
  }
  .kvrshinyscroller > * {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
}

@supports not (scroll-snap-align: start) {
  /* old scroll snap points spec */
  .kvrshinyscroller {
    -webkit-scroll-snap-type: mandatory;
            scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: 0% center;
            scroll-snap-destination: 0% center;
    -webkit-scroll-snap-points-x: repeat(100%);
            scroll-snap-points-x: repeat(100%);
  }

  .kvrshinyscroller > *  {
    scroll-snap-coordinate: 0 0;
    flex-shrink: 0;
  }
}

.li-no-bullets {margin: 0;}
.li-no-bullets li {list-style: none;}

[id="hyperheader"] a.kvr-checkout-top-bar,
a.kvr-checkout-top-bar {
  display: none;
}

.kartnotempty ~ a.kvr-checkout-top-bar {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
}

.kvr-checkout-top-bar:hover .kvrdownarrow {
  border-color: #ddd !important;
}

.mykvr-loz {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  border-radius: 999em;
  background-color: #36c;
  color: #fff;
  background-image: linear-gradient(to right, #36c 24px, #4273d5 24px 25px, #36c 25px 100%);
}

.mykvrwideblock .mykvr-loz {
  background-image: linear-gradient(to right, #36c 31px, #4273d5 31px 32px, #36c 25px 100%);
}

.mykvr-loz:hover {
  background-image: none !important;
  background-color: #3371cc;
}

.mykvr-loz .mykvr {
  border-color: transparent !important;
  background-color: transparent !important;
  text-shadow: none !important;
}

.mykvr-loz .mykvrp {
  left: -19px;
}

.kvr-p-off {
  display: block;
  padding: 10px 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 125%;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1;
  text-align: center;
  background-color: #a42b58;
  color: #fff;
  top: 40px;
  right: 15px;
}

.kvr-auto-linked {
  text-decoration-line: underline !important;
  text-decoration-style: dotted !important;
  text-decoration-color: #777 !important;
  text-decoration-thickness: 2px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Verdana, Helvetica, "Trebuchet MS";
  line-height: 1.3;
  color: #333;
  overflow: hidden;
}

h1 {font-size: 1.5rem;}
h2 {font-size: 1.3rem;}
h3 {font-size: 1.1rem;}
h4 {font-size: 1.0rem;}

[id] {
  scroll-margin-top: 66px;
}

.kvrblockdynamic {
  position: relative;
  min-width: 320px;
  max-width: 1344px;
  margin: 0 auto !important;
}

#hyperheader {
  background-color: #333;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#hyperheader a {
  border-width: 0 !important;
  padding: 0 5px;
  background-color: transparent;
  color: #fff;
}

#herobar {
  z-index: 1;
  background-color: #222;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}

.hovthisblue a:hover,
.hovthisblue a:active,
.hovthisblue a:focus,
.hovthisblue a.active,
.scxp a:hover,
.scxp a:focus,
.scxp a:active,
.hovthisblue a:hover .bluethistoo,
.hovthisblue a:active .bluethistoo,
.hovthisblue a:focus .bluethistoo,
.hovthisblue a.active .bluethistoo {
  color: #555 !important;
  background-color: #ddd !important;
  text-shadow: none !important;
  box-shadow: none;
  border-color: #ddd !important;
  text-decoration: none;
}

#pluginsblock {padding: 20px 0;}

#scxbox .lnk {color: #555;}

.niq {margin: 15px 0;}

.newspreheadlabel {
  position: relative;
  top: initial;
  display: block;
}

#hyperheader .kvrblockdynamic {
  padding: 8px 10px;
  z-index: 1;
  box-sizing: border-box;
}

.kartnotempty {
  font-weight: bold;
  text-shadow: none;
}

.shaditdrk {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.clamp3lines {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp4lines {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .pmaincontent {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#kvrmenuc {
  top: 46px;
  display: none;
  background-color: #222;
  position: absolute;
  min-width: 320px;
  color: #555;
  border-radius: 5px;
  margin-top: -10px;
  z-index: 1020;
}

/*MP*/
#searchresults {
  padding: 10px 0 !important;
  margin: 0 -10px;
}

#svk_search_filter_div {
  background-color: #c1ceaa !important;
  border-width: 0 !important;
  padding: 10px;
}

.boxnotheader .svk_prod_buy .buyatkvr {
  position: initial;
  display: flex;
}

.boxnotheader .svk_prod_buy .sellingprice {
  display: flex;
  gap: 10px;
  margin-right: 10px;
  align-items: center;
}

.boxnotheader .svk_prod_buy .sellingprice > span {
  margin-right: 10px;
  margin-bottom: 0 !important;
  font-size: 100% !important;
}

.boxnotheader .svk_prod_buy .discountoff {
  display: flex;
  margin-bottom: 0px;
  position: absolute;
  top: 10px;
  width: 80px;
  border-radius: 40px;
  height: 80px;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 22px;
  right: 10px;
  flex-direction: column;
}

.newsbodycon p {padding-bottom: 16px;}
.newsbodycon li p {padding-bottom: 0;}
.newsbodycon table, .prodbodycon table {margin-left: auto; margin-right: auto;}

.pmaincontent h2,
.pmaincontent h3,
.pmaincontent h4,
.newsitem h2,
.newsitem h3,
.newsitem h4 {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  clear: both;
}

.prodbodycon h2,
.prodbodycon h3,
.prodbodycon h4 {
  clear: initial;
}

img, .kvrstorep100_img, .kvrcbox > div:first-child[data-kvrsrc] {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-kvrsrc], .kvrstorep100_img[data-kvrsrc], .kvrcbox > div:first-child[data-kvrsrc] {
	opacity: 0;
}

.kvrstorep100_sellingprice, .kvrstorep100_specialbubble {
  z-index: 1;
}

.kvrstorep100_specialbubble {
  text-align: center;
  font-family: "Trebuchet MS";
}

#pollotd {
  border-radius: 5px;
  margin-bottom: 10px;
}

.kvr-notify-circle {
  width: 30px;
  height: 30px;
}

#tmpsb {
  position: absolute;
  left: 0;
}

.onshow #kvrtogglemainfixedbar {
  background-color: #222;
}

.kvrsection {
  width: calc(100% - 40px);
  padding: 10px;
  margin-left: 0;
}

#kvrmainfixedbar {
  background-color: #222;
  color: #eee;
}

.kvrsection {
  background-color: #232425;
  color: #ccc;
}

#kvrmainfixedbar > * {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
}

#kvrmainfixedbar {
  padding: 0 10px;
}

#kvrmainfixedbar a {
  padding: 14px 14px;
  border-width: 0;
  color: #ccc;
  font-size: 14px;
  border-radius: 5px;
}

#kvrmainfixedbar a.hasarrowtext {
  padding-right: 6px;
}

#kvrmainfixedbar a.hasnotify {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0px;
}

#kvrmainfixedbar a.hasnotify .kvr-notify-circle {
  margin-left: auto;
  flex-shrink: 0;
}

#kvrmainfixedbar a.hasarrowtext .kvrdownarrow {
  margin: -2px 5px 0 auto;
}

#kvrmainfixedbar > :first-child {
  background-color: #222;
  color: #fff;
  height: 46px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

#kvrmainfixedbar > :first-child > :first-child {
  padding: 10px 16px 10px 50px;
  color: #fff !important;
  margin-right: -10px;
  border-radius: 0;
}

.kvr-links-trans-05 a,
.kvrdownarrow,
.kvr-notify-circle {
  transition: 0.5s;
  transition-property: color, background-color, border-color;
}

.kvrdownarrow {
  margin: -2px 0px 0 0;
}

.isopen .kvrdownarrow {
  margin: 0 0 -3px 0;
}

.kvr-links-trans-05 a:hover,
.kvr-links-trans-05 a:active,
.kvr-links-trans-05 a.isopen {
  background-color: #444 !important;
  color: #ddd !important;
  text-decoration: none;
}

#kvrmainfixedbar a:hover .kvrdownarrow,
#kvrmainfixedbar a:active .kvrdownarrow,
#kvrmainfixedbar a.isopen .kvrdownarrow {
  border-color: #ddd;
}

#kvrmainfixedbar a.hasarrow {
  background-color: #373737;
  margin: auto 0 auto 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hyperheader,
#kvrtogglemainfixedbar {
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

[id="hyperheader"] a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
}

#hyperheader a > * {
  margin-left: 5px;
}

#hyperheader a > :nth-child(1) {
  margin-left: 0;
}

.flex.spreademout > * {
  margin: 4px;
}

.kartnotempty {
  font-weight: normal;
  text-shadow: none;
  border-radius: 5px;
}

#kvrmainfixedbar a.hasnotify:hover .kvr-notify-circle {
  background-color: #444 !important;
}

.smallerlinksellipted {
  padding: 0;
  width: calc(100% - 20px);
}

#kvrmainfixedbar .smallerlinksellipted a {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
}

.h-pre-grid-wrapper {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 auto;
}

.navmore p {
  margin: 0;
  padding-bottom: 0;
}

.navmore p.niq {
  padding: 15px;
  background-color: #cccbbb;
}

.blockthechildren > * {
  display: block;
}

.flex-blocks {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 10px;
}

.flex-blocks > * {
  padding: 10px;
  flex-grow: 1;
}

.flex-blocks.centereverything > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.flex-blocks > blockquote {
  margin: 0 !important;
  border-width: 0 !important;
}

.flex-blocks > blockquote::before {
  display: none;
}

.flex-blocks > blockquote p:first-of-type::before {
  content: open-quote;
  margin-right: 3px;
}

.flexgrid > * {
  flex: 1 1 300px;
}

.links-not-default > a {
  color: #555 !important;
}

.kvr-glbl-note {gap: 10px;}
.kvr-glbl-note p:last-child, .kvr-gn-content.flex p {padding-bottom: 0;}
.kvr-gn-content.flex > p:first-child {flex: 0 0 auto;}
.kvr-gn-content.flex > p:not(:first-child) {flex: 1 1 200px;}
.prodbodycon > .kvr-glbl-note:first-child p:last-child {padding-bottom: 10px;}
.kvr-glbl-note .kvr-gn-content {
  background-color: transparent !important;
  line-height: 1.5;
}

.kvr-glbl-note svg {
  flex-grow: 0;
  flex-shrink: 0;
}

.kvr-glbl-note.hide-icon svg {display: none;}

.product-page-header {
  z-index: 12;
  margin: 0 -30px;
  padding: 0 30px;
  background-color: #fff;
}

.product-page-header > div {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 25px 20px -30px rgba(0,0,0,0.3);
}

.wna-on {
  background-color: #eee;
  color: #555 !important;
}

.kvrdbox a:first-of-type {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  color: #555;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.kvrdbox a:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.kvrdbox a:nth-of-type(2) {
  background-color: #83a93a;
  padding: 5px;
}

.kvrdbox > span:first-child {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.mykvr-loz-big {
  display: flex;
  flex: 0 0 auto;
}

.mykvr-loz-big a {
  padding: 5px;
  position: relative;
  background-color: transparent;
  right: initial;
  top: initial;
  margin: 0;
  color: #fff !important;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 20px !important;
  -webkit-gap: 5px;
  gap: 5px;
  text-shadow: none !important;
}

.mykvr-loz-big a.myactive {
  background-color: #36c;
  color: #fff;
  text-decoration: none;
}

.mykvr-loz-big a:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 10px;
}

.mykvr-loz-big a:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mykvr-group-tot {
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 0 5px;
}

.mykvr-icon-0,
.mykvr-icon-1,
.mykvr-icon-3 {
  width: 20px;
  height: 20px;
}

.mykvr-loz-big a.mykvr {background-color: #30466f !important; color: #fff !important;}
.mykvr-loz-big a.mykvr-group-swap[data-g="1"] {background-color: #36c !important;}
.mykvr-loz-big a.mykvr-group-swap[data-g="3"] {background-color: #ae5d6c !important;}

.mykvr-icon-0 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Crect x='9' y='9' width='6' height='6'%3E%3C/rect%3E%3C/svg%3E");
}

.mykvr-icon-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
}

.mykvr-icon-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E");
}

.mykvr-loz-big a.mykvr.activeblue .mykvr-icon-0 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01' stroke-width='2' stroke='%23fc0'%3E%3C/polyline%3E%3C/svg%3E");
}

.mykvr-in .mykvr-icon-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23f3d032' stroke='%23f3d032' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
}

.mykvr-in .mykvr-icon-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='pink' stroke='pink' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E");
}

.mykvr-loz-big a.mykvr-group-swap:hover,
.mykvr-loz-big a.mykvr:hover,
.mykvr-loz-big a.mykvr.activeblue:hover {
  background-color: #777 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.force-no-bg {
  background-color: transparent !important;
  background-image: none !important;
}

.first-last-child-no-pad-or-mar > :first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.first-last-child-no-pad-or-mar > :last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tablesorter.sorters-top-right .tablesorter-header {
  background-position: calc(100% + 5px) 0px;
  padding: 5px;
  text-align: center;
  line-height: 14px;
}

@media only screen and (max-width: 1093px) {
  .kvrproductimages {
    width: initial !important;
    float: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  #kvrheaderflex {display: none !important;}
}

@media only screen and (max-width: 993px) {
  #column1 {display: block;}
  #subcol > * {margin: 0 auto 30px auto;}
  #header320to728 {margin: 0 auto;}
  .kvrhidesmall {display: none !important;}
  .kvrshowsmall {display: inline-block;}

  .navmoremenu div {
    display: block;
    border-width: 0 !important;
    width: auto;
  }

  .navmoremenu {max-width: 320px;}
  .navmoremenu a {white-space: normal;}
}

@media only screen and (max-width: 800px) {
  .prodinfoblock {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 748px) {
  #kvrheader90 {display: none;}

  .kvr320to728 {
    width: 468px;
    height: 60px;
    margin: 0 auto;
  }

  img.newspad, .newspad, .newspaddiv {
    float: none;
    margin: 20px auto;
    max-width: 100%;
    width: auto;
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .kvrhidemid {display: none !important;}
  .kvrinterviewanswer {
    background-position: 0 -1px;
    padding: 0 0 15px 70px;
  }
}

@media only screen and (max-width: 467px) {
  #column2 {padding: 10px;}
  .kvr2cols, .kvr3cols, .kvr4cols {column-count: 1;}
  .kvrhidetiny, .kvr_share_this, .product-page-header .line-through {display: none !important;}
  .kvrshowtiny {display: inline-block;}

  .kvr320to728 {
    width: 320px;
    height: 50px;
  }

  .product-page-header {
    margin: 0 -20px;
    padding: 0 20px;
  }

  .product-page-header * {
    text-align: center;
    justify-content: center;
  }

  .product-page-header .nomargsmall {margin: initial !important;}

  .product-page-header h1 {
    margin-right: 0 !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }

  .newsbodycon td, .newsbodycon th, .prodbodycon td, .prodbodycon th {font-size: 0.8rem; display: block; text-align: center; width: auto !important;}

  [data-th]::before {
    content: attr(data-th);
    display: block;
  }

}

@media only screen and (max-width: 450px)  {
   .blockUI.blockMsg.blockPage {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
  }
}