@charset "utf-8";
/******************************C5menu.v2**end************************************/
body {
  behavior: url("/application/themes/ThemeJosWashLacombe/css/csshover3.htc");
}
#nav {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 660px) {
  #nav ul {
    position: relative;
    list-style-type: none;
    width: auto;
    height: auto;
    display: block;
    z-index: 6;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #nav li {
    width: auto;
    height: auto;
    display: inline-block;
  }
  #nav a {
    display: block;
    margin: 0 10px;
    padding: 10px 10px;
    font-weight: 300;
    text-decoration: none;
    color: #888;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px #bbb;
    text-transform: uppercase;
  }
  #nav a:hover {
    color: #222;
  }
  #nav a.nav-selected,
  #nav a.nav-path-selected {
    color: #fff;
    text-shadow: 1px 1px 0 #222;
    font-weight: 600;
    background-color: #ff7b0d;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8d23), color-stop(100%, #ff7101));
    background: -webkit-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -o-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -ms-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  #nav a#pull {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #nav ul {
    position: relative;
    list-style-type: none;
    width: auto;
    height: auto;
    display: block;
    z-index: 6;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #nav li {
    width: auto;
    height: auto;
    display: inline-block;
  }
  #nav a {
    display: block;
    margin: 0 10px;
    padding: 10px 10px;
    font-weight: 300;
    text-decoration: none;
    color: #888;
    font-size: 14px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px #bbb;
    text-transform: uppercase;
  }
  #nav a:hover {
    color: #222;
  }
  #nav a.nav-selected,
  #nav a.nav-path-selected {
    color: #fff;
    text-shadow: 1px 1px 0 #222;
    font-weight: 600;
    background-color: #ff7b0d;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8d23), color-stop(100%, #ff7101));
    background: -webkit-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -o-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: -ms-linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    background: linear-gradient(top, #ff8d23 0%, #ff7101 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  #nav a#pull {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  #nav ul {
    display: none;
    position: absolute;
    z-index: 3;
    height: auto;
    padding: 0;
    width: 100%;
    margin: 0;
    top: 65px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    overflow: hidden;
  }
  #nav li {
    display: block;
    float: left;
    width: 100%;
  }
  #nav li a {
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 16px 0 14px 0;
    font-size: 16px;
    text-decoration: none;
  }
  #nav li a:hover {
    color: #eaeaea;
    background-color: rgba(255, 113, 1, 0.5);
  }
  #nav li a.nav-selected,
  #nav li a.nav-path-selected {
    color: #eaeaea;
    background-color: rgba(255, 113, 1, 0.85);
  }
  #nav a#pull {
    display: block;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 113, 1, 0.85);
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 15px 0 0 0;
    position: relative;
    border-radius: 10px;
  }
  #nav a#pull:before {
    content: "Site Menu";
    position: absolute;
    top: 21px;
    left: 15px;
  }
  #nav a#pull:after {
    content: "";
    background: url(/application/themes/ThemeJosWashLacombe/images/nav-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 20px;
  }
}
