<style>
@import "//fonts.googleapis.com/css?family=Montserrat";
.table1 td, th {
    border: 1px solid black;
}
.table1 {
    border-collapse: collapse;
}
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 45px;
  width: 45px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.btn {
    display: inline-block;
    padding: 1px 5px;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    border: 3px solid #ddd;
    color: #ddd;
    text-decoration: none;
    margin: 0px 2px 3px 0;
    transition: all .6s;
 	min-width: 110px;
	max-width: 110px;
	text-align: center
}

.btn:hover {
    background: #ddd;
    color: #fff;
}
.btn.style-1{
    border-radius: 10px;

}
.btn.style-2{
  	padding: 2px;
  	margin-bottom: 2px;
	text-align: left;
	min-width: 166px;
	max-width: 166px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn.color-1 {background: #CCCCCC;border-color: #CCCCCC;color: #000000;}
.btn.color-1:hover {background: #ffffff;color: #000000;}
.btn.color-2 {background: #33b5e5;border-color: #33b5e5;color: #FFFFFF;}
.btn.color-2:hover {background: #0099cc;color: #FFFFFF;}
.btn.color-3 {background: #00e600;border-color: #00e600;color: #FFFFFF;}
.btn.color-3:hover {background: #00b300;color: #FFFFFF;}
.btn.color-4 {background: #33b5e5;border-color: #33b5e5;color: #000000;}
.btn.color-4:hover {background: #0099cc;color: #000000;}



* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}


.baseballheader {
  background-color: #63c900;
  color: #ffffff;
  padding: 15px;
}


.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}
.header2 {
  background-color: #ffffff;
  color: #000000;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.baseballfooter {
  background-color: #63c900;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
        img {
            border: none;
        }
        #store-wrap {
            width:    100%;
            height:   auto;
            position: relative;
        }
        #filter-wrap {
            width:            99%;
            float:            center;
            height:           99%;
            background-color: #EBEBEB;
        }
        #result-wrap {
            width:    98%;
            float:    center;
            height:   auto;
            position: relative;
        }
        #pagination-wrap {
            width:  97%;
            float:  center;
            height: 20px;
        }
        #prod-wrap {
            width:            96%;
            height:           auto;
            margin:           0 4px 0px;
			float:            center;
            border:           1px solid #999999;
            background-color: #CCCCCC;
        }
        .prodimg-wrap {
            width: 100%;
        }
        .prodimg {
            width:   100%;
            height:  auto;
            padding: 0px;
			margin: 0px;
        }
        .prodtxt {
            font-size: 16px;
            width:     100%;
            padding:   0 8px;
			float:     center;
        }
tr:nth-child(even) {background-color: #f2f2f2;}s
</style>
