html,
body,
div,
h1,
h2,
h3,
form,
label,
a,
span,
header,
section,
article,
aside,
nav,
footer,
hgroup {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  outline: 0
}

header,
section,
article,
aside,
nav,
footer,
hgroup {
  display: block
}

body {
  font: 12px/18px 'Noto Sans', Arial, Helvetica, sans-serif
}

a {
  text-decoration: none
}

h2,
h3,
h4,
h5 {
  margin-top: .5em
}

p {
  margin-top: 1.5em
}

img {
  border: 0
}

label.error {
  color: red;
  display: block
}

.floatLeft {
  float: left
}

.floatRight {
  float: right
}

.clear {
  clear: both
}

.overflow {
  overflow: hidden
}

.shadow {
  box-shadow: 0 0 3px #000
}

.imgleft {
  float: left;
  margin-right: 8px
}

.imgright {
  float: right;
  margin-left: 8px
}

.blockcenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.red {
  color: #AE263A
}

.yt-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.yt-video iframe,
.yt-video object,
.yt-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

a {
  color: #009ada
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #505050;
  font-weight: normal;
  font-size: 20px
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: semi-bold;
  color: #009ada;
  font-size: 16px
}

html {
  overflow-x: hidden
}

body {
  /*border-top: 3px solid #5391c6*/
}

#wrapper {
  width: 966px;
  margin: 0 auto
}

header {
  height: 200px;
  position: relative;
  border-bottom: 1px solid #969696
}

header #headerBG {
  width: 465px;
  height: 177px;
  background: url(assets/images/bg.jpg)center top no-repeat;
  position: absolute;
  top: -3px;
  right: -130px;
  z-index: 0
}

header .logo {
  float: left;
  margin-top: 23px
}

header #headerInfo {
  float: right;
  position: relative;
  z-index: 999;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 24px;
  margin: 20px 70px 0 0
}

#headerInfo a {
  color: #fff
}

#headerInfo .phone {
  font-size: 26px;
  display: block
}

header .offersLink {
  position: absolute;
  right: 170px;
  top: 60px
}

header #socials {
  right: 0;
  bottom: 4px;
  position: absolute;
  z-index: 2
}

header #socials a {
  display: inline-block;
  *display: inline;
  zoom: 1
}

header #facebookLike {
  position: absolute;
  right: 5px;
  bottom: 40px;
  z-index: 999;
  width: 90px;
  overflow: hidden
}

nav {
  clear: both;
  height: 34px;
  width: 640px;
  border-radius: 4px 4px 0 0;
  background: url(assets/images/nav-bg.jpg)left top repeat;
  position: relative;
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

nav ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative
}

nav ul li a {
  height: 34px;
  line-height: 34px;
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 0 14px
}

nav ul li a:hover {
  color: #3bacde
}

nav ul li ul {
  display: none;
  width: 215px;
  top: 34px;
  position: absolute;
  left: 0;
  text-align: left;
  background: url(assets/images/subnav-bg.jpg)left top repeat;
  box-shadow: 0 0 4px #000
}

nav ul li ul li {
  display: block
}

nav ul li:hover ul {
  display: block
}

#banner {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  padding-top: 15px;
  text-align: center;
  position: relative
}

#bannerRotation {
  width: 940px;
  height: 342px;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}
#banner-nav{
  align-content: center;
  justify-content: center;
  display: flex;
  max-width: 940px;
  margin: auto;
  z-index: 1000;
  background: #969696;
  padding: .5em 0;
}
#banner-nav li{
  background: #fff;
  border: none;
  border-radius: 50%;
  margin: auto 10px;
  height: 25px;
  width: 25px;
}
#banner-nav li a{
  height: 100%;
  width: 100%;
}
#banner-nav li.active{
  background: #fff;
  border: none;
}
#banner-nav li:hover{
  background: #2A2A2A;
  border: none;
}
div.banner1,
div.banner2,
div.banner3,
div.banner4,
div.banner5,
div.banner6,
div.banner7 {
  width: 940px;
  height: 342px;
  position: absolute;
  border-top: 5px solid #29292a;
  top: 0;
  left: 0;
  margin: 0 auto
}
.banner5 a,
.banner6 a,
.banner7 a{
  display: block;
  height: 100%;
}

div.banner1 {
  background: url(assets/images/banner7.jpg)center top no-repeat
}

div.banner2 {
  background: url(assets/images/banner2.jpg)center top no-repeat
}

div.banner3 {
  background: url(assets/images/banner3.jpg)center top no-repeat
}

div.banner4 {
  background: url(assets/images/banner4.jpg)center top no-repeat
}

div.banner5 {
  background: url(assets/images/banner08.jpg)center top no-repeat
}

div.banner6 {
  background: url(assets/images/banner09.jpg)center top no-repeat
}
div.banner7 {
  background: url(assets/images/banner11.jpg)center top no-repeat
}

div.slide div,
div.bannerBlurb {
  width: 460px;
  height: 80px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, .6);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  right: 0;
  top: 200px;
  position: absolute;
  font-size: 13px;
  text-align: left
}

div.bannerBlurb {
  top: 130px;
  right: 12px
}

div.banner1 div h1,
div.bannerBlurb h1 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif
}

#callouts {
  text-align: center;
  margin-top: 2px
}

#callouts>div {
  position: relative;
  display: inline-block;
  width: 234px;
  margin-left: -1px
}

#callouts .calloutContent {
  display: none;
  position: absolute;
  width: 204px;
  height: 310px;
  padding: 15px;
  background: rgba(228, 228, 228, .9);
  bottom: 66px;
  z-index: 1000;
  text-align: left;
  color: #454545;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px
}

#callouts .calloutContent h2 {
  color: #1999d5;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  line-height: 23px
}

#callouts .calloutContent a {
  color: #454545
}

#callouts .calloutButton {
  background: #5391c6;
  width: 105px;
  height: 48px;
  padding: 18px 65px 0 65px;
  color: #fff;
  cursor: pointer;
  display: block
}

#callouts .calloutButton:hover,
#callouts div:hover .calloutButton {
  background: #7bafd8;
  background: -moz-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #7bafd8), color-stop(100%, #5391c6));
  background: -webkit-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -o-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -ms-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: radial-gradient(ellipse at center, #7bafd8 0, #5391c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bafd8', endColorstr='#5391c6', GradientType=1);
  box-shadow: inset 0 5px 0 0 #000
}

#content {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  padding: 30px 0
}

#content h1 {
  background: url(assets/images/h1-bg.jpg)center top no-repeat;
  width: 630px;
  padding: 55px 298px 0 36px;
  height: 115px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 31px;
  line-height: 35px;
  font-weight: normal;
  margin-left: -34px
}

article {
  width: 600px;
  float: left;
  margin-left: 34px;
  color: #454545;
  font-size: 12px
}

aside {
  width: 209px;
  float: right;
  margin-top: 200px
}

footer {
  background: url(assets/images/footer-bg.jpg)center top no-repeat;
  min-height: 197px
}

footer ul#footerNav {
  float: left;
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 0
}

ul#footerNav a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 20px
}

#footerTest {
  float: left;
  width: 490px;
  margin: 28px 0 0 107px;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden
}

#footerTest div {
  position: absolute;
  top: 0;
  left: 0
}

#footerTest p {
  margin: 10px 0
}

#footerTest a {
  display: block;
  clear: both;
  width: 190px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #609bcc;
  margin: 100px auto 0 auto;
  text-align: center
}

#footerContact {
  float: right;
  color: #fff;
  font-size: 12px;
  margin-right: 40px
}

#footerContact h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

#footerContact a.mapit {
  display: block;
  font-size: 13px;
  color: #fff;
  background: #2f6492;
  float: left;
  padding: 4px;
  margin: 10px 0
}

#footerContact a {
  color: #fff
}

footer .copy {
  clear: both;
  text-align: center;
  padding-top: 25px;
  font-size: 10px
}

footer .copy img {
  vertical-align: middle;
  margin-top: -3px
}

#hours {
  background: #7bafd8;
  background: -moz-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #7bafd8), color-stop(100%, #5391c6));
  background: -webkit-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -o-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -ms-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: radial-gradient(ellipse at center, #7bafd8 0, #5391c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bafd8', endColorstr='#5391c6', GradientType=1);
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 5px 0;
  margin-bottom: 15px
}

#guide {
  background: url(assets/images/guide-callout.jpg)center top no-repeat;
  height: 174px;
  width: 169px;
  padding: 190px 20px 0 20px;
  ;
  color: #4f4f4f;
  font-size: 17px;
  text-align: center;
  display: block
}

hr {
  color: #aaa;
  background: #aaa;
  border: 1px solid #1px solid #aaa;
  margin: 33px 0
}

.productLogos {
  text-align: center
}

.productLogos img {
  margin: 33px;
  vertical-align: middle
}

.makesSpecial {
  background: url(assets/images/make-special.jpg)left top no-repeat;
  width: 235px;
  height: 147px;
  padding: 10px 15px 0 330px
}

.imageLeft {
  float: left;
  margin: 0 20px 20px 0
}

.imageRight {
  float: right;
  margin: 0 0 20px 20px
}

.gallery {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 400px
}

.gallery a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 600px;
  height: 400px
}

#galHolder {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 950px;
  margin-bottom: 30px
}

#mainGal {
  position: absolute;
  overflow: hidden;
  width: 600px;
  height: 900px;
  bottom: 0
}

#mainGal>div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 600px;
  height: 600px
}

ul.armyKnife-Nav {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
  text-align: center
}

ul.armyKnife-Nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  margin-right: 2px
}

ul.armyKnife-Nav li.active {
  border: 2px solid #009ADA
}

ul.armyKnife-Nav li a {
  display: block;
  width: 90px;
  height: 90px
}

ul#mainGalNav {
  position: absolute;
  top: 0;
  text-align: center;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 100%;
  padding: 5px 0
}

ul#mainGalNav li {
  width: auto;
  height: auto;
  border: 0;
  padding: 0 10px
}

ul#mainGalNav li a {
  width: auto;
  height: auto;
  color: #2b2b2b
}

ul#mainGalNav li.active a {
  color: #009ada
}

#tntForm {
  margin-top: 20px
}

#tntForm input,
#tntForm textarea {
  width: 80%;
  padding: 4px 15px;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif
}

#tntForm input:focus,
#tntForm textarea:focus {
  box-shadow: 0 0 3px #009ada
}

#tntForm input.checkBox {
  width: auto;
  display: inline
}

#tntForm input.submitBtn {
  width: auto;
  cursor: pointer
}

ul.sideCallouts {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none
}

ul.sideCallouts li {
  display: block;
  margin-bottom: 8px
}

ul.sideCallouts li a {
  display: block;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  width: 119px;
  height: 46px;
  padding: 12px 10px 0 80px
}

ul.sideCallouts li a.callout1 {
  background: url(assets/images/callout1-hover.jpg)center bottom no-repeat
}

ul.sideCallouts li a.callout2 {
  background: url(assets/images/callout2hover.jpg)center bottom no-repeat
}

ul.sideCallouts li a.callout3 {
  background: url(assets/images/callout4-hover.jpg)center bottom no-repeat
}

ul.sideCallouts li a.callout4 {
  background: url(assets/images/callout4-hover-04.jpg)center bottom no-repeat
}

ul.sideCallouts li a:hover {
  background-position: center top
}

ul.columnList {}

ul.columnList li {
  width: 40%;
  display: inline-block;
  margin-right: 5%;
  background: url(assets/images/bullet.jpg)left 6px no-repeat;
  padding-left: 12px
}

.promoBox {
  background: url(assets/images/promo_bg01.jpg)no-repeat center center #000;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font: 300 25px/1.8"Source Sans Pro", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  max-width: 600px;
  margin: 1em auto;
  padding: 2em
}

.bg-1 {
  background-image: url(assets/images/promo_bg01.jpg)
}

.bg-2 {
  background-image: url(assets/images/promo_bg02.jpg)
}

.bg-3 {
  background-image: url(assets/images/promo_bg03.jpg)
}

.bg-4 {
  background-image: url(assets/images/promo_bg04.jpg)
}

.promoBox>div {
  width: 80%
}

.promoBox a {
  color: #8cb2d1;
  text-decoration: underline
}

.promoBox strong {
  display: block;
  font-size: 2.2em;
  font-weight: 100;
  line-height: 1
}

.promoBox span {
  color: #8cb2d1;
  display: block
}

.promoBox small {
  display: block;
  font-size: .5em
}

.inMediaList {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0
}

.inMediaList li {
  display: list-item;
  background: #7bafd8;
  background: -moz-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #7bafd8), color-stop(100%, #5391c6));
  background: -webkit-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -o-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: -ms-radial-gradient(center, ellipse cover, #7bafd8 0, #5391c6 100%);
  background: radial-gradient(ellipse at center, #7bafd8 0, #5391c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bafd8', endColorstr='#5391c6', GradientType=1);
  width: 44%;
  margin: 2%;
  min-height: 160px;
  vertical-align: top
}

.inMediaList li img {
  margin: .8em .8em 0 .8em;
  max-width: 90%
}

.inMediaList li p {
  background: #000;
  padding: .25em;
  width: auto;
  color: #fff;
  margin: .5em 0;
  font-size: 11pt
}

.inMediaList li a {
  color: #fff
}

.inMediaList li a:hover {
  font-weight: bold
}

#navBar {
  display: none
}

#testimonial-rotation {
  height: 1370px;
  margin: 0 0 0 50px;
  overflow: hidden;
  position: relative;
  width: 550px
}

#testimonial-rotation div {
  position: absolute;
  top: 0;
  left: 40px;
  width: 510px
}

.testimonial-controls {
  position: relative
}

.testimonial-controls .nextBtn,
.testimonial-controls .prevBtn {
  display: block;
  height: 67px;
  position: absolute;
  width: 70px
}

.testimonial-controls .nextBtn {
  background: url(assets/images/testimonial-controls01.png)right center no-repeat;
  right: -80px;
  top: 315px
}

.testimonial-controls .prevBtn {
  background: url(assets/images/testimonial-controls01.png)left center no-repeat;
  left: 0;
  top: 315px
}

.testimonial-controls.fixed {
  position: fixed;
  top: -100px;
  width: 680px
}

.testimonial-controls.fixed .nextBtn {
  right: 0
}

.newsletter-form {
  background: #6098C9;
  color: #fff;
  display: block;
  margin: 1em auto 0;
  overflow: hidden;
  padding: 1em 1.5em;
  width: 95%
}

.newsletter-form input,
.newsletter-form textarea {
  border: 2px solid #6098C9;
  color: #000;
  margin: .1em .05em;
  padding: .5em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 46.5%
}

.newsletter-form input:hover {
  border: 2px solid #8E8E8E
}

.newsletter-form input:nth-child(odd) {
  float: left
}

.newsletter-form input:nth-child(even) {
  float: right
}

.newsletter-form .last-input {
  margin-bottom: 1.5em;
  width: 96.9%
}

.newsletter-form p {
  color: #fff;
  margin: 0
}

.newsletter-form input[type=checkbox] {
  margin-right: .5em;
  width: auto
}

.newsletter-form input[type=submit] {
  background: rgb(193, 216, 234);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjMWQ4ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODBhZGQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, rgb(193, 216, 234)0, rgb(128, 173, 212)100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgb(193, 216, 234)), color-stop(100%, rgb(128, 173, 212)));
  background: -webkit-radial-gradient(center, ellipse cover, rgb(193, 216, 234)0, rgb(128, 173, 212)100%);
  background: -o-radial-gradient(center, ellipse cover, rgb(193, 216, 234)0, rgb(128, 173, 212)100%);
  background: -ms-radial-gradient(center, ellipse cover, rgb(193, 216, 234)0, rgb(128, 173, 212)100%);
  background: radial-gradient(ellipse at center, rgb(193, 216, 234)0, rgb(128, 173, 212)100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d8ea', endColorstr='#80add4', GradientType=1);
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  margin: .5em auto;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  text-transform: uppercase;
  width: 50%
}

.sale-box ul.imgright {
  margin-right: 7%
}

.sale-box>img {
  margin-top: 8px
}

.blk-fri-thumb {
  height: auto;
  padding: 1%
}

.blk-fri-img-wrap {
  width: 100%;
  height: auto;
  padding: 0 2%;
  text-align: center
}

.fancybox-title.fancybox-title-outside-wrap {
  text-align: center;
  border-radius: 20px;
  font-size: 1.5em
}

.thumb-none {
  display: none;
  visibility: hidden
}

.fancybox-thumb {
  position: relative;
  max-width: 267px;
  display: inline-block
}

.fancybox-thumb img {
  width: 100%;
  position: relative;
  margin: 0 auto
}

.fancybox-thumb .center {
  display: inline-block;
  width: 100%
}
.covid-update{
  background-color: #C73F38;
  color: #fff;
  font-size: 1.2em;
  padding: 3px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.covid-update a{
  color: #fff;
}
@media screen and (max-width:1025px) {
  header #headerBG {
    right: 0;
    width: 335px;
    background-position: left top
  }
}

@media screen and (max-width:800px) {
  * {
    -webkit-text-size-adjust: none
  }

  html {
    overflow-x: visible;
    background: url(assets/images/respond-bg.jpg)right top no-repeat
  }

  img {
    max-width: 100%
  }

  #wrapper {
    width: auto
  }

  #content {
    margin: 15px;
    clear: both
  }

  aside,
  footer,
  header #headerBG,
  header #facebookLike,
  header .offersLink {
    display: none
  }

  article {
    width: auto;
    float: none;
    margin: 0;
    position: relative
  }

  .home #banner {
    display: block
  }

  #banner {
    display: none
  }

  #bannerRotation {
    height: 250px;
    width: 100%
  }

  #bannerRotation>div {
    background-size: cover;
    height: 100%;
    width: 100%
  }

  #bannerRotation .slide div {
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    top: auto;
    height: auto;
    margin: auto;
    width: 100%
  }

  #callouts {
    background-color: #5391c6;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap
  }

  #callouts>div {
    flex-basis: 25%
  }

  #callouts .calloutButton {
    background: none;
    height: auto;
    padding: 10%;
    width: auto
  }

  #callouts div:last-of-type .calloutContent {
    left: -50%
  }

  .testimonial-controls {
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 33%
  }

  .testimonial-controls .nextBtn,
  .testimonial-controls .prevBtn {
    top: 0
  }

  #testimonial-rotation {
    margin: 0;
    width: 100%
  }

  #testimonial-rotation div {
    width: 90%
  }

  #content h1 {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    color: #009ada
  }

  header,
  #content {
    border: 0
  }

  header #socials {
    bottom: 42px;
    right: 40px
  }

  header .logo {
    margin-left: 50px
  }

  nav {
    width: 100%
  }

  #galHolder,
  #mainGal,
  #mainGal>div,
  .gallery,
  .gallery a {
    max-width: 100%
  }

  .promoBox {
    font-size: 3.5vw
  }

  .promoBox>div {
    width: 100%
  }

  .promoBox small {
    font-size: .7em
  }
}

@media screen and (max-width:605px) {
  html {
    background: none
  }

  nav {
    position: absolute;
    top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 3px #000;
    background-repeat: no-repeat
  }

  nav #navBar {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer
  }

  nav ul {
    display: none;
    text-align: left;
    background: #2a2a2a
  }

  nav ul li {
    display: block
  }

  nav ul li ul {
    display: block;
    background: #2a2a2a;
    position: relative;
    box-shadow: none;
    margin-left: 20px;
    top: 0
  }

  header {
    padding-top: 45px;
    text-align: center;
    height: auto
  }

  header #headerInfo,
  header a.logo {
    float: none;
    margin: 0 auto
  }

  header #headerInfo a {
    background: #2a2a2a;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #000;
    padding: 4px;
    max-width: 50%;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 6px auto
  }

  header #socials {
    position: relative;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    right: 0
  }

  .sale-box .imgleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .sale-box .imgright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:500px) {
  div.banner1 {
    background-image: url(assets/images/banner7-sm.jpg)
  }

  div.banner2 {
    background-image: url(assets/images/banner2-sm.jpg)
  }

  div.banner3 {
    background-image: url(assets/images/banner3-sm.jpg)
  }

  div.banner4 {
    background-image: url(assets/images/banner4-sm.jpg)
  }

  #bannerRotation > div.banner5 {
    background-color: #1c1817;
    background-image: url(assets/images/banner08-sm.jpg);
    background-size: 100%;
    background-position: center;
  }

  #bannerRotation > div.banner6 {
    background-color: #e4e9ed;
    background-image: url(assets/images/banner09-sm.jpg), radial-gradient(ellipse at center, #fff 0%,#e4e9ed 100%);
    background-size: 100%;
    background-position: center;
  }
  #bannerRotation > div.banner7 {
    background-color: #e4e9ed;
    background-image: url(assets/images/banner11-sm.jpg), linear-gradient(to bottom, #42719d 0%,#a4bdcf 100%);
    background-size: 100%;
    background-position: center;
  }

  #callouts>div {
    display: flex;
    align-items: center;
    flex-basis: 50%
  }

  #callouts .calloutButton {
    padding: 5%;
    width: 100%
  }

  #callouts div:nth-of-type(2n) .calloutContent {
    right: 0
  }

  #callouts div:last-of-type .calloutContent {
    left: auto
  }
}

@media screen and (max-width:400px) {
  header #headerInfo a {
    max-width: 80%
  }

  .testimonial-controls {
    display: none
  }

  #testimonial-rotation {
    margin: 0;
    overflow: visible;
    width: 100%
  }

  #testimonial-rotation div {
    display: none;
    position: static;
    width: 90%
  }

  #testimonial-rotation div:first-child {
    display: block
  }
}