/* BREAKPOINT VARS */
/*MEDIA Q MIXIN*/
/*PACKERY CSS*/
#container {
  width: 100%;
  padding: 0;
  margin: 0; }

@media (max-width: 1001px) {
  .cover-container.container {
    padding-right: 0;
    padding-left: 0; } }

.container.item-details .col-md-8, .container.item-details .col-md-4 {
  margin-right: 0; }
  @media (max-width: 782px) {
    .container.item-details .col-md-8, .container.item-details .col-md-4 {
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto; } }
@media (max-width: 782px) {
  .container.item-details {
    padding-left: 2%;
    padding-right: 2%;
    margin: 0 auto; } }

.gutter-sizer {
  width: 1%; }
  @media (min-width: 431px) and (max-width: 767px) {
    .gutter-sizer {
      width: 2%; } }
  @media (max-width: 430px) {
    .gutter-sizer {
      width: 2%; } }

.grid-sizer {
  width: 32.65%; }
  @media (max-width: 430px) {
    .grid-sizer {
      width: 100%; } }
  @media (min-width: 431px) and (max-width: 767px) {
    .grid-sizer {
      width: 49%; } }

.item {
  font-size: 1em;
  width: 32.65%;
  margin-bottom: 1%; }
  @media (max-width: 430px) {
    .item {
      width: 100%;
      margin-bottom: 2%; } }
  @media (min-width: 431px) and (max-width: 767px) {
    .item {
      width: 49%;
      margin-bottom: 2%; } }

.item.feat {
  width: 32.65%; }
  @media (min-width: 431px) and (max-width: 767px) {
    .item.feat {
      width: 100%; } }
  @media (max-width: 430px) {
    .item.feat {
      width: 100%; } }

.item-image, .item-desc {
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.item-image.col-md-8 {
  cursor: -webkit-zoom-in; }

.item-image.col-md-12 {
  cursor: -webkit-zoom-out; }

.item-image {
  background: url; }

.item-desc {
  float: right; }


.isotope {
  padding: 0;
  margin: 0 auto;
  width: 100%; }

/*"STORE" PAGE STYLING CLASSES*/
.btn.btn-lg.btn-default.btn-styled.btn-store {
  color: white;
  margin-top: 20px;
  background-color: #DE9FAA;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }
  .btn.btn-lg.btn-default.btn-styled.btn-store:hover {
    background-color: #c17783;
    border-color: #c17783; }

.desc-block {
  display: block;
  line-height: 1.42857;
  background-color: #fff;
  border: 1% solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px solid #e6e6e6;
  border-width: 0px;
  border-bottom-width: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
  .desc-block img {
    display: block;
    margin-left: auto;
    width: 100%;
    margin-right: auto; }
  .desc-block a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .desc-block .caption {
    padding: 30px;
    padding-top: 10px;
    color: #5a5a64;
    font-size: 0.975em;
    line-height: 1.6em;
    -webkit-transition: all 5s;
    transition: all 5s; }
    .desc-block .caption p {
      font-family: "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif; }
    .desc-block .caption .price {
      font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
      font-weight: 600;
      font-size: 1.1em; }
    .desc-block .caption .quantity {
      font-size: 1em;
      color: #9a9aA4;
      font-style: italic; }
    .desc-block .caption a:hover {
      text-decoration: none; }
    .desc-block .caption h2 {
      font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
      font-weight: 600;
      color: #5eb98f;
      width: 100%;
      padding: 0px 0;
      margin-top: 15px; }
      @media (min-width: 431px) and (max-width: 767px) {
        .desc-block .caption h2 {
          font-size: 1.75em; } }
      @media (max-width: 430px) {
        .desc-block .caption h2 {
          font-size: 1.4em; } }

#greenDivider.dividerLeft {
  margin-left: 0px; }

.item-block {
  display: block;
  line-height: 1.42857;
  background-color: #fff;
  border: 1% solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0px solid #e6e6e6;
  border-width: 0px;
  border-bottom-width: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
  .item-block img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .item-block a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .item-block .caption {
    padding: 15px;
    color: #5a5a64;
    font-size: 0.975em;
    line-height: 1.4em;
    -webkit-transition: all 5s;
    transition: all 5s; }
    .item-block .caption p {
      font-family: "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif; }
    .item-block .caption .price {
      font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
      font-weight: 600;
      font-size: 1.1em; }
    .item-block .caption .quantity {
      font-size: 1em;
      color: #9a9aA4;
      font-style: italic; }
    .item-block .caption h4 {
      font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
      font-weight: 600;
      color: #5eb98f;
      width: 100%;
      padding: 10px 0; }

/*.item-block is based upon bootstrap's .thumbnail class, which looks like this
		.thumbnail {
	    display: block;
	    padding: 4px;
	    margin-bottom: 20px;
	    line-height: 1.428571429;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    border-radius: 4px;
	    -webkit-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out
	}
	
	.thumbnail>img, .thumbnail a>img {
	    display: block;
	    max-width: 100%;
	    height: auto;
	    margin-left: auto;
	    margin-right: auto
	}
	
	a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	    border-color: #428bca
	}
	
	.thumbnail .caption {
	    padding: 9px;
	    color: #333
	}
	*/
/*TYPEKIT "LOADING" CLASS TO HIDE PAGE UNTIL FONTS LOAD*/
/*bootstrap override*/
/**/
.thumbnail {
  margin-bottom: auto; }

div.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle; }

html {
  background-color: transparent; }

html, body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1rem;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  color: #5a5a64; }

body {
  background: url(../img/bw.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover; }

.cover {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 320px) {
    .cover {
      padding-left: 15px;
      padding-right: 15px; } }

.inner-cover {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 50px; }

/**********/
.subh1 {
  margin: 20px 0px;
  color: #5a5a64;
  font-style: italic; }

p.sig {
  font-family: "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: bold; }

img.logomark {
  margin-top: 0px; }

#rach-img {
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }

.logo-wrapper {
  padding-top: 30px;
  display: block;
  width: 20%;
  max-width: 100px;
  margin: auto; }

.mark {
  margin-top: -10px; }

.typemark, .masthead-brand {
  font-family: "Calluna", "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  -webkit-font-feature-settings: "ss01", "ss02";
  -moz-font-feature-settings: "ss01", "ss02";
  font-feature-settings: "ss01", "ss02";
  -moz-font-feature-settings: "ss01=1,ss02=1";
  -ms-font-feature-settings: "ss01", "ss02";
  -webkit-font-feature-settings: "ss01", "ss02";
  -o-font-feature-settings: "ss01", "ss02"; }

.masthead-brand {
  vertical-align: middle; }
  .masthead-brand a:hover {
    text-decoration: none; }

.masthead-typemark {
  position: relative;
  font-size: 1.5em; }

.nav > li.disabled > a {
  color: #4cab7d; }

.nav > li.disabled > a:hover {
  color: #5eb98f; }

h1 {
  font-family: "Calluna", "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif; }

/*BUTTON*/
.btn {
  border-radius: 0; }

.btn-styled, .btn, .btn-default, .btn-lg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 800;
  color: #DE9FAA;
  border: solid 3px #DE9FAA;
  background: transparent url(../img/texture.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s, box-shadow 0.4s; }
  .btn-styled:hover, .btn:hover, .btn-default:hover, .btn-lg:hover {
    color: white;
    border: solid 3px #DE9FAA;
    background: #DE9FAA url(../img/texture.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover; }

.btn-shadow {
  -webkit-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75); }

/*MASTHEAD*/
.masthead, .nav {
  background: #74C8A3 url(../img/texture.png) top left;
  font-family: "freight-sans-pro", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
  color: white; }

.navbar-brand {
  display: block;
  height: 60px; }

.navbar-collapse {
  vertical-align: middle; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #5eb98f; }

.navbar-nav {
  display: block;
  height: 60px;
  vertical-align: middle; }

ul.nav.masthead-nav {
  height: 60px;
  margin-top: 20px; }

.mastfoot {
  position: static;
  bottom: 0px;
  clear: both;
  display: block;
  color: #bababa;
  height: 50px; }
  .mastfoot div {
    padding-bottom: 20px; }
  .mastfoot .inner {
    vertical-align: middle;
    font-size: 90%; }
  .mastfoot a {
    color: #9a9a9a; }

.site-wrapper.clearfix {
  padding-bottom: 40px; }

#footer {
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-default .navbar-toggle {
  padding: 12px;
  margin-top: 16px;
  margin-right: 16px;
  border: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle:hover {
    background-color: #5eb98f;
    border-radius: 2px; }
  .navbar-default .navbar-toggle:active {
    background-color: #4cab7d;
    border-radius: 2px; }
  .navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    color: white;
    background-color: white; }

.mastfoot {
  position: static; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px; }

/* NO BUT REALLY */
/*WEATHER STUFF*/

#weather {
  display: none;
  font-family: "freight-text-pro", "Times New Roman", "Georgia", "Palatino", "Hoefler Text", "Baskerville", serif;
  color: gray;
  margin-bottom: 20px;
  width: 100%;
  height: 100%; }
  #weather em {
    color: #4cab7d; }

#greenDivider {
  content: " ";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #74C8A3;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px; }

i {
  color: #fff;
  font-family: weather;
  font-size: 3em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #74C8A3; }

@font-face {
  font-family: 'weather';
  src: url('../fonts/weatherfont/artill_clean_icons-webfont.eot');
  src: url('../fonts/weatherfont/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weatherfont/artill_clean_icons-webfont.woff') format('woff'), url('../fonts/weatherfont/artill_clean_icons-webfont.ttf') format('truetype'), url('../fonts/weatherfont/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before {
  content: "W"; }

.icon-6:before {
  content: "W"; }

.icon-7:before {
  content: "W"; }

.icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before {
  content: "I"; }

.icon-12:before {
  content: "I"; }

.icon-13:before {
  content: "I"; }

.icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before {
  content: "Z"; }

.icon-20:before {
  content: "Z"; }

.icon-21:before {
  content: "Z"; }

.icon-22:before {
  content: "Z"; }

.icon-23:before {
  content: "Z"; }

.icon-24:before {
  content: "E"; }

.icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before {
  content: "S"; }

.icon-38:before {
  content: "S"; }

.icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }
