@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'CabinRegular';
    src: url('Cabin-Regular-webfont.eot');
    src: url('Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Regular-webfont.woff') format('woff'),
         url('Cabin-Regular-webfont.ttf') format('truetype'),
         url('Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinBold';
    src: url('Cabin-Bold-webfont.eot');
    src: url('Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cabin-Bold-webfont.woff') format('woff'),
         url('Cabin-Bold-webfont.ttf') format('truetype'),
         url('Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
        height: 100%;
        padding: 0;
        margin: 0;
        font-family:Calibri, Arial, Helvetica, sans-serif;
        color:#666
}

body {
  min-height: 600px;
  min-width: 930px;
}
/*
body * {
        font-family: Arial, Geneva, SunSans-Regular, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 22px;
}
*/
p {
  display:block;
  margin-bottom:0.5em;
  margin-left:0;
  margin-right:0;
  margin-top:0.5em;
}

.mypage {
  width: 930px;
  height: 560px;
}
#wrapper {
        background-color: #fff;
        width: 100%;
        height: 560px;
/*        margin-top: -225px; */
        overflow: hidden;
        position: absolute;
/*        top: 50%; */
        top: 240px;
        left: 0;
}
#carousel .mypage {
        display: block;
        float: left;
}
#prev, #next {
        background-color: rgba(255, 255, 255, 0.9);
        display: block;
        height: 560px;
        width: 50%;
        top: 0;
        position: absolute;
}
#prev:hover, #next:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
}
#prev {
  left: -465px;
  z-index: 20;
  cursor:default;
}
#next {
  right: -465px;
  z-index: 20;
  cursor:default;
}

/* 
 * header
 */
#header {
  height:175px;
  border-bottom:solid 1px #666;
}

#back{ 
  position:relative;
  width:1100px;
  height:175px;
  background-image:url(../images/head_poz.jpg);
  background-position:center;
  background-repeat:no-repeat;
  margin-left:auto;
  margin-right:auto;
}

#copy {
  font-family: 'CabinRegular';
  text-align:center;
  color:#FFF;
  font-size:12px;
  position:absolute;
  left: 457px;
  width: 176px;
  top: 154px;
  height: 23px;
}
/*
 * navigation
 */
#nav {
  font-family: 'Open Sans';
  font-weight:lighter;
  font-size:14px;
  width:930px;
  height:52px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
#nav ul, #nav li {
  list-style-type: none; 
  margin:0px; 
  padding:0px;
}
#nav li {
  font-family: 'CabinRegular';
  font-weight:lighter;
  color:#818080;
  letter-spacing:2px;
  line-height:20px;
  padding:5px 20px 0px 0px;
  display:block;
  text-decoration:none;
  float:left;
  text-transform:uppercase;
  cursor: pointer; 
}
#nav a {
  font-family: 'CabinRegular';
  font-weight:lighter;
  color:#818080;
  line-height:20px;
  letter-spacing:0.36px;
  display:block;
  text-decoration:none;
  float:left;
}
#nav li:hover,
#nav li.active,
#nav li a.active {
  color:#7dcd16;
}
#nav li.navg {
  color:#818080;
}

#navm li {
  color: #7DCD16;
  display: block;
  float: left;
  font-family: 'CabinRegular';
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 5px 12px 0 0;
  text-decoration: none;
  text-transform:lowercase;
}

#navm .navg {
  color: #818080;
  float: left;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 5px 15px 0 0;
  text-decoration: none;
  text-transform:none;
  cursor:default;
}

/*
 * footer
 */
#footer {
  height:92px;
  border-top:solid 1px #666;
  background-image:url(../images/footer_poz.jpg);
  background-position:center;
  background-repeat:no-repeat;
  clear:both;

  position: absolute;
  top: 800px;
  width: 100%;
}
#back_f { 
  width:930px;
  font-size:12px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding-top:10px;
}

#back_f a {
  color:#FFF;
  font-weight:bold;
  padding:0px 15px 0px 0px;
  text-decoration:none;
  text-transform:uppercase;
}
#back_f a:hover {
  color:#FFF
}
#home {
  width:930px;
  height:572;
  line-height:572px;
  background-image:url(../images/nas_pol_sve.png);
  background-repeat:no-repeat;
  position:relative;
  background-position:center;
  border-bottom:solid 1px #666;
  margin-left:auto; margin-right:auto
}

.content {
  position:relative;
/*  padding:15px 0px 15px 0px; */
  width:930px;
  height:560px;
  margin-left:auto;
  margin-right:auto;
}

.content_g {
  position:relative;
/*  padding:15px 0px 15px 0px; */
  background-image:url(../images/mapamapa.jpg);
  width:930px;
  height:560px;
  margin-left:auto;
  margin-right:auto;
}


.title {
  font-family: 'CabinRegular';
  font-size:29px;
  text-transform:uppercase;
  color:#B8B8B8;
}
h1 {
  font-family: 'CabinBold';
  font-size:55px;
  text-transform:uppercase;
  font-weight:bold;
  color:#a9a9a9;
  line-height:45px;
  padding:0px 0px 10px 0px;
  margin: 0;
}
p.geo {
  width:400px;
  padding:0px 0px 5px 0px;
  font-weight:bold;
}
p.geo2 {
  width:400px;
  padding:0px 0px 2px 0px;
}
p.geo2 a {
  color:#666666;
  text-decoration:underline;
}
p.geo2 a:visited {
  color:#666666;
  text-decoration:none;
}
p.geo2 a:hover {
  text-decoration:underline;
}

.geo_c {
  width:520px;
  padding:0px 0px 10px 0px;
}
.geo_s {
  width:850px;
  padding:-10px 0px 10px 0px;
  z-index:100
}
.product_v {
  position:absolute;
  left: 504px;
  top: 16px;
}


#slika_p {
  position:absolute;
  left: 523px;
  top: 30px;
}
.logo_s {
  position:absolute;
  left: 791px;
  top: 378px;
  z-index:11        
}   
.tube {
  font-family:Impact;
  font-size:15px;
  line-height:20px;
  color:#999999;
}
#poz_l {
  position:absolute;
  left: 604px;
  top: 281px;
  z-index:10;
}
#poz {
  position:absolute;
  left: 665px;
  top: 202px;
  z-index:9;
}

#kontakt {
  margin-left:2px;
}
label {
  display:block;
}


.form-text {
  width:270px;
  height:20px;
  padding:6px;
}
.form-textarea {
  width:408px;
  height:138px;
  padding:6px;
  margin-bottom:12px;
}
.form-text, .form-textarea,.email-response {
  border: 1px solid rgba(0,0,0,0);
  border-width: 0 1px 0 0;
  font: 12px/18px Arial, Helvetica, sans-serif;
  position: static;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* for Safari */
  -opera-border-radius: 5px;
  -moz-border-radius: 5px;  /* for Firefox */
  
  outline:none;
  border:1px solid #ddd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=145, Strength=1);
}
.form-submit {
  padding:6px 8px;
  width:100px;
  background:#444;
  color:#fff;
  cursor:pointer;
  border:none;
  -webkit-border-radius: 5px;    /* for Safari */
  -opera-border-radius: 5px;
  -moz-border-radius: 5px;
}

.form-submit:hover {
  background:#777;
}
#contact {
  position:absolute;
  left: 480px;
  top: 3px;
  z-index:11;
  width: 305px;
  border-left:solid 1px #CCC;
  padding-left:15px;
}


/* proizvodi */
.strw{}
.strw a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;        
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/strawberrys.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.strw a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}
.black{}
.black a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/blackberries.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.black a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}
.rasp{}
.rasp a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/raspberries.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.rasp a:hover { 
  background-position:0px -232px;
  color:#7dcd16;
}
.blue{}
.blue a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/blueberrys.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.blue a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}
.cher{}
.cher a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/cherry.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.cher a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}
.plum{}
.plum a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/plums.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;        
  text-align:center;
}
.plum a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}
.vegt{}
.vegt a {
  width:230px;
  font-family: 'CabinBold';
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:#B8B8B8;
  text-decoration:none;
  background-image: url(../images/vegetable.jpg);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding-top:207px;
  padding-bottom:7px;
  float:left;
  text-align:center;
}
.vegt a:hover {
  background-position:0px -232px;
  color:#7dcd16;
}

.view {
  font-size: 10px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  position: relative;
  left: 795px;
  top: -17px;
}

.view a {
  background-image: url("../images/vline.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  color: #7DCD16;
  display: block;
  font-size: 12px;
  line-height: 13px;
  margin-left: auto
  padding-right: 15px;
  text-decoration: none;
  width: 108px;
}
#log_n {
	position:absolute;
	left: 364px;
	top: -80px;
	height: 135px;
	width: 283px;
}

.linktd a {
  color:#666666;
  text-decoration:underline;
}
.linktd a:visited {
  color:#666666;
  text-decoration:none;
}
.linktd a:hover {
  text-decoration:underline;
}
