

@media screen and (min-width:1024px){

  .tab {display: none !important;}
  .mob-tab {display: none !important;}


  .creditcards {
    margin: auto;
}
header.header {
  align-items: center;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
header .contact-link {
  margin-top: auto !important;
}
.creditcards .flexRow {
  margin: auto !important;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.creditcards .flexRow > .contact-link {
  margin: initial !important;
}
.parent > .div3 {
  padding-top: 10px;
}
.parent .div2 h2 {
  margin-bottom: -10px;
}




  
} /* /min-width:1024px 
----------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1300px){

  .creditcards {
    margin: auto;
}
header.header {
  align-items: center;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
header .contact-link {
  margin-top: auto !important;
}
.creditcards h4 {
  font-size: 0.9rem;
}
.creditcards .flexRow {
  margin: auto !important;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.creditcards .flexRow > .contact-link {
  margin: initial !important;
}
img.creditcard {
  max-width: 270px;
}



  
} /* /min-width:1024px 
----------------------------------------------------------------------- */


@media screen and (max-width: 1023px) {

  * {box-sizing:border-box;max-width:100%;}
  table {table-layout:fixed; width:100%;}
  img { height:auto; image-rendering: -webkit-optimize-contrast;}
  body {margin: 0px;padding: 0px;}
  iframe { max-width:100% !important;}
  object { max-width:100% !important;}
  .pc {display: none !important;}
figcaption {
	width: 90% !important;
}

  header.header {
    margin: 0;
    border: none;
    align-items: center;
    padding: 10px 15px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    justify-content: center;
  }
  img.logo {
    width: auto !important;
    height: 50px;
  }
  header a.contact-link2 {
    display: none;
  }
  ul#menu {
    transform: translate(-350px, 0);
    max-width: 100%;
    top: 0;
    width: 300px;
    margin: 0 !important;
    position: fixed;
    left: 0;
    height: 100%;
    overflow: auto;
    padding: 70px 20px 60px 20px;
  }
  #menuToggle input:checked ~ ul {
    max-width: unset;
    transform: translate(0, 0);
  }
  ul#menu li {
    margin: 0 0;
  }
  #menuToggle #menu a {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    width: 100%;
  }
  .creditcards {
    z-index: 0;
  }
  header .contact-link {
    display: none;
  }
  #mobile-footer {
    background-color: #0022F1;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 5px 15px;
    gap: 30px;
    justify-content: space-between;
margin-top:100px !important;
  }
  .mob-footer-link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
  }
  .mob-footer-link i {
    font-size: 1.5rem;
  }
  .mob-footer-link .contact-link2 {
    display: inline-flex;
    flex-direction: column;
    color: #fff !important;
  }
  header img.creditcard {
    display: none;
}
div#___gcse_0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: all;
}
.search_open div#___gcse_0 {
  transform: scale(1);
}
div.gsc-control-cse {
  width: 95% !important;
  margin: auto;
  display: block;
}
#close_search {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999999;
  transform: scale(0);
}
.search_open #close_search {
  transform: scale(1);
}
nav.hide {
  display: block !important;
}
.mainnav {
  display: none !important;
}
div#menuToggle {
  position: absolute;
  left: 20px;
  top: 35%;
}
.mobnav_open div#menuToggle {
  transform: none;
}



a.top {
  position: fixed;
  bottom: 60px;
  right: 5px;
  margin: auto !important;
  font-size: 0.8rem;
  color: #fff !important;
  z-index: 9;
}
.mobnav_open a.top {
  z-index: 0;
}

ul.slides {
  max-width: unset;
}
div .flex-direction-nav a {
  z-index: 1;
}

div.parent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.parent > .div1 {
  order: -10;
}
.parent > .div2 {
  order: -9;
}
.parent > .div4 {
  order: -8;
}
.parent > .div3 {
  order: -7;
}
.parent > .div5 {
  order: -6;
}
.parent > .div7 {
  order: -5;
}




} /* /max-width:1023px 
----------------------------------------------------------------------- */


@media screen and (min-width: 768px) and (max-width: 1023px) {

  div.container {
    grid-template-columns: auto;

}
img#pic1 {
  max-width: calc(50vw - 50px);
}
form select {
  width: 50%;
  height: 30px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]) {
  display: block;
  width: 50%;
  height: 30px;
}
div.flexslider {
  max-width: calc(50vw - 50px);
}
.flex-direction-nav a.flex-prev {
  left: 0;
}
div .flex-direction-nav .flex-next {
  right: 0;
}
div .flex-direction-nav a {
  opacity: 1;
  z-index: 1;
  margin: 0;
  top: 100px;
}
table.motors_table {
  margin-left: auto;
  margin-right: auto;
}





} /* /(min-width: 768px) and (max-width: 1023px) 
----------------------------------------------------------------------- */


@media screen and (min-width:768px){

.mob {display: none !important;}

} /* /min-width:768px 
----------------------------------------------------------------------- */

@media screen and (max-width:767px){
  


.tab {display: none !important;}

div#___gcse_0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: all;
}
.search_open div#___gcse_0 {
  transform: scale(1);
}
header img.creditcard {
  display: none;
}
#close_search {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999999;
  transform: scale(0);
}
.search_open #close_search {
  transform: scale(1);
}
header div.creditcards {
  display: initial !important;
}
header .logo-container + .creditcards {
  display: none !important;
}
body.search_open .logo-container + .creditcards {
  z-index: -1;
}
body.search_open div#menuToggle {
  z-index: -1;
}

div.gsc-control-cse {
  width: 95% !important;
  margin: auto;
  display: block;
}
table.gsc-search-box > tbody > tr {
  display: flex;
}
table.gsc-search-box > tbody > tr > td.gsc-clear-button {
  display: none;
}
table.gsc-search-box > tbody > tr > td.gsc-search-button {
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
table.gsc-search-box {
  margin-left: auto;
  margin-right: auto;
}


div.content {
  column-gap: 0 !important;
}
.content .ptext {
  grid-row: auto !important;
  margin-bottom: auto;
}
.content .title {
  margin-bottom: auto;
}
img#pic1 {
  margin: 0px auto 30px auto;
}
div.content + hr {
  margin-top: 20px !important;
}
a.top {
  position: fixed;
  bottom: 60px;
  right: 5px;
  margin: auto !important;
  font-size: 0.8rem;
  color: #fff !important;
  z-index: 9;
}
body.search_open a.top {
  z-index: -1;
}
div.modal-content {
  max-width: 96%;
  padding: 20px;
}



a.block {
  height: auto !important;
  width: 100% !important;
}
a.block img {
  aspect-ratio: 4/3;
  margin: 0 auto;
}
div.container1 {
  max-width: 100%;
  grid-template-columns: auto;
}
body main {
  width: 100%;
}
div.container {
	min-height: unset;
	display: flex;
	flex-wrap: wrap;
		margin-bottom:60px;
}
.logo-container {
  justify-content: center;
  padding: 0;
}


div.parent {
  width: 80%;
}
form select {
  display: block;
  width: 70%;
  height: 30px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=reset]) {
  display: block;
  width: 70%;
  height: 30px;
}
input[type="submit"] {
  display: inline-flex;
  padding: 5px 15px;
  margin: 5px auto;
}
div.flex-viewport {
  max-height: unset;
}
ul.slides {
  max-width: unset;
}
div.flexslider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.search_open div.flexslider {
  z-index: -1;
}
table.motors_table {
  max-width: 90% !important;
  margin: auto;
  margin-bottom: 100px;
}
table.motors_table th h2 {
  font-size: 1.2rem;
  line-height: 1.4;
}
table.motors_table td {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 5px 0;
  border: solid 1px #eee;
}
.mob_footer_after {
  min-height: 50px;
}






} /* /max-width:767px 
----------------------------------------------------------------------- */