/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 10px;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a,
input[type=submit] {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
input[type=submit] {
  outline: none;
  border: none;
}
a * {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* change colours to suit your needs */

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
/* change colours to suit your needs */

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  outline: none;
  vertical-align: middle;
  border-radius: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* micro-clearfix */

/* For modern browsers */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clearfix {
  zoom: 1;
}
.rel {
  position: relative;
}
body {
  color: #151515;
  background: #fffff5;
  font-family: Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.142857143em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
input {
  margin: 0;
}
p {
  color: #949494;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.333333333em;
  margin-bottom: 1em;
  font-family: Arial, sans-serif;
}
.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.333333333em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 15px;
  color: #151515;
  border: 1px solid #88bf47;
}
.btn:hover {
  -webkit-transition-property: 'background-color,color';
  -moz-transition-property: 'background-color,color';
  -o-transition-property: 'background-color,color';
  transition-property: 'background-color,color';
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: white;
  background: #88bf47;
}
/* Header */
.nav-open{font-size:2em; color:#666;}
.nav-close{font-size:2em; color:#666;}
header {
  *zoom: 1;
  padding: 42px 0;
  background: #fffff5;
  min-height:50px;
  
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .sub-nav {
  *zoom: 1;
  margin-bottom: 15px;
}
header .sub-nav:before,
header .sub-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
header .sub-nav:after {
  clear: both;
}
header ul {
  float: right;
  list-style: none;
}
header ul.header {
  float: right;
  padding-top: 8px;
}
header ul.primary {
  
}
header ul li {
  float: left;
  margin: 0 20px;
}
header ul li a {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: #7a7a7a;
}
header a.btnSearch {
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  display: block;
  float: right;
  padding: 5px 0 5px 10px;
  border-left: 2px solid #d8d8d8;
  background: url('../images/icons/search.png') no-repeat 10px 5px;
}
header a.logo {
  width: 137px;
  height: 40px;
  text-indent: -9999px;
  background-size: 100%;
  top: 58px;
  position:relative;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-image: url("../images/axxys-logo.png");
  animation:navup .2s linear;
  -webkit-animation:navup .2s linear; /*Safari and Chrome*/ 
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
header a.support {
  width: 117px;
  height: 56px;
  display: block;
  float: right;
  color: #8f8f8d;
  margin: 0 0 3px 4px;
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.5em;
  padding-left: 25px;
  background: url('../images/icons/support.png') no-repeat 90px 16px #edede2;
}
header a.plan {
  width: 142px;
  height: 56px;
  display: block;
  float: right;
  color: white;
  margin: 0 0 3px 4px;
  background: #87bf47;
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.5em;
  text-align: center;
}
header a.plan:hover {
  background: #00324d;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}



/* Animated Header */

.cbp-af-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffff5;
  z-index: 10000;
  height: 150px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid #ECECEC;
  box-shadow: 0px -3px 6px #333;
}

.cbp-af-header .cbp-af-inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.cbp-af-header h1,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */

.cbp-af-header .logo,
.cbp-af-header nav a {
  line-height: 150px;
}

.cbp-af-header h1 {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 4px;
  font-size: 4em;
  margin: 0;
  float: left;
}

.cbp-af-header nav {
  float: right;
}

.cbp-af-header nav a {
  color: #7a7a7a;
  font-weight: 700;
  margin: 0 0 0 40px;
  font-size: 1.4em;
  font-family: 'Soho W01 Regular';
}

.cbp-af-header nav a:hover {
  color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



.cbp-af-header.cbp-af-header-shrink {
  height: 90px;
}

.cbp-af-header.cbp-af-header-shrink .logo{
  animation:navdown .2s linear;
  -webkit-animation:navdown .2s linear; /*Safari and Chrome*/ 
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes navdown
{
from {top:58px;}
to {top:28px;}
}

@-webkit-keyframes navdown /*Safari and Chrome*/
{
from {top:58px;}
to {top:28px;}
}

@keyframes navup
{
from {top:28px;}
to {top:58px;}
}

@-webkit-keyframes navup /*Safari and Chrome*/
{
from {top:28px;}
to {top:58px;}
}


.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
  line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 2em;
}

/* Responsive Nav */

.naver .naver-handle { color: #333; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 28px; text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
          user-select: none;
   float: right; position: relative; top: -30px;}
  .naver .naver-handle:before { background: url(http://axxys.co.uk/css/jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 20px; }
  .naver .naver-wrapper { height: auto; }
  .naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

  .naver.enabled .naver-handle { display: block; }
  .naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
  .cbp-af-header nav h4{flaot:right;}
  
/* Search */

section.search {
  display: none;
  padding: 25px 0;
  background: #eeeee3;
}
section.search input.txt {
  margin: 0 0 0 30px;
  border: none;
  width: 70%;
  color: #989898;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1em;
  background: #eeeee3;
}
section.search a {
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  margin-top: 6px;
  text-indent: -99999px;
  background: url(../images/close.png) no-repeat;
}
/* Homepage */

section.slider {
  *zoom: 1;

}

section.product-slider{background-color: #a5917c;}
section.slider:before,
section.slider:after {
  display: table;
  content: "";
  line-height: 0;
}
section.slider:after {
  clear: both;
}
section.slider .info {
  top: 0;
  padding: 10% 40% 10% 10%;
  position: absolute;
}
section.slider .info h2 {
  color: white;
  font-size: 45px;
  font-size: 5rem;
  line-height: 1em;
}
section.slider .info p {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  margin: 50px 0;
  font-family: 'Myriad Pro', arial, sans-serif;
}
section.slider .info p.strap {
  font-size: 21px;
  font-size: 2.5rem;
  line-height: 1em;
  margin: 8px 0;
}
section.slider .info .btn {
  color: white;
}

section.ranges {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
 
  min-height: 648px;
}
section.ranges .container {
  height: 647px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 1024px;
  width:100%;
margin: 0 auto;
}
section.ranges .container img{
  float:right;
  clear:both;
}
.slider-textwrap{
  max-width: 1024px;
  width:90%;
  margin: 0 auto 0 auto;
  position: relative;
}

section.ranges .container .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 519px;
  margin-top: 75px;
  z-index: 9;
}

.text-background {
background: url('../images/text-background.png');
width: 680px;
height: 647px;
float: left;
position: relative;
margin-top: -647px;
}

section.ranges .container .info h2 {
  color: white;
  font-size: 40px;
  font-size: 3.9rem;
  line-height: 1em;
  margin-bottom: 0.67m;
}
section.ranges .container .info p {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.944444444em;
  color: white;
  margin-bottom: 1em;
}
section.ranges .container .info p.title {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.388888889em;
  color: white;
  margin-bottom: 1em;
}
section.ranges .container .info .btn {
  color: white;
  padding: 18px 40px;
}
section.ranges .container .nav a {
  color: white;
  line-height: 1.5em;
  font-size: 7em;
  background: #87bf47;
  padding: 0 25px;
  margin-right: 3px;
}
section.ranges .container .nav a:hover {
  background: #00324d;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


section.plan {
  *zoom: 1;
  background: grey;
  position: relative;
  padding: 60px 0 20px 0;
  background: url('../images/textures/crosshatch.jpg') repeat;
  
}
section.plan .container{position:relative; min-height: 388px;}
section.plan:before,
section.plan:after {
  display: table;
  content: "";
  line-height: 0;
}
section.plan:after {
  clear: both;
}
section.plan h1 {float:left;}
section.plan p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.388888889em;
  margin: 1.5em 0 3em 0;
  float:left; 
  width:50%;
}
section.plan a{float:left; display:inline-block; clear:both;}
section.range {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

section.range p {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.6rem;
  line-height: 1.944444444em;
  color: #949494;
  margin-bottom: 3em;
}
section.range .container .info p.title {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.388888889em;
  color: white;
  margin-bottom: 1em;
}
section.range .container .info .btn {
  color: white;
  padding: 18px 40px;
}
section.range .container .nav a {
  color: white;
  line-height: 1.5em;
  font-size: 7em;
  background: #87bf47;
  padding: 0 25px;
  margin-right: 3px;
}
section.range .container .nav a:hover {
  background: #00324d;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.range-text{float:left; width:64%;margin: 60px 0 0 0;}
.range-text h1{margin-bottom:40px;}
.range-images{float:right; width:28%;margin: 50px 0 20px 0;}
.range-images img{width:100%; margin:10px 0;}

section.plan img {
  bottom: -114px;
    float: right;
    opacity: 0;
    position: absolute;
    right: 0;
}
section.home-promo {
  border-top: 20px solid #fffff5;
  background: url('../images/textures/crosshatch.jpg') repeat;
}
section.home-promo .wrapper {
  height: 497px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.home-promo .inner {
  background: url('../images/textures/cutout1.png') repeat-x top;
}
section.home-promo .wrapper h2 {
  color: white;
  padding: 100px 0 0 0;
}
section.home-promo .wrapper p {
  color: white;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.32em;
  margin: 20px 0 50px 0;
}
section.home-promo .wrapper .btn {
  color: white;
  padding: 18px 40px;
}



.detail p span {
  font-size: 0.5em;
  position: relative;
  top: -6px;
  left: 2px;
}
/* Content Page */

.content .inner {
  padding: 85px 0 30px;
  background: #fffff5;
  border-bottom: 1px solid #d6c2af;
}
.content .banner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.content .banner .info {
  top: 0;
  padding: 5% 45% 10% 10%;
  position: absolute;
}
.content .banner .info h1 {
  color: white;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2em;
}
.content .banner .info p {
  color: white;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25em;
  margin: 50px 0;
}
.content .inner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1em;
  color: #949494;
  margin: 1em 0;
}
.content .inner p,
.content .inner ul,
.content .inner ol {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625em;
  color: #8c8c8c;
}
.content .inner blockquote,
.content .inner blockquote p {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25em;
  color: #949494;
  margin: 1em 0;
  text-transform: uppercase;
  padding: 60px 0 0 30px;
  background: url('../images/icons/quote2-left.png') no-repeat top left;
}
.content .inner blockquote p {
  margin: 0;
  padding: 0 30px 60px 0;
  background: url('../images/icons/quote2-right.png') no-repeat bottom right;
}
.content .inner ul,
.content .inner ol {
  margin: 1em 2em 1em 2em;
}
.content .inner .body a {
  color: #88bf44;
  text-decoration: underline;
}
.content .inner .body a:hover {
  text-decoration: none;
}
.content .primary,
.content .secondary {
  *zoom: 1;
  position: relative;
  margin-bottom: 80px;
}
.content .primary:before,
.content .secondary:before,
.content .primary:after,
.content .secondary:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .primary:after,
.content .secondary:after {
  clear: both;
}
.content .main {
  *zoom: 1;
}
.content .main:before,
.content .main:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .main:after {
  clear: both;
}
.content .main .img-1 {
  float: left;
  margin: 0 30px 10px 0;
}
.content .media img {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.content .primary.media-1 .main,
.content .primary.media-2 .main,
.content .primary.media-3 .main {
  width: 50%;
  float: left;
  margin-right: 5%;
}
.content .primary.media-1 .main {
  width: 70%;
}
.content .primary .media {
  width: 45%;
  float: left;
}
.content .primary.media-1 .media {
  width: 25%;
}
.content .primary .media .img-1,
.content .primary .media .img-2 {
  width: 49%;
}
.content .primary.media-1 .media .img-1 {
  width: 100%;
}
.content .primary .media .img-1 {
  float: left;
  margin-right: 2%;
}
.content .primary .media .img-3 {
  width: 100%;
}
.content .secondary.media-2 .media img {
  width: 49%;
  margin-right: 2%;
}
.content .secondary.media-2 .media .img-2 {
  margin-right: 0;
}
.content .secondary.media-3 .media img,
.content .secondary.media-4 .media img {
  width: 32%;
  margin-right: 1.5%;
}
.content .secondary.media-3 .media .img-3,
.content .secondary.media-4 .media .img-3 {
  margin-right: 0;
}
.content .quote {
  clear: left;
  padding: 48px 0;
  margin-bottom: 80px;
  background: url('../images/textures/crosshatch.jpg') repeat;
}
.content .quote img {
  margin-right: 5px;
  vertical-align: middle;
}
.content .quote p {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.333333333em;
  color: #151515;
  text-align: center;
  padding: 40px 0 0 90px;
  background: url('../images/icons/quote-left.png') no-repeat top left;
}
.content p.author {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 10px 0 15px 90px;
  margin-bottom: 0;
  background: url('../images/icons/quote-right.png') no-repeat bottom right;
}
.content .tweet p.author {
  color: #6399db;
}
/* News */

.news .inner h1,
.news .inner h2,
.news .inner h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.428571429em;
  color: #949494;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6c2af;
}
.news .inner h2 {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.news .inner h3 {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  padding-bottom: 30px;
}
.news .articles {
  *zoom: 1;
}
.news .articles:before,
.news .articles:after {
  display: table;
  content: "";
  line-height: 0;
}
.news .articles:after {
  clear: both;
}
.news article {
  width: 33%;
  float: left;
  margin-top: 25px;
  margin-right: 0.5%;
}
.news article:nth-child(3) {
  margin-right: 0;
}
.news article.promo {
  float: none;
  width: 100%;
  margin: 0;
  *zoom: 1;
}
.news article.promo:before,
.news article.promo:after {
  display: table;
  content: "";
  line-height: 0;
}
.news article.promo:after {
  clear: both;
}
.news article p.more {
  margin-bottom: 0;
}
.news article.promo p.more {
  text-align: right;
}
.news article img {
  width: 100%;
}
.news article p {
  margin-bottom: 50px;
}
.news p.date {
  float: right;
  padding-left: 10px;
  margin: -43px 0 0 0;
  background: #fffff5;
}
.news .articles article h3,
.news .articles article p {
  padding-right: 25px;
}
.news-item .share {
  margin-top: 40px;
}
.news-item .share .fb-share-button,
.news-item .share .tweet,
.news-item .share .mail {
  float: left;
  margin-right: 20px;
}
.news-item .share .mail {
  margin-top: 9px;
}
.news-item .btn {
  float: right;
  line-height: 1em;
}
.news .pagination {
  clear: left;
}
.news .body {
  columns: 100px 2;
  column-gap: 20px;
  -webkit-columns: 100px 2;
  -webkit-column-gap: 20px;
  -moz-columns: 100px 2;
  -moz-columns-gap: 20px;
}
.news .body img {
  width: 100% !important;
  height: auto !important;
}
.pagination {
  *zoom: 1;
  margin-top: 50px;
}
.pagination:before,
.pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination ul {
  float: right;
  list-style: none;
}
.pagination ul li {
  font-family: 'Soho W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  float: left;
  color: #b6b6b6;
  padding-right: 5px;
}
.pagination ul li a {
  color: #b6b6b6;
  line-height: 3em;
}
.pagination ul li a.selected {
  color: #282828;
}
.pagination ul li a:hover {
  color: #88bf47;
}
.pagination ul li a.prev,
.pagination ul li a.nxt {
  color: white;
  display: block;
  font-size: 3em;
  background: #87bf47;
  padding: 0 20px;
  margin-right: 3px;
  line-height: 1em;
}
.pagination ul li a.prev:hover,
.pagination ul li a.nxt:hover {
  color: white;
  background: #00324d;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* Contact */

section.contact-info .container, section.form .container{
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  margin-bottom: 25px;  
}
.contact-info a{color: #88bf47;}
section.form{margin: 40px 0;}
section.contact-info, section.form{
  color:#949494;
  font-size:1.6em;  
}
#map_canvas {
   width: 100%;
   height: 450px;
   margin-bottom:40px;
}

ul.contact-address{
  float:left;
  width:45%;

}

ul.contact-info{
  float:right;
  width:45%;
}   

.contact-address li, .contact-info li {
  list-style-type:none;
  line-height: 28px;  
}
.contact-info li span{
  color:#282828;
  font-weight:bold;
}   

#slickform input[type="text"]{
    width: 95%;
  
    border: 2px solid #DFDFDF;
    font-size: 1.2em;
    padding: 11px 2%;

}

#slickform textarea{
  
    width: 97.5%;  
    border: 2px solid #DADADA;  font-size: 1.2em;  padding: 1%;
}
#slickform label{
    font-size: .9em;
  
    margin: 25px 0 8px 0;
    display: inline-block;
}
#slickform input[type="submit"]{
    float: right;
  
    width: 30%;
    border: 2px solid #88bf47;
    padding: 15px 0;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    top:20px;
  position:relative;
    color: #5E5E5E;
  cursor:pointer;
}
#slickform input[type="submit"]:hover{-webkit-transition-property: 'background-color,color';
  -moz-transition-property: 'background-color,color';
  -o-transition-property: 'background-color,color';
  transition-property: 'background-color,color';
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: white;
  background: #88bf47;}
.slickwrap{
  width:100%;
 
  float:none;
  min-height:100px;
  
  position:relative;
}

.slickreporting{
  width:60%;
  position:absolute;
  left: 0;
  bottom: 8px;
}

.successcontainer{
  width:90%;
  height:25px;
  float: right;
  padding:17px 0% 0px 10%;
  background-image: url(../images/success.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size:12pt;
  font-family: Arial, sans-serif;
  color:#349e1f;
  display:none;
}

.errorcontainer{
  float:left;
  width:90%;
  height:25px;
  float: right;
  padding:17px 0% 0px 10%;
  background-image: url(../images/fail.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size:12pt;
  font-family: Arial, sans-serif;
  color:#FF0000;
  display:none;
}

.form-left{
  float:left;
  width: 49%;
}

.form-right{
  float:right;
  width: 49%;
}

label.textarea-label{margin:30px 0 5px 0;}

/* Downloads */

section.downloads-banner .info, section.products-banner .info{
  top: 0;
  padding: 4% 0 0% 1%;
  position: absolute;
  width:28%;
}

.downloads-banner h1, .products-banner h1{
  color: white;
font-size: 45px;
font-size: 5rem;
line-height: 1em;
}
section.products-banner .info{
  top: 0;
  padding: 44px 0 0% 1%;
  position: absolute;
  width: 34%;
  max-width:650px;
}

.products-banner-mobile, .downloads-banner-mobile{display:none;}

section.products-banner .info p{line-height: 1.4em; margin: 27px 0;}

.downloads-banner {
background: url(../images/download-banner2.jpg) no-repeat center;
width: 100%;
height: 450px;
background-color: #887665;
position: relative;
}

.products-banner {
background: url(../images/product-banner.jpg) no-repeat center;
width: 100%;
height: 450px;
background-color: #383838;
position: relative;
}

.dl-text{
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  width: 94%;
}

ul#dl-list{
    margin: 40px 0 60px 0;

}
#dl-list li{
width:30%;
margin: 0 3% 28px 0;
min-height:300px; 
list-style-type: none;
display: inline-block;
position: relative;
}
#dl-list li:nth-child(3n+3) {
  margin-right:0; 
}

.dl-title{
  background:rgba(136, 191, 71, 0.7);
  text-align:center;
  padding: 15px 0;
  color:white;
  font-size: 1.4em;
  position: relative;
  z-index: 2;
}

.dl-icon{
  width: 96px;
  height: 84px;
  background:url(../images/dl-icon.png);
  margin: 43px auto 30px auto;
  position: relative;
  z-index: 2;
}
a.dl-link{
  width: 60%;
  border: 2px solid #88bf47;
  padding: 15px 0;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  text-align: center;
  float: none;
  color: white;
  font-size: 1.8em;
  position: relative;
  z-index: 2;
}

a.dl-link:hover{-webkit-transition-property: 'background-color,color';
-moz-transition-property: 'background-color,color';
-o-transition-property: 'background-color,color';
transition-property: 'background-color,color';
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
color: white;
background: #88bf47;}

.overlay{
  background:rgba(0,0,0,0.5);
  width:100%; 
  min-height: 300px;
  position: absolute;
  opacity:1;
  top:0;
  z-index: 1;
}
li.benchmark{
  background:url(../images/brochure-select.jpg);
  background-size:cover;
}
li.techguide{
  background:url(../images/tech-guide.jpg);
  background-size:cover;
}
li.fitting{
  background:url(../images/dek-fittings.jpg);
  background-size:cover;
}

li.new-inspiration{
  background:url(../images/brochure1.jpg);
  background-size:cover;
}

li.stairpart{
  background:url(../images/stair-part-fitting.jpg);
  background-size:cover;
}
li.dek-cont{
  background:url(../images/dek-cont-fittings.jpg);
  background-size:cover;
}


/* Products */
ul#product-list{
  margin:0 0 60px 0;
}
#product-list li {
  float:left;
  width:49%;  
  list-style-type: none;
  margin-top: 30px;
}
#product-list li a.btn{
  margin-top: 20px;
  display: inline-block;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
}
#product-list li:nth-child(even) {
  float:right;
}
#product-list li h4{
  font-size: 2em;
}
img.product-logo{width:auto!important;float: left;margin: 20px 0 20px 0!important;}
h4.logo-title{margin: 28px 0 0 20px;
float: left;}

#product-list li p.strap{
    clear: both;
  
}

#product-list li img{
    margin: 20px 0 0 0;
  width:100%;
  
}
li.product-right{float:right!important;}
a.view-range{
  float: left;  
    width: 30%;
    border: 3px solid #88bf47;
    padding: 15px 0;
    margin: 10px 0 0 0;header a.logo
    text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
}
.product-textwrap{
    min-height: 310px;
  
    position: relative;
}


/* footer */

footer{
  background: #d6d6d6;
  min-height: 94px;
  position: relative;
  z-index: 99;
}
.home footer {
  margin-top: -8px;
  padding-top: 8px;
  
}
footer .social {
  *zoom: 1;
  padding: 35px 0 100px 0;
  background: #fffff5;
}
footer .social:before,
footer .social:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .social:after {
  clear: both;
}
footer .social h2 {
  color: #949494;
}
footer .social p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  color: #949494;
  margin-top: 1em;
}
footer .social .container div {
  float: left;
  width: 184px;
  margin-left: 60px;
  margin-top: 50px;
}
footer .social div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25em;
  text-align: center;
}
footer .social div p.intro {
  font-family: 'Myriad W01 Regular', Verdana, serif;
}
footer .social div.container > p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: left;
}
footer .social div a {
  width: 184px;
  height: 184px;
  display: block;
  text-indent: -9999px;
}
footer .social div.email a {
  background: url('../images/icons/email.png') no-repeat center;
}
footer .social div.facebook a {
  background: url('../images/icons/facebook.png') no-repeat center;
}
footer .social div.twitter a {
  background: url('../images/icons/twitter.png') no-repeat center;
}
footer .social div.pintrest a {
  background: url('../images/icons/pintrest.png') no-repeat center;
}
footer .promo {
  padding: 30px 0;
  background: url('../images/textures/crosshatch.jpg') repeat;
}
footer .promo .container {
  *zoom: 1;
}
footer .promo .container:before,
footer .promo .container:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .promo .container:after {
  clear: both;
}
footer .promo div a {
  display: block;
  float: left;
}
footer .promo div a h3 {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1em;
  color: white;
}
footer .promo div a p {
  margin: 20px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375em;
}
footer .promo div a.help {
  width: 320px;
  height: 254px;
  margin-right: 21px;
  text-align: right;
}
footer .promo div a.help h3 {
  margin: 20px;
  padding: 10px 0 0 50px;
  background: url('../images/icons/help.png') no-repeat top left;
}
footer .promo div a.help p {
  -webkit-text-shadow: 2px 2px 2px black;
  text-shadow: 2px 2px 2px black;
}
footer .promo div a.help p span {
  color: #7aaf5f;
}
footer .promo div a.download {
  width: 318px;
  height: 254px;
}
footer .promo div a.download h3 {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  text-transform: none;
  padding: 9px 10px;
  background: url('../images/icons/download-arrow.png') no-repeat 295px 13px rgba(0, 0, 0, 0.6);
}
footer .promo div a.fitters {
  width: 320px;
  height: 254px;
  margin-left: 21px;
  background: #151515;
}
footer .promo div a.fitters h3 {
  margin: 20px;
}
footer .promo div a.fitters img {
  float: left;
  margin-top: -62px;
  margin-left: -17px;
}
footer .promo div a.fitters p.visit {
  color: #88bf44;
}
footer .copy {
  *zoom: 1;
  padding: 20px 0 0 0;
  position: relative;
}
footer .copy:before,
footer .copy:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .copy:after {
  clear: both;
}
footer .copyright p {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: #8e8e8e;
  float: left;
  margin-right: 20px;
}
footer ul {
  float: left;
  list-style: none;
}
footer ul li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid white;
}
footer ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
footer ul li a {
  font-family: 'Myriad W01 Regular', Verdana, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  color: white;
}
footer ul li a:hover {
  color: #151515;
}
footer .copy div.logo {
  position: absolute;
  right: 0;
  top: -30px;
  width: 320px;
  text-align: center;
  padding: 25px 0 18px 0;
  background: 250px 0 #00324d;
  z-index: 99;
}

  /* Downloads */
 img.product-logo{width:137px!important;} 
 
@media screen and (max-width: 1279px) {
  .container {
    width: 95%;
    max-width: 1000px;
  }
  section.ranges .container{height:auto;}
  section.ranges .container .info p {font-size:1.6rem;}


section.ranges{min-height:508px;}
    section.home-promo .wrapper {
  background-attachment:initial;
  }
  /* Homepage */
  
  section.plan img {
    margin-right: 0;
  }
  section.ranges .container img {
    width: 100%;
    height: auto;
  }
  /* Content Page */
  
  .content .banner,
  .content .banner img {
    width: 100%;
  }
  .content .banner .info {

    padding: 5% 40% 10% 10%;
  }
  .content .banner .info h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.222222222em;
  }
  .content .banner .info p {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  /* footer */
  
  footer .social {
    padding: 35px 0 45px 0;
  }
  footer .social .container div {
    width: 22%;
    margin-left: 2.5%;
  }
  footer .social div a {
    height: 184px;
    width: 100%;
    max-width: 184px;
    background-size: 100% !important;
  }
  footer .social div.container > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
  footer .copyright div {
    width: 33%;
    background-position: 80% 0;
  }
  footer .promo div a.help,
  footer .promo div a.download,
  footer .promo div a.fitters {
    width: 33%;
    margin-left: 0;
    margin-right: 0.5%;
  }
  footer .promo div a.download h3 {
    background-position: 95% 13px;
  }
  footer .promo div a.fitters {
    margin: 0;
  }
  footer .promo div a.fitters h3 {
    margin: 20px 10px 10px 0;
  }
  
  section.products-banner .info {
  width: 44%;
  }

  .slider-textwrap{width:100%;}

}

@media screen and (max-width: 1023px) {
  .container {
    width: 95%;
  }
  .btn {
    padding: 15px 12px;
  }
  /* Header */
  
  header {
    padding-top: 0;

  }
  header ul.header {
    padding-top: 24px;
  }
  header .container {
    position: relative;
  }
  header .sub-nav {
    margin-bottom: 12px;
    padding-right: 160px;
  }
  header a.btnSearch {
    margin-top: 5px;
    padding: 20px 0 5px 10px;
    background-position: 10px 13px;
  }
  header a.support {
    top: 0;
    right: 0;
    position: absolute;
  }
  header a.logo {margin: 0;}
  /* Search */
  
  section.search input.txt {
    margin: 0 0 0 15px;
    border: none;
    width: 70%;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
  }
  /* Homepage */

  section.ranges{min-height:0px;}
  section.slider .info {
    top: 0;
    padding: 7% 30% 10% 3%;
    position: absolute;
  }
  
  section.plan img{
  position: relative;  
  }
  section.plan a{float: none; margin: 0 0 30px 0;}
  section.plan h1{float:none;}
  section.plan h1{float:none;width:auto;}
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  section.slider .info p {
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    margin: 50px 0;
  }
  section.slider .info p.strap {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1em;
    margin: 8px 0;
  }
  
  section.downloads-banner .info {
  padding: 13% 30% 10% 3%;
  }
  section.plan h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
  
    margin-top: 20px;
}
  section.home-promo .wrapper h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em;
  }
  section.home-promo .wrapper p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1em;
  }
  section.home-promo .wrapper br {
    display: none;
  }
  section.plan img {
margin-right: -10px;
right: 0;
opacity: 1;
bottom: 0;
}
  section.plan p{float:none; width:auto;}
  section.ranges .container {
    height: 100%;
    width: 100%;
  }
  
  section.ranges .container .info {
    margin-top: 11%;
    margin-left: 2.5%;
  }
  section.ranges .container .info p {
    margin-bottom: 2em;
  }
  section.ranges .container .info h2 {
    margin-bottom: 20px;
  }
  section.ranges .container .info p,
  section.ranges .container .info p.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
  section.ranges .container .info .btn {
    padding: 15px 30px;
  }
  section.ranges .container .nav a {
    font-size: 5em;
    padding: 0 22px;
  }
  section.home-promo .wrapper {
    height: 450px;
    background-size: cover;
  }
  /* Content Page */
  
  .content .banner,
  .content .banner img {
    width: 100%;
  }
  .content .banner .info {
    padding: 4% 30% 10% 10%;
  }
  .content .banner .info h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.25em;
  }
  .content .banner .info p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
  }
  .content .primary.media-2 .main,
  .content .primary.media-3 .main {
    width: 50%;
    margin-right: 5%;
  }
  .content .primary .media {
    width: 45%;
  }
  .content .primary .media .img-1,
  .content .primary .media .img-2 {
    width: 49%;
  }
  .content .primary .media .img-1 {
    margin-right: 2%;
  }
  .content .primary .media .img-3 {
    width: 100%;
  }
  .content .main .img-1 {
    width: 50%;
  }
  .content .quote p {
    padding: 70px 0 0 35px;
  }
  .content p.author {
    padding: 10px 0 15px 40px;
  }
  /* footer */
  
  footer .social {
    padding: 35px 0 45px 0;
  }
  footer .social .container div {
    margin-top: 10px;
  }
  footer .social .container div {
    width: 22%;
    margin-left: 2.5%;
  }
  footer .social div a {
    height: 184px;
    width: 100%;
    max-width: 184px;
    background-size: 100% !important;
  }
  footer .social div.container > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
  footer .copy div.logo {
    width: 33%;
    background-position: 80% 0;
  }
  footer .promo div a p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.285714286em;
  }
  footer .promo div a.help,
  footer .promo div a.download,
  footer .promo div a.fitters {
    width: 33%;
    margin-left: 0;
    margin-right: 0.5%;
  }
  footer .promo div a.download h3 {
    background-position: 95% 13px;
  }
  footer .promo div a.fitters {
    margin: 0;
  }
  footer .promo div a.fitters h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
    margin: 20px 10px 10px 0;
  }
  footer .promo div a.fitters img {
    height: 240px;
    margin-top: 10px;
  }
  
    
  /* Downloads */
  #dl-list li{width:48%;}
  #dl-list li:nth-child(even){
    margin-right: 0;
  float: right;
  }
  #dl-list li:nth-child(3n+3){
    margin-right:none;
  }

  section.downloads-banner .info {
    width: 55%;
  }
  
  section.products-banner .info {
width: 70%;
padding: 71px 30% 10% 0%;
}
section.products-banner .info p{margin:20px 0;}
section.ranges .container .info p {
    margin-bottom: 1em;
  }
  section.ranges .container .info .nav{
    margin-top: -15px;  
  }
  

}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.166666667em;
  }
  .container {
    width: 95%;
  }
  /* header */
  
  
  header .sub-nav {
    float: right;
    margin-bottom: 0;
  }
  header a.plan,
  header a.support {
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin: 10px 0 5px 0;
    text-align: center;
  }
  header a.plan {
    clear: left;
    margin-right: 2%;
  }
  header a.support {
    padding-left: 0;
    background-position: 80% 16px;
  }
  
  .cbp-af-header nav {
    float: right;
    width: 68%;
  }
  .cbp-af-header nav a {
    width: 24%;
    display: inline-block;
    text-align: center;
    margin:0;
  }
  
  
  /* Search */
  
  section.search input.txt {
    margin: 0 0 0 15px;
    border: none;
    width: 70%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
  }
  /* Homepage */
  .text-background{display:none;}
  section.slider .info {
    top: 0;
    padding: 7% 30% 10% 3%;
    position: absolute;
  }
  
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  section.slider .info h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.333333333em;
    margin-bottom: 15px;
  }
  section.slider .info .btn {
    padding: 15px 15px;
  }
  section.slider .info p {
    /* display: none; */
  }
  section.downloads-banner .info p {display:block;}
  section.plan img {
    float: none;
    display: block;
    width: 100%;
    max-width: 535px;
  }
  section.plan p {
    margin: 1.5em 0;
  
    width: auto;
}
  section.ranges .container {
    height: 100%;
    width: 100%;
  }
  section.ranges .container img {
    width: 100%;
    height: auto;
  }
  section.ranges .container .info {
    width: 95%;
    margin: 30px auto;
    position: relative;
  
    overflow: hidden;
    top: 20px;
}
  section.ranges .container .info p {
    margin-bottom: 2em;
  }
  section.ranges .container .info h2 {
    margin-bottom: 20px;
  }
  section.ranges .container .info p,
  section.ranges .container .info p.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
  section.ranges .container .info .btn {
    padding: 15px 30px;
  }
  section.ranges .container .nav a {
    font-size: 5em;
    padding: 0 22px;
  }
  section.home-promo .wrapper {
    height: 350px;
    background-size: cover;
  }
  section.home-promo .wrapper h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
    padding-top: 60px;
  }
  section.home-promo .wrapper p {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.315789474em;
    margin: 20px 0 40px 0;
  }
  section.home-promo .wrapper .btn {
    padding: 15px 28px;
  }
  section.downloads-banner .info {
  padding: 17% 30% 10% 3%;
}
  /* Content Page */
  
  .content .banner {
    background: #fffff5;
  }
  .content .banner,
  .content .banner img {
    width: 100%;
  }
  .content .banner .info {
    padding: 0;
    position: relative;
    width: 95%;
    margin: 20px auto 0 auto;
  }
  .content .banner .info h1 {
    color: #3a3a3a;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.363636364em;
  }
  .content .banner .info p {
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    margin: 15px 0 0 0;
  }
  .content .inner {
    padding: 20px 0 0;
  }
  .content .inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.363636364em;
  }
  .content .main,
  .content .quote {
    margin-bottom: 50px;
  }
  .content .main .img-1 {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .content .media .img-1,
  .content .media .img-2 {
    width: 49% !important;
    margin: 0 !important;
  }
  .content .media .img-1 {
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .content .media .img-3 {
    width: 100% !important;
    height: auto !important;
  }
  .content .primary .media,
  .content .primary.media-2 .main,
  .content .primary.media-3 .main {
    width: 100% !important;
  }
  .content .primary.media-1 .main,
  .content .primary.media-1 .media,
  .content .primary.media-1 .media .img-1 {
    width: 100% !important;
  }
  .content .quote p {
    padding: 70px 30px 0 35px;
  }
  .content p.author {
    padding: 10px 30px 15px 40px;
  }
  /* News */
  
  .news article {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  .news-item .back {
    text-align: right;
  }
  .news-item .btn {
    float: none;
    clear: both;
    line-height: 3em;
  }
  .news-item .share .back {
    display: block;
    clear: both;
    padding-top: 20px;
    text-align: left;
  }
  .news .body {
    columns: 1;
    column-gap: 0;
    -webkit-columns: 1;
    -webkit-column-gap: 0;
    -moz-columns: 1;
    -moz-columns-gap: 0;
  }
  /* footer */
  
  footer .social {
    padding: 35px 0 45px 0;
  }
  footer .social .container div {
    margin-top: 10px;
  }
  footer .social .container div {
    width: 22%;
    margin-left: 2.5%;
  }
  footer .social div div p {
    display: none;
  }
  footer .social div a {
    height: 195px;
    width: 100%;
    background-size: 100% !important;
  }
  footer .social div.container > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
  footer .promo {
    padding-top: 0;
  }
  footer .promo .container {
    width: 100%;
  }
  footer .promo div a {
    float: none;
    margin: 20px auto !important;
  }
  footer .promo div a.help {
    width: 100%;
    padding-top: 10px;
    height: 244px;
    max-width: 320px;
  }
  footer .promo div a.help,
  footer .promo div a.download {
    width: 100%;
    max-width: 318px;
  }
  footer .promo div a.fitters {
    width: 100%;
    margin: 40px auto 0 auto !important;
  }
  footer .promo div a.fitters img {
    margin-left: 10px;
  }
  footer .promo div a.fitters h3 {
    padding-top: 20px;
  }
  footer .copy {
    width: 100%;
  }
  footer .copy div.logo {
    width: 100%;
    background-position: center top;
  }
  footer .copyright {
    width: 95%;
    *zoom: 1;
    margin: 0 auto;
    padding: 110px 0 15px 0;
  }
  footer .copyright:before,
  footer .copyright:after {
    display: table;
    content: "";
    line-height: 0;
  }
  footer .copyright:after {
    clear: both;
  }
  
  /* contact */
  #slickform input[type="submit"] {width:50%}
  
  /* Products */
  a.view-range{width:98%;}
  
  section.slider .info {
  padding: 11% 30% 10% 3%;
}
.products-banner-mobile{background:url(../images/products-banner-mobile.jpg); width:100%; min-height:300px; background-size:cover; display:block;} 
.downloads-banner-mobile{background:url(../images/downloads-banner-mobile-2.jpg); width:100%; min-height:300px; background-size:cover; display:block}
  
section.products-banner{background:none;}
section.products-banner .info {
  display: block!important;
  padding: 0;
  margin: 30px auto 0 auto;
  width: 100%;
  float: none;
  position: relative;
}
section.products-banner .info p{color:#222;}

section.products-banner .info h2 {
color:#222;
}
.products-banner{height:auto;} 
  
  
  
   .downloads-banner {
  background-image:none;
  background-color: #fffff5;
  height:auto;
  }
.downloads-banner h2{color:#7a7a7a!important;}
section.downloads-banner .info {
display: block!important;
padding: 0;
width: 100%;
margin: 35px 0 0 2%;
float: none;
position: relative;
}
section.downloads-banner .info p{color:#7a7a7a!important;}


footer ul {
clear: both;
float:none;
}

img.product-logo {
width: 137px!important;
margin: 0!important;
clear: both;
float: none;
}

h4.logo-title {
margin: 5px 0 15px 0;
float: none;
clear:both;
}

.product-textwrap {
min-height: 450px;
}

.cbp-af-header {min-height:90px; height:auto!important;}
.cbp-af-header nav a {
line-height: 90px;
}

.logo{top:28px!important; 
/*CSS animations*/

 -webkit-animation: none !important;

 -moz-animation: none !important;

 -o-animation: none !important;

 -ms-animation: none !important;

 animation: none !important;
}
.cbp-af-header.cbp-af-header-shrink .logo{top:28px!important; 
 -webkit-animation: none !important;

 -moz-animation: none !important;

 -o-animation: none !important;

 -ms-animation: none !important;

 animation: none !important;}

}


@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  .container {
    width: 90%;
  }
  
  #dl-list li {width:100%;}
  /* header */
  
  header ul {
  float: none;
  width: 100%;
  clear: both;
  overflow: hidden;
  }
header a.logo {
float: left;
margin: 2px 0 0 0;
z-index:99;
}

.logo{top:28px!important; 
/*CSS animations*/

 -webkit-animation: none !important;

 -moz-animation: none !important;

 -o-animation: none !important;

 -ms-animation: none !important;

 animation: none !important;
}
.cbp-af-header.cbp-af-header-shrink .logo{top:28px!important; 
 -webkit-animation: none !important;

 -moz-animation: none !important;

 -o-animation: none !important;

 -ms-animation: none !important;

 animation: none !important;}

.cbp-af-header {min-height:90px; height:auto!important;}
  header ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin:0;
}
  header .sub-nav {
    float: right;
    margin-bottom: 0;
  }
  header a.plan,
  header a.support {
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin: 10px 0 5px 0;
  }
  header a.plan {
    clear: left;
    margin-right: 2%;
  }
  header a.support {
    background-position: 80% 16px;
  }
  /* Search */
  
  section.search input.txt {
    margin: 0 0 0 15px;
    border: none;
    width: 80%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
  }
  section.search input:first-child {
    display: none;
  }
  section.search a {
    width: 16px;
    height: 16px;
    margin-top: 0;
    background-size: 100%;
  }
  /* Homepage */
  section.ranges .container .info p {
    margin-bottom: 2em;
  }
  section.ranges .container .info .nav{
    margin-top:auto;  
  }
  section.slider .info {
    display: none;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  section.plan img {
bottom: 0;
display: block;
opacity: 1;
margin: -40px 0 30px 0;
}
  section.plan p {
    margin: 1.5em 0;
  }
  section.ranges .container {
    height: 100%;
    width: 100%;
  }
  section.ranges .container img {
    width: 100%;
    height: auto;
  }
  section.ranges .container .info {
    width: 95%;
    margin: 30px auto;
    position: relative;
  
    overflow: hidden;
}
  section.ranges .container .info p {
    margin-bottom: 2em;
  }
  section.ranges .container .info h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1em;
    margin-bottom: 20px;
  }
  section.ranges .container .info p,
  section.ranges .container .info p.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
  section.ranges .container .info .btn {
    padding: 15px 30px;
  }
  section.ranges .container .nav a {
    color: white;
line-height: 1.5em;
font-size: 7em;
background: #87bf47;
padding: 0 25px;
margin-right: 3px;  
  }
  
  .products-banner {
background: url(../images/products-mobile.jpg) no-repeat top;
width: 100%;
/*height: 450px;*/
background-color: #383838;
position: relative;
}
  
  section.plan {
  padding: 60px 0 45px 0;
  }

  .range-text {
  float: left;
  width: 97%;
  margin: 60px auto 0 auto;
  }
  section.home-promo .wrapper {
    height: 290px;
    background-size: cover;
  }
  section.home-promo .wrapper h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
    padding-top: 30px;
  }
  section.home-promo .wrapper p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
    margin: 15px 0 30px 0;
  }
  section.home-promo .wrapper .btn {
    padding: 15px 28px;
  }
 
  /* Content Page */
  
  .content .banner {
    background: #fffff5;
  }
  .content .banner,
  .content .banner img {
    width: 100%;
  }
  .content .banner .info {
    padding: 0;
    position: relative;
    width: 95%;
    margin: 20px auto 0 auto;
  }
  .content .banner .info h1 {
    color: #3a3a3a;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.363636364em;
  }
  .content .banner .info p {
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    margin: 15px 0 0 0;
  }
  .content .inner {
    padding: 15px 0 0;
  }
  .content .inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.363636364em;
  }
  .content .main,
  .content .quote {
    margin-bottom: 50px;
  }
  .content .main .img-1 {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .content .media .img-1,
  .content .media .img-2 {
    width: 49% !important;
    margin: 0 !important;
  }
  .content .media .img-1 {
    margin-right: 2% !important;
    margin-bottom: 2% !important;
  }
  .content .media .img-3 {
    width: 100% !important;
    height: auto !important;
  }
  .content .primary .media,
  .content .primary.media-2 .main,
  .content .primary.media-3 .main {
    width: 100% !important;
  }
  .content .primary.media-1 .main,
  .content .primary.media-1 .media,
  .content .primary.media-1 .media .img-1 {
    width: 100% !important;
  }
  .content .quote p {
    padding: 70px 30px 0 35px;
  }
  .content p.author {
    padding: 10px 30px 15px 40px;
  }
  /* News */
  
  .news article {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  .news-item .back {
    text-align: right;
  }
  .news-item .btn {
    float: none;
    clear: both;
    line-height: 3em;
  }
  .news-item .share .back {
    display: block;
    clear: both;
    padding-top: 20px;
    text-align: left;
  }
  .news .body {
    columns: 1;
    column-gap: 0;
    -webkit-columns: 1;
    -webkit-column-gap: 0;
    -moz-columns: 1;
    -moz-columns-gap: 0;
  }
  /* footer */
  
  footer .social {
    padding: 35px 0 45px 0;
  }
  footer .social .container div {
    margin-top: 10px;
  }
  footer .social .container div {
    width: 24%;
    margin-left: 1%;
  }
  footer .social div div p {
    display: none;
  }
  footer .social div a {
    height: 105px;
    width: 100%;
    background-size: 100% !important;
  }
  footer .social div.container > p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
  }
  footer .promo {
    padding-top: 0;
  }
  footer .promo .container {
    width: 100%;
  }
  footer .promo div a {
    float: none;
    margin: 20px auto !important;
  }
  footer .promo div a.help {
    width: 100%;
    padding-top: 10px;
    height: 244px;
    max-width: 320px;
  }
  footer .promo div a.help,
  footer .promo div a.download {
    width: 100%;
    max-width: 318px;
  }
  footer .promo div a.fitters {
    width: 100%;
  }
  footer .promo div a.fitters {
    margin: 40px auto 0 auto !important;
  }
  footer .promo div a.fitters h3 {
    padding-top: 20px;
  }
  footer .copy {
    width: 100%;
  }
  footer .copy div.logo {
    width: 100%;
  }
  footer .copyright {
  width: 100%;
  margin: -12px auto 0 auto;
  padding: 0;
  clear: both;
  text-align: center;
  }
  footer .copyright p {
  margin:0;
  text-align:center;
  float: none;
}
  footer .copyright:before,
  footer .copyright:after {
    display: table;
    content: "";
    line-height: 0;
  }
  footer .copyright:after {
    clear: both;
  }
  
  /* Contact */
  
  #map_canvas {
   width: 100%;
   height: 250px;
   margin-bottom:40px;
  }
  
  ul.contact-address{
    float:left;
    width:100%;
  
  }
  
  ul.contact-info{
    float:right;
    width:100%;
    margin:40px 0 0 0;
  } 
  .form-left{width:100%;}
  .form-right{width:100%;}
  #slickform input[type="submit"] {width:100%}
  #slickform textarea {width: 96.5%;} 
  
  .errorcontainer {
    width: 78%;
    padding: 17px 0% 0px 23%;
  }
  
  
  /* Homepage */
  
  .naver.enabled .naver-wrapper {
height: 0px;
overflow: hidden;
width: 100%;
clear: both;
}
.cbp-af-header nav {
width: 100%;

}
.naver-container{margin: 15px 0;  }
.cbp-af-header nav a {
width: 100%;
display: block;
line-height: 20px!important;
background: #88bf47;
margin: 0 0 5px 0;
text-align: center;
padding: 10px 0;
color: white;
}
  .range-images img {
    width: 100%;
    margin: 10px 0;
  }
  .range-images {
width: 100%;
margin: 0 auto;
float: none;
clear: both;
}

header {
padding-bottom: 33px;
}
  
   /* Products */
  a.view-range{width:98%;}
  #product-list li{width:100%;}
 #product-list li a.btn{position:relative;} 
  


.dl-text{width:90%;}
 section.plan h1{margin-top:20px;}
.products-banner-mobile, .downloads-banner-mobile{min-height:200px;}
.copyright ul{display:none;}

.product-textwrap {
min-height: 0;
}

}