@import url(http://fonts.googleapis.com/css?family=Roboto:300,500bold,400,700,400italic);
.notransition {-webkit-transition: none !important;  -moz-transition: none !important; -o-transition: none !important;  -ms-transition: none !important;  transition: none !important;}
.clip { -webkit-background-clip: padding-box;  -moz-background-clip: padding;  -o-background-clip: padding;  background-clip: padding-box;}
/* handy shortcuts */
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.floatClear {
  float: left;
  clear: both;
}


::-moz-selection {
  background: #0254a4;
  color: white;
  text-shadow: none;
}
::selection {
  background: #0254a4;
  color: white;
  text-shadow: none;
}

a:focus {
  outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover,
a:active {
  outline: 0;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}


div.wrapper div.nav-container {
  width: 100%;
  height: 64px;
  /*background: rgba(124, 110, 102, 0.8);*/ /* BG Menu Holder  */
  /* positioninng*/  
  /*position: absolute;
  top:0px; 
  left: 0;*/
  z-index: 1000; 
}
div.wrapper div.nav-container nav {
  margin: 0 auto;
  z-index: 120;
  position: relative;
}
div.wrapper div.nav-container nav > div > ol {
  width: auto;
  height: 64px;
  margin: 0 auto;
  display: block;
  z-index: 120;
  font-size: 1em;
}
div.wrapper div.nav-container nav > div > ol > li {
  width: auto;
  height: 64px;
  float: left;
  position: relative;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0 1px;
}
div.wrapper div.nav-container nav > div > ol > li.home {
  display: none;
}
div.wrapper div.nav-container nav > div > ol > li.about {
  padding-left: 5px;
}
div.wrapper div.nav-container nav > div > ol > li > a {
  color:#000;
  width: auto;
  height: 100%;
  padding: 0 13px;
  display: block;
  text-decoration: none;
  line-height: 64px;
  font-size: 1em;
  white-space: nowrap;
/*  text-transform: uppercase;*/
}
div.wrapper div.nav-container nav > div > ol > li div {
  max-height: 0;
  overflow: hidden;
  background: rgba(247, 244, 242, 0.95); /* Drop downn menu color */
  padding: 0 18px;
  position: absolute;
  top: 64px;
  left: 0;
  opacity: 0.5;
  z-index: 120;
  transition: 0.3s all ease;
  min-width:200px;
}
div.wrapper div.nav-container nav > div > ol > li div ol {
  width: 100%;
  height: auto;
  display: block;
}
div.wrapper div.nav-container nav > div > ol > li div ol > li {
  width: 100%;
  height: auto;
  padding: 7px 0;
}
div.wrapper div.nav-container nav > div > ol > li div ol > li > a {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
}
div.wrapper div.nav-container nav > div > ol > li div ol > li:hover a,
div.wrapper div.nav-container nav > div > ol > li div ol > li.current a {
  color: #cc0000;
}
div.wrapper div.nav-container nav > div > ol > li:hover div {
  border-bottom: 2px solid #cc0000;
  padding-top: 5px;
  padding-bottom: 10px;
  transition: 0.6s all;
  opacity: 1;
  max-height: 1000px;
  top: 64px;
}
div.wrapper div.nav-container nav > div > ol > li.contact-us:hover div {
  border-bottom: 0px solid #7c6e66;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(247, 244, 242, 0.95); 
}
div.wrapper div.nav-container nav > div > ol > li.current,
div.wrapper div.nav-container nav > div > ol > li:hover {
  background: rgba(247, 244, 244, 0.5);
}
div.wrapper div.nav-container.spanish nav > div > ol > li {
  padding: 0 1px;
}

div.wrapper section.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 720px;
  background: #f7f4f2;
  min-width: 1200px;
}
div.wrapper section.content nav.sub {
  background:#fff;
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 64px;
}
div.wrapper section.content nav.sub > div {
  position: absolute;
  top: 30px;
}
div.wrapper section.content nav.sub > div a {
  width: 100px;
  height: 30px;
  padding-top: 60px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: url(images/nav-icons.png) no-repeat;
  color: #7c6e66;
  position: relative;
  transition: .5s color;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
  margin-bottom: 10px;
  font-size: 0.85em;
}
div.wrapper section.content nav.sub > div a.news {
  background-position: 38px 20px;
}
div.wrapper section.content nav.sub > div a.news:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.news.current {
  background-position: -242px 20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.press {
  background-position: 39px -74px;
}
div.wrapper section.content nav.sub > div a.press:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.press.current {
  background-position: -241px -74px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.media {
  background-position: 38px -168px;
}
div.wrapper section.content nav.sub > div a.media:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.media.current {
  background-position: -242px -168px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.downloads {
  background-position: 36px -264px;
}
div.wrapper section.content nav.sub > div a.downloads:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.downloads.current {
  background-position: -244px -264px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.testimonials {
  background-position: 38px -358px;
}
div.wrapper section.content nav.sub > div a.testimonials:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a.testimonials.current {
  background-position: -242px -358px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  behavior: url(../lib/PIE.htc);
  filter: alpha(opacity=15);
}
div.wrapper section.content nav.sub > div a:after {
  border: 2px solid #7c6e66;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  top: -5px;
}
div.wrapper section.content nav.sub > div a:hover {
  color: #7c6e66;
}
div.wrapper section.content nav.sub > div a.current {
  color: #0f6a37;
}
div.wrapper section.content nav.sub > div a.current:after {
  border-color: #0f6a37;
}
div.wrapper section.content > aside {
  text-indent: -9999em;
  width: 239px;
  height: 239px;
  background: url(images/slogan.png);
  background-size: 239px 239px;
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 1000;
}
div.wrapper section.content > aside.sub {
  width: 200px;
  height: 200px;
  top: 75px;
  background-size: 200px 200px;
}
div.wrapper section.content > section {
  color:#cc0000;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transition: all 1s;
}
div.wrapper section.content > section a {
  color: #7c6e66;
  font-size: 14px;
}
div.wrapper section.content > section a:hover {
  color: #cc0000;
}


