/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

form label {
  display:none;
}
.is-ie form label,
.lt-ie9 form label,
.lt-ie8 form label,
.lt-ie7 form label {
  display:inline-block !important;
}

@font-face {
    font-family: 'Knockout 29 A';
    src: url('/files/knockout/knockout-htf29-juniorliteweight-webfont.eot');
    src: url('/files/knockout/knockout-htf29-juniorliteweight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/files/knockout/knockout-htf29-juniorliteweight-webfont.woff2') format('woff2'),
         url('/files/knockout/knockout-htf29-juniorliteweight-webfont.woff') format('woff'),
         url('/files/knockout/knockout-htf29-juniorliteweight-webfont.ttf') format('truetype'),
         url('/files/knockout/knockout-htf29-juniorliteweight-webfont.svg#knockouthtf29juniorliteweight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Knockout 69 A';
    src: url('/files/knockout/knockout-htf69-fullliteweight-webfont.eot');
    src: url('/files/knockout/knockout-htf69-fullliteweight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/files/knockout/knockout-htf69-fullliteweight-webfont.woff2') format('woff2'),
         url('/files/knockout/knockout-htf69-fullliteweight-webfont.woff') format('woff'),
         url('/files/knockout/knockout-htf69-fullliteweight-webfont.ttf') format('truetype'),
         url('/files/knockout/knockout-htf69-fullliteweight-webfont.svg#knockouthtf69-fullliteweight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Knockout 70 A';
    src: url('/files/knockout/knockout-htf70-fullwelterwt-webfont.eot');
    src: url('/files/knockout/knockout-htf70-fullwelterwt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/files/knockout/knockout-htf70-fullwelterwt-webfont.woff2') format('woff2'),
         url('/files/knockout/knockout-htf70-fullwelterwt-webfont.woff') format('woff'),
         url('/files/knockout/knockout-htf70-fullwelterwt-webfont.ttf') format('truetype'),
         url('/files/knockout/knockout-htf70-fullwelterwt-webfont.svg#knockouthtf70-fullwelterwt') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fknockout,
h1,
h2 {
  font-family: 'Knockout 70 A', 'Knockout 70 B'; font-weight: 400; font-style: normal;
  line-height:1em;
}
h3,
.bold {
  font-family: 'Knockout 69 A', 'Knockout 69 B'; font-weight: 400; font-style: normal;
  line-height:1.1em;
}
p,
ul > li,
ol > li {
  font-family: 'Knockout 29 A', 'Knockout 29 B'; font-weight: 400; font-style: normal;
  font-size:1.8em;
  line-height:1.2em;
}
ul li li {
  font-size:inherit;
}

h1 {
  font-size:3em !important;
  margin-top:30px !important;
  text-transform:uppercase;
}

h2 {
  font-size:2em !important;
}

h3 {
  font-size:1.5em !important;
}

img {
  width:100%;
}

img.brdr {
  border:1px solid #999;
  box-sizing:border-box;
}

.f22 { font-size:22px !important;}

.up { text-transform:uppercase; }
.italic { font-style:oblique; }

.shrink { font-size:1em !important; }
.font-lg { font-size:2em !important;}
.font-xl { font-size:3em !important; }
.font-xxl { font-size:3.5em !important; }
.font-mega { font-size:5em !important;}

.tright { text-align:right; }

a,
a:active,
a:link,
a.hover,
.green { color:rgb(144,189,21); }
.bg-green { background:rgb(144,189,21); }
.hov-green:hover { background:rgb(144,189,21); }

.dark { color:rgb(22,22,21); }
.bg-dark { background:rgb(22,22,21); }
.hov-dark:hover { background:rgb(22,22,21); }

.white { color:rgb(255,255,255); }

.boxify { box-sizing:border-box; }

.header-half {
  background-size:cover;
  height:200px;
}

.navbar-nav li a {
    color:rgb(80,80,80);
    font-size:22px !important;
    padding: 15px 8px 10px 8px;
    line-height:18px;
}

.navbar-nav li {
    font-weight:bold;
    text-transform:uppercase;
}

.navbar-nav li:hover a {
    background:transparent !important;
/*    color:rgb(144,189,21) !important;*/
/*    text-decoration:underline;*/
}

.navbar-nav li.active a {
    background:transparent !important;
    color:rgb(144,189,21) !important;
}

@media (min-width:992px) {
  .header-half {
    height:250px;
  }
}

@media (min-width:1200px) {
  
  .nav-container {
    float:right;
  }
  
  .header-half {
    height:280px;
  }
}

.header-half.kiwifruit { background-image: url( /img/template/kiwifruit-image.v1.jpg ); background-position:right center; }
.header-half.farmer { background-image: url( /img/template/farmer-image.v1.jpg ); background-position:left center; }

.thin-strip { height:15px; }

.brdrad0 { border-radius:0 !important; -webkit-border-radius:0 !important; -moz-border-radius:0 !important; }
.tcenter { text-align:center; }
.mt0 { margin-top:0px !important; }
.mtt { margin-top:3px !important; }
.mts { margin-top:5px !important; }
.mt { margin-top:10px !important; }
.mtb { margin-top:20px !important; }
.mthg { margin-top:180px !important;}
.mla { margin-left:auto !important; }
.ml0 { margin-left:0px !important; }
.mlt { margin-left:3px !important; }
.mls { margin-left:5px !important; }
.ml { margin-left:10px !important; }
.mlb { margin-left:20px !important; }
.mra { margin-right:auto !important; }
.mr0 { margin-right:0px !important; }
.mrt { margin-right:3px !important; }
.mrs { margin-right:5px !important; }
.mr { margin-right:10px !important; }
.mrb { margin-right:20px !important; }
.mb0 { margin-bottom:0px !important; }
.mbt { margin-bottom:3px !important; }
.mbs { margin-bottom:5px !important; }
.mb { margin-bottom:10px !important; }
.mbb { margin-bottom:20px !important; }
.pt0 { padding-top:0px !important; }
.ptt { padding-top:3px !important; }
.pts { padding-top:5px !important; }
.pt { padding-top:10px !important; }
.ptb { padding-top:20px !important; }
.pthg { padding-top:180p !importantx;}
.pl0 { padding-left:0px !important; }
.plt { padding-left:3px !important; }
.pls { padding-left:5px !important; }
.pl { padding-left:10px !important; }
.plb { padding-left:20px !important; }
.pr0 { padding-right:0px !important; }
.prt { padding-right:3px !important; }
.prs { padding-right:5px !important; }
.pr { padding-right:10px !important; }
.prb { padding-right:20px !important; }
.pb0 { padding-bottom:0px !important; }
.pbt { padding-bottom:3px !important; }
.pbs { padding-bottom:5px !important; }
.pb { padding-bottom:10px !important; }
.pbb { padding-bottom:20px !important; }

@media (max-width:767px) {
  .col-sm-hide {
    display:none;
  }
}

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

.announcement-box {
    background-color:#262626;
    color:rgb(144,189,21);
    display:inline-block;
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size:30px;
    font-style: normal;
    font-weight: 400;
    line-height:32px;
    padding:8px 15px 4px;
    text-transform:uppercase;
}

ul.navigation {
  margin:0;
  padding:0;
}

ul.navigation li {
  display:inline-block;
  float:right;
}

ul.navigation li a {
  color:rgb(80,80,80);
  display:inline-block;
  font-family: 'Knockout 69 A', 'Knockout 69 B'; font-weight: 400; font-style: normal;
  font-size:1.1em;
  margin-right:12px;
  text-transform:uppercase;
}

ul.navigation li a.current {
  color:rgb(144,189,21);
  text-decoration:none;
}

@media (max-width:1200px) {
  ul.navigation {
    margin-top:20px;
  }
}

#timer.closed:before {
	background:#FF8300;
	color:#000;
	content: "NOW CLOSED";
font-size:50px;
	display:inline-block;
	padding:20px 40px 15px;
	position:absolute;
	margin-left:40px;
	top:80px;
	-webkit-transform: rotate( 10deg );
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

