*{
  margin: 0;
  padding: 0;
}

body{
  background: #BBBDBF url(images/bg.png) center center repeat-y;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}


img{
  border: 0;
  vertical-align: middle;
}

a{
  text-decoration: none;
  color: #00AEEF;
  cursor: pointer;
}
a:focus{
  outline: none;
}
a:hover{
  color: #00AEEF;
}


p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}



#white{
  background-image: url(images/white.png);
  background-position: top center;
  background-repeat: repeat-y;
  border-top: 8px solid #00AEEF;
  border-bottom: 8px solid #00AEEF;
}

#bgfade{
  background-image: url(images/bgfade.png);
}


#container{
  width: 960px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0 15px 15px 15px;
}

#inner{
  border: 1px solid #CCCCCC;
  border-top: 0;
  min-height: 500px;
  padding: 15px 30px 30px 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


#nav{
  list-style-type: none;
  margin: 0;
  height: 45px;
  overflow: hidden;
}

#nav li{
  display: block;
  float: left;
}

#nav a{
  display: block;
  height: 32px;
  line-height: 32px;
  background-image: url(images/nav.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-right: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: #808285;
}

#nav a:hover{
  color: #00AEEF;
}


#nav .current{
  color: #00AEEF;
  background-image: url(images/nav-current.png);
}

#header{
  clear: both;
  border-top: 1px solid #808285;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  padding-top: 25px;
  color: #808285;
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  height: 100px;
}

#header h1{
  display: inline;
  margin-right: 30px;
}

#header #phone{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #D8D9DA;
}
#header #phone a, #header #email a{
  color: #ABADAF;
}

#header #fax{
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #ABADAF;
}

#header #email{
  position: absolute;
  right: 0;
  top: 90px;
  font-size: 15px;
  font-weight: 700;
  color: #ABADAF;
}

#header .label{
  font-size: 13px;
  font-weight: 300;
}

#content{
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  border-top: 1px solid #808285;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  padding-top: 30px;
}

#content h2{
  font-weight: 400;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #333333;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 26px;
}

#content h3{
  font-weight: 400;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 20px;
}


#bottomnav{
  height: 80px;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  position: relative;

}

#bottomnav .fb-like{
  float: right;
  margin-top: 30px;
}

#bottomnav ul{
  list-style-type: none;
  margin: 0;
  line-height: 80px;
}

#bottomnav li{
  display: inline;
}

#bottomnav a{
  margin-right: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #808285;
}

#bottomnav a:hover{
  color: #00AEEF;
}


#bottomnav .current{
  color: #00AEEF;
}

#copy{
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

#tag{
  text-align: center;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  margin-bottom: 15px;
}

#tag a{
  color: #999999;
}






#fade{
  margin-bottom: 20px;
}


.readmore{
  text-align: right;
  font-style: italic;
}
.readmore a{
   color: #555555;
}
.readmore a:hover{
  color: #00AEEF;
}


#homeleft{
  width: 570px;
  float: left;
}

.section{
  border-bottom: 1px solid #808285;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


#homeright{
  width: 230px;
  margin-left: 630px;
  border: 1px solid #CCCCCC;
  padding: 20px;
  position: relative;
}

#homeright #paperclip{
  position: absolute;
  left: -23px;
  top: -13px;
}

#homeright h2{
  padding-left: 30px;
  padding-bottom: 20px;
}






#newssidebar{
  width: 230px;
  float: right;
  border: 1px solid #CCCCCC;
  padding: 20px;
  position: relative;
}

#has_sidebar{
  float: left;
  width: 600px;
}


#newssidebar #paperclip{
  position: absolute;
  left: -23px;
  top: -13px;
}

#newssidebar a{
  color: #000000;
}

#newssidebar a:hover{
  color: #00AEEF;
}
#newssidebar h2{
  padding-left: 30px;
}



.latest{
  list-style-type: none;
  margin-left: 30px;
  margin-bottom: 15px;
}

.latest li{
  margin-bottom: 10px;
}

.latest .current{
  color: #CCCCCC;
}

.date{
  color: #666666;
  font-family: 'Open Sans Condensed', sans-serif;
}


.gone{ display: none; }
.here{ display: block; }

.form{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 15px;
  width: 410px;
  border: 1px solid #CCCCCC;
}

.input{
  width: 400px;
  border: 1px solid #CCCCCC;
  padding: 4px;
  font-family: arial;
  font-size: 13px;
}

.textarea{
  width: 400px;
  height: 80px;
  border: 1px solid #CCCCCC;
  padding: 4px;
  font-family: arial;
  font-size: 13px;
}


.button{
  border: 0;
  border-radius: 8px;
  background-color: #00AEEF;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}

.button:hover{
  box-shadow: inset 0 0 5px #000000;
}


.note{
  background-color: #00AEEF;
  padding: 8px;
  color: #FFFFFF;
  text-shadow: 0 0 3px #000000;
  text-align: center;
  border-radius: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 20px;
}


.qa{
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  padding-bottom: 5px;
}

#owl img{
  width: 100%;
}

#homeask{
  margin-left: 120px;
}

#mobilenavbutton{
  display: none;
}


.promo{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.promo img{
  float: right;
  margin: 0 0 20px 20px;
  max-width: 30%;
  max-height: 250px;
}
.clear{ clear: both; }

.products{
  display:flex;
  flex-wrap:wrap;
  margin-top: 50px;
}

.products .product{
  display:block;
  width: 23%;
  margin-right: 2.666666666666667%;
  margin-bottom: 50px;
  text-align:center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:400;
  font-size: 18px;
  color:#333;

}
.products .product:nth-child(4n+4){
  margin-right:0;
}
.products .product .image{
  display:block;
  border: 2px solid #00ADEE;
  margin-bottom: 10px;
  padding: 10px;
  transition:.7s border-color;
}
.products .product .image .imagein{
  display:block;
  background-size:contain;
  background-position:center center;
  background-repeat: no-repeat;
  height: 160px;
}
.normalprice{
  display:block;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color:#999;
}
.price{
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #00ADEE;
}

.products .product:hover .image{
  border-color: #666;
  transition:.3s border-color;
}

#content h2.bluetitle{
  margin-top: 40px;
  color: #00ADEE;
  border-bottom: 1px solid #9A9C9E;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#content h2.bluetitle .back{
  float:right;
  font-size: 16px;
  color:#666;
}

.sidephoto{
  float: left;
  width: 300px;
  border: 2px solid #00ADEE;
  padding: 10px;
}
.sidephoto img{
  display:block;
  max-width:100%;
  max-height: 400px;
  margin: 0 auto;
}

.productdetails{
  margin-left: 350px;
}

.cartform{
  margin: 30px 0;
}
.cartform select, .carttable select{
  height: 40px;
  border: 1px solid #9A9C9E;
  vertical-align:middle;
}
.bluebutton{
  vertical-align:middle;
  background-color:#00ADEE;
  border:none;
  color:#FFF;
  font-weight:bold;
  height: 40px;
  padding: 0 30px;
  cursor:pointer;
  text-transform:uppercase;
  transition:.7s background-color, .7s color;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
a.bluebutton{
  display:inline-block;
  line-height:40px;
}
.bluebutton:hover{
  color:#FFF;
  background-color:#9A9C9E;
  transition:.3s background-color, .3s color;
}


.notification{
  background-color: #9A9C9E;
  color:#FFF;
  text-align:center;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 17px;
}

.carttable{
  margin-top:30px;
}

.carttable td{
  border-top: 1px solid #CCC;
  padding: 10px 20px 10px 0;
}
.carttable img{
  max-width:100px;
  max-height:100px;
}
.carttable .heading{
  background-color: #9A9C9E;
  color:#FFF;
}
.carttable tr:first-child .heading{
  padding-left: 5px;
}

.checkout{
  float:right;
  margin: 0 0 20px 80px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:400;
  font-size: 18px;
  color:#333;
  text-align:right;
}
.checkout .cartcount{
  display:inline-block;
  border: 1px solid #9A9C9E;
  padding: 5px 15px;
  margin-left: 10px;
}
.checkout .bluebutton{
  margin-top: 10px;
}

#paypal{
  display:block;
  background-color:#FFF;
  text-align:center;
  padding: 30px;
  margin-top: 30vh;
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 30px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cartform td{
  padding: 0 15px 10px 0;
}

.unavailable{
  margin: 20px 0;
  border-top: 1px solid #9A9C9E;
  border-bottom: 1px solid #9A9C9E;
  padding: 10px 0;
}
