/* ------------------------------------------------------------------------- */
/* !LESS Variables --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* -- Brand Colors -- */
/* -- Grays -- *//* -- Secondary Colors -- */
/* ------------------------------------------------------------------------- */
/* !CSS Reset -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------------------------------------------------------------- */
/* !Web Fonts -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
@font-face {
  font-family: 'AsapRegular';
  src: url('../fonts/Asap-Regular-webfont.eot');
  src: url('../fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Regular-webfont.woff') format('woff'), url('../fonts/Asap-Regular-webfont.ttf') format('truetype'), url('../fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AsapItal';
  src: url('../fonts/Asap-Italic-webfont.eot');
  src: url('../fonts/Asap-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Italic-webfont.woff') format('woff'), url('../fonts/Asap-Italic-webfont.ttf') format('truetype'), url('../fonts/Asap-Italic-webfont.svg#AsapItal') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'AsapBold';
  src: url('../fonts/Asap-Bold-webfont.eot');
  src: url('../fonts/Asap-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Bold-webfont.woff') format('woff'), url('../fonts/Asap-Bold-webfont.ttf') format('truetype'), url('../fonts/Asap-Bold-webfont.svg#AsapBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AsapBoldItal';
  src: url('../fonts/Asap-BoldItalic-webfont.eot');
  src: url('../fonts/Asap-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-BoldItalic-webfont.woff') format('woff'), url('../fonts/Asap-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/Asap-BoldItalic-webfont.svg#AsapBoldItal') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* ------------------------------------------------------------------------- */
/* !Sitewide Elements ------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
html,
body {
  height: 100%;
  font-family: 'AsapRegular', Arial, sans-serif;
}
body {
  background: transparent url(../images/bkg-subtle-dots.gif);
}
.clear {
  clear: both;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -180px;
  /* the bottom margin is the negative value of the footer's height */

}
#push {
  height: 180px;
  width: 100%;
}
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.foot-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/*-------MENU--------*/

#nav-bar {
  background: transparent url(../images/bkg-trsnpt-white-80.png);
  width: 100%;
  min-width: 1100px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 5;
}
/*-------MOBILE MENU--------*/
#mobileMenu {
    background-color: #d8d8d8;
    position: fixed;
    top: 100%;
    right: 0%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.2);
    box-shadow: inset 0 0 200px rgba(0,0,0,.2);
    overflow: scroll;
    padding-bottom: 46px;
}

#mobileMenu li {
    text-align: center;
    font-size: 20px;
    color: #4c4c53;
}

#mobileMenu li.major a {
    padding: 14px 30px;
    border-bottom: 2px solid #ffffff;
}

#mobileMenu li a {
    display: inline-block;
	color: #4c4c53;
	text-decoration: none;
}
a#mobileTrigger {
	float:right;
	box-sizing: border-box;
	text-align: right;
	position: relative;
	z-index: 1000;
	padding: 0;
    font-size: 30px;
	text-decoration: none;
}
#mobileTrigger i {
    display: block;
    padding: 25px 14px ;
    font-size: 30px;
    border: none;
    text-transform: uppercase;
	color: #00446a;
}
#mobileMenu .spacer {
    display: block;
    height: 20px;
}
#mobileMenu #mobileMenuLogo {
    width: 262px;
	margin: 40px auto 35px;
    display: block;
}



@media (min-width: 900px) {
	#mobileTrigger {
		display: none;
	}
}

@media (max-width: 900px) {
	
	#primary-nav {
		width:65%
	}
	#logo {
		width:243px;
	}
	#logo img {
		width:100%
	}
	#logo a {
		padding:0 !important;
	}
}

@media (max-width: 900px) {
	#primary-nav, #secondary-nav {
		display: none !important;
	}
	#nav-bar {
		height:95px;
	}
	#logo {
    	width: 243px;
		float: left;
		padding:0px 20px 0px;
	}
	
}
	

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
 
#logo {
  position: absolute;
  top: 15px;
  left: -10px;
}
#logo a {
  padding: 10px;
  display: block;
  width: 243px;
  height: 60px;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#logo a:hover {
  background: #FFFFFF;
}
#primary-nav {
  display: block;
  position: absolute;
  right: 0;
  top: 55px;
}
#primary-nav li {
  float: left;
  display: inline;
  margin: 0 0 0 20px;
}
#primary-nav li a {
  display: block;
  font: bold 15px/34px Georgia, serif;
  color: #00446a;
  text-decoration: none;
  padding: 0 1px;
  background-position: left bottom;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#primary-nav li a:hover {
  background: url(../images/double-hrule-gray.gif) repeat-x left bottom;
  color: #7f7f7f;
}
#primary-nav li a:active {
  background: url(../images/double-hrule-orange.gif) repeat-x left bottom;
  color: #b85914;
}
#primary-nav li.active a {
  background: url(../images/double-hrule-green.gif) repeat-x left bottom;
}
#secondary-nav {
  height: 28px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
#secondary-nav li {
  float: left;
  display: inline;
  background: url(../images/double-vrule-orange.gif) no-repeat left center;
  padding: 0 0 0 4px;
}
#secondary-nav li.first {
  background: none;
}
#secondary-nav li a {
  display: block;
  padding: 0 10px;
  font: normal 13px/28px 'AsapRegular', Arial, sans-serif;
  color: #b85914;
  text-decoration: none;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#secondary-nav li a:hover {
  color: #566423;
}
#secondary-nav li.last {
  padding: 0;
  background: none;
}
#secondary-nav li.last a {
  display: block;
  color: #FFFFFF;
  background: #b85914 url(../images/hot-deals-star-sm.png) no-repeat 15px 7px;
  padding: 0 20px 0 35px;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#secondary-nav li.last a:hover {
  background-color: #566423;
}
#main {
  width: 960px;
  margin: 0 auto;
}
#column-primary {
  width: 630px;
  padding: 30px 0 20px;
  float: left;
  display: inline;
}
#column-sidebar {
  width: 300px;
  padding: 30px 0 20px;
  float: right;
  display: inline;
}
#side-banner {
  margin: 10px 0 30px;
}
#footer {
  width: 100%;
  min-width: 1100px;
  background: #b85914;
  border-top: 1px solid #d8d8d8;
	padding: 10px 0 20px;
}
#nav-wrap {
  overflow: hidden;
}
.footer-nav {
  float: left;
  left: 50%;
  list-style-type: none;
  margin: 20px auto;
  padding: 0;
  position: relative;
  color: #FFF;
}
.footer-nav li {
  padding: 0;
  margin: 0;
  border-right: 1px solid #FFFFFF;
  float: left;
  position: relative;
  right: 50%;
}
.footer-nav li.last {
  border-right: none;
}
.footer-nav li a {
  display: block;
  padding: 2px 8px;
  text-decoration: none;
  color: #FFF;
  font: bold 13px/13px Georgia, serif;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-nav li a:hover {
  color: #ce8a5a;
}
#social {
  clear: both;
  float: left;
  left: 50%;
  list-style-type: none;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  color: #FFF;
}
#social li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  right: 50%;
  font: bold 14px/12px Georgia, serif;
  line-height: 34px;
  color: #FFFFFF;
}
#social li a {
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
  color: #FFF;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#social li a.twitter {
  background: url(../images/icon-twitter-footer.png) no-repeat center center;
}
#social li a.facebook {
  background: url(../images/icon-facebook-footer.png) no-repeat center center;
}
#social li a.rss {
  background: url(../images/icon-rss-footer.png) no-repeat center center;
}
#social li a.linkedin {
  background: url(../images/icon-linkedin-footer.png) no-repeat center center;
}
#social li a:hover {
  background-color: #ce8a5a;
}
#footer p {
  margin: 0 auto 10px;
  color: #ffffff;
  text-align: center;
  font: normal 14px/12px Georgia, serif;
}
#footer p a {
  color: #ce8a5a;
  text-decoration: none;
}
/* ------------------------------------------------------------------------- */
/* !Page Templates --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* !Home Page -------------------------------------- */
/* ------------------------------------------------- */
#masthead-home {
  width: 100%;
  min-width: 960px;
  height: 470px;
  background: #d8d8d8;
  position: relative;
  z-index: 1;
}
#slider {
  background: #d8d8d8;
  width: 100%;
  height: 470px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
#controls {
  width: 960px;
  margin: 0 auto;
  padding: 0 70px;
  /* bumps width to 1100 to keep from shifting on smaller windows*/

  position: relative;
  bottom: -430px;
  height: 22px;
  z-index: 100;
}
#slider-prev {
  float: left;
}
#slider-next {
  float: right;
}
#slider-next,
#slider-prev {
  width: 14px;
  opacity: 0.8;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider-prev:hover,
#slider-next:hover {
  opacity: 1;
  cursor: pointer;
}
#slider .slide,
#slider img {
  z-index: 5;
  /* Set rules to fill background */

  min-height: 470px;
  min-width: 1100px;
  /* Set up proportionate scaling */

  width: 100%;
  height: auto;
  /* Set up positioning */

  position: absolute;
  top: 0;
  left: 0;
}
.slide-copy {
  position: relative;
  bottom: -84px;
  margin: 0 auto;
  width: 940px;
  color: #FFFFFF;
  font: normal 22px/38px 'AsapRegular', Arial, sans-serif;
  text-align: center;
}
.slide-overlay {
  width: 100%;
  min-width: 1100px;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/overlay-gradient.png) repeat-x 0 0;
  z-index: 10;
}
.slide-overlay h2 {
  width: 960px;
  position: relative;
  bottom: -84px;
  margin: 0 auto;
  font: bold italic 28px/38px Georgia, serif;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.slide-overlay-inner {
  width: 100%;
  min-width: 1100px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/overlay-gradient.png) repeat-x 0 0;
  z-index: 10;
}
.slide-overlay-inner h2 {
  width: 960px;
  position: relative;
  bottom: -44px;
  margin: 0 auto;
  font: bold italic 28px/38px Georgia, serif;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.section h3 {
  background: url(../images/double-hrule-orange.gif) repeat-x left bottom, url(../images/double-hrule-orange.gif) repeat-x left top;
  padding: 12px 10px;
  margin: 10px 0 30px !important;
  font: bold 19px/24px Georgia, serif !important;
  color: #566423;
}
.event-tiles {
  margin: 0;
}
.event-tiles .mn-scroll-item {
  float: left;
  display: inline;
  width: 135px;
  height: 135px;
  padding: 5px;
  margin: 0 0 0 10px;
  background: url(../images/bkg-diagonals.png);
  position: relative;
  z-index: 0;
}
.event-tiles .mn-scroll-item span {
  height: 33px;
  width: 121px;
  font: bold 20px/31px 'AsapBold', Arial, sans-serif;
  text-align: center;
  background: url(../images/dashed-hrule-gray.gif) repeat-x left bottom;
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 3;
}
.event-tiles .mn-scroll-item a {
  display: block;
  height: 85px;
  width: 113px;
  padding: 43px 10px 5px;
  background: #FFFFFF;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  color: #4c4c53;
  font: normal 14px/20px 'AsapRegular', Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  overflow: hidden;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.event-tiles .mn-scroll-item a:hover {
  background-color: #e7edf1;
  color: #00446a;
}
#directory-list li {
  float: left;
  display: inline;
  width: 295px;
  margin: 0 10px 8px;
}
#directory-list li a {
  display: block;
  font: normal 14px/24px 'AsapRegular', Arial, sans-serif;
  color: #4c4c53;
  padding-left: 20px;
  text-decoration: none;
  background: url(../images/list-arrows-right-orange.png) no-repeat left center;
  /* CSS Transition */

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#directory-list li a:hover {
  background-position: 8px center;
  color: #b85914;
  /* CSS Transition */

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.view-more {
  float: left;
  display: block;
  clear: both;
  margin: 5px 0 20px;
}
.view-more a {
  display: block;
  text-decoration: none;
  color: #b85914;
  padding: 10px;
  font-size: 14px;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more a:hover {
  color: #566423;
}
#promo-box {
  padding: 5px;
  margin: 10px 0 30px;
  background: url(../images/bkg-diagonals.png);
}
#promo-eyebrow {
  width: 290px;
  background: #00446a;
  font: bold 17px/25px 'AsapBold', Arial, sans-serif;
  letter-spacing: 1px;
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
#promo-box img {
  display: block;
}
#promo-content {
  padding: 15px;
  background: #FFFFFF;
}
#promo-box h4 {
  font: bold 16px/24px 'AsapBold', Arial, sans-serif;
  color: #00446a;
  margin: 0 0 5px;
}
#promo-box p {
  font: normal 13px/20px 'AsapRegular', Arial, sans-serif;
  color: #4c4c53;
}
#promo-box a {
  color: #b85914;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#promo-box a:hover {
  color: #566423;
}
/* !Interior Page ---------------------------------- */
/* ------------------------------------------------- */
#masthead-interior {
  width: 100%;
  height: 310px;
  background: #d8d8d8;
  position: relative;
  z-index: 1;
}
#banner-photo img {
  z-index: 1;
  /* Set rules to fill background */

  min-height: 310px;
  min-width: 1100px;
  /* Set up proportionate scaling */

  width: 100%;
  height: auto;
  /* Set up positioning */

  position: absolute;
  bottom: 0;
  left: 0;
}
#subnav {
  width: 100%;
  background: url(../images/bkg-trsnpt-green-10.png);
  overflow: hidden;
}
#subnav li {
  float: left;
  display: inline;
  padding: 0 1px 0 0;
  background: url(../images/dashed-vrule-gray.gif) no-repeat right center;
}
#subnav li a {
  display: block;
  padding: 0 10px;
  font: bold 14px/44px 'AsapBold', Arial, sans-serif;
  text-decoration: none;
  color: #b85914;
  /* CSS Transition */

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#subnav li a:hover {
  color: #566423;
}
#subnav li.active a {
  background: url(../images/bkg-trsnpt-green-20.png);
}
/* -- Side List --*/.side-list {
  margin: 10px 0 30px;
  padding: 0 0 10px;
  background: url(../images/bkg-gray-gradient-trnsp.png) repeat-x 0 0;
}
.side-list h4 {
  display: block;
  color: #000000;
  background: #d8d8d8;
  font: bold 15px/36px 'AsapBold', Arial, sans-serif;
  padding: 2px 0 0;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}
.side-list li {
  display: block;
  margin: 0 10px;
  padding: 0 0 1px;
  background: url(../images/dashed-hrule-gray.gif) repeat-x left bottom;
}
.side-list li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  text-transform: capitalize;
  font: bold 14px/36px 'AsapBold', Arial, sans-serif;
  color: #4c4c53;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* -- Side List Split --*/
.side-list-split {
  margin: 10px 0 30px;
  padding: 0 0 5px;
  background: url(../images/bkg-gray-gradient-short-trnsp.png) repeat-x 0 0;
}
.side-list-split h4 {
  display: block;
  color: #000000;
  background: #d8d8d8;
  font: bold 15px/36px 'AsapBold', Arial, sans-serif;
  padding: 2px 0 0;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}
.side-list-split li {
  float: left;
  display: inline;
  width: 135px;
  margin: 0 5px 0 10px;
}
.side-list-split li a {
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none;
  font: normal 14px/36px 'AsapRegular', Arial, sans-serif;
  color: #4c4c53;
  background: url(../images/list-arrows-right-orange.png) no-repeat left center;
  /* CSS Transition */

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-list-split li a:hover {
  background-position: 8px center;
  color: #b85914;
  /* CSS Transition */

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* -- Side Deals--*/.side-deals h4 {
  display: block;
  color: #FFFFFF;
  background: #b85914 url(../images/hot-deals-star.png) no-repeat 87px 10px;
  font: bold 15px/36px 'AsapBold', Arial, sans-serif;
  padding: 2px 0 0;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}
.side-deals li a {
  display: block;
  padding: 9px 10px 7px;
  text-decoration: none;
  font: bold 14px/20px 'AsapBold', Arial, sans-serif;
  color: #4c4c53;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-list li a:hover {
  color: #b85914;
}
.side-list .view-more {
  margin: 5px 0 0;
}
.side-recent {
  margin: 10px 0 30px;
  padding: 0 0 5px;
  background: url(../images/bkg-gray-gradient-short-trnsp.png) repeat-x 0 0;
}
.side-recent h4 {
  display: block;
  color: #000000;
  background: #d8d8d8;
  font: bold 15px/36px 'AsapBold', Arial, sans-serif;
  padding: 2px 0 0;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}
.side-recent li {
  display: block;
  margin: 0 10px;
  padding: 0 0 1px;
  background: url(../images/dashed-hrule-gray.gif) repeat-x left bottom;
}
.side-recent li a {
  display: block;
  color: #4c4c53;
}
.side-recent li a .date {
  display: inline-block;
  font: bold 14px/16px 'AsapBold', Arial, sans-serif;
  padding: 13px 10px 3px;
  width: 55px;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-recent li a .title {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px 4px;
  margin: 7px 0 6px;
  font: bold 14px/18px 'AsapBold', Arial, sans-serif;
  text-decoration: none;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-recent li a:hover span.date,
.side-recent li a:hover span.title {
  color: #b85914;
}
/* -- Upcoming Events --*/.side-events .mn-scroll-item {
  display: block;
  margin: 0 10px;
  padding: 0 0 1px;
  background: url(../images/dashed-hrule-gray.gif) repeat-x left bottom;
}
.side-events .mn-scroll-item .mn-scroll-date {
  display: inline-block;
  font: bold 16px/16px 'AsapBold', Arial, sans-serif;
  padding: 13px 10px 3px;
  width: 55px;
}
.side-events .mn-scroll-item a.mn-scroll-name {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px 4px;
  margin: 7px 0 6px;
  font: normal 14px/18px 'AsapRegular', Arial, sans-serif;
  text-decoration: none;
  color: #4c4c53;
  width: 185px;
  background: url(../images/dashed-vrule-gray.gif) repeat-y top left;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-events .mn-scroll-item a:hover {
  color: #b85914;
}
/* -- Hot Deals --*/
/* !News/Blog -------------------------------------- */
/* ------------------------------------------------- */
#comments h3 {
  background: url(../images/double-hrule-orange.gif) repeat-x left bottom, url(../images/double-hrule-orange.gif) repeat-x left top;
  padding: 12px 10px;
  margin: 10px 0 30px !important;
  font: bold 19px/24px Georgia, serif !important;
  color: #566423;
}
.type .quip-allowed-tags {
  font-size: 11px;
  float: right;
  text-transform: none;
}
h2.title {
  background: url(../images/double-hrule-orange.gif) repeat-x left bottom, url(../images/double-hrule-orange.gif) repeat-x left top;
  padding: 12px 10px;
  margin: 10px 0 30px !important;
}
h2.title a {
  font: bold 19px/24px Georgia, serif !important;
  color: #566423;
}
.paging ul.pageList {
  margin: 15px 10px !important;
  list-style: none;
}
.paging ul li {
  float: left;
  display: inline;
  margin: 0 4px 0 0 !important;
}
.paging ul li a {
  display: block;
  padding: 4px 10px 2px;
  background: #00446a;
  color: #FFFFFF;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.paging ul li a.active {
  border: 1px solid #00446a;
  padding: 3px 8px 1px;
  background: none;
  color: #00446a;
}
.paging ul li a:hover {
  background: #566423;
  color: #FFFFFF;
}
#news-home {
  float: left;
  display: inline;
  clear: both;
  margin: 15px 10px;
}
#news-home a {
  display: block;
  padding: 4px 10px 2px;
  background: #00446a;
  color: #FFFFFF;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#news-home a:hover {
  background: #566423;
  color: #FFFFFF;
}
/* ------------------------------------------------------------------------- */
/* !Forms ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */
.type .req {
  color: #b85914;
}
form {
  display: block;
  position: relative;
}
input[type=checkbox] {
  margin: 5px 5px 15px 0;
}
input[type=text] {
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #b85914;
  height: 28px;
  text-indent: 5px;
  font: normal 14px/22px 'AsapRegular', Arial, sans-serif;
  color: #7f7f7f;
  padding: 0;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea {
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #b85914;
  padding: 5px;
  font: normal 14px/22px 'AsapRegular', Arial, sans-serif;
  color: #4c4c53;
  /* CSS Transition */

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]:focus,
textarea:focus {
  border-color: #b85914;
  color: #00446a;
}
select,
.type select {
  margin: 3px 1px 0;
  padding: 0 4px;
  font: normal 12px/22px 'AsapRegular', Arial, sans-serif;
}
input[type=submit],
button[type=submit] {
  display: inline;
  border: none;
  font: normal 14px/22px 'AsapRegular', Arial, sans-serif;
  color: #FFFFFF;
  background: #00446a;
  text-transform: uppercase;
  margin: 0 10px 20px;
  padding: 7px 15px 4px;
  /* CSS Transition */

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #566423;
}
.type label,
label {
  clear: both;
  display: block;
  float: left;
  margin: 0 0 3px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
  height: 19px;
  font: bold 14px/22px 'AsapBold', Arial, sans-serif;
  color: #00446a;
}
.type label .error {
  color: #b85914;
}
/* -- Main Column Forms ------ */.field-third {
  width: 190px;
  margin: 0 10px 10px;
  float: left;
  display: inline;
}
.field-third input[type=text] {
  float: left;
  clear: both;
  width: 188px;
}
.field-third select {
  width: 158px;
}
.field-half {
  float: left;
  display: inline;
  width: 295px;
  margin: 0 10px 15px;
}
.field-half input[type=text] {
  float: left;
  clear: both;
  width: 293px;
}
.field-full {
  float: left;
  display: inline;
  clear: both;
  width: 610px;
  margin: 0 10px 15px;
}
.field-full textarea {
  padding: 5px;
  width: 598px;
  height: 150px;
  font: normal 14px/20px 'AsapRegular', Arial, sans-serif;
  resize: vertical;
}
.type input[type=submit],
.type button[type=submit] {
  margin-top: 15px;
  font: normal 14px/20px 'AsapRegular', Arial, sans-serif;
  padding: 5px 12px 4px;
}
#button-pos {
  float: left;
  display: inline;
  clear: both;
}

@media (max-width: 1000px) {
	div {
		box-sizing : border-box;
	}
	#wrapper {
		width:100%;
		box-sizing : border-box;
	}
	#column-primary {
		width:100%;
		padding: 0 ;
	}
	#column-sidebar {
		width:100%;
		padding: 0  ;
	}
	#masthead-home {
		min-width:100%;
	}
	#nav-bar {
		min-width:100%;
		padding: 0 25px;
	}
	#controls {
		width:100%;
		padding: 0 20px;
		overflow: hidden;
	}
	#slider .slide {
	    min-height: 470px;
		min-width:100%;
	}
	#slider img {
		min-width:100%;
		width: 225%;
		min-height: 0;
	}
	.slide-overlay {
		min-width:100%;
	}
	.slide-copy {
		width: 100%;
		font: normal 17px/19px 'AsapRegular', Arial, sans-serif;
		padding: 0 40px;
		bottom: -80px;
	}
	#main {
		width:100%;
		padding: 0 25px;
		box-sizing : border-box;
	}
	.inner {
		width:100%;
	}
	#footer {
		min-width: 100%
	}
	.foot-inner {
		width:100%;
		padding: 0 25px;
	}
	.footer-nav {
		width:100%;
		text-align: center;
		left:0
	}
	.footer-nav li {
		right: 0;
		display: inline-block;
		float: none;
	}
	#mn-content tr {
		display: table-row;
		margin: 0 auto;
		}
	#promo-box {
		margin-bottom: 20px;
		display: inline-block;
	}
	#promo-eyebrow {
		width:100%;
		float:left;
	}
	#promo-box img {
		float:left;
		width:35%;
	}
	#promo-box #promo-content {
		float:left;
		width:65%;
		padding: 15px 15px 25px 15px;
	}
	.event-tiles .mn-scroll-item {
		margin: 0 0 20px 10px;
	}
	.slide-overlay-inner {
		min-width: 100%;
		padding: 0 25px 0 25px;
	}
	.slide-overlay-inner h2 {
		width:100%;
		padding: 0 25px;
	}
	#banner-photo {
		width:100%;
		    height: 100%;
		position: relative;
		overflow: hidden
	}
	#banner-photo img {
		min-height: 0;
		width: 150%;
	}
	#subnav {
		padding: 10px 0;
	}
	#subnav ul {
		float:none;
		display: inline-block;
		text-align: center;
	}
	#subnav li {
		float:none;
		display: inline-block;
		text-align: center;
	}
	.side-deals h4 {
		background-color: #b85914;
		background-image: none;
		}
	.field-half {
		width:47%;
	}
	.field-half input[type=text] {
		width:100%;
	}
	.field-full {
		width:100%;
		margin: 0 10px 0px;
	}
	.field-full textarea {
		width:96%;
	}
	
}
@media (max-width: 900px) {

	#promo-box img {
		float:left;
		width:45%;
		height: 100%;
	}
	#promo-box #promo-content {
		float:left;
		width:55%;
		padding: 15px 15px 25px 15px;
	}
}

@media (max-width: 900px) {
	
	.field-half {
		width:46%;
	}
	.field-half input[type=text] {
		width:100%;
	}
	.field-full {
		width:100%;
		margin: 0 10px 0px;
	}
	.field-full textarea {
		width:95%;
	}
	
}

@media (max-width: 650px) {

	#promo-box img {
		float:left;
		width:100%;
		height: 100%;
	}
	#promo-box #promo-content {
		float:left;
		width:100%;
		padding: 15px 15px 25px 15px;
	}
}

@media (max-width: 550px) {
	#masthead-home, #slider {
		height: 400px;
		}
	#slider .slide {
		min-height:0;
		height: 400px;
	}
	#slider img {
		min-width: 100%;
		width: 300%;
		min-height: 0;
	}
	.slide-copy {
		bottom: -70px;
	}
	.field-half {
		width:45%;
	}
	.field-half input[type=text] {
		width:100%;
	}
	.field-full {
		width:100%;
		margin: 0 10px 0px;
	}
	.field-full textarea {
		width:94%;
	}

}

@media (max-width: 500px) {

	.slide-copy {
		bottom: -70px;
	}
	.field-half {
		width:94%;
	}
	.field-half input[type=text] {
		width:100%;
	}
	.field-full {
		width:100%;
		margin: 0 10px 0px;
	}
	.field-full textarea {
		width:94%;
	}
	
	.slide-overlay-inner h2 {
		font-size: 20px;
    	line-height: 22px;
	}
	#banner-photo img {
		left: -90%;
	}

}




