/*

Theme Name: Honda ATV Range
Theme URI: http://hondaatv.com.au/
Author: Red White Green
Author URI: http://hondaatv.com.au
Version: 1.0
Description: (c) Copyright 2013 Honda Motorcycles

*/
/* line 1, css/dev/vendor/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 1, css/dev/vendor/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 1, css/dev/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

#mobile-header {
  display: none;
  background-color:#ED1B2F;
  padding:10px;
  color:#fff;
  text-align:center;
  width: 80px;
  border-radius:10px;
}

#mobile-header a{
  color:#fff;
  text-decoration:none;

}
 
@media only screen and (max-width: 794px){
  #mobile-header {
    display: block;
  }

  #navigation{
    display:none;
  }
}

/* line 1, css/dev/vendor/_normalize.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 1, css/dev/vendor/_normalize.scss */
body {
  margin: 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 1, css/dev/vendor/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 1, css/dev/vendor/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 1, css/dev/vendor/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 1, css/dev/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 1, css/dev/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 1, css/dev/vendor/_normalize.scss */
p, pre {
  margin: 1em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 1, css/dev/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 1, css/dev/vendor/_normalize.scss */
q {
  quotes: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
small {
  font-size: 75%;
}

/* line 1, css/dev/vendor/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 1, css/dev/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 1, css/dev/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 1, css/dev/vendor/_normalize.scss */
dl, menu, ol, ul {
  margin: 1em 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 1, css/dev/vendor/_normalize.scss */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/* line 1, css/dev/vendor/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 1, css/dev/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 1, css/dev/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
form {
  margin: 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 1, css/dev/vendor/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 1, css/dev/vendor/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 1, css/dev/vendor/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 1, css/dev/vendor/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 1, css/dev/vendor/_normalize.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 1, css/dev/vendor/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 1, css/dev/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, css/dev/vendor/_normalize.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, css/dev/vendor/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1, css/dev/vendor/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 1, css/dev/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 70, css/dev/partials/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 72, css/dev/partials/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 78, css/dev/partials/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 86, css/dev/partials/_mixins.scss */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 91, css/dev/partials/_mixins.scss */
.no-margin {
  margin: 0;
}

/* line 92, css/dev/partials/_mixins.scss */
.no-padding {
  padding: 0;
}

/* line 93, css/dev/partials/_mixins.scss */
.no-margin-padding {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'homesteadregular';
  src: url("fonts/homestead-regular-webfont.eot");
  src: url("fonts/homestead-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/homestead-regular-webfont.woff") format("woff"), url("fonts/homestead-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 2, css/dev/partials/_common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, css/dev/partials/_common.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 8, css/dev/partials/_common.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: #ed1b2f;
  background: -moz-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ed1b2f), color-stop(25%, #ed1b2f), color-stop(100%, rgba(130, 15, 26, 0.95)));
  background: -webkit-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -o-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: radial-gradient(ellipse at center, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background-attachment: fixed;
}

/* line 21, css/dev/partials/_common.scss */
a:link, a:visited {
  text-decoration: none;
}

/* line 22, css/dev/partials/_common.scss */
a:hover {
  text-decoration: underline;
}

/* line 27, css/dev/partials/_common.scss */
.full-width {
  width: 100%;
}
/* line 30, css/dev/partials/_common.scss */
.full-width .inner {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

*, *:before, *:after{
 box-sizing:border-box;
}

/* line 40, css/dev/partials/_common.scss */
@media screen and (min-width: 901px){
 .wrap{
  width:900px;
 }
}

@media screen and (min-width: 481px) and (max-width: 900px){
 .wrap{
  width:100%;
 }
}

@media screen and (min-width: 320px) and (max-width: 480px){
 .wrap{
  width:100%;
 }
}

.wrap {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
/* line 47, css/dev/partials/_common.scss */
.wrap .inner {
  width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 20px;
  padding: 15px;
}

/* line 58, css/dev/partials/_common.scss */
.masthead {
  width: 100%;
  height: 60px;
  float: left;
  margin: 0 0 15px 0;
}
/* line 63, css/dev/partials/_common.scss */
.masthead .logo {
  width: 115px;

  height: 25px;
  float: right;
  margin: 16px 10px 0 0;
  background: url(images/logo-honda-pod.png) no-repeat transparent;
  text-indent: -9999em;
}

@media screen and (min-width:761px) {
  #sidr .mobile-logo .logo {
    width: 115px;
    height: 25px;
    float: right;
    margin: 16px 10px 0 0;
    background: url(images/logo-honda-pod.png) no-repeat transparent;
    text-indent: -9999em;
  }
}

@media screen and (min-width:320px) and (max-width:760px) {
  #sidr .mobile-logo .logo {
    height: 25px;
    background: url('images/logo-honda-pod.png') no-repeat scroll 0% 0% transparent;
    text-indent: -9999em;
    width: 115px;
    text-align: center;
    margin: 0px 60px;
    float: none;
    position: relative;
  }

  #sidr .main-nav ul {
    width: 100%;
    margin-top: 19px;
  }

  html .sidr ul {
    display: block;
    margin: 0px 0px 15px;
    padding: 0px;
    border-top: none;
    border-bottom: 1px solid #4D4D4D;
  }

}

/* line 75, css/dev/partials/_common.scss */
.main {
  width: 100%;
  float: left;
  position: relative;
}
/* line 80, css/dev/partials/_common.scss */
.main.grey-bg {
  background: -moz-linear-gradient(top, #d7d7d7 0%, white 600px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(600px, white));
  background: -webkit-linear-gradient(top, #d7d7d7 0%, white 600px);
  background: -o-linear-gradient(top, #d7d7d7 0%, white 600px);
  background: -ms-linear-gradient(top, #d7d7d7 0%, white 600px);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ffffff 600px);
}

.main.grey-bg img{
  width:100%;
}

/* line 90, css/dev/partials/_common.scss */
.footer {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  position: relative;
}
/* line 96, css/dev/partials/_common.scss */
.footer .logo {
  float: left;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999em;
  margin-right: 30px;
}
/* line 104, css/dev/partials/_common.scss */
.footer .logo.hart {
  width: 122px;
  height: 50px;
  background-image: url(images/logo-hart.png);
}
/* line 109, css/dev/partials/_common.scss */
.footer .logo.safety {
  width: 90px;
  height: 50px;
  background-image: url(images/logo-safety.png);
}

.footer .logo.threeyear{
   width: 90px;
   height: 50px;
   background-image: url(images/3year.png);
}
/* line 114, css/dev/partials/_common.scss */
.footer .logo.warranty {
  width: 95px;
  height: 50px;
  background-image: url(images/logo-warranty.png);
}
/* line 119, css/dev/partials/_common.scss */
.footer .logo.wing {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 110px;
  height: 89px;
  background-image: url(images/logo-wing.png);
}

@media screen and (min-width: 320px) and (max-width:760px){
  html .footer .baseplate {
    width: 50%;
    background-size:100%;
  }
}

#sidr .main-nav ul li.mobile-logo{
  background-color: #FFF;
  height: 60px;
  text-align: center;
  padding:15px;
}

#sidr .main-nav ul li.mobile-logo:hover{
  line-height: 48px;
  border-top: 1px solid #4D4D4D;
}


.mobile-logo .masthead .logo {
  width: 115px;
  height: 25px;
  background: url('images/logo-honda-pod.png') no-repeat scroll 0% 0% transparent;
  text-indent: -9999em;
  position: relative;
  margin: auto;
  float: none;
}

@media screen and (min-width: 761px){
  .footer .baseplate {
    width: 266px;
  }
}

/* line 130, css/dev/partials/_common.scss */
.footer .baseplate {
  float: left;
  height: 89px;
  background: url(images/Work-range-logo-white.png) no-repeat center transparent;
  background-size: auto;
  text-indent: -9999em;
}

/* line 141, css/dev/partials/_common.scss */
.button {
  background-color: #ed1b2f;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
/* line 149, css/dev/partials/_common.scss */
.button:hover {
  text-decoration: none;
  background-color: #d5182a;
}
/* line 154, css/dev/partials/_common.scss */
.button.icon {
  width: 30px;
  height: 30px;
  text-indent: -9999em;
}
/* line 158, css/dev/partials/_common.scss */
.button.icon.print {
  background: url(images/icon-print.png) no-repeat center transparent;
}
/* line 159, css/dev/partials/_common.scss */
.button.icon.download {
  background: url(images/icon-pdf.png) no-repeat center transparent;
}

/* line 5, css/dev/partials/_navigation.scss */
.nav, .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 .main-nav >ul li.has-sub {
  position: relative;
}
.main-nav > ul li.has-sub:hover ul {
  display: block;
}

.main-nav > ul li.has-sub ul {
  display: none;
  width:160px;
   position: absolute;
  margin-top: 45px;
    margin-left: -150px; 
  padding: 0;
  list-style-type: none;
  background: #000;
  border-top: 0 none;
  z-index:99999;
  
}
.main-nav > ul li.has-sub ul li {
  display: block;
  width:100%;
}
.main-nav > ul li.has-sub ul li > a {
    height: 40px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #fff;
    padding: 10px 10px;
    max-width: 100%;
    vertical-align: middle;
}
.main-nav > ul li.has-sub > a.active,
.main-nav > ul li.has-sub > a:hover {
  background: #d80041 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#sidr .nav li, #sidr .main-nav ul li {
  display: block;
  float: none;
  text-align:left;
  margin: 0;
  padding: 0;
}

/* line 9, css/dev/partials/_navigation.scss */
.nav li, .main-nav ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 14, css/dev/partials/_navigation.scss */
.nav li a, .main-nav ul li a {
  display: block;
}

#sidr .main-nav {
  width: 260px;
  height: 100%;
  background-color: rgba(171, 21, 36, 0.95);;
  z-index: 1;
}

#sidr .main-nav ul li a{
  max-width: 100%;
  width:100%;
}
@media screen and (min-width:861px){
  .main-nav {
    width: 720px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  }

    .main-nav ul {
        width: 720px;
    }

    .main-nav ul li{
        font-size: 0.82em;
        width:137px;
    }
}

@media screen and (min-width:761px) and (max-width: 860px){
  .main-nav,.main-nav ul {
    width: 640px;
  }

    .main-nav ul li{
        font-size: 0.65em;
    }
}

@media screen and (min-width:320px) and (max-width:760px){
  .main-nav,.main-nav ul {
    width: 100%;
  }

    .main-nav ul li{
        font-size: 0.82em;
    }
}

/* line 25, css/dev/partials/_navigation.scss */
.main-nav {
  height: 60px;
  float: left;
  background-color: #ed1b2f;
  z-index: 1;
}

#sidr .main-nav ul{
  width:100%;
  background-color: #ed1b2f;
}

/* line 31, css/dev/partials/_navigation.scss */
.main-nav ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* line 38, css/dev/partials/_navigation.scss */
.main-nav ul li {
  display: table;
}
/* line 42, css/dev/partials/_navigation.scss */
.main-nav ul li a {
  height: 60px;
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  padding: 0 30px;
  max-width: 185px;
  vertical-align: middle;
}
/* line 54, css/dev/partials/_navigation.scss */
.main-nav ul li a:hover, .main-nav ul li a.active {
  text-decoration: none;
  background-color: #bd1525;
}

/* line 2, css/dev/partials/_content.scss */
.content {
  width: 100%;
  float: left;
  padding: 25px;
}
/* line 10, css/dev/partials/_content.scss */
.content h2 {
  font-size: 1.125em;
  margin: 0 0 15px 0;
}
/* line 15, css/dev/partials/_content.scss */
.content p {
  line-height: 1.4em;
  margin: 0 0 1.0em;
}
/* line 21, css/dev/partials/_content.scss */
.content a:hover {
  text-decoration: underline;
}
/* line 24, css/dev/partials/_content.scss */
.content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 29, css/dev/partials/_content.scss */
.content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
/* line 34, css/dev/partials/_content.scss */
.content .aligncenter {
  float: none;
  margin: 1em auto;
}
/* line 39, css/dev/partials/_content.scss */
.content .wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}
/* line 43, css/dev/partials/_content.scss */
.content .wp-caption p {
  margin: 0 0 1.2em 0;
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 50, css/dev/partials/_content.scss */
.content .wp-caption.aligncenter a, .content .wp-caption.aligncenter p {
  text-align: center;
}
/* line 54, css/dev/partials/_content.scss */
.content .wp-caption.alignright a, .content .wp-caption.alignright p {
  width: 100%;
  float: right;
  text-align: right;
}

/* line 60, css/dev/partials/_content.scss */
.internal h1 {
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: normal;
  margin: -95px 0 30px;
  position: relative;
  z-index: 9999;
}

/* line 70, css/dev/partials/_content.scss */
.do, .dont {
  width: 50%;
  padding: 20px 30px 20px 0;
  float: left;
}
/* line 75, css/dev/partials/_content.scss */
.do h2, .dont h2 {
  font-size: 30px;
  font-family: 'homesteadregular',Helvetica,Arial,sans-serif;
}
/* line 80, css/dev/partials/_content.scss */
.do ul, .dont ul {
  padding: 0;
  margin: 0 0 0 14px;
}
/* line 85, css/dev/partials/_content.scss */
.do ul li, .dont ul li {
  line-height: 18px;
  margin-bottom: 8px;
}

/* line 92, css/dev/partials/_content.scss */
.back-to-selector {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #ed1b2f;
  padding: 10px 20px;
  z-index: 99;
}

.atv-accessories-description{
    width:100%;
}

.atv-accessories-description h1 {
    margin: 0 0 20px 0;
    color: #ed1b2f;
}

.col-md-12{
    float:left;
    width:100%;
    position:relative;
    margin: 20px 0px;
}

.accessory img{
    border: 1px solid #231f20;
}

.accessory:hover{
    cursor:pointer;
}
.content .col-md-4 a:hover{
    text-decoration:none;
    border:none;
}

.col-md-4:hover, .col-md-4 h3:hover{
    text-decoration:none;
    border:none;
}

.col-md-4.accessory h3{
    font-size: 1em;
    text-align: left;
    text-transform: capitalize;
    margin: 10px 0px;
    min-height: 50px;
}

.contact-dealer{
    float:left;
    width:620px;
    max-width:100%;
}

.contact-dealer h4{
    margin: 5px 0px;
    color: #ed1b2f;
    text-transform:uppercase;
}

.col-md-4{
    float:left;
}

.col-md-4 img.logo{
    width: 170px;
    height: 43px;
    margin-bottom:20px;
}

.accessory-title{
    position:absolute;
    let:0px;
    bottom:0px;
}

.accessory-description-text{
    position: relative;
    float: left;
}

.accessoryOverlay{
  display:none;
    position:fixed;
    bottom:0px;
    left:0px;
    top:0px;
    right:0px;
    z-index:1000;
    background-color:rgba(0,0,0,0.5);

}

.accessoryFooter{
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
}

.accessoryFooter img{
    float:left;
}

.accessoryButton{
    float: right;
    color: #fff;
    background-color: #ED1B2F;
    border: none;
    padding: 5px 10px;
}

.accessoryFooter .closeModal{
    cursor:pointer;
    float: right;
    position: relative;
    top: 25px;
    color: #d1d1d1;
}

.accessoryContent{
    overflow-y: auto;
    height: 100%;
    max-height:500px;
}

.accessoryimage{
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom:20px;
    border: 1px solid #231f20;
}

.accessoryimage img{

    max-width:100%;
}

.accessoryModal h2{
    color: #ed1b2f;
    text-transform:uppercase;
}

.accessoryModal{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


@media screen and (min-height:651px){
    .accessoryModal{
        display:none;
        z-index:1001;
        width:400px;
        min-height:600px;
        background-color:#fff;
        padding:20px;
        padding-bottom:80px;
        position:fixed;
        left: 50%;
        top:50%;
        margin-top:-300px;
        margin-left: -200px;
        border:4px solid #ed1b2f;

    }
}

@media screen and (max-height:650px){
    .accessoryModal{

        z-index:1001;
        background-color:#fff;
        padding:20px;
        position:fixed;
        top:0px;
        left:0px;
        bottom:0px;
        right:0px;
        padding-bottom:80px;

    }
}

.atv-accessorybutton a{
    color:#fff;
}

@media screen and (min-width:761px){
    .atv-accessories-description img.accessory-vehicle{
        width: 600px;
        float: right;
    }
}

@media screen and (min-width:481px) and (max-width:760px){
    .atv-accessories-description img.accessory-vehicle{
        width: 400px;
        float: right;
    }
}

@media screen and (min-width:320px) and (max-width:480px){
    .atv-accessories-description img.accessory-vehicle{
        width: 100%;
        margin-bottom: 40px;
    }

    .content{
        margin-top: 80px;
    }
}

.atv-accessories-description h3,.col-md-4 h3{
    font-size: 2em;
    text-align: center;
    color: #ED1B2F;
    text-transform: uppercase;
    margin: 0px;
}

@media screen and (min-width:761px){
    .col-md-4 {
        width: 253.33333px;
        margin-right:20px;
    }
}

@media screen and (min-width:481px) and (max-width:760px){
    .col-md-4 {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:480px){
    .col-md-4 {
        width: 100%;
    }
}

@media screen and (min-width:761px){
  .atv-description {
    width: 280px;
  }
}

@media screen and (min-width:320px) and (max-width:760px){
  .atv-description {
    width: 100%;
    margin-top:80px;
  }
}

/* line 103, css/dev/partials/_content.scss */
.atv-description {
  float: left;
}

@media screen and (min-width:761px){
  .atv-description h1 {
    font-size: 2.65em;
  }
  .atv-description .description-text {
    margin: 0 0 80px 0;
  }

}

@media screen and (min-width:320px) and (max-width:760px){
  .atv-description h1 {
    font-size: 2.6em;
  }

  .atv-description .description-text {
    margin: 0;
  }
}

/* line 107, css/dev/partials/_content.scss */
.atv-description h1 {
  margin: 0 0 20px 0;
  color: #ed1b2f;
}
/* line 113, css/dev/partials/_content.scss */

/* line 117, css/dev/partials/_content.scss */
.atv-description p {
  font-weight: bold;
  width: 200px;
}
/* line 122, css/dev/partials/_content.scss */
.atv-description a {
  font-size: 0.675em;
  font-weight: normal;
  color: #7f7f7f;
}

@media screen and (min-width:761px){
  .atv-image {
    position: absolute;
  }
}

@media screen and (min-width:360px) and (max-width: 760px){
  .atv-image {
    position: relative;
    margin-bottom:40px;
  }
}

/* line 130, css/dev/partials/_content.scss */
.atv-image {
  top: 32px;
  right: 0;
}

/* line 135, css/dev/partials/_content.scss */
.atv-price {
  font-size: 2.6875em;
  color: #ed1b2f;
}
/* line 139, css/dev/partials/_content.scss */
.atv-price sup {
  font-size: 0.675em;
}
/* line 143, css/dev/partials/_content.scss */
.atv-price em {
  font-style: normal;
  font-size: 0.5em;
}

/* line 150, css/dev/partials/_content.scss */
.atv-features {
  width: 100%;
  float: left;
    margin-top: 40px;
}

@media screen and (min-width:761px){
  .atv-features .feature-list {
    width: 100%;
    float: left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-width: 10px;
    -moz-column-width: 10px;
    -ms-column-width: 10px;
    -o-column-width: 10px;
    column-width: 10px;
  }
}

@media screen and (min-width:320px) and (max-width:760px){
  .atv-features .feature-list {
    width: 100%;
    float: left;
  }
}

/* line 162, css/dev/partials/_content.scss */
.atv-features .feature-list ul {
  margin: 0;
  padding-left: 14px;
}
/* line 169, css/dev/partials/_content.scss */
.atv-features h2 {
  width: 100%;
  float: left;
  margin: 0 0 0.5em 0;
  font-size: 1.125em;
  font-weight: bold;
  color: #ed1b2f;
}

/* line 180, css/dev/partials/_content.scss */
.atv-unique-features {
  width: 220px;
  float: left;
  margin: 0 40px 0 0;
}
/* line 187, css/dev/partials/_content.scss */
.atv-unique-features p, .atv-unique-features ul {
  font-size: 0.675em;
}
@media screen and (min-width:761px){
  .atv-additional-features {
    width: 560px;
  }
}

@media screen and (min-width:320px) and (max-width:760px){
  .atv-additional-features {
    width: 100%;
  }
}

/* line 191, css/dev/partials/_content.scss */
.atv-additional-features {
  float: left;
}
/* line 195, css/dev/partials/_content.scss */
.atv-additional-features p, .atv-additional-features ul {
  font-size: 0.675em;
  line-height: 1.4em;
}

/* line 202, css/dev/partials/_content.scss */
.trx680fa .atv-unique-features, .trx450er .atv-unique-features {
  width: 440px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-width: 10px;
  -moz-column-width: 10px;
  -ms-column-width: 10px;
  -o-column-width: 10px;
  column-width: 10px;
  margin-top: 30px;
}
/* line 208, css/dev/partials/_content.scss */
.trx680fa .atv-unique-features h2, .trx450er .atv-unique-features h2 {
  margin-top: -30px;
}

/* line 213, css/dev/partials/_content.scss */
.trx680fa .atv-additional-features, .trx450er .atv-additional-features {
  width: 340px;
}

/* line 217, css/dev/partials/_content.scss */
.trx680fa .feature-list, .trx450er .feature-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-width: 10px;
  -moz-column-width: 10px;
  -ms-column-width: 10px;
  -o-column-width: 10px;
  column-width: 10px;
}

@media screen and (min-width:761px){
  .atv-specifications {
    width: 580px;
  }

  .atv-specifications dl {
    width: 100%;
    font-size: 0.675em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-width: 40px;
    -moz-column-width: 40px;
    -ms-column-width: 40px;
    -o-column-width: 40px;
    column-width: 40px;
  }
  /* line 244, css/dev/partials/_content.scss */
  .atv-specifications dl dt, .atv-specifications dl dd {
    width: 50%;
    float: left;
    margin: 0 0 8px 0;
  }
  /* line 250, css/dev/partials/_content.scss */
  .atv-specifications dl dt {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
}

@media screen and (min-width:320px) and (max-width:760px){
  .atv-specifications {
    width: 100%;
  }

  .atv-specifications dl {
    width: 100%;
    font-size: 0.675em;
  }
  /* line 244, css/dev/partials/_content.scss */
  .atv-specifications dl dt, .atv-specifications dl dd {
    width: 50%;
    float: left;
    margin: 0 0 8px 0;
  }
  /* line 250, css/dev/partials/_content.scss */
  .atv-specifications dl dt {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
}

/* line 222, css/dev/partials/_content.scss */
.atv-specifications {
  float: left;
  background-color: #ed1b2f;
  color: #fff;
  padding: 25px;
  position: relative;
}
/* line 230, css/dev/partials/_content.scss */
.atv-specifications h2 {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  font-size: 1em;
}
/* line 237, css/dev/partials/_content.scss */
.atv-specifications dl {
  width: 100%;
  font-size: 0.675em;
}
/* line 244, css/dev/partials/_content.scss */
.atv-specifications dl dt, .atv-specifications dl dd {
  width: 50%;
  float: left;
  margin: 0 0 8px 0;
}
/* line 250, css/dev/partials/_content.scss */
.atv-specifications dl dt {
  text-align: right;
  padding: 0 10px 0 0;
  font-weight: bold;
}
/* line 258, css/dev/partials/_content.scss */
.atv-specifications .buttons {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 262, css/dev/partials/_content.scss */
.atv-specifications .buttons .button {
  margin: 0 0 0 15px;
}

/* line 270, css/dev/partials/_content.scss */
.atv-feature-images {
  width: 280px;
  float: left;
  margin: 0 0 0 10px;
}
/* line 275, css/dev/partials/_content.scss */
.atv-feature-images figure {
  width: 100%;
  float: left;
  font-size: 0.675em;
  margin: 0 0 15px 0;
}
/* line 282, css/dev/partials/_content.scss */
.atv-feature-images img {
  width: 100%;
  float: left;
  margin: 0 0  5px 0;
}

/* line 290, css/dev/partials/_content.scss */
.birdseed {
  width: 100%;
  float: left;
  font-size: 0.675em;
  color: #fff;
  padding: 10px 0;
}

@media screen and (min-width:320px) and (max-width:760px){
  .birdseed{
    text-align:center;
    margin-top:20px;
    line-height:14px;
  }
}

/* line 298, css/dev/partials/_content.scss */
.atv-selector {
  width: 100%;
  float: left;
}

/* line 302, css/dev/partials/_content.scss */
.atv-selector .selector-controls {
  width: 280px;
  float: left;
  margin: 0 15px 90px 0;
  padding: 20px;
  background: #ED1B2F;
  min-height: 500px;
  background: -moz-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ed1b2f), color-stop(25%, #ed1b2f), color-stop(100%, rgba(130, 15, 26, 0.95)));
  background: -webkit-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -o-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  background: radial-gradient(ellipse at center, #ed1b2f 0%, #ed1b2f 25%, rgba(130, 15, 26, 0.95) 100%);
  color: #fff;
}
/* line 315, css/dev/partials/_content.scss */
.atv-selector .selector-controls h1 {
  margin: 0;
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  color: #fff;
}
/* line 322, css/dev/partials/_content.scss */
.atv-selector .selector-controls h2 {
  margin: 0;
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  margin: 0 0 5px 0;
}
/* line 329, css/dev/partials/_content.scss */
.atv-selector .selector-controls .selector-description {
  font-size: 0.75em;
  margin: 0 0 15px 0;
}
/* line 334, css/dev/partials/_content.scss */
.atv-selector .selector-controls .filter-group {
  width: 100%;
  float: left;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
/* line 340, css/dev/partials/_content.scss */
.atv-selector .selector-controls .filter-group li {
  display: inline;
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.875em;
}

/* line 348, css/dev/partials/_content.scss */
.atv-selector .selector-controls .filter-group:last-child {
  margin-bottom: 0;
}
/* line 352, css/dev/partials/_content.scss */
.atv-selector .selector-controls .filter-group .checkbox {
  width: 20px;
  height: 20px;
  float: left;
  background-color: #fff;
  margin: 0 12px 0 0;
}
/* line 358, css/dev/partials/_content.scss */
.atv-selector .selector-controls .filter-group .checkbox.checked {
  background-color: #8DC63F;
}
/* line 366, css/dev/partials/_content.scss */
.atv-selector .selector-controls .clear-selections {
  background-color: #fff;
  color: #ed1b2f;
  font-size: 0.75em;
  font-weight: bold;
  padding: 6px;
}
/* line 377, css/dev/partials/_content.scss */
.atv-selector .selector-main {
  float: left;
  position: relative;
}
/* line 384, css/dev/partials/_content.scss */
.atv-selector .selector-intro {
  height: 600px;
  top: 0;
  left: 0;
  background: url(images/selector-intro.jpg) no-repeat center bottom;
  z-index: 2;
}

.atv-selector .selector-intro img {
    max-width: 100%;
  }

.atv-selector .banner{
	width:100%;
}

  .atv-selector .banner img {max-width:100%;}

@media screen and (min-width:961px) {
  .atv-selector .selector-intro, .atv-selector .selector-main, .atv-selector .selector-models,.atv-selector .selector-models .js-shuffle {
    width: 575px;
  }

  /* line 391, css/dev/partials/_content.scss */
  .atv-selector .selector-intro .intro-text {
    position: absolute;
    left: 20px;
  }

  .atv-selector .selector-intro .intro-atvs {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 20px;
  }
}

@media screen and (min-width:320px) and (max-width:660px){

  .atv-selector .selector-intro {
    width: 100%;
    position:relative;
  }

  .atv-selector .selector-intro .intro-text {
    position: absolute;
    width: 280px;
    top: 50px;
    left: 10px;
  }

  .atv-selector .selector-intro .intro-atvs {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 20px;
  }

  .atv-selector .selector-intro .intro-atvs img, .atv-selector .selector-main,.atv-selector .selector-models .js-shuffle  {
    width: 100%;
  }
}

@media screen and (min-width:661px) and (max-width:960px){
  .atv-selector .selector-intro .intro-text {
    width: 280px;
    top: 50px;
  }

  .atv-selector .selector-intro{
    position: relative;
  }

  .atv-selector .selector-intro .intro-atvs {
    right: 40px;
    bottom: -30px;
    width: 100%;
  }

  /* line 391, css/dev/partials/_content.scss */
  .atv-selector .selector-intro .intro-text {
    position: absolute;
    left: 20px;
  }

  .atv-selector .selector-intro,.atv-selector .selector-main, .atv-selector .selector-models,.atv-selector .selector-models .js-shuffle {
    width: 420px;
  }

  .intro-atvs img{
    width: 380px;
    position: absolute;
    bottom: 20px;
    left: 60px;
  }

}



/* line 396, css/dev/partials/_content.scss */
.atv-selector .selector-intro .intro-text h2 {
  margin: 0;
  font-family: 'homesteadregular', Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin: 0 0 5px 0;
  color: #ed1b2f;
}
/* line 404, css/dev/partials/_content.scss */
.atv-selector .selector-intro .intro-text p {
  font-size: 0.875em;
  font-weight: bold;
  color: #808285;
}
/* line 413, css/dev/partials/_content.scss */
.atv-selector .selector-intro .intro-atvs {
  position: absolute;
  z-index: 1;
}
/* line 422, css/dev/partials/_content.scss */
.atv-selector .selector-models {=
  float: left;
  position: relative;
}
/* line 427, css/dev/partials/_content.scss */
.atv-selector .selector-models .selections {
  width: 100%;
  float: left;
  background-color: #828282;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #414141;
  padding: 10px;
}
/* line 436, css/dev/partials/_content.scss */
.atv-selector .selector-models .selections .selections-text {
  color: #fff;
}
/* line 442, css/dev/partials/_content.scss */
.atv-selector .selector-models .js-shuffle {
  float: left;
  position: relative;
}
/* line 448, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model {
  width: 280px;
  height: 280px;
  float: left;
  padding: 15px;
  background: -moz-linear-gradient(top, #d7d7d7 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #d7d7d7 0%, white 100%);
  background: -o-linear-gradient(top, #d7d7d7 0%, white 100%);
  background: -ms-linear-gradient(top, #d7d7d7 0%, white 100%);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ffffff 100%);
}
/* line 459, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model h3 {
  font-size: 1.5em;
  color: #ed1b2f;
  text-transform: uppercase;
  margin: 0;
}
/* line 466, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 470, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model a:hover {
  text-decoration: none;
}
/* line 476, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 1;
}
/* line 483, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model .atv-price {
  float: left;
  margin: 160px 0 0 0;
  font-weight: bold;
  font-size: 1.5em;
  color: #4c4c4c;
}
/* line 491, css/dev/partials/_content.scss */
.atv-selector .selector-models .atv-model .warranty-logo {
  float: right;
  width: 95px;
  height: 50px;
  background-image: url(images/logo-warranty.png);
  margin:   165px 0 0 0;
}



/*
	@import "partials/_social";
	
	@import "partials/_blog";
*/
/* 	@import "partials/_responsive"; */

