@font-face {
  font-family: 'FranklinGothicHeavyC';
  src: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/FranklinGothicHeavyC.eot');
  src: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/FranklinGothicHeavyC.eot?#iefix') format('embedded-opentype'), url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/FranklinGothicHeavyC.woff') format('woff'), url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/FranklinGothicHeavyC.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eye Catching';
  src: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/EyeCatching.eot');
  src: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/EyeCatching.eot?#iefix') format('embedded-opentype'), url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/EyeCatching.woff') format('woff'), url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../fonts/EyeCatching.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.frank {
  font-family: 'FranklinGothicHeavyC';
}
.eye {
  font-family: 'Eye Catching';
}
.orange {
  color: #efa227;
}
.black {
  color: #000000;
}
.darkgrey {
  color: #231f20;
}
.white {
  color: #ffffff;
}
.green {
  color: #29a048;
}
.grey {
  color: #939597;
}
* {
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #000000;
}
a {
  color: #efa227;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  color: #000000;
}
a img {
  border: 0;
  outline: none;
}
a img:hover {
  opacity: 0.8;
}
a.button {
  background: #efa227;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'FranklinGothicHeavyC';
}
a.button:hover {
  background: #231f20;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h1 {
  font-size: 70px;
  color: #efa227;
  margin: 0;
  font-family: 'FranklinGothicHeavyC';
}
h2 {
  font-size: 30px;
}
h3 {
  color: #231f20;
  font-family: 'FranklinGothicHeavyC';
  font-weight: normal;
  font-size: 40px;
}
h4 {
  font-size: 20px;
  color: #231f20;
  font-family: 'FranklinGothicHeavyC';
  font-weight: normal;
}
h5 {
  font-family: 'FranklinGothicHeavyC';
  font-weight: bold;
  font-size: 28px;
  margin: 10px 0;
}
h5 a:hover {
  color: #939597 !important;
}
h6 {
  font-size: 20px;
  color: #efa227;
  margin: 0;
  font-family: 'FranklinGothicHeavyC';
  text-transform: uppercase;
}
.wrapper {
  float: left;
  clear: left;
  width: 100%;
  max-width: 100%;
  z-index: 9;
}
.wrapper .wrap {
  margin: 0 auto;
  width: 1600px;
  transition: all 0.3s ease-out 0s;
}
.wrapper .wrap .container {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  padding: 0 40px;
}
.header {
  position: fixed;
  z-index: 9999;
  background: #000000;
  height: 160px;
}
.header .logo {
  float: left;
  margin: 10px 0 10px 0;
  width: 25%;
}
.header .navigation,
.header .submenu {
  float: left;
  margin: 54px 0 0 2%;
}
.header .navigation #access,
.header .submenu #access {
  clear: both;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
.header .navigation #access ul,
.header .submenu #access ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.header .navigation #access ul li,
.header .submenu #access ul li {
  float: left;
  position: relative;
}
.header .navigation #access ul li a,
.header .submenu #access ul li a {
  font-family: 'FranklinGothicHeavyC';
  color: #ffffff;
  display: block;
  line-height: 3.333em;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  cursor: pointer;
}
.header .navigation #access ul li ul,
.header .submenu #access ul li ul {
  background: #000000;
  float: left;
  left: 0;
  margin: 0;
  position: absolute;
  top: 3.333em;
  width: 250px;
  z-index: 99999;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .navigation #access ul li ul a,
.header .submenu #access ul li ul a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 20px;
  width: 210px;
}
.header .navigation #access ul li ul ul,
.header .submenu #access ul li ul ul {
  left: 100%;
  top: 0;
}
.header .navigation #access ul #menu-item-90 a,
.header .submenu #access ul #menu-item-90 a,
.header .navigation #access ul #menu-item-13 a,
.header .submenu #access ul #menu-item-13 a {
  padding: 0 5px;
  color: #efa227;
}
.header .navigation #access ul #menu-item-90 a:hover,
.header .submenu #access ul #menu-item-90 a:hover,
.header .navigation #access ul #menu-item-13 a:hover,
.header .submenu #access ul #menu-item-13 a:hover {
  color: #FFFFFF;
}
.header .navigation #access ul #menu-item-28 a,
.header .submenu #access ul #menu-item-28 a,
.header .navigation #access ul #menu-item-27 a,
.header .submenu #access ul #menu-item-27 a {
  padding: 0 5px;
  color: #efa227;
}
.header .navigation #access ul #menu-item-28 a:hover,
.header .submenu #access ul #menu-item-28 a:hover,
.header .navigation #access ul #menu-item-27 a:hover,
.header .submenu #access ul #menu-item-27 a:hover {
  color: #939597;
}
.header .navigation #access ul #menu-item-2577 a span,
.header .submenu #access ul #menu-item-2577 a span,
.header .navigation #access ul #menu-item-2563 a span,
.header .submenu #access ul #menu-item-2563 a span {
  color: #2CC4F4;
}
.header .navigation #access ul #menu-item-2576 a span,
.header .submenu #access ul #menu-item-2576 a span,
.header .navigation #access ul #menu-item-2560 a span,
.header .submenu #access ul #menu-item-2560 a span {
  color: #A8A838;
}
.header .navigation #access ul #menu-item-2581 a span,
.header .submenu #access ul #menu-item-2581 a span,
.header .navigation #access ul #menu-item-2561 a span,
.header .submenu #access ul #menu-item-2561 a span {
  color: #EE2E26;
}
.header .navigation #access ul #menu-item-2582 a span,
.header .submenu #access ul #menu-item-2582 a span,
.header .navigation #access ul #menu-item-2562 a span,
.header .submenu #access ul #menu-item-2562 a span {
  color: #F5822A;
}
.header .navigation #access ul #menu-item-2579 a span,
.header .submenu #access ul #menu-item-2579 a span,
.header .navigation #access ul #menu-item-2565 a span,
.header .submenu #access ul #menu-item-2565 a span {
  color: #B3823C;
}
.header .navigation #access ul #menu-item-2580 a span,
.header .submenu #access ul #menu-item-2580 a span,
.header .navigation #access ul #menu-item-2564 a span,
.header .submenu #access ul #menu-item-2564 a span {
  color: #A7AAAC;
}
.header .navigation #access ul #menu-item-2578 a span,
.header .submenu #access ul #menu-item-2578 a span,
.header .navigation #access ul #menu-item-2559 a span,
.header .submenu #access ul #menu-item-2559 a span {
  color: #12A54B;
}
.header .navigation #access li:hover > a,
.header .submenu #access li:hover > a,
.header .navigation #access a:focus,
.header .submenu #access a:focus {
  color: #efa227;
}
.header .navigation #access ul li:hover > ul,
.header .submenu #access ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .submenu {
  float: right;
  margin: 60px 0 0 0;
}
.header .submenu #access ul li a {
  font-size: 14px;
  color: #939597;
}
.header .submenu #access ul #menu-item-28 a,
.header .submenu #access ul #menu-item-27 a {
  font-size: 10px;
  line-height: 5em;
}
.header a.mobileMenuButton {
  display: none;
}
.header.small {
  height: 80px;
}
.header.small .logo {
  width: 10%;
}
.header.small .navigation {
  margin: 15px 0 0 2%;
}
.header.small .submenu {
  margin: 20px 0 0 0;
}
.headermargin {
  background: #000;
}
.headermargin.large {
  margin: 160px 0 0;
}
.headermargin.small {
  margin: 80px 0 0;
}
.header,
.headermargin,
.navigation,
.submenu,
.logo {
  transition: .7s all;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
}
.feature {
  background-attachment: scroll;
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  padding: 15% 0;
  color: #ffffff;
  text-align: center;
}
.fixed {
  background-attachment: fixed;
}
#about {
  margin: 0;
}
.boot-tech {
  background-attachment: scroll !important;
  background-position: center !important;
}
.singlepages {
  z-index: 99;
  padding: 5% 0 5%;
  margin: 0;
  background-position: center center;
  background-image: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/gradient_03.jpg');
}
.singlepages .text {
  width: 50%;
  float: left;
}
.singlepages .text h1 {
  color: #FFFFFF;
  font-size: 50px;
}
.singlepages .text h1.large {
  font-size: 80px;
}
.singlepages .text img {
  width: 400px;
  margin: 0 0 20px;
}
.singlepages a.img {
  width: 40%;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.singlepages a.img img.zoooom:hover {
  opacity: 1;
}
.cycle-slideshow {
  margin: 0;
  width: 100%;
  background-color: #000;
}
.cycle-slideshow .banner {
  height: 950px;
  text-align: left;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 400px 0 0;
}
.cycle-slideshow .banner h1 {
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 70px;
  color: #ffffff;
  font-family: 'FranklinGothicHeavyC';
  font-weight: normal;
  margin: 0;
}
.cycle-slideshow .banner h1 span {
  font-size: 80px;
  letter-spacing: -2px;
  color: #efa227;
  font-family: 'FranklinGothicHeavyC';
  position: relative;
  top: auto;
  height: auto;
}
.cycle-slideshow .banner-no1 {
  padding: 100px 0 0;
  background-attachment: scroll;
}
.cycle-slideshow .banner-no1 .logo {
  position: absolute;
  left: 0;
}
.cycle-slideshow .banner-no1 .harley {
  float: left;
  width: 50%;
  margin: 5% 0 0;
}
.cycle-slideshow .banner-no1 .text {
  float: right;
  width: 40%;
}
.cycle-slideshow .banner-no1 h1 {
  font-size: 50px !important;
}
.cycle-slideshow .banner-no1 h1 span {
  font-size: 50px !important;
}
.cycle-slideshow span.arrow {
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 80px;
  margin-top: 15px;
}
.cycle-slideshow #next {
  right: 1%;
}
.cycle-slideshow #prev {
  left: 1%;
}
.postcode {
  background-attachment: scroll;
  background-position: center bottom;
  padding: 5% 0 35%;
  margin: 0;
}
.postcode #postcodeSearch {
  position: relative;
}
.postcode #postcodeSearch input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  width: 400px;
  color: #939597;
}
.postcode #postcodeSearch button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  cursor: pointer;
  font-size: 30px;
  height: 45px;
  margin: 0 -195px 0 0;
  position: absolute;
  right: 50%;
  width: 40px;
  z-index: 99;
}
.postcode #postcodeSearch button:hover {
  color: #efa227;
}
.postcode #gform_2 {
  position: relative;
}
.postcode #gform_2 label {
  display: none;
}
.postcode #gform_2 input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  width: 400px;
  color: #939597;
}
.postcode #gform_2 #gform_submit_button_2 {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 50px;
  cursor: pointer;
  font-size: 30px;
  height: 45px;
  margin: 0 -195px 0 0;
  position: absolute;
  right: 51%;
  width: 40px;
  z-index: 99;
}
.postcode #gform_2 #gform_submit_button_2:hover {
  color: #efa227;
}
.postcode #gform_2 .ginput_container {
  text-align: center;
}
.postcode a:hover {
  color: #ffffff;
}
.main {
  padding: 5% 0;
  background: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/bg.jpg') repeat;
}
.main #tabs ul {
  float: right;
  margin: -120px 0 0;
  padding: 0;
}
.main #tabs ul li {
  display: inline-block;
  float: left;
  height: 94px;
  width: 94px;
  margin: 0 5px;
}
.main #tabs ul li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 100%;
  text-indent: -999em;
  width: 100%;
}
.main #tabs ul li .r {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_03.png);
}
.main #tabs ul li .r:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_03.png);
}
.main #tabs ul li .p {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_05.png);
}
.main #tabs ul li .p:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_05.png);
}
.main #tabs ul li .n {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_07.png);
}
.main #tabs ul li .n:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_07.png);
}
.main #tabs ul li .s {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_09.png);
}
.main #tabs ul li .s:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_09.png);
}
.main #tabs ul li .sc {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_11.png);
}
.main #tabs ul li .sc:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_11.png);
}
.main #tabs ul li .se {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_13.png);
}
.main #tabs ul li .se:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_13.png);
}
.main #tabs ul li .t {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/series_icons_15.png);
}
.main #tabs ul li .t:hover {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_15.png);
}
.main #tabs ul .ui-tabs-active .r {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_03.png);
}
.main #tabs ul .ui-tabs-active .p {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_05.png);
}
.main #tabs ul .ui-tabs-active .n {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_07.png);
}
.main #tabs ul .ui-tabs-active .s {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_09.png);
}
.main #tabs ul .ui-tabs-active .sc {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_11.png);
}
.main #tabs ul .ui-tabs-active .se {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_13.png);
}
.main #tabs ul .ui-tabs-active .t {
  background-image: url(https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/hover_series_icons_15.png);
}
.main #tabs .tab-content {
  border-width: 0;
  display: block;
  float: left;
  margin: 50px 0;
  padding: 0;
  width: 100%;
}
.main #tabs .tab-content a {
  color: #231f20;
  transition: none;
}
.main #tabs .tab-content a div {
  margin-bottom: 40px;
}
.main #tabs .tab-content a div h5 {
  margin: 20px 0;
}
.main #tabs .tab-content a div img {
  width: 80%;
}
.main #tabs .tab-content a div .black:hover {
  color: #efa227;
}
.main #tabs .tab-content a div:hover {
  color: #efa227;
}
.main #tabs .tab-content a div:hover img {
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1.2);
  /* Firefox */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
  opacity: 1;
}
.main #tabs .tab-content p.viewall {
  display: inline-table;
  font-family: "FranklinGothicHeavyC";
  font-size: 30px;
  margin: 50px 0 0;
  text-align: center;
  width: 100%;
}
.main #tabs .tab-content p.viewall a {
  transition: none;
}
.main #tabs .tab-content p.viewall a img {
  margin: -5px 0 0;
}
.main #tabs .tab-content p.viewall a:hover {
  color: #4E4A4B;
}
.main #tabs .tab-content p.viewall a:hover > img {
  opacity: 0.8;
  transform: none;
}
.main .fb_iframe_widget {
  display: table !important;
  margin: 40px auto 0 !important;
}
.main .fb_iframe_widget span {
  width: 500px !important;
}
.main .post {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #EEEEEE;
  float: left;
  width: 100%;
}
.main a.img img {
  margin: 20px 0 0;
  width: 30%;
}
.main .rows {
  float: left;
  width: 100%;
}
.main .rows .boot {
  margin: 20px 0;
}
.page-id-135 .main,
.page-id-5 .main {
  background: #ffffff;
}
.signup {
  margin-bottom: 386px !important;
  background-attachment: fixed;
}
.footer {
  background-image: url('https://www.mongrelboots.com.au/wp-content/themes/mongrelboots_v1.1/less/../images/badge2.png');
  background-repeat: no-repeat;
  background-position: right -50px bottom 0px;
  background-color: #000000;
  background-size: 300px;
  color: #939597;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  z-index: 0;
}
.footer h4 {
  color: #efa227;
  border-bottom: 1px solid #939597;
  width: 75%;
}
.footer .col-lg-3 {
  padding: 20px 0;
}
.footer ul.menu {
  margin: 0;
  padding: 0;
}
.footer ul.menu li {
  display: block;
  list-style-type: none;
  padding: 2px 0;
}
.footer ul.menu li a {
  color: #ffffff;
}
.footer ul.menu li a:hover {
  color: #efa227;
}
.footer ul.menu #menu-item-2632 a span {
  color: #2CC4F4;
}
.footer ul.menu #menu-item-2631 a span {
  color: #A8A838;
}
.footer ul.menu #menu-item-2636 a span {
  color: #EE2E26;
}
.footer ul.menu #menu-item-2637 a span {
  color: #F5822A;
}
.footer ul.menu #menu-item-2634 a span {
  color: #B3823C;
}
.footer ul.menu #menu-item-2635 a span {
  color: #A7AAAC;
}
.footer ul.menu #menu-item-2633 a span {
  color: #12A54B;
}
.footer .copyright {
  color: #939597;
  font-size: 14px;
  clear: both;
}
.footer .extra {
  font-size: 14px;
  text-align: right;
}
.footer .extra a {
  padding: 0 5px;
  color: #939597;
}
#gform_1 label {
  display: none !important;
}
#gform_1 .gform_button {
  background: #efa227;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
#gform_1 .gform_button:hover {
  background: #231f20;
}
.wpsl-input {
  width: 30%;
  box-sizing: border-box;
}
.wpsl-select-wrap {
  width: 50%;
  box-sizing: border-box;
}
.wpsl-select-wrap #wpsl-radius {
  width: 50%;
}
.wpsl-select-wrap #wpsl-radius label {
  width: auto;
}
.wpsl-search-btn-wrap {
  width: 15%;
  box-sizing: border-box;
}
.wpsl-search-btn-wrap input#wpsl-search-btn {
  background: #efa227;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 5px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.wpsl-search-btn-wrap input#wpsl-search-btn:hover {
  background: #231f20;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
  height: 2000px !important;
}
h4.ui-accordion-header {
  font-weight: normal !important;
  font-size: 24px !important;
  cursor: pointer !important;
  border: none !important;
}
h4.ui-accordion-header span {
  display: none;
}
h4.ui-state-active {
  background: #efa227 !important;
  border: 1px solid #efa227 !important;
}
.zoomLens {
  background-color: #F4F8F7;
}
@media screen and (min-width: 1024px) {
  .navigation,
  .submenu {
    display: block !important;
  }
}
@media screen and (max-width: 1600px) {
  .wrapper .wrap {
    width: 1200px;
  }
  .header {
    height: 120px;
  }
  .header .logo {
    width: 22%;
  }
  .header .navigation {
    margin: 42px 0 0 2.5%;
  }
  .header .navigation #access ul li a {
    font-size: 16px;
  }
  .header .submenu {
    margin: 45px 0 0 0%;
  }
  .header.small .logo {
    width: 13%;
  }
  .headermargin.large {
    margin: 120px 0 0;
  }
  .headermargin.small {
    margin: 120px 0 0;
  }
  .cycle-slideshow .banner {
    height: 700px;
    padding: 250px 0 0;
  }
  .cycle-slideshow .banner h1 {
    margin: 0px 0 0 0px;
  }
  .cycle-slideshow .banner-no1 {
    padding: 100px 0 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .wrap {
    width: 1024px;
  }
  .cycle-slideshow .banner {
    height: 500px;
    padding: 150px 0 0;
  }
  .cycle-slideshow .banner h1 {
    margin: 00px 0 0;
  }
  .cycle-slideshow .banner-no1 {
    padding: 50px 0 0 !important;
  }
  .header {
    height: 100px;
  }
  .header .logo {
    width: 20%;
  }
  .header .navigation {
    margin: 35px 0 0 2%;
  }
  .header .navigation #access ul li a {
    font-size: 15px;
  }
  .header .submenu {
    margin: 42px 0 0;
  }
  .header .submenu #access ul li a {
    font-size: 11px;
  }
  .header .submenu #access ul li#menu-item-27 a,
  .header .submenu #access ul li#menu-item-28 a {
    line-height: 4em;
  }
  .header.small .logo {
    width: 13%;
  }
  .headermargin.large {
    margin: 100px 0 0;
  }
  .headermargin.small {
    margin: 100px 0 0;
  }
  .main #tabs ul {
    float: none;
    margin: 0;
    width: 100%;
  }
  .singlepages {
    padding: 5% 0 40%;
  }
  .singlepages .text {
    width: 100%;
    float: left;
    margin: 0 0 10%;
    text-align: center;
  }
  .singlepages a.img {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 85%;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .wrapper .wrap {
    width: 767px;
  }
  .header .logo {
    width: 25%;
  }
  .header .navigation {
    margin: 35px 0 0 1%;
  }
  .header .navigation #access ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .header .submenu {
    margin: 0px 0 10px;
  }
  .header .submenu #access ul li a {
    font-size: 11px;
    padding: 0 10px;
  }
  .header {
    position: relative;
    height: auto;
  }
  .header .logo {
    float: left;
    width: 80%;
    margin: 10px 0 20px;
  }
  .header .logo img {
    max-width: 80%;
  }
  .header .navigation,
  .header .submenu {
    width: 100%;
    margin: 0;
    display: none;
  }
  .header .navigation #access ul li,
  .header .submenu #access ul li {
    width: 100%;
  }
  .header .navigation #access ul li a,
  .header .submenu #access ul li a {
    line-height: 2.333em;
    border-top: 1px dotted #4d4b43;
    font-size: 15px;
  }
  .header .navigation #access ul li ul,
  .header .submenu #access ul li ul {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=0);
  }
  .header .navigation #access ul li ul a,
  .header .submenu #access ul li ul a {
    width: 100%;
  }
  .header .navigation #access ul li:hover > ul,
  .header .submenu #access ul li:hover > ul {
    display: block;
  }
  .header a.mobileMenuButton {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 20px;
    margin: 15% 0 0;
    text-align: center;
    width: 20%;
  }
  .header.small {
    height: auto;
  }
  .header.small .logo {
    width: 80%;
  }
  .headermargin.large {
    display: none;
  }
  .headermargin.small {
    display: none;
  }
  .cycle-slideshow .banner {
    height: 400px;
    padding: 100px 0 0;
  }
  .cycle-slideshow .banner h1 {
    margin: 0;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: normal;
    text-align: center;
  }
  .cycle-slideshow .banner h1 span {
    font-size: 40px;
  }
  .cycle-slideshow .banner p {
    text-align: center;
  }
  .cycle-slideshow .banner p a {
    font-size: 14px;
  }
  .cycle-slideshow .banner-no1 h1 {
    font-size: 25px !important;
  }
  .cycle-slideshow .banner-no1 h1 span {
    font-size: 25px !important;
  }
  .cycle-slideshow span {
    font-size: 16px;
  }
  .footer {
    position: relative;
    bottom: auto;
  }
  .footer .container .col-lg-3 {
    width: 50%;
  }
  .footer .container .contact {
    clear: both;
  }
  .main #tabs ul li {
    height: 80px;
    width: 80px;
  }
  .socialmedia .fb-page {
    width: 48%;
    box-sizing: border-box;
    margin: 0 1%;
    margin: 0 !important;
    display: inline-block !important;
    float: left;
  }
  .socialmedia .instagram {
    width: 48%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 1%;
    float: right;
  }
  .feature {
    margin: 0;
  }
  .signup {
    margin-bottom: 0 !important;
  }
  .singlepages {
    padding: 5% 0 40%;
  }
  .singlepages .text img {
    width: 50%;
  }
  .singlepages .text h1 {
    font-size: 30px;
  }
  .singlepages .text h1.large {
    font-size: 40px;
  }
  .singlepages a.img {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 85%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .wrapper .wrap {
    width: 100%;
  }
  .wrapper .wrap .container {
    padding: 0 5%;
  }
  .header {
    position: relative;
    height: auto;
  }
  .header .logo {
    float: left;
    width: 80%;
    margin: 10px 0 20px;
  }
  .header .logo img {
    max-width: 80%;
  }
  .header .navigation,
  .header .submenu {
    width: 100%;
    margin: 0;
    display: none;
  }
  .header .navigation #access ul li,
  .header .submenu #access ul li {
    width: 100%;
  }
  .header .navigation #access ul li a,
  .header .submenu #access ul li a {
    line-height: 2.333em;
    border-top: 1px dotted #4d4b43;
    font-size: 15px;
  }
  .header .navigation #access ul li ul,
  .header .submenu #access ul li ul {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=0);
  }
  .header .navigation #access ul li ul a,
  .header .submenu #access ul li ul a {
    width: 100%;
  }
  .header .navigation #access ul li:hover > ul,
  .header .submenu #access ul li:hover > ul {
    display: block;
  }
  .header a.mobileMenuButton {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 20px;
    margin: 15% 0 0;
    text-align: center;
    width: 20%;
  }
  .feature {
    margin: 0 !important;
    background-attachment: scroll;
  }
  .cycle-slideshow .banner {
    background-attachment: scroll;
    height: 250px;
    padding: 50px 0 0;
  }
  .cycle-slideshow .banner h1 {
    font-size: 30px !important;
    letter-spacing: -1px;
    line-height: normal;
    text-align: center;
    margin: 0;
  }
  .cycle-slideshow .banner h1 span {
    font-size: 30px;
  }
  .cycle-slideshow .banner-no1 {
    padding: 0 0 0 !important;
  }
  .cycle-slideshow .banner-no1 h1 {
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
  .cycle-slideshow .banner-no1 h1 span {
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
  .cycle-slideshow .banner-no1 .logo {
    display: none;
  }
  .cycle-slideshow #prev,
  .cycle-slideshow #next {
    margin: -50px 0 0;
  }
  .main {
    margin: 0 !important;
  }
  .main #tabs ul li {
    height: 80px;
    margin: 0;
    width: 14%;
  }
  .postcode {
    padding: 5% 0 70%;
  }
  .postcode input {
    width: 100% !important;
  }
  .postcode button {
    margin: 0 !important;
    position: absolute !important;
    right: 0 !important;
  }
  .postcode input#gform_submit_button_2 {
    margin: 0 !important;
    position: absolute !important;
    right: 0 !important;
    width: 45px !important;
    top: -80px !important;
    height: 45px !important;
    padding: 0 !important;
  }
  .socialmedia {
    display: none;
  }
  .footer h4 {
    width: 90%;
  }
  .footer .logo img {
    max-width: 95%;
  }
  img.alignright,
  img.alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .signup {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 430px) {
  .main #tabs ul li {
    width: 25%;
  }
}
.harley-comp {
  padding: 5% 0;
  background-position: center;
}
.harley-comp .comp-left {
  float: left;
  width: 47.5%;
  text-align: center;
}
.harley-comp .comp-left .buy {
  color: #efa227;
  font-size: 34px;
  font-family: 'FranklinGothicHeavyC';
  text-transform: uppercase;
  font-weight: normal;
  line-height: 50px;
}
.harley-comp .comp-left .win {
  color: #efa227;
  font-size: 130px;
  font-family: 'FranklinGothicHeavyC';
  text-transform: uppercase;
  line-height: 110px;
}
.harley-comp .comp-left .title {
  color: #efa227;
  font-size: 13px;
  font-family: 'FranklinGothicHeavyC';
  text-transform: uppercase;
  line-height: 14px;
}
.harley-comp .comp-right {
  float: right;
  width: 47.5%;
}
.harley-comp .comp-right .enter {
  color: #efa227;
  font-size: 40px;
  font-family: 'FranklinGothicHeavyC';
  text-transform: uppercase;
  font-weight: normal;
  line-height: 50px;
}
.harley-comp .comp-right p.description {
  color: #efa227;
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.harley-comp .comp-right .comp-form li.gfield {
  margin-top: 5px;
}
.harley-comp .comp-right .comp-form li.gfield label {
  display: none !important;
}
.harley-comp .comp-right .comp-form li.gfield input {
  color: #000000;
  border: 1px solid #efa227;
  border-radius: 3px;
  padding: 5px 10px !important;
  font-size: 13px !important;
  line-height: 24px;
}
.harley-comp .comp-right .comp-form li.gfield input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form li.gfield input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4;
  opacity: 1;
}
.harley-comp .comp-right .comp-form li.gfield input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  opacity: 1;
}
.harley-comp .comp-right .comp-form li.gfield input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form li.gfield input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form #field_3_7 {
  color: #faa61a;
  font-size: 15px;
  font-family: 'FranklinGothicHeavyC';
  line-height: 14px;
  text-align: center;
  padding: 10px 0;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6 {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #efa227;
  border-radius: 3px;
  padding: 0 10px !important;
  font-size: 13px !important;
  position: relative;
  height: 34px;
  text-align: left !important;
  width: 100%;
  float: left;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 2px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  background: #efa227;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'FranklinGothicHeavyC';
  height: 34px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6::-webkit-file-upload-button:hover {
  background: #231f20;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4;
  opacity: 1;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  opacity: 1;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form #field_3_6 #input_3_6::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4;
}
.harley-comp .comp-right .comp-form input#gform_submit_button_3 {
  background: #efa227;
  color: #ffffff;
  font-size: 20px;
  display: table;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'FranklinGothicHeavyC';
  border: none;
  margin: 0 auto;
}
.harley-comp .comp-right .comp-form input#gform_submit_button_3:hover {
  background: #231f20;
}
.harley-comp .comp-right .comp-form div.validation_error {
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 13px;
  padding: 10px 0;
  font-weight: normal;
  margin: 0 0 10px;
  background: #efa227;
  padding: 10px 0 10px;
}
.harley-comp .comp-right .comp-form li.gfield.gfield_error {
  background: none;
  color: #efa227;
  border: none;
  padding: 0;
}
.harley-comp .comp-right .comp-form .validation_message {
  color: #efa227;
  padding: 5px 0 10px;
}
.harley-comp .comp-right .tcs {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 20px;
  background: #000;
  font-size: 10px;
  color: #FFFFFF;
}
.harley-comp .comp-right .tcs::-webkit-scrollbar {
  width: 10px;
}
.harley-comp .comp-right .tcs::-webkit-scrollbar-track {
  background: #fafafa;
}
.harley-comp .comp-right .tcs::-webkit-scrollbar-thumb {
  background: #b9b9b9;
  border-radius: 10px;
}
.harley-comp .comp-tcs {
  float: left;
  width: 100%;
  padding: 20px;
  color: #BBBBBB;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .harley-comp .comp-left {
    width: 100%;
  }
  .harley-comp .comp-right {
    width: 100%;
  }
}
