*{
  margin: 0;
  padding: 0;
}

body{
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

img{
  border: 0;
  max-width:100%;
  vertical-align: middle;
}

a{
  text-decoration: none;
  cursor:pointer;
  transition: .7s color;
  color: #A3253B;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .3s color;
}

b,strong{
  font-weight:600;
}

h2{
  font-size: 30px;
  line-height:30px;
  color: #cb992b;
  margin: 0 0 15px 0;
  font-weight:400;
}
h3{
  font-size: 20px;
  line-height:20px;
  color: #A3253B;
  margin: 40px 0 15px 0;
  font-weight:600;
  text-transform:uppercase;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.clear{ clear: both;}

.container{
  position:relative;
  width:98%;
  max-width:1100px;
  margin: 0 auto;
}

#fixed{
/*
  position:fixed;
  top:0;
  left:0;
  z-index:1;
*/
  width: 100%;
  box-sizing:border-box;
  padding-top: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#fixed .container{
  height: 480px;
}

#head{
  position:relative;
}

#head h1{
  float:left;
}
#head #menu{
  float: right;
  list-style-type:none;
  margin: 30px 0 0 0;
}
#head #menu li{
  display: inline-block;
  padding: 0 13px 20px 13px;
  background-image: url(/images/navarrow.png);
  background-repeat: no-repeat;
  background-position: center 40px;
  transition: .5s background-position;
}
#head #menu li a{
  color:#FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

#head #menu li.current{
  background-position: center 33px;
  transition: .5s background-position;
}
#head #menu li:hover{
  background-position: center bottom;
  transition: .5s background-position;
}

#head #menu .drop{
  position:absolute;
  z-index:9;
  box-sizing: border-box;
  right: 0%;
  top: 70px;
  list-style-type:none;
  width:0;
  margin:0;
  padding: 0;
  opacity: 0;
  background-color:rgba(255,255,255,.8);
  border-bottom: 5px solid #A3253B;
  transition: .3s opacity, .3s width, .3s padding;
  overflow:hidden;
}
#head #menu li a:hover{
  text-shadow: 0 0 8px #000000;
}
#head #menu li:hover .drop{
  width:100%;
  opacity:1;
  padding:15px;
  height:auto;
  transition: .3s opacity, .3s width, .3s padding;
}

#head #menu .drop li{
  display: inline-block;
  vertical-align:top;
  width: 15%;
  margin-right: 2%;
  overflow:hidden;
  background:none;
  text-shadow:none;
  padding:0;
}
#head #menu .drop li:last-child{
  margin-right:0;
}
#head #menu .drop li a{
  color: #C6991B;
  text-transform: uppercase;
  font-weight:600;
  font-size: 16px;
  line-height: 16px;
  text-shadow:none;
}
#head #menu .drop li a:hover, #head #menu .drop li a.current{
  color: #A3253B;
}

#head #menu .drop .prodlist{
  margin:10px 0 0 0;
}
#head #menu .drop .prodlist li{
  display: block;
  width:95%;
  margin-bottom: 5px;
}
#head #menu .drop .prodlist li a{
  color:#000000;
  font-size: 14px;
  line-height: 15px;
  font-weight:400;
  text-transform: none;
}
#head #menu .drop .prodlist li a:hover, #head #menu .drop .prodlist li a.current{
  color: #A3253B;
}

#heading{
  position: absolute;
  bottom:20px;
  left:0;
  width: 60%;
  color:#FFFFFF;
  font-size: 30px;
  line-height: 35px;
  text-shadow: 0 0 5px #000000;
}
#heading.long{
  font-size: 18px;
  line-height: 22px;
}


#scroll{
  /*margin-top: 480px;*/
  position:relative;
  z-index:2;
  background-color:#FFFFFF;
  padding: 25px 0;
}

#main{
  padding-bottom: 40px;
}

#breadcrumbs{
  text-transform: uppercase;
  color: #B3B3B3;
  font-weight:600;
  margin-bottom: 25px;
}
#breadcrumbs .divider{
  display: inline-block;
  margin: 0 5px;
}
#breadcrumbs a{
  color: #B3B3B3;
}
#breadcrumbs a:hover{
  color: #cb992b;
}
#breadcrumbs a:last-child{
  color: #cb992b;
}

.nosidebar{
  max-width: 800px;
}
#pgcontact .nosidebar{ max-width:100%; }

.hassidebar{
  float: left;
  width: 80%;
}
.sidebar{
  float:left;
  width:15%;
  margin-top: 45px;
  margin-left:5%;
  text-align:center;
}


#findproduct{
  background-color:#F2F2F2;
  padding: 45px 0;
}
#findproduct #find a{
  display: block;
  float:left;
  width: 32%;
  margin-bottom: 15px;
  background-color:#F2F2F2;
  transition: 1s background-color;
}
#findproduct #find a:nth-child(2),#findproduct #find a:nth-child(5){
  margin: 0 2%;
}
#findproduct #find img{
  display:block;
  width:100%;
}
#findproduct #find a:hover{
  background-color:#cccccc;
  transition: .3s background-color;
}


#footer{
  background-color: #a9263d;
  height: 45px;
  line-height:45px;
  position:relative;
}
#footer #footerlogo{
  float:left;
  width:50%;
  text-align:right;
  box-sizing:border-box;
  padding-right: 50px;
}
#footer #footerlogo img{
  height: 30px;
  opacity: .5;
}
#footer #nzowned{
  float:left;
  width:50%;
  box-sizing:border-box;
  padding-left: 50px;
  font-size: 25px;
  color:#FFFFFF;
  font-weight:600;
  opacity: .5;
}
#footer #wheat{
  position:absolute;
  left:50%;
  margin-left: -25px;
  top: -20px;
}


#logos{
  padding: 20px 0;
  text-align:center;
}
#logos img{
  margin: 0 10px;
}
#logos #copy{
  position:absolute;
  top:0;
  right:0;
  text-align:right;
  color: #B3B3B3;
  font-size: 12px;
  line-height: 16px;
}
#logos #copy a{
  color: #B3B3B3;
}

.person{
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #A3253B;
  width:80%;

}
.person img{
  float: left;
  width: 150px;
}
.person .details{
  margin-left: 170px;
}
.person .title{
  color: #A3253B;
}





table{
  border-collapse: collapse;
  margin-bottom:20px;
}
table th{
  color: #A3253B;
  text-transform:uppercase;
  text-align:left;
}
table td{
  border-bottom: 1px solid #A3253B;
  padding: 5px 10px 5px 0;
  vertical-align:top;
}

table#feeding td, table#feeding th{
  border: 0;
  padding: 10px 15px;
}
table#feeding td.bottom{
  border-bottom: 1px solid #A3253B;
}


#contact{
  float: right;
  width: 45%;
}
#contact h3:first-child{
  margin-top:0;
}

#contactform{
  float: left;
  width: 50%;
}

.formlabel{
  width: 100px;
  float: left;
  margin-bottom: 10px;
  color: #A3253B;
  font-weight:600;
  text-transform:uppercase;
}
.forminput{
  margin-left: 100px;
  margin-bottom: 10px;
}
.input, .textarea{
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #A3253B;
  width:100%;
  border-radius: 3px;
  font-family:arial;font-size:13px;
}
.textarea{
  height: 200px;
}
.button{
  border: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3253B;
  color: #A3253B;
  font-weight: 700;
  text-transform:uppercase;
  font-size: 15px;
  padding: 5px 15px;
  cursor: pointer;
  transition: .7s background-color, .7s color;
}
.button:hover{
  background-color: #A3253B;
  color:#FFF;
  transition: .3s background-color, .3s color;
}

.product{
  display: block;
  float:left;
  box-sizing: border-box;
  width: 18%;
  margin-right:2%;
  padding: 10px;
  height: 350px;
  overflow:hidden;
  border-radius: 10px;
  transition: 1s box-shadow;
}
.product span{
  display:block;
}
.product .img{
  height: 250px;
  text-align:center;
}
.product .img img{
  max-height: 250px;
}
.product .title{
  font-weight: 600;
  color:  #A3253B;
  border-top: 2px solid  #A3253B;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}
.product .sizes{
  color:#000;
}
.product:hover{
  box-shadow: 0 0 10px #999;
  transition: .2s box-shadow;
}

#errordocument{
  width: 95%;
  max-width: 550px;
  margin: 100px auto;
  background-image: url(/files/header1.jpg);
  background-size: cover;
  padding: 60px 40px 150px 40px;
  box-sizing:border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px #CCCCCC;
  text-align: center;
  color:#FFFFFF !important;
  font-weight:600;
  text-shadow:0 0 10px #000000;
}
#errordocument a{
  color:#FFF;
}

#productcarousel{
  margin-top: 50px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  width:100%;
  margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
