@charset "utf-8";
body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.clearAll {
  clear: both;
}
.onlyDesk {
  display: block;
}
.onlyMob {
  display: none;
}
.sep01 {
  background-image: url(../images/sep01-bg.jpg);
  background-repeat: repeat-x;
  height: 50px;
  background-size: auto 50px;
  background-position: right center;
  clear: both;
}
.sep02 {
  background-image: url(../images/sep02-bg.jpg);
  background-repeat: repeat-x;
  height: 25px;
  background-size: auto 25px;
  background-position: right center;
  clear: both;
}
.sep03 {
  background-image: url(../images/sep03-bg.jpg);
  background-repeat: repeat-x;
  height: 15px;
  background-size: auto 15px;
  background-position: right center;
  clear: both;
  border-radius: 7px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.sep03.full {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.headerCont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.headList {
  position: absolute;
  z-index: 2;
}
.headList img {
  width: 150px;
  height: auto;
}
.headLogo a {
  color: #536608;
  text-decoration: none;
}
.headLogo h2 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  float: left;
  font-size: 360%;
  line-height: 80px;
  margin-left: 120px;
}
.headTag h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  float: left;
  line-height: 80px;
  font-size: 240%;
  margin-left: 4%;
}
.headMenu {
  float: right;
}
.headMenu a {
  background-color: #536608;
  background-image: url(../images/icons/hamburger.png);
  line-height: 50px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 70px;
  padding-left: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  border-radius: 10px;
  font-size: 120%;
}
.headMenuOff {
  float: right;
  display: none;
}
.headMenuOff a {
  background-color: #536608;
  background-image: url(../images/icons/close.png);
  line-height: 50px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 70px;
  padding-left: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  border-radius: 10px;
  font-size: 120%;
}
.headMenu a:hover {
  background-color: #90B10D;
}
.headMenuOff a:hover {
  background-color: #90B10D;
}
.headSub {
  background-color: #FFFFFF;
  padding-bottom: 10px;
  display: none;
}
.headSubCont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 2%;
  padding-top: 20px;
  position: relative;
  z-index: 4;
}
.headSub a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #536608;
  color: #FFFFFF;
  float: left;
  width: 23.0%;
  font-size: 120%;
  line-height: 50px;
  border-radius: 10px;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 1%;
  margin-right: 1%;
  z-index: 5;
  position: relative;
  padding-left: 20px;
  background-image: url(../images/icons/desno.png);
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: auto 50px;
  font-weight: 300;
}
.headSub a:hover {
  background-color: #A8CD10;
}
.headSearch {
  padding-top: 30px;
  padding-bottom: 20px;
}
.headSearchInput {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7deb9;
  color: #536608;
  float: left;
  width: calc(98% - 50px);
  font-size: 120%;
  line-height: 50px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  margin-left: 1%;
  z-index: 5;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  border: 1px solid #536608;
  -webkit-box-shadow: inset 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.headSearchBttn {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #536608;
  color: #FFFFFF;
  float: left;
  width: 50px;
  font-size: 120%;
  line-height: 47px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  margin-right: 1%;
  z-index: 5;
  position: relative;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: auto 50px;
}
.pageSearch {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../images/sep04-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 150px;
  height: 150px;
}
.pageSearchCont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.pageSearchInput {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 0%, 0.40);
  color: #FFFFFF;
  float: left;
  width: calc(98% - 50px);
  font-size: 120%;
  line-height: 50px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  margin-left: 1%;
  z-index: 5;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}
.pageSearchBttn {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #536608;
  color: #FFFFFF;
  float: left;
  width: 50px;
  font-size: 120%;
  line-height: 50px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 30px;
  text-decoration: none;
  margin-right: 1%;
  z-index: 5;
  position: relative;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: auto 50px;
  border: none;
}
.listNav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 10px;
}
.listNav a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #7d990c;
  color: #FFFFFF;
  float: left;
  width: 25.3%;
  font-size: 120%;
  line-height: 50px;
  border-radius: 10px;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 4%;
  margin-right: 4%;
  z-index: 5;
  position: relative;
  padding-left: 20px;
  background-image: url(../images/icons/desno.png);
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: auto 50px;
  font-weight: 300;
}
.listNav a:hover {
  background-color: #A8CD10;
}
.listNavHeadOn a {
  background-color: #7d990c;
  background-image: url(../images/icons/dole.png);
}
.listTTL {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.listTTL h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #7A080E;
  font-size: 300%;
  font-weight: 400;
  margin-left: 4%;
}
.listTTL h2 {
  font-family: 'Open Sans', sans-serif;
  color: #70890a;
  font-size: 140%;
  font-weight: 300;
  margin-left: 4%;
  margin-top: 10px;
  line-height: 160%;
}
.listTTL p {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 4%;
  margin-top: 20px;
}
.listVina {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
}
.listMore {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  gap: 10px;
}
.listMore a {
  font-family: 'Open Sans', sans-serif;
  background-color: #536608;
  font-size: 120%;
  line-height: 50px;
  background-image: url(../images/icons/desno.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 10px;
  padding-left: 20px;
  background-size: auto 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
}
.listMore a:hover {
  background-color: #90B10D;
}
.listMore .top {
  background-image: url("../images/icons/gore.png");
  width: 50px;
  flex-grow: 0;
}
.linkText {
    background-color: #F1F3EB;
    background-image: url(../images/icons/desno-z.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 40px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-size: auto 30px;
    color: #536608;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: hidden;
}
.linkText:hover {
  background-color: #DFE2D1;
}
.galerija {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.galerija h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #7A080E;
  font-size: 300%;
  font-weight: 400;
  margin-left: 4%;
}
.galerija h2 {
  font-family: 'Open Sans', sans-serif;
  color: #70890a;
  font-size: 140%;
  font-weight: 300;
  margin-left: 4%;
  margin-top: 10px;
  line-height: 120%;
}
.Banner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 30px;
}
/*.Banner h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  font-size: 400%;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 4%;
}
.Banner h2 {
  font-family: 'Amatic SC', sans-serif;
  color: #7A080E;
  font-size: 200%;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 4%;
}*/
.BannerItem {
  text-align: left;
}
.BannerItem a {
  text-decoration: none;
}
.Banner2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box;
}
.Banner2Item {
  width: calc(25% - 20px);
}
.Banner2Item img {
  width: 100%;
}
.Banner2Item a {
  text-decoration: none;
}
.vinoItem {
  width: 25.3%;
  margin-left: 4%;
  margin-right: 4%;
  float: left;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.vinoItemSlide {
  width: 100%;
}
.vinoItem img {
  width: 100%;
  border-radius: 10px;
}
.vinoItem a {
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.vinoItem h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  font-size: 400%;
  font-weight: 400;
  text-decoration: none;
}
.vinoItem h2 {
  font-family: 'Amatic SC', sans-serif;
  color: #7A080E;
  font-size: 200%;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}
.vinoItemLabel {
  width: 100%;
  font-size: 90%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 10px;
  padding-left: 0%;
  padding-bottom: 5px;
  color: #87A60D;
}
.vinoItem h4 {
  font-family: 'Open Sans', sans-serif;
  color: #536608;
  font-size: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 140%;
}
.vinoItem p {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 4%;
}
.vinoItemCena {
  font-family: 'Open Sans', sans-serif;
  background-color: #f6f7f2;
  font-size: 120%;
  line-height: 30px;
  border-radius: 10px;
  padding-left: 20px;
  background-size: auto 40px;
  margin-bottom: 10px;
  color: #536608;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vinoItemCena a {
  font-family: 'Open Sans', sans-serif;
  background-color: #F1F3EB;
  font-size: 120%;
  line-height: 40px;
  border-radius: 10px;
  background-size: auto 40px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  background-image: url(../images/icons/shop-z.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #536608;
}
.vinoItemLnk a {
  font-family: 'Open Sans', sans-serif;
  background-color: #7D990C;
  font-size: 120%;
  line-height: 50px;
  height: 100%;
  background-image: url(../images/icons/desno.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 10px;
  padding-left: 20px;
  background-size: auto 50px;
  margin-top: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.vinoItemLnk a:hover {
  background-color: #A8CD10;
}
.Arhiva {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #e7e1c4;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.Arhiva p {
  font-family: 'Amatic SC', sans-serif;
  color: #944d00;
  font-size: 180%;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0px;
  letter-spacing: 0.02em;
}
.vinoOne {
  width: 60%;
  margin-left: 8%;
  float: left;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.vinoOne img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.vinoOne h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  font-size: 500%;
  font-weight: 400;
}
.vinoOne h2 {
  font-family: 'Amatic SC', sans-serif;
  color: #7A080E;
  font-size: 300%;
  font-weight: 400;
  margin-left: 0%;
  margin-bottom: 20px;
}
.vinoOneVrsta a {
  font-family: 'Open Sans', sans-serif;
  background-color: #F1F3EB;
  font-size: 120%;
  line-height: 40px;
  background-image: url(../images/icons/desno-z.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 10px;
  padding-left: 50px;
  background-size: auto 40px;
  margin-bottom: 10px;
  color: #536608;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  float: left;
}
.vinoOneVrsta a:hover {
  background-color: #DFE2D1;
}
.vinoOneVinarija a {
  font-family: 'Open Sans', sans-serif;
  background-color: #F1F3EB;
  font-size: 120%;
  line-height: 40px;
  background-image: url(../images/icons/desno-z.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 10px;
  padding-left: 50px;
  background-size: auto 40px;
  margin-bottom: 10px;
  color: #536608;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  float: right;
}
.vinoOneVinarija a:hover {
  background-color: #DFE2D1;
}
.vinoOneOpis p {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 0%;
  margin-right: 0%;
  text-align: justify;
}
.vinoOneCena a {
  font-family: 'Open Sans', sans-serif;
  background-color: #7D990C;
  font-size: 120%;
  line-height: 50px;
  height: 100%;
  background-image: url(../images/icons/shop.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 10px;
  padding-left: 20px;
  background-size: auto 50px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 55px;
  overflow-x: hidden;
  white-space: nowrap;
}
.vinoOne h4 {
  font-family: 'Open Sans', sans-serif;
  color: #536608;
  font-size: 140%;
  line-height: 160%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 2%;
  margin-right: 2%;
}
.vinoOneVin {
  width: 20.0%;
  margin-right: 4%;
  padding-bottom: 20px;
  margin-top: 20px;
  float: right;
}
.vinoOneVin img {
  width: 100%;
}
.vinoOneVin h1 {
  font-family: 'Amatic SC', sans-serif;
  color: #536608;
  font-size: 300%;
  font-weight: 400;
  margin-bottom: 10px;
}
.vinoOneVin p {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 0%;
  margin-right: 0%;
  text-align: justify;
}
.vinoOneVinLink a {
  font-family: 'Open Sans', sans-serif;
  background-color: #7D990C;
  font-size: 120%;
  line-height: 50px;
  height: 100%;
  background-image: url(../images/icons/desno.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 10px;
  padding-left: 20px;
  background-size: auto 50px;
  margin-top: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 55px;
  overflow-x: hidden;
  white-space: nowrap;
}
.vinoOneVinLink a:hover {
  background-color: #A8CD10;
}
.vinoNagrade {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vinoNagradeText {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 120%;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-left: 0%;
  margin-right: 0%;
  width: calc(100% - 50px);
}
.vinoNagradeIcon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/icons/awards.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 40px;
  min-height: 40px;
  background-size: 32px auto;
  border-left: 2px solid #7A080E;
}
.vinoNagradePageIcon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/icons/awards2.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 50px;
  min-height: 40px;
  background-size: 36px auto;
}
.vinoNagradePage {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}
.vinoNagradeOrg {
  font-family: 'Open Sans', sans-serif;
  color: #7A080E;
  font-size: 140%;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 5px;
}
.vinoNagradeTtl {
  font-family: 'Open Sans', sans-serif;
  color: #7A080E;
  font-size: 180%;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 5px;
}
.Sorte {
  border-top: 1px solid #87A60D;
  border-bottom: 1px solid #87A60D;
}
.SorteLabel {
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0%;
  color: #87A60D;
  margin-bottom: 10px;
}
.Sorte a {
  font-family: 'Open Sans', sans-serif;
  background-color: #F1F3EB;
  font-size: 110%;
  line-height: 30px;
  background-image: url(../images/icons/desno-z.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 10px;
  padding-left: 40px;
  background-size: auto 30px;
  margin-bottom: 10px;
  color: #536608;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  white-space: nowrap;
  overflow-x: hidden;
}
.Sorte a:nth-child(odd) {
  margin-left: 2%;
}
.Sorte a:hover {
  background-color: #DFE2D1;
}
.sortaPageLnk {
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 20px;
}
.sortaPageLnk a {
  font-family: 'Open Sans', sans-serif;
  background-color: #f6f7f2;
  font-size: 120%;
  line-height: 40px;
  background-image: url(../images/icons/desno-z.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 10px;
  padding-left: 50px;
  background-size: auto 40px;
  margin-bottom: 20px;
  color: #536608;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  float: left;
}
.sortaPageLnk a:hover {
  background-color: #DFE2D1;
}
.sortaPageLnk a:first-child {
  margin-right: 4%;
}
.footer {
  background-color: #536608;
}
.footerCont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 20px;
  padding-top: 10px;
}
.footerL {
  float: left;
  width: 70%;
}
.footerR {
  float: right;
  width: 26%;
  text-align: right;
}
.footer p {
  color: #dce0cd;
  font-size: 90%;
  line-height: 140%;
}
.footer img {
  width: 30%;
  margin-top: 20px;
}
.footerR a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3e4d06;
  width: 50px;
  height: 50px;
  background-image: url(../images/icons/gore.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
  float: right;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
}
.MID------------- {}
@media only screen and (max-width: 980px) {}
.MOB------------- {}
@media only screen and (max-width: 780px) {
  .onlyDesk {
    display: none;
  }
  .onlyMob {
    display: block;
  }
  .headList img {
    width: 90px;
    height: auto;
  }
  .headLogo h2 {
    font-family: 'Amatic SC', sans-serif;
    color: #536608;
    float: left;
    font-size: 360%;
    line-height: 80px;
    margin-left: 70px;
  }
  .headTag h1 {
    line-height: 80px;
    font-size: 170%;
    margin-left: 2%;
  }
  .headSub a {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .headSearchInput {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: 0;
  }
  .headSearchBttn {
    margin-right: auto;
  }
  .listTTL {
    padding-left: 2%;
    padding-right: 2%;
  }
  .pageSearchCont {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .listNav {
    padding-left: 4%;
    padding-right: 4%;
  }
  .listNav a {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .Banner {
    max-width: 100%;
    padding-top: 0px;
  }
  .Banner2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .Banner2Item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .vinoItem {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: auto;
  }
  .vinoItem h1 {}
  .vinoItem h2 {
    font-size: 280%;
    margin-bottom: 10px;
  }
  .vinoOne {
    width: 92.0%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .vinoOneVrsta a {
    width: 100%;
    float: none;
  }
  .vinoOneVinarija a {
    width: 100%;
    float: none;
  }
  .vinoOneVin {
    width: 90.0%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .Sorte a:nth-child(odd) {
    margin-left: 2%;
  }
  .sortaPageLnk a {
    width: 100%;
    float: none;
  }
  .footer img {
    width: 80%;
  }
}
.MOBSMALL------------- {}
@media only screen and (max-width: 320px) {}