@charset "UTF-8";
/* CSS Document */

	
.category-wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	clear: both;
}

.category-wrapper p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto;
	padding-bottom: 0;
	color: #FFF;
}
	
.category-wrapper ul {
	list-style: none;
	text-align: center;
}

	
.category-wrapper li {
	width: 45%;
	margin: 2px;
	float: left;
}

.category-wrapper li a {
        //line-height: 2.2em;
        //padding: 0px;
	background: #CCC;
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0px;
	padding: .5em 5px;
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 500;
}
	
.category-wrapper li a:hover {
	color: #FFF;
	background: #336699;
	text-decoration: none;
}

.category-wrapper li a.active {
        color: #FFF;
        background: #336699;
        text-decoration: none;
}

.category-wrapper li input[type=radio] {
    display: none;
}

.category-wrapper li label {
    background: #CCC;
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 2.2em;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9em;
    font-weight: 500;
    cursor: pointer;
}

.category-wrapper li label:hover {
   color: #FFF;
   background: #336699;
   text-decoration: none;
}


select {
    width: 60%;
    padding: .5em;
    border: solid thin #CCC;
    border-radius: 4px;
    background-color: #FFF;
	margin: 0 auto;
	text-indent: 5px;
}

.movie {
    padding: 2px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
	width: 120px;
	margin: 0 auto;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-right: 7px inset transparent;
  border-bottom: 9px solid #336699; 
  border-left: 7px transparent inset;
  clear: both;
  margin: 0 auto 6px auto;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-right: 7px inset transparent;
  border-top: 9px solid #336699; 
  border-left: 7px transparent inset;
  clear: both;
  margin: 6px auto 0 auto;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 7px inset transparent;
  border-bottom: 7px transparent inset; 
  border-left: 9px solid #336699;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: -1px;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 7px inset transparent;
  border-bottom: 7px transparent inset; 
  border-right: 9px solid #336699;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -1px;
}

.toggle-arrow {
  width: 0; 
  height: 0; 
  border-top: 6px inset transparent;
  border-bottom: 6px transparent inset; 
  border-right: 8px solid #336699;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -1px;
}


.selection-btn {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1em;
  padding: 10px 20px;
  text-align: center;
  width: 70%;
  margin: 20px auto;
  display:block;
}

.blue {
  background: #336699;
  text-decoration: none;
  color: #FFF;
}

.blue:hover {
  background: #7eacda;
  text-decoration: none;
  color: #FFF;
}


.gray {
	background: #CCC;;
	text-decoration: none;
	color: #000;
}

.gray:hover {
  background: #666;
  text-decoration: none;
  color: #000;
}

	
	
	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

	
.category-wrapper {

}

.category-wrapper p {
	color: #000;
}
	
.category-wrapper ul {
}
	
.category-wrapper li {
	width: 42%;
}

.category-wrapper li a {
}
	
.category-wrapper li a:hover {
}

.category-wrapper li a.active {
        color: #FFF;
        background: #336699;
        text-decoration: none;
}

.category-wrapper li a.active {
}

.category-wrapper li input[type=radio] {
}

.category-wrapper li label {
}

.category-wrapper li label:hover {
   color: #FFF;
   background: #336699;
   text-decoration: none;
}


select {
    width: 60%;
    padding: .5em;
    border: solid thin #CCC;
    border-radius: 4px;
    background-color: #FFF;
	margin: 0 auto;
	text-indent: 5px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-right: 7px inset transparent;
  border-bottom: 9px solid #336699; 
  border-left: 7px transparent inset;
  clear: both;
  margin: 0 auto 6px auto;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-right: 7px inset transparent;
  border-top: 9px solid #336699; 
  border-left: 7px transparent inset;
  clear: both;
  margin: 6px auto 0 auto;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 7px inset transparent;
  border-bottom: 7px transparent inset; 
  border-left: 9px solid #336699;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: -1px;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 7px inset transparent;
  border-bottom: 7px transparent inset; 
  border-right: 9px solid #336699;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -1px;
}

.toggle-arrow {
  width: 0; 
  height: 0; 
  border-top: 6px inset transparent;
  border-bottom: 6px transparent inset; 
  border-right: 8px solid #336699;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -1px;
}


.selection-btn {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1em;
  padding: 10px 20px;
  text-align: center;
  width: 70%;
  margin: 20px auto;
  display:block;
}

.blue {
  background: #336699;
  text-decoration: none;
  color: #FFF;
}

.blue:hover {
  background: #7eacda;
  text-decoration: none;
  color: #FFF;
}


.gray {
	background: #CCC;;
	text-decoration: none;
	color: #000;
}

.gray:hover {
  background: #666;
  text-decoration: none;
  color: #000;
}




	
}




/* Desktop Layout: 950px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

	

	
}
