.reefine {
overflow:auto;
background-color:#ffffff;
padding:0px;
}

.reefine {
font-family: arial,sans-serif;
font-size: 12px;
margin-bottom: 40px;
/*box-shadow: 0px 0px 8px 0px #333; */
position:relative;
}

.reefine .progress {
	animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;
	background: url(loading.png) no-repeat center center;
	height:256px; width:256px;
	margin:-128px 0 0 -128px;
	border-radius:20px;
	left:50%;
	top:50%;
	position:absolute;
	z-index:10;
	display:none;
}

.reefine.loading .progress {
	display: block;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}


.reefine {
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.reefine.loading {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
}

.reefine a {
color: inherit;
text-decoration:none;
}

.reefine a:hover {
text-decoration:none;
}

.reefine h3 {
	font-size:18px;
	
}

.reefine_search {
	font-size:20px;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
}

.reefine_search input[type=text] {
	border:none;
	background-color:#D1D1D1;
	font-size:18px;
	color:#333333;
	padding:3px;
}

.reefine_search input[type=submit] {
	background-color:#1A1A1A;
	color:#fff;
	font-size:18px;
	border:none;	
}

button {
	color: white;
	background-color: #004781;
	padding: 6px;
	border: none;
	font-size: 13px;
	font-weight: normal;
	margin: 0 4px 12px 0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

button:hover {
	background-color: #19598d;
	cursor: pointer;
	text-decoration: none;
}

.reefine_sidebar {
	/*width:175px;*/
	margin-right:15px;
	color:#4a4a4a;
	background-color:#fff;
	float:left;
}

.reefine_sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004781;
	margin: 0.5em 0;
}

.reefine_sidebar a {
	color:#4a4a4a;
	font-weight:bold;
	display:block;
	padding:2px 16px 0px 0px;
}


.reefine_sidebar li.active a {
	color:#4a4a4a;
	background: url(reefine-clear.png) no-repeat right center;
}

.reefine_sidebar ul {
	display:inline;
	margin:0;
	padding:0;
}
.reefine_sidebar li {
	display:inline-block;
	padding:0;
	margin: 0;
	list-style-type:none;
}

.reefine .select-filter {
	margin-bottom: 2em;
}

.reefine_active_filters {
	background-color:#fff;
	padding:0px;
	margin-bottom:8px;
}
.reefine_filters {
	background-color:#1A1A1A;
	padding:5px;
	
}

.reefine .reefine_entries {
	width:100%;
	float:left;
	overflow:auto;
}


.reefine .reefine_product {
	height: 270px;
	width: 172px;
	margin: 0 15px 15px 0;
	float: left;
	background:#EAE9E9;
}
.reefine .reefine_product_image img {
	background:#fff;
	padding: 0px;
	border: 2px solid #ccc;
	height:94px;
}


.reefine .reefine_product_caption {
	height:55px;
	padding:5px;
	color:#1A1A1A;
}

.reefine .reefine_product_price {
	color:#ED1D24;
	font-weight:bold;
	font-size:14px;
}

.reefine .reefine_product_links {
	padding:5px;
	color:#0072BC;
}

.reefine .size_Small img {
	width: 120px;
	padding: 20px;
}

.reefine .size_Medium img {
	width: 140px;
	padding: 10px;
}


.reefine .paging {
float: right;
color: #333333;
font-weight:bold;
font-size:14px;
width: 100%;
text-align: right;
}

.reefine .paging strong {
	color:#fff;
}

.reefine .number_range {
margin-bottom: 20px;
background: #fff;
color:#000;
font-weight:bold;
}

.reefine .number_range input[type=text] {
width: 45px;
border: none;
padding-left:5px;
}

.reefine .number_range input[type=submit] {
background:#1A1A1A;
color:#fff;
border:none;
float: right;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}

.reefine .reefine_list select {
	width:100%;
}

.reefine select {
	width: 80%;	
}

.reefine .select-filter fieldset {
	background-color: #c8eaf3;
	width:22%;	
	margin-right: 6px;
	display: inline-block;
	text-align: center;
	padding: 1%;
}

.reefine .select-filter fieldset label {
	font: 1.5em 'ColaborateLightRegular', Arial, sans-serif;
	letter-spacing: 0.03em;
	color: #276494;
}

select.reefine_multiple {
	height:8em;
}

.reefine #reefine_submit {
	width: 80%;
	background: #fff;
	border: solid 2px #fff;
	border-radius: 9px;
	font-size: 1.5em;
	cursor: pointer;
	color: #000;
	margin: 0 auto 1em auto;
	display: block;
	box-shadow: 0px 0px 8px 0px #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.reefine #reefine_submit:hover {
	background:#000;
	color:#fff;
}

/* Results Table */

.reefine table.calendar-list td {
	width: 20%;
	text-align: center;
	border-bottom: 0px solid #c8eaf3;
	vertical-align: middle;
	padding: 6px 12px;
	font: 100%/1.4em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

.reefine table.calendar-list-research td {
	width: 20%;
	text-align: left;
	border-bottom: 0px solid #c8eaf3;
	vertical-align: middle;
	padding: 6px 12px;
	font: 100%/1.4em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

.reefine table.calendar-list th, .reefine table.calendar-list-research th {
	color: #004781;
	background-color: #e3f4f9;
	padding: 5px;
	font-size: 14px;
	border-right: 2px solid white;
	font-weight:normal;
}

.reefine table.calendar-list tr:nth-child(odd), .reefine table.calendar-list-research tr:nth-child(odd), .reefine table.calendar-list-research tr:nth-child(even) {
	background-color: white;	
}

.reefine table.calendar-list tr:nth-child(even) {
	background-color: #f9f5eb;	
}

.reefine table.calendar-list h4, .reefine table.calendar-list h4 a, .reefine table.calendar-list-research h4, .reefine table.calendar-list-research h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ce1628;
	text-decoration: none;
}

.reefine table.calendar-list h4 a:hover, .reefine table.calendar-list-research h4 a:hover {
	color: #4a4a4a;
		
}

/* Tablet */
@media only screen
and (max-width : 768px)
 {
	 .reefine select { width: 100%;	}
	 
	.reefine .select-filter fieldset {
	width:21%;	
}
 }

/* Mobile */
@media only screen
and (max-width : 568px)
 {
	 .reefine select { width: 100%;	}
	
	.reefine .select-filter fieldset {
	background-color: #fff;
	width:80%;	
	margin-right: 5px;
	display: block;
	text-align: center;
	padding: 1%;
}
 }
 
 
 /* End Mobile */