/* Table of Content
==================================================
  #Reset CSS
  #Clearfix
  #Basic Styles
  #Forms
  #Grid */

/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul {
  list-style: none;
}
iframe {
  max-width: 100%;
}

/* Clearfix by Nicolas Gallagher
================================================== */

.clearfix:before,.row:before,
.clearfix:after,.row:after {
  content: " ";
  display: table;
}

.clearfix:after,.row:after { clear: both; }
.clearfix,.row { *zoom: 1; }


/* Basic Styles and Resets
================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  -ms-interpolation-mode: bicubic; 
  height: auto;
  margin: 0;
  display: block;
}

/* WordPress default stuff
================================================== */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text { clear: both; }
li.widget {list-style: none;}

/* Forms
================================================== */

select,
button,
label,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { 
  cursor:pointer;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color:#888; 
  outline:0
}

textarea{
  min-height:50px;
  overflow:auto
}

select:focus{ 
  outline:thin dotted #333; 
  outline:5px auto -webkit-focus-ring-color; 
  outline-offset:-2px
}

select{
  width: 100%; 
}

input,
textarea,
select{
  outline: 0;
  display:block;
  max-width:100%;
  padding:6px 10px;
  border:1px solid #ddd;
  margin-bottom:15px;
  resize: vertical;
  background:transparent;
  color:#666
}

fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }


/* Grid
================================================== */

.container {
  margin: 0 auto;
  max-width: 1200px; /* Change per design */
  width: 95%; /* For responsive, 2.5% left and right of mobile phone screen. */
}

.column { margin-bottom: 25px; }

/* Column inside column */
.row .row { margin-left: -15px; margin-right: -15px; }
/* Column when not responsive */
.column { float: left; margin: 0; padding-left: 15px; padding-right: 15px; }

.column.flow-opposite { float: right; }

.column.one    { width: 8.33333%;}
.column.two    { width: 16.66667%;}
.column.three  { width: 25%;}
.column.four   { width: 33.33333%;}
.column.five   { width: 41.66667%;}
.column.six    { width: 50%;}
.column.seven  { width: 58.33333%;}
.column.eight  { width: 66.66667%;}
.column.nine   { width: 75%;}
.column.ten    { width: 83.33333%;}
.column.eleven { width: 91.66667%;}
.column.twelve { width: 100%;}

@media (max-width: 668px) {

  .column {
    margin: 0!important;
    padding: 0!important;
    float: none;
    width: 100%!important;
  }

}

#exact_results{
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 10px;
	column-fill: auto;
}

#featured_item {
	-webkit-column-count: 5;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 5;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 5;
	column-gap: 15px;
	column-fill: auto;
}