@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=3.1.0');
  src: url('fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=3.1.0') format('woff'), url('fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin:0;
}

ul.nav { padding:0; margin:0;}
ul.nav li {
list-style:none; 
}


/*-------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */

#inner-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0em;
  -webkit-transition: left ease 0.5s;
  -moz-transition: left ease 0.5s;
  -o-transition: left ease 0.5s;
  transition: left ease 0.5s;
}

/* 2.2 mobile_navigation */
#mobile_navigation {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  left: -80%;
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: 9000;
  padding-top: 4.236em;
  margin-bottom: 3em;
  font: 300 14px/14px sans-serif;
  background: #f0f0f0; 
}
#mobile_navigation .menus {
  clear: both;
}
#mobile_navigation h3 {
  font-size: 1em;
  padding: .5em 1em;
}
#mobile_navigation ul {
  /*margin-bottom: 1.618em;*/
}
#mobile_navigation ul ul {
  margin: 0 0 0 1.618em;
}
#mobile_navigation .nav-home,
#mobile_navigation .nav-close,
#mobile_navigation .cart-contents,
#mobile_navigation ul.rss li a {
  height: 1em;
  width: 1em;
  text-indent: -999px;
  display: block;
  font-size: 1em;
  padding: .5em;
  position: absolute;
  top: 1em;
  left: 1em;
  background: #999;
  color: #fff;
  border-radius: 3px !important;
}
#mobile_navigation .nav-home:before,
#mobile_navigation .nav-close:before,
#mobile_navigation .cart-contents:before,
#mobile_navigation ul.rss li a:before {
  font-family: "FontAwesome";
  content: "\f00d";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  line-height: 2; /*background:#000; border:1px solid #f00;*/
}
#mobile_navigation .nav-home:hover,
#mobile_navigation .nav-close:hover,
#mobile_navigation .cart-contents:hover,
#mobile_navigation ul.rss li a:hover {
  opacity: 0.8;
}
#mobile_navigation .nav-home {
  left: auto;
  right: 1em;
}
#mobile_navigation .nav-home:before {
  content: "\f015";
}
#mobile_navigation .cart-contents {
  left: auto;
  right: 3.5em;
}
#mobile_navigation .cart-contents:before {
  content: "\f07a";
}
#mobile_navigation ul.rss {
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: -45px;
  float: right;
}
#mobile_navigation ul.rss:after {
  content: "";
  display: block;
  clear: both;
}
#mobile_navigation ul.rss.cart-enabled {
  margin-right: 85px;
}
#mobile_navigation ul.rss li {
  float: left;
}
#mobile_navigation ul.rss li a {
  position: relative;
  top: 0;
  left: 0;
  margin-left: .5em;  
}
#mobile_navigation ul.rss li.sub-email a:before {
  content: "\f003";
}
#mobile_navigation ul.rss li.sub-rss a:before {
  content: "\f09e";
}
.show-nav #mobile_navigation .top-mobile_navigation {
  display: block;
}
.show-nav #inner-wrapper {
  left: 80%;
}

ul.nav {
  width: 100%;
}
ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #666;
}
ul.nav li a:hover {
  color: #222;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
  background: #ffffff;
  color: #3088ff;
}
ul.nav li ul li a {
  background: none!important;
  color: #666!important;
}
ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item a {
  color: #3088ff!important;
}
/* Nav Toggle */
.nav-toggle:before {
  content: "\f039";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff;
  margin-left: 0.5em;
  text-shadow: 0 1px 0 #000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0.8em 1em 0.8em 0.5em;
}
.nav-toggle {
  margin: 0 -1em;
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 0;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-gradient(center top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-toggle a {
  color: #fff !important;
  text-shadow: 0 1px 0 #000;
  padding: 0.5em 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-toggle a:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 954px) {
.nav-toggle,
  .nav-close,
  .nav-home
  {
    display: none !important;
  }


}


@media only screen and (max-width: 954px) {

/*Mobile Navigation Settings*/
#navigation, #details, #services_location, #map, .slider, #slider-wrapper 
{ display:none;}

#inner-wrapper
{ padding:0 15px;}
.mobilehome img, #banner img
{ width:100%;}
a#logo
{display:block;padding:3px 10px 0px 0px; }
a#logo img
{ width:100%;  }

#sub_navigation
{ display:none;}

/*.column .row
{  margin:15px 0!important; clear:both; width:100%;  padding-bottom:10px;  }*/

.column .row .two img
{ float:left; margin:0 10px 10px 0;}

/*.column .row .two
{  float:left; width:24%; }
.column .row .six
{  float:left; width:66%; margin:0 2%; }
.column .row .one
{  float:left; width:6%; }*/

.nine img 
{ width:100%;}

/*#mobile_navigation ul ul li a
{  border:1px solid #000; margin-top:10px!important; margin-bottom:10px!important; background:#ccc; padding:5px; display:block; }*/
.menus ul li {
    margin: 10px 0; list-style:none;
}

#logo 
{  width: 325px!important; }
.nav
{ display:none; } 


ul.categoryNav 
{
    margin-left: 0;
    padding-left: 0;
}


}


