*, *:before, *:after {
  /* box-sizing: border-box; */
}

html {
  font-size: 16px;
}

body, h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: +0.01em;
  color: black;
  background: #2e3436;
  font-size: 1rem;
  text-rendering: optimizelegibility;
  line-height: 1.5;
}

body, h1, h2, h3 {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h2, h3 {
  font-weight: 700;
  text-rendering: optimizelegibility;
  letter-spacing: +0.03em;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
  width: 50%;
}

h3 {
  margin: 30px 0;
  font-size: 1rem;
  border-bottom: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
}

.afterPreLoad, .afterPreLoad2, .afterPreLoadIL {
  opacity: 0;
  display: none;
}

:-webkit-input-placeholder {
  color: #d0d0d0;
}

:-moz-placeholder {
  color: #d0d0d0;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

#spiCont {
  display: block;
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 50%;
  left: 50%;
  z-index: -999;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#spi {
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: reverse;
  animation-name: rotate;
  animation-duration: 2.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

#spi img {
  width: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(359deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(359deg);
  }

  to {
    transform: rotate(0deg);
  }
}

#divBody {
  padding-top: 80px;
  background: white;
}

.wrapper {
  padding: 50px 2% 50px 2%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.wrapper.wleft {
  text-align: left;
  font-size: 0;
}

.noPadding {
  padding: 0;
}

.lane {
  font-size: 1rem;
  position: relative;
}

.lane img {
  vertical-align: top;
}

#divMenuBck {
  position: fixed;
  -webkit-transform: translateZ(0);
  z-index: 10;
  width: 100%;
  opacity: 0.8;
  background: white;
  color: black;
  top: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#divMenu {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 12;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#divHeaderMob {
  top: 0;
  z-index: 12;
  padding: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.menuItem {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  margin-bottom: 15px;
  -webkit-transition: height 0.2s, line-height 0.2s;
  transition: height 0.2s, line-height 0.2s;
}

.submenuItem {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 5px;
}

#contMenu {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.subMenuCont {
  display: none;
  /* 	opacity: 0; */
  position: absolute;
  text-align: left;
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#iconHeaderLogo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 12;
  cursor: pointer;
}

#iconHeaderLogo2 {
  -webkit-transition: all 0.2ies;
  transition: all 0.2s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 12;
  cursor: pointer;
  vertical-align: top;
}

#imgHeaderLogo, #imgHeaderLogo2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}

#siteMap {
  width: 300%;
  margin: 0 0 0 -100%;
  display: none;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

#fbDiv {}

#siteMapFB {
  padding: 25px 25px 25px 0px;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  max-width: 100%;
}

#siteMapFBMob {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#siteMapLinks {
  padding: 25px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.siteLinkCol {
  display: inline-block;
  font-size: 1rem;
  border-left: 1px solid #777;
  padding: 0px 20px;
  vertical-align: top;
  max-width: 210px;
  margin-top: 3px;
}

.siteLinkCol:last-of-type {
  border-right: 1px solid #777;
}

.siteLinkTitle {
  color: #bbbbbb;
}

.siteLink {
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 7px;
  line-height: 1.2;
  color: #bbbbbb;
}

/* FORM */
.userForm {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.userFormTable {
  display: inline-table;
  table-layout: fixed;
  vertical-align: top;
  z-index: 1;
  /*    background: #f3f3f3;  */
  padding: 0 30px 20px 30px;
  /*    border-radius: 3px;
    border: 1px solid #e8e8e8; */
  width: 70%;
}

.userFormRow {
  display: table-row;
  position: relative;
}

.userFormTitle, .userFormRowTitle {
  margin: 25px 0 15px 0;
  padding: 8px 0;
}

.userFormRowTitle {
  color: #707070;
  font-size: 1rem;
  text-align: left;
}

.userFormField {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: left;
}

.userFormField2 {
  display: inline-block;
  position: relative;
  margin: 0px 0 40px 0px;
  text-align: left;
  font-family: 'Montserrat', serif;
  width: 500px;
}

.tab {}

.error {
  top: -9px;
  font-size: 0.625rem;
  color: red;
  text-align: right;
  position: relative;
  margin-right: 3px;
  font-weight: 600;
}

select {
  padding-top: 12px;
}

.textInput {}

.dateCont {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}

.dateInput, .textInput, .numInput, .listInput, .checkInput, .textArea {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0 8px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  outline: none;
  font-size: 1em;
  background: white;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

:placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.1;
  /* Firefox */
}

.searchInput {
  /* border: 1px solid #e8e8e8;
  border-bottom: 2px solid #9e4724; */
  color: #9e4724;
  font-family: 'Montserrat', serif;
  font-size: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.textArea {
  height: 100px;
  padding: 7px;
  font-family: 'Open Sans', sans-serif;
}

/*
 .dateInput:focus, .textInput:focus, .numInput:focus, .textArea:focus  {
 	border: 2px solid #9e4724;
 	padding: 0 7px;
 }
*/
.checkInput {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  border-style: none;
  margin: 8px 0 4px 0;
}

.checkInput[chked="1"] {
  background: url('if_check.jpg') left top no-repeat;
}

.checkInput[chked="0"] {
  background: url('if_uncheck.jpg') left top no-repeat;
}

*[status="bad"] {
  border: 2px solid red;
}

.userFormMegj {
  font-size: 0.75em;
  margin: 0 0 5px 0;
}

.formLabel {
  color: black;
  font-weight: 700;
}

.formLabelIL {
  display: inline-block;
  color: black;
  font-weight: 700;
}

.popButtonCont {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  text-align: center;
}

.popButton {
  display: inline-block;
  margin: 23px 0;
  padding: 15px;
  letter-spacing: +0.01em;
  opacity: 1;
  background-color: #9e4724;
  color: white;
  text-align: center;
  font-family: 'Montserrat', serif;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  min-width: 190px;
  box-sizing: border-box;
  outline: none;
}

.popButton.smallButton {
  margin: 10px 0;
  padding: 5px 20px;
  font-size: 1rem;
  min-width: inherit;
}

#moreFilterButton {
  margin: 0 0 30px 0;
}

.popButton img {
  width: 32px;
  display: inline-block;
  vertical-align: top;
}

.popButton {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #9e4724;
  border-bottom: 1px solid #9e4724;
}

.popButton:hover, .popButton a:hover {
  background: white;
  color: #9e4724;
}

#thanks {
  display: block;
  opacity: 0;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  font-size: 1.125em;
}

#infobox {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e0e0e0;
  opacity: 1;
  z-index: 100;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
}

#infotitle {
  font-size: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
}

#infotext {
  font-size: 1rem;
  padding: 15px;
  text-align: center;
}

table {
  margin: 0 auto;
}

table td, table th {
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

#iconHambi img {
  width: 100%;
}

.menuItemText {
  font-family: 'Montserrat', serif;
}

#slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.sliderPic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.sliText {
  font-family: 'Montserrat', serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title {
  display: block;
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
}

.title h2 {
  display: inline;
  line-height: 1.5;
}

.imgUp {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -18px;
  opacity: 0.2;
}

.imgDown {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  opacity: 0.2;
}

/* SIZING AND COLORS */
#siteMap {
  background: #2e3436;
  color: white;
}

.sliText {
  font-size: 1.75rem;
  padding: 10px;
}

.sliText.white {
  color: white;
  background: rgba(0, 0, 0, 0.6);
}

.sliText.black {
  color: black;
  background: rgba(255, 255, 255, 0.8);
}

/*.sliText.orange {color: #9e4724; background: rgba(0,0,0,0.6);}*/
.sliText.orange {
  color: white;
  background: rgba(0, 0, 0, 0.6);
}

#divMenuBck {
  height: 80px;
  background: #2e3436;
}

#divMenu {
  height: 80px;
}

#divHeaderMob {
  height: 0;
}

.menuItem {
  height: 78px;
  padding: 0px 0px 0px 25px;
  line-height: 78px;
  font-size: 1rem;
}

.menuItem.mob {
  height: inherit;
  font-size: 1.125rem;
  text-align: left:;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Montserrat', serif;
  font-weight: 700;
}

.subMenuCont {
  top: 95px;
}

#iconHeaderLogo, #iconHeaderLogo2 {
  width: 320px;
  height: 80px;
  background: #9e4724;
}

#iconHeaderLogo2 {
  width: 100%;
}

#divMenuBck.fixed {
  height: 40px;
}

#divMenu.fixed {
  height: 40px;
}

.menuItem.fixed {
  height: 38px;
  line-height: 38px;
}

.subMenuCont.fixed {
  top: 40px;
}

#iconHeaderLogo.fixed {
  height: 40px;
}

.menuItem, h2 {
  color: #C95B2E;
}

.menuItem:hover>.menuItemText {
  border-bottom: 2px solid #9e4724;
}

.menuItem[act='1']>.menuItemText {
  border-bottom: 2px solid white;
  color: white;
  background: #2e3436;
}

.menuItem.mob>.menuItemText {
  border-bottom: none;
}

.submenuItem {
  color: #9e4724;
  border-bottom: 2px solid white;
}

.submenuItem:hover {
  border-bottom: 2px solid #9e4724;
}

.lane #mymap {
  height: 350px;
  width: 100%;
}

#infotitle {
  color: black;
}

#infotext {
  color: black;
}

#thanks {
  border: 3px solid #9e4724;
  color: #9e4724;
}

#sideMenu {
  font-size: 0;
  background: #f8f8f8;
  text-align: center;
  right: -50%;
  width: 50%;
  -webkit-transform: translateZ(0);
  position: fixed;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 13;
  top: 0;
  height: 100%;
}

#iconHambi {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  -webkit-transform: translateZ(0);
  position: fixed;
  right: 15px;
  top: 15px;
  background: white;
  z-index: 14;
  cursor: pointer;
}

/* Breed specifikus php-k */
.bullsTable {
  display: table;
  width: 100%;
}

.bullsScroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.bullsForm {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  /* border: 1px solid #ddd; */
  box-sizing: border-box;
}

.linear {
  width: 95%;
  text-align: center;
  /* margin-top: 30px; */
}

.bullsRow {
  display: table-row;
  width: auto;
  cursor: pointer;
  /* height: 35px; */
}

.cell {
  display: inline-block;
  overflow: hidden;
  height: 20px;
}

.Col {
  /* height: 26px; */
}

.bullsRow.double {
  height: 55px;
}

.bullsRow.double .cell {
  height: 40px;
}

.bullsRow.double .Col {
  height: 40px;
}

.bullsRow:nth-child(odd) {
  background: #f8f8f8;
}

.detailRow {
  height: 35px;
}

.detailRow:hover {
  cursor: pointer;
  background: #ddd;
}

.bullsRow[comp="1"] {
  background: #e6be9f;
}

.bullsRow.header {
  color: white;
  background: #9e4724;
}

.bullsPDF {
  color: #9e4724;
  font-family: 'Montserrat', serif;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 3px;
  text-decoration: underline;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.Col {
  display: table-cell;
  text-align: left;
  padding: 5px;
  font-size: 0.875rem;
  position: relative;
  height: 21px;
}

.Col.rc {
  text-align: right;
}

.Col.header {
  color: white;
  background: #9e4724;
}

.lab {
  font-weight: 700;
  width: 80%;
}

.lab2 {
  font-weight: 700;
}

.sca {
  width: 50%;
}

.Plot {
  display: inline-block;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.8;
}

.prints {
  font-size: 0;
  width: 100%;
  text-align: left;
}

.printsRow {
  width: 33%;
  text-align: left;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  vertical-align: top;
}

.twothird {
  width: 66%;
}

.noBorder {
  border: none;
}

.printsName {
  font-size: 1rem;
  padding-bottom: 15px;
  font-family: 'Montserrat', serif;
  color: #C95B2E;
  line-height: 1.25rem;
  -webkit-transition: all.3s ease-in-out;
  transition: all .3s ease-in-out;
}

.newsName, .newsNameSide {
  font-size: 1.15rem;
  padding-bottom: 0;
  font-family: 'Montserrat', serif;
  color: #C95B2E;
  line-height: 1.5rem;
  -webkit-transition: all.3s ease-in-out;
  transition: all .3s ease-in-out;
}

.printsDesc {
  font-size: 1rem;
  overflow: hidden;
  word-wrap: break-word;
}

.printsImg {
  width: 100%;
  overflow: hidden;
}

.printsImg img {
  width: 100%;
  -webkit-transition: all.3s ease-in-out;
  transition: all .3s ease-in-out;
}

.printsImg:not(.nohover) img:hover {
  opacity: 0.7;
}

.rolunkText {
  display: inline-block;
  vertical-align: top;
  width: 61%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: left;
}

.rolunkPic {
  display: inline-block;
  vertical-align: top;
  width: 37%;
}

.rolunkPic img {
  width: 100%;
}

#logoBig {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0.05;
  height: 700px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.imgFooterLogo {
  width: 300px;
  display: inline-block;
}

.imgFooterLogo2 {
  width: 32px;
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
}

.typeSelects {
  margin-bottom: 30px;
  font-size: 0;
}

.types {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 1;
  font-size: 1rem;
  height: 62px;
  padding: 5px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: white;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typeText {
  font-family: 'Montserrat', serif;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 2px;
}

.types[act="0"] {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.types[act="0"] * {
  opacity: 0.5;
}

.types[act="1"] {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  opacity: 1;
}

.typeSep {
  display: inline-block;
  width: 15px;
}

.typeSelect2:last-of-type {
  border-right: none;
}

.types img {
  display: block;
  margin-left: 17px;
  width: 35px;
  height: 35px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.types.brownIcon img {
  margin-left: 14px;
}

.backgPic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.3;
}

.backgPic img {
  height: 100%;
}

.bullsCol, .bullsCol2, .bullsCol3 {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  position: relative;
  font-size: 1rem;
}

.bullsCol2, .bullsCol3 {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* border-left: 1px solid #ddd; */
  text-align: left;
}

.bullsCol.compHeader {
  width: 250px;
}

.bullsCol.compDetail {
  width: 150px;
}

.leftCol {
  width: 39%;
}

.rightCol {
  width: 54%;
}

.bullsImgBig {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.bullsImgText {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2e3436;
  color: white;
  padding: 5px;
  font-size: 0.75rem;
  box-sizing: border-box;
}

.bullsBigImg {
  width: 100%;
  /* left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); */
}

.bullsImgLeft, .bullsImgRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 64px;
  cursor: pointer;
}

.bullsImgLeft img, .bullsImgRight img {
  width: 100%;
}

.bullsImgLeft {
  left: 10px;
}

.bullsImgRight {
  right: 10px;
}

.bullsImgSmall {
  width: 32%;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0.5% 0px 0.5%;
  vertical-align: top;
}

.bullsImgSmall img {
  width: 100%;
}

.imgBullsIcon {
  margin: 10px 3px 10px 0;
  width: 45px;
  opacity: 1;
}

.imgBullsIcon.inactive {
  opacity: 0.2;
}

.bullsTitle {
  font-size: 1.75rem;
  font-family: 'Montserrat', serif;
  color: #9e4724;
  line-height: 1;
}

.bullsTEB {
  margin: 5px 0;
}

.newsImg, .newsImg img {
  width: 100%;
}

.newsRow {}

.newsRow:nth-child(odd) {
  background: #f8f8f8;
}

.imgShadow {
  width: 100%;
}

.imgShadowSmall {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.newsName {
  font-weight: 700;
  font-size: 1.25rem;
}

.newsNameSide {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
  margin: 20px 0 0 0;
}

.newsName:not(.nohover):hover, .newsNameSide:not(.nohover):hover, .printsName:not(.nohover):hover {
  color: black;
}

.newsDate {
  font-size: 0.75rem;
  padding: 5px 0 15px 0;
}

.newsDateSide {
  font-size: 0.5rem;
  padding: 5px 0 15px 0;
}

.cardCont {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  width: 300px;
}

.card {
  display: block;
  background: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.card img {
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.04;
}

.cardTitle {
  font-size: 1.25rem;
  font-family: 'Montserrat', serif;
  color: #9e4724;
}

.cardSub {
  font-size: 0.75rem;
}

.cardShadow {
  width: 100%;
}

.partner {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.partner img {
  max-width: 100%;
}

#lane30 .wrapper {
  padding-bottom: 0;
}

#lane26 .wrapper {
  padding: 0 0 50px 0;
}

#welcome {
  color: white;
  position: fixed;
  left: 5px;
  z-index: 23;
  top: 5px;
  font-size: 0.5rem;
  text-align: left;
}

.closeImg {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 9px;
  top: 9px;
}

.closeImg img {
  width: 100%;
}

.compImg, .compImgDel {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.compImg img, .compImgDel img {
  width: 100%;
}

#loggedName {
  display: none;
}

.noBottom {
  margin-bottom: 0;
}

#printthis {
  height: 0;
}

.codeRow {
  padding: 0.1rem 0;
}

.codeTitle {
  font-weight: 700;
  display: inline-block;
  width: 6rem;
}

.emptyRow {
  background: white;
  height: 31px;
}

.slideCont, .selectCont {
  width: 100%;
  position: relative;
  vertical-align: top;
  user-select: none;
  height: 40px;
  width: 520px;
  margin: auto;
  margin-right: 0px;
  display: inline-block;
  font-size: 12px;
}

.slideField, .selectField {
  display: inline-block;
  width: 160px;
  text-align: right;
  line-height: 40px;
}

.slideVal {
  display: inline-block;
  background: #ddd;
  height: 26px;
  width: 50px;
  text-align: center;
  line-height: 26px;
  margin: 2px 5px;
  border-radius: 5px;
}

.slideBot {}

.slideTop {}

.slideBar {
  display: inline-block;
  width: 220px;
  position: relative;
  border: 1px solid #f0f0f0;
  height: 10px;
  user-select: none;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px 0px rgb(0 0 0 / 20%);
}

.slideBut {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 25px;
  background: #ddd;
  cursor: pointer;
  user-select: none;
  box-shadow: inset -1px -1px 1px rgb(0 0 0 / 30%), 1px 1px 2px 0px rgb(0 0 0 / 30%);
  border-radius: 5px;
}

.slideBut.but1 {
  left: 0;
}

.slideBut.but2 {
  left: 0;
}

.slideVal {
  background: white;
  color: black;
  box-shadow: inset 1px 1px 1px 0px rgb(0 0 0 / 20%);
}

.slideCont[act="1"] .slideBut.but1, .slideCont[act="1"] .slideBot {
  background: #9e4724;
  color: white;
}

.slideCont[act="1"] .slideBut.but2, .slideCont[act="1"] .slideTop {
  background: #249E8A;
  color: white;
}

.selectValues {
  display: inline-block;
  width: 335px;
  text-align: left;
}

.selectValue {
  display: inline-block;
  background: none;
  color: black;
  padding: 2px 5px;
  margin: 0 -3px 0 0px;
  height: 26px;
  width: 33px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  cursor: pointer;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: white;
}

.selectValue:hover {
  color: #9e4724;
  background: #f0f0f0;
}

.selectValue[act="1"] {
  background: #9e4724;
  color: white;
}

.selectCont {
  margin-top: 10px;
}

#lane38 a, #lane32 a {
  display: block;
  color: #C95B2E;
  width: auto;
  text-align: center;
  position: relative;
  text-decoration: underline;
  margin-bottom: 8px;
}

#lane38 a:hover, #lane32 a:hover {
  color: black;
}

#lane30 small {
  display: block;
  margin-bottom: 35px;
}

#proCaseusLogo img {
  margin: -40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#proCaseusLogo img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.typeSelectNoImage {
  display: inline-table;
}

.typeTextNoImage {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}
