@charset "UTF-8";

/* CUSTOM SMART MENU CSS */
	  
@font-face {
    font-family: 'cooper_hewittbook';
    src: url('fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittbook_italic';
    src: url('fonts/cooperhewitt-bookitalic-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittsemibold';
    src: url('fonts/cooperhewitt-semibold-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittsemibold_italic';
    src: url('fonts/cooperhewitt-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

em {
	font-family: 'cooper_hewittbook_italic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

strong em, em strong {
	font-family: 'cooper_hewittsemibold_italic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

strong {
	font-family: 'cooper_hewittsemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'cooper_hewittbook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	line-height:160%;
	
}
	  
    .main-nav {
  position: relative;
		z-index: 2;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 sans-serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
}
	  
.nav-brand a img {	  
	  width:500px; height:147px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
	  
#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}


/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
  color: #ff2a2d;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}


/* Sample image placeholder */

.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #ff494c;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* PDF icon */

span.navicon img {
	width:26px;
	height:17px;
	margin-bottom:-3px;
	opacity: 0.5;
}
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}


/* IGNORE: Unrelated generic demo styles */

body {
  background: #fff;
  color: #545452;
  font: 16px/1.5em 'cooper_hewittbook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'cooper_hewittbook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.demo-text {
  margin: 3em 0px;
	padding:0px 23px;
}

.demo-text p {
  margin-bottom: 1em;
}

.demo-text a {
  color: #999;
}
	  

@media (max-width: 1700px) {
    .nav-brand a img {	  
	  width:350px;
	height:117px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}
	  

@media (max-width: 1500px) {
    .nav-brand a img {	  
	  width:300px;
	height:103px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}
	  

@media (max-width: 1100px) {
    .nav-brand a img {	  
	  width:250px;
	height:88px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}
	  

@media (max-width: 900px) {
    .nav-brand a img {	  
	  width:200px;
	height:73px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}	
	  

@media (max-width: 800px) {
    .nav-brand a img {	  
	  width:200px;
	height:59px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}
	  

@media (max-width: 700px) {
    .nav-brand a img {	  
	  width:175px;
	height:52px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}

@media (max-width: 767px) {
    .nav-brand a img {	  
	  width:250px;
	height:73px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}	

@media (max-width: 500px) {
    .nav-brand a img {	  
	  width:200px;
	height:59px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}

@media (max-width: 350px) {
    .nav-brand a img {	  
	  width:175px;
	height:52px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
}  
	  

/* CUSTOM VEGAS SLIDER CSS */
	html,
body {
  height: 100%;
  margin: 0
}

.maincontainer {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.maincontainer .section.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.maincontainer .section.content {
  flex: 1 1 auto;
}

	

.facebook-col {
	display:block;
}

	.delivery a, .delivery a:link, .delivery a:visited, .delivery a:active {
		width:60%;
		margin-left:auto;
		margin-right:auto;
}

.footer-row .row-interior p {
	padding-top:30px;
	padding-bottom:30px;
	font-size:0.6em;
}



.row {
	margin-right:0px;
	margin-left:0px;
}

.row-interior {
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}
	


.multicolinterior {
	padding-right:30px;
	padding-left:30px;
}

.multicolinterior img {
	width:100%;
}



.col-fifty {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
}



.col-twentyfive {
	width:25%;
	float: left;
	position: relative;
	min-height: 1px;
}



.col-duo-quad-holder {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
}

.col-duo-quad {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

			
			.google-maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	padding-right:20px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90% !important;
	height: 100% !important;
}
	

@media (max-width: 767px) {
.google-maps iframe {
	width: 100% !important;
}
    .col-duo-quad {
		width:50%;
    }
	.col-duo-quad-holder {
		width:100%;
}
	
	.col-fifty {
	width:100%;
}

.col-twentyfive {
	width:100%;
}
}

@media (max-width: 500px) {
    .col-duo-quad {
		width:100%;
}
}



.duo {
	position: relative;
	min-height: 1px;
}

.duocol {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .duocol {
		width:100%;
}
}

	
/* Table Styling */
.easy-table {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.easy-table th {
background: #eee;
padding: 5px 10px;
}
.easy-table td {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.easy-table a{
	color: #fe2a2d;
	display: inline-block;
	text-decoration: none;
}

h1 a:link {
   color: #fe2a2d;
}

h1 a:active {
   color: #000;
}

h1 a:visited {
   color: #fe2a2d;
}

h1 a:hover {
   color: #000;
	text-decoration: underline;
}

table.easy-table {max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.easy-table{width:100%;margin-bottom:18px;}.easy-table th,.easy-table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.easy-table th{font-weight:bold;}
.easy-table thead th{vertical-align:bottom;}
.easy-table caption+thead tr:first-child th,.easy-table caption+thead tr:first-child td,.easy-table colgroup+thead tr:first-child th,.easy-table colgroup+thead tr:first-child td,.easy-table thead:first-child tr:first-child th,.easy-table thead:first-child tr:first-child td{border-top:0;}
.easy-table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.easy-table tbody tr:hover td,.easy-table tbody tr:hover th{background-color:#f5f5f5;}
table.easy-table caption{
	font-weight:bold;
}
	
p.partner {
	text-align: center;
	padding:20px;
}	
p.partner a img {
	width:100%;
	max-width:250px;
}



.fade a:link {
	text-decoration: none;
	  /* fading link code */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.fade a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

	.zooropa {
		padding:0px;
		margin:0px;
		height:30px;
		text-align:center;
		overflow:hidden;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	.zooropa:hover {
		height:70px;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	

	   
		.fady {
			opacity: 1.0;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
		}
	   
		.fady:hover {
			opacity: 0.8;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
		}

.slider-badge {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 30%;
	margin: auto;
	text-align:center;
}

.slider-badge-twentyone img {
	width:40%;
	min-width:200px;
	max-width: 300px;
}

@media (max-width: 600px) {
    
.slider-badge-twentyone img {
	width:150px;
	min-width:150px;
}
}


.slider-height-secondary {
		position: relative;
		height: 650px;
	} 

@media (max-width: 1400px) {
	.slider-height-secondary {
		height: 450px;
	}
}

@media (max-width: 1100px) {
	.slider-height-secondary {
		height: 350px;
	}
}

div.floaty-link {
		
	overflow: hidden;
    position: relative;
    margin-bottom: 1.5714286rem;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, -webkit-transform;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform;
	}
div.floaty-link:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.45)
	}	


a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a.link-white, a.link-white:link, a.link-white:visited {
	color:#fff;
    text-decoration:none;
	border-bottom: 1px solid #ff6b6e;
	display:inline-block;
	margin-top:8px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

a.link-white:hover, a.link-white:active {
	color:#000;
    text-decoration:none;
	border-bottom: 1px solid #000;
	display:inline-block;
	margin-top:8px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

.content-row a.link-gray, .content-row a.link-gray:link, .content-row a.link-gray:visited {
	color:#545452;
    text-decoration:none;
	border-bottom: 1px solid #cccccc;
	display:inline-block;
	margin-top:8px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

.content-row a.link-gray:hover, .content-row a.link-gray:active {
	color:#ff2a2d;
    text-decoration:none;
	border-bottom: 1px solid #ff2a2d;
	display:inline-block;
	margin-top:8px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

/* THIS FORCES THE MENU TO STAY VISIBLE IF IT EXTENDS BELOW THE SLIDER */
body .vegas-container {
	overflow:visible!important;
}

.content-row {
	color:#545452;
	
}

.content-row a, .content-row a:link, .content-row a:visited, .content-row a:active {
	color:#ff2a2d;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row a:active, .content-row a:hover {
	color:#000;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row.parallax-window a, .content-row.parallax-window a:link, .content-row.parallax-window a:visited, .content-row.parallax-window a:active {
	color:#ff2a2d;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row.parallax-window a:active, .content-row.parallax-window a:hover {
	color:#fff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row a.link-gray-plain, .content-row a.link-gray-plain:link, .content-row a.link-gray-plain:visited, .content-row a.link-gray-plain:active {
	color:#545452;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row a.link-gray-plain:active, .content-row a.link-gray-plain:hover {
	color:#ff2a2d;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.content-row ul {
	list-style-type: square;
}

.row-footer {
	background-color:#ff2a2d;
	padding-top:50px;
	padding-bottom:50px;
	color:#fff;
	padding-left:5%;
	padding-right:5%;
}

.col-duo-quad-holder-footer, .col-duo-quad-footer {
	padding-top: 0px;
	padding-bottom: 0px;
}

