/* ANIMATIONS */
/* CSS HELPERS */
* {
  position: relative;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #212121;
  background-color: #f5f5f5;
}
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.ctabtn {
  min-width: 160px;
  padding: 21px 20px 20px;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.8em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ctabtn.red {
  background-color: #ee220c;
  color: #FFFFFF;
}
.ctabtn.red:hover {
  background-color: #bd1b0a;
}
.grid {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 90%;
}
.grid .left {
  width: 70%;
}
.grid .right {
  width: 30%;
}
.copy {
  max-width: 650px;
}
.upper {
  text-transform: uppercase;
}
.ptsans {
  font-family: 'PT Sans', sans-serif;
}
.ptsansnar {
  font-family: 'PT Sans Narrow', sans-serif;
}
.helvneuebold,
h2,
h3 {
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: condensed;
}
.helvneuethin,
p {
  font-family: "HelveticaNeueThinExtended", "HelveticaNeue-Thin-Extended", "Helvetica Neue Thin Extended", "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
  font-weight: 200;
  font-stretch: expanded;
}
h2 {
  font-size: 2.6em;
  line-height: 1.3em;
  color: #000000;
  position: relative;
  margin-bottom: 40px;
}
h2.line {
  padding-bottom: 40px;
}
h2.line:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 64px;
  height: 2px;
  background-color: #ee220c;
}
h3 {
  font-size: 2.0em;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 40px;
}
p {
  font-size: 2.4em;
  line-height: 1.5em;
  font-style: italic;
  color: #212121;
  margin-bottom: 40px;
}
a {
  color: #ee220c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #bd1b0a;
}
.image-swatch img {
  vertical-align: middle;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.image-swatch span {
  padding-right: 30px;
  font-size: 3.4em;
  font-family: 'PT Sans', sans-serif;
}
/* HEADER */
header {
  background-color: #000000;
  height: 70px;
  width: 100%;
  padding: 17px 0;
}
header .logo {
  width: 172px;
  height: 36px;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(../images/logo-nav.png);
  background-size: 172px 36px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
header ul {
  float: right;
}
header ul li {
  float: left;
  margin: 0 0 0 40px;
  line-height: 36px;
}
header ul li a {
  font-size: 1.4em;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header ul li a:hover {
  text-decoration: underline;
}
/* SECTIONS */
section#banner {
  /*        min-height: 740px;
        background-image: url(../images/banner-bg.jpg);
        background-size: cover;
        background-position: center bottom 30%;
        background-repeat: no-repeat;
        
        .inner {
            min-height: 740px;
        }
        
        .left, .right {
            .flex();
        }
        
        .left {padding-right: 5%;}
        
        .right {
            .flex(justify-content, flex-end);
        }
        
        .headings {
            align-self: center;
            
            .logo.body.white {
                width: 348px;
                height: 165px;
                display: block;
                overflow: hidden;
                text-indent: -9999em;
                background-image: url(../images/logo-body-white.png);
                background-size: 348px 165px;
                background-position: center;
                background-repeat: no-repeat;
            }
            
            h1 {
                font-size: 5em;
                line-height: 1.3em;
                color: @white;
                margin-bottom: 30px;
                 .ptsansnar {font-weight: 700;}
            }
        }
        
        .shield {
            align-self: center;
            max-width: 313px;
            width: 100%;
            height: 385px;
            display: block;
            overflow: hidden;
            text-indent: -9999em;
            background-image: url(../images/logo-realtree-edge.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }*/
  min-height: 750px;
  background-image: url(../images/banner-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#banner .inner {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 50px 0 0;
}
section#banner div.logo,
section#banner .pouch {
  width: 400px;
}
section#banner .pouch {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#banner .title {
  padding-left: 40px;
}
section#banner span.logo.body.white {
  width: 348px;
  height: 165px;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(../images/logo-body-white.png);
  background-size: 348px 165px;
  background-position: center;
  background-repeat: no-repeat;
}
section#banner h1 {
  font-size: 5em;
  line-height: 1.5em;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
section#banner h1 .ptsansnar {
  font-weight: 700;
}
section#banner .shield {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
section#banner .shield a {
  align-self: center;
}
@media only screen and (max-width: 1200px) {
  section#banner .inner.phoozy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#banner .pouch {
    width: auto;
    display: block;
  }
  section#banner div.logo,
  section#banner .title {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  section#banner span.logo.body.white {
    margin: 0 auto;
  }
  section#banner .pouch img,
  section#banner .shield img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  section#banner h1 {
    font-size: 8.92857143vw;
  }
  section#banner span.logo.body.white {
    width: 62.14285714vw;
    height: 29.46428571vw;
    background-size: cover;
  }
}
section.features-bar {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
}
section.features-bar ul {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1420px) {
  section.features-bar ul {
    max-width: 1000px;
  }
}
section.features-bar ul li {
  padding: 27px 23px;
  display: inline-block;
}
section.features-bar ul li img {
  height: 55px;
}
section#intro .inner {
  padding: 6em 0;
}
section#intro .left {
  width: 60%;
}
section#intro .right {
  width: 40%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
section#intro .right img {
  display: block;
  clear: both;
}
section#intro .right span {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
}
@media only screen and (max-width: 900px) {
  section#intro .inner {
    display: block;
  }
  section#intro .left,
  section#intro .right {
    width: 100%;
    text-align: center;
  }
  section#intro .copy {
    margin: 0 auto;
  }
  section#intro .right {
    padding-top: 50px;
  }
}
section#fishing {
  background-color: #FFFFFF;
  background-image: url(../images/graphic-realtree-fishing-wide.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section#fishing .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@calc_val)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}
section#fishing .inner {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 6em 0;
}
section#fishing .left {
  width: auto;
  text-align: center;
  padding: 35px 0;
}
section#fishing .left .logo.body.black {
  width: 346px;
  height: 180px;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(../images/logo-body-black.png);
  background-size: 346px 180px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
section#fishing .left .subtitle {
  color: #FFFFFF;
  line-height: 1;
  font-size: 6.6em;
  display: inline-block;
  clear: both;
  margin-bottom: 40px;
}
section#fishing .left .logo.rt-fishing {
  width: 215px;
  height: 156px;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(../images/logo-realtree-fishing-white.png);
  background-size: 215px 156px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto 0;
}
section#fishing .right {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  section#fishing {
    background-size: 300%;
    background-position: left center;
  }
}
@media only screen and (max-width: 800px) {
  section#fishing .left {
    padding: 0;
  }
  section#fishing .left .logo.body.black {
    width: 43.25vw;
    height: 22.5vw;
    background-size: cover;
  }
  section#fishing .left .subtitle {
    font-size: 8.25vw;
    margin-bottom: 5vw;
  }
  section#fishing .left .logo.rt-fishing {
    width: 26.875vw;
    height: 19.5vw;
    background-size: cover;
  }
  section#fishing .right img {
    max-width: 100%;
  }
}
section#colours .inner {
  padding: 6em 0;
}
section#colours .left {
  width: 60%;
}
section#colours .right {
  width: 40%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
}
section#colours .right img {
  width: 167px;
  height: 126px;
  margin: 12px 0;
}
section#colours .right .image-swatch:first-child img {
  margin-top: 0;
}
@media only screen and (max-width: 1140px) {
  section#colours .right .image-swatch img {
    display: block;
    clear: both;
    margin-right: 20px;
    margin-top: 12px !important;
  }
  section#colours .right .image-swatch span {
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 1;
  }
}
@media only screen and (max-width: 900px) {
  section#colours .inner {
    display: block;
  }
  section#colours .left,
  section#colours .right {
    width: 100%;
    text-align: center;
  }
  section#colours .copy {
    margin: 0 auto;
  }
  section#colours .right {
    padding-top: 50px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section#notify-me {
  background-color: #FFFFFF;
}
section#notify-me .inner {
  padding: 6em 0;
  text-align: center;
}
section#notify-me form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
section#notify-me form input {
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height: 48px;
  width: 100%;
  color: #9b9b9b;
  padding: 0 20px;
  max-width: 300px;
  margin-bottom: 15px;
  font-size: 1.6em;
}
section#notify-me form button {
  width: 100%;
  max-width: 300px;
}
footer {
  background-color: #000000;
  padding: 44px 0;
}
footer .inner {
  color: #f5f5f5;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 1.2em;
}
