
/* ============================================================


  Project: Wandering Louise 
  Author: Cole Winans (@ColeWinans)
  Contact: Cole@Syneticus.com
  Portfolio: Http://dribbble.com/colewinans;

  screen.css
  -Site wide layout, style, and functions with boiler plate presets


============================================================*/
/* =====================================
    =Reset & Normalize
=======================================*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;

}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =====================================
    =Layout and Content
=======================================*/
#newsletter input[type="text"] {
  width: 225px;
  padding: 3px;
  margin: 10px 0;
}

#newsletter input[type="submit"] {
  border: none;
  background: #A66941;
  color: white;
  padding: 5px 15px;
  margin-left: 3px;
}

body {
  background-color: #fff;
  margin: 0 auto;
  font-family: "Georgia", serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

#logo {
  float: left;
}

#logo a {
    font-size: 18px;
    height: 118px;
    text-indent: -9999px;
    width: 245px;
}

#main-nav {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#main-nav li{
  display: inline;
  font-size: 20px;
  font-family: Verdana, sans-serif;
  text-shadow: 0 2px 1px #fff;
  padding-left: 40px;
  float: none;
}

#main-nav li:first-child {
  padding-left: 0;
}

.page #main h1 {
  margin: 10px 0 5px;
  color: #2F2F2F;
  font-size: 35px;
  font-family: 'Allura', cursive;
  text-shadow: 0px 1px 0px #f1ebe2;
  letter-spacing: 1px;
}

.page .interior-wrapper {
  background: url("../images/layout/content/brown-texture.jpg") repeat;
  -webkit-box-shadow:  0px 1px 5px 2px #736d65;
  box-shadow:  0px 1px 5px 2px #736d65;
  padding: 30px;
  margin-bottom: 20px;
  margin-left: 145px;
  max-width: 620px;
}

.page .interior-wrapper.light {
  background: #fff;
  opacity: .7;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.page .interior-wrapper.light .wrapper{
  padding: 30px;
}

#main-nav li a {
  color: #645e44;
}

#main-nav li a:hover{
  color: #000;
}

#top-menu { height: 35px; margin: 30px 0 25px; float: right;}

#top-menu .social-links { float: right; padding-right: 10px; margin-top: 5px;}
#top-menu .social-links li { width: 24px; height: 22px; list-style: none; display: block; float: left; padding-left: 3px;}
.social-links a { width: 24px; height: 22px; display: block; text-indent: -9999px; float: left; list-style: none; padding-left: 3px; }
.social-links a.rss { background: url("../images/icons/rss-icon.png") no-repeat; }
.social-links a.newsletter { background: url("../images/icons/newsletter-icon.png") no-repeat; }
.social-links a.facebook { background: url("../images/icons/facebook-icon.png") no-repeat; }
.social-links a.twitter { background: url("../images/icons/twitter-icon.png") no-repeat; }
.social-links a.youtube { background: url("../images/icons/youtube-icon.png") no-repeat; }

#top-menu .search { float: right; margin-top: -3px;}
.search input[type="text"]{ 
  font-size: 12px;
  color: #909090;
  font-style: italic;
  background: url(../images/icons/search-icon.gif) no-repeat 200px 10px;
  border: 2px solid #cec0a8;
  background-color: #fff;
  padding: 10px 13px;
  height: 15px;
  width: 200px;
  }


#top-menu .basket { float: right; margin-top: -4px; padding-left: 10px;}
#top-menu .basket span, #top-menu .basket span a  { font-size: 10px; color: #534741; text-transform: uppercase; text-shadow: #fff 0 0 5px; }

#hero { max-width: 1024px; margin: 0 auto; }
#hero img { max-width: 100%; height: auto; }

#page-description { 
  /*border-top: 1px dashed #8a7f65;*/
  border-bottom: 1px dashed #8a7f65; 
  margin: 10px auto 20px;
  text-align: center;
  max-width: 960px;
}
#page-description h1 { 
  margin: 15px 0;
  font-size: 13px; 
  line-height: 20px;
  text-transform: uppercase; 
  font-weight: bold; 
  text-align: center;
  letter-spacing: 1px;
  color: #371b00;
  text-shadow: 0 0px 3px #fff
}

#main { margin: 0 auto; text-align: center;}
#main .row { margin: 0 auto;}

div.category.span3 {
  background: #fff;
  margin: 0 auto 15px 9px;
  padding: 5px;
  width: 210px;
  text-transform: uppercase;
  font-size: 11px;
  min-height: 160px;
  opacity: .8;
  -moz-box-shadow: 0px 0px 2px 2px #7e7669;
  -webkit-box-shadow: 0px 0px 2px 2px #7e7669;
  box-shadow: 0px 0px 2px 2px #7e7669;
}

body.home #main div.category.span3 {
  background: #fff;
  display: inline-block;
  float: none; 
  font-size: 11px;
  margin: 0 5px 10px 2px;
  min-height: 160px;
  padding: 5px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 210px;
  opacity: .8;
  -moz-box-shadow: 0px 0px 2px 2px #7e7669;
  -webkit-box-shadow: 0px 0px 2px 2px #7e7669;
  box-shadow: 0px 0px 2px 2px #7e7669;
}

div.category.span3 a { color:#fff; }

.home #main .row { text-align: center; }

div.category.span3.first, div.category.span3:nth-child(1), div.category.span3:nth-child(5),
div.category.span3:nth-child(9) {
  margin-left: 0;
}

div.category .description {
  height: 35px;
  width: 210px;
  font-family: 'Allura', cursive;
  font-size: 22px;
  margin-top: -35px;
  position: relative;
  opacity: .9;
  text-align: center;
}

div.category .description a {
  line-height: 33px;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  background: url("../images/layout/content/category-arrow.png") no-repeat right;
  padding-right: 25px;
}

div.category .description a:hover {
  text-decoration: none;
}

div.category .description:hover {
  background-color: #e77c33;
}

div.category p {
  font-family: "Georgia", serif;
  color: #000000;
  line-height: 15px;
  padding-top: 8px;
  margin-bottom: 3px;
  width: 170px;
  margin: 0 auto;
}

div.category a:hover {
  text-decoration: underline;
}

footer {
  border-top: 1px dashed #8a7f65; 
  margin: 10px auto 20px;
  text-align: center;
  max-width: 960px;
  font-size: 13px;
  text-transform: uppercase;

}

#sidebar {
  background: url("../images/layout/content/sidebar-bg.png") no-repeat;
  margin: -20px 20px 0 0;
  width: 177px;
  min-height: 460px;
  text-align: center;
  float: left;
}

#sidebar nav {
  padding-top: 90px;
}

#sidebar nav ul { 
  margin-left: 0;
}

#sidebar nav ul li {
  list-style: none;
  padding-bottom: 10px;
}

#sidebar nav ul li a {
  font-size: 14px;
  color: #c84706;
  text-shadow: 0px 1px 0px #e8cfb1;
}

#sidebar nav ul li a:hover {
  color: #aca996;
  text-decoration: underline;
}

footer nav {
  margin: 10px 0 5px;
}

footer nav ul {
  margin-bottom: 0;
}

footer nav ul li{
  list-style: none;
  display: inline;
  padding-left: 10px;
}

footer nav ul li a {
  color: #000;

}

footer span {
  color: #000;
}

nav ul li a.active {
  color: #dc6b20;
}

#gform_wrapper_5 {
  width: 630px;
  height: 617px;
  background: url("../images/layout/content/contact-form-bg.png") no-repeat;
  padding: 50px;
  margin: 0 auto 0 125px;
}

#gform_wrapper_5 textarea,  #gform_wrapper_1 input{
  width: 450px;
  padding-right: 2px;
}

#gform_5 { margin-left: 30px;}

#gform_submit_button_5 {
  background: url("../images/layout/content/send-bg.png") no-repeat;
  display: block;
  width: 159px;
  height: 76px;
  margin-left: 20px;
  border: none;
  text-indent: -9999px;
}

#gform_wrapper_5 h3.gform_title {
  font-size: 24px;
}

ul#gform_fields_5 label { font-weight: bold; padding-bottom: 3px; display: block; }
ul#gform_fields_5 { list-style: none; margin-left: 0; }
ul#gform_fields_5 li { margin-bottom: 15px; }
#gform_submit_button_5 { margin-left: 65px;}
#gform_wrapper_5 .gform_wrapper span.gform_description { font-weight: bold; }
.gform_heading { margin-bottom: 20px;}
.validation_error { display: none; }
.validation_message { color: #fff; text-decoration: underline; }

.page-id-535 #main {
  text-align: left;
}

.location_search_title {
  color: #B95716;
  font-size: 18px;
  padding-bottom: 15px;
}

.location_search input[type="text"] {
  width: 145px;
  padding: 3px;
}

#location_search_zip_field {
  width: 85px;
  margin-top: 8px;
}

#location_search_0_tr input[type="text"] {
  margin-right: 5px;
}

.location_search_distance_cell { 
  display: none;
}

.location_search {
  border-bottom: 1px solid #887356;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%
}

#location_search_0_tr, #location_search_1_tr {
  float: left;
}

#location_search_1_tr input {
  margin-right: none;
}
.location_search_empty_cell {
  display: none;
}

select#location_search_distance_field {
  height: 25px;
  margin: 7px 0 10px 3px;
  width: 75px;
}

input#location_search_submit_field {
  border: none;
  background: #a66941;
  color: #fff;
  padding: 5px 15px;
  margin-left: 3px;
}

#results {
  border-top: 1px solid #887356;
  margin-top: 20px;
  padding-top: 20px;
}

#results div {
  border-bottom: none;
}

#results div:nth-child(2n) {
  background: #bbab94;
}

#results div:hover {
  background: #d9cebf;
}

div.result {
  font-size: 12px !important;
  line-height: 18px !important;
}

div.result_address, div.result_links {
  background: none !important;
}

small.result_distance {
  color: #fff !important;
  padding-left: 10px;
}

a.result_directions {
  background: #8c7a60;
  padding: 5px 10px;
  color: #fff;
}

a.result_directions:hover {
  background: #998972;
}

#location_search_address_field, #location_search_city_field,
#location_search_state_field, td.location_search_street_cell,
td.location_search_city_cell, td.location_search_state_cell {
  display: none;
}

/* =====================================
    =Links
=======================================*/
a {
  color: #BD5510;
  text-decoration: none;
}
a:hover {
  color: #d3661e;
}



/* =====================================
    =Grid
=======================================*/
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  max-width: 1024px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}



/* =====================================
    =Typography
=======================================*/
p {
  margin: 0 0 9px;
}
p small {
  font-size: 11px;
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}


/* =====================================
    =Elements & Utilities
=======================================*/
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}


/* =====================================
    =Plugins
=======================================*/

/* FANCYBOX */ 

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* RESPONSIVE NAVIGATION MENU */ 
.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    background-color: #B3A285;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover,
.collapse-button:focus {
    color: #000;
    background-color: #fff
}
.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #000;
    border-radius: 1px
}
ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}
ul.slimmenu:before,
ul.slimmenu:after {
    content: '';
    display: table
}
ul.slimmenu:after {
    clear: both
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    background: #C1B298;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li ul li {
  background: #CABDA7;
}
ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}
ul.slimmenu.collapsed li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 43px
}
ul.slimmenu li {
    position: relative;
    float: left;
    display: inline-block;
    background-color: #C1B298
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}
ul.slimmenu li ul li {
    background: #bbbbbb
}
ul.slimmenu li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li a {
    display: block;
    padding: 12px 64px 12px 16px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out
}
ul.slimmenu li a:hover {
    text-decoration: none;
    background-color: #B3A285
}
ul.slimmenu li .sub-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 48px;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer
}
ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle
}
ul.slimmenu>li {
    border-left: 1px solid #999
}
ul.slimmenu>li:first-child,
ul.slimmenu>li.has-submenu+li {
    border-left: 0
}

#mobile-nav {
  float: left;
  width: 100%;
  display: none;
}

#mobile-social {
  display: none;
  float: right;
  width: 50%;
}

#mobile-social ul {
  float: right;
}

#mobile-social li {
  width: 24px; 
  height: 22px; 
  list-style: none; 
  display: block; 
  float: left; 
  padding-left: 3px;
}

@media (max-width: 980px){
  #main-nav li {
    font-size: 16px;
    padding-left: 20px;
  }
  #top-menu,
  #mobile-social,
  #main-nav {
    margin: 10px 15px 0 0;
  }
  #logo {
    margin: 0 0 20px 15px;
  }
  #top-menu {
    margin-top: 30px;
  }
  #main-nav {
    float: right;
    margin-top: -50px;
  }
}

@media (max-width: 885px){
  #main-nav,
  #top-menu .social-links {
    display: none;
  }
  #mobile-nav,
  #mobile-social {
    display: block;
  }
  #top-menu {
    margin: 0 auto 15px;
    max-width: 375px;
    float: none;
    text-align: center;
    display: block;
  }
  #top-menu .basket,
  #top-menu .search {
    width: 50%;
    padding: 0;
  }
  #mobile-social {
    position: absolute;
    top: 0;
    right: -10px;
    width: auto;
  }
  #logo {
    width: 100%;
    margin: 0 0 20px;
    float: none;
    text-align: center;
  }
  #logo img {
    max-width: 200px;
  }
  .search input[type="text"] {
    background: url(../images/icons/search-icon.gif) #fff no-repeat 140px 10px;
    width: 142px;
  }
  footer nav ul {
    margin-left: 0;
  }
  footer nav ul li {
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
  }
}


/* =====================================
    =Magento
=======================================*/
.cats-list {
    margin: 0;
    padding: 0;
}

.cats-list li {
    display: inline-block;
    margin: 0 10px 20px;
}

.cats-list li a .cat-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-transform: uppercase;
}

.cats-list li a {
    position: relative;
    display: block;
    color: #dcded9;
}



