
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #3e454c;
  background-color: #eee;
}
body::after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: #1784c7;
  text-decoration: none;
}
a:hover, a:focus { text-decoration: none; }

input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.product-heading .brand-logo > img {
    vertical-align: middle;
    max-width: 160px;
    height: auto;
}


.zemContactForm input {
    height: 35px;
    padding: 0 5px;
    width: 30%;
}
.zemContactForm label {
    display: inline-block;
    margin: 0 0 6px;
}
.cd-side-nav > ul > li > a { border-bottom: 1px solid #1c1f22 !important; }




/* -------------------------------- 

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
  padding: 55px 0% 3em;
}
.cd-main-content::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'mobile';
}
@media only screen and (min-width: 1024px) {
  .cd-main-content .content-wrapper {
    margin-left: 110px;
    padding-top: 80px;
  }
  .cd-main-content::before {
    content: 'tablet';
  }
  .button, .zemSubmit {
    background-color: #1784c7;
    border-radius: 0.25em;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 1.4em 1.6em;
    position: relative;
    transition: all 0.2s ease 0s;
}
.button:hover { opacity: 0.8; color: #fff; }
}

@media only screen and (min-width: 1024px) {
  
  .cd-main-content .content-wrapper {
    margin-left: 240px;
    padding-bottom: 0;
  }

  .cd-main-content::before { content: 'desktop'; }

  .fluid { padding-left: 0; padding-right: 0; }

  .spotlight-container {
    background: #000 url("http://hotelconceptsonline.com/img/img-spotlight-01.jpg") no-repeat scroll 0 0 / contain ;
    color: #ccc;
    margin-bottom: 5rem;
    padding: 2em;
    position: relative;
}
	.spotlight-content { padding-left: 50%; }
  .spotlight-content h1, .spotlight-content p { text-align: left; }
  .spotlight-content h1 { font-size: 3.2rem; font-weight: 300; line-height: 120%; margin-bottom: 3rem; }
  .spotlight-content p { font-size: 20px; font-weight: 300; line-height: 140%; margin-bottom: 3.5rem; }

  .main-content { padding-left: 3rem; }
  .main-content h2 { text-transform: uppercase; font-size: 33px; margin-bottom: 4rem; font-weight: 300; }

  /* Product Display Styles */
	.product-card { background-color: #fff; border: 1px solid #ddd; padding: 15px; height: 220px; margin-bottom: 30px; }
	.product-card > a { display: block; }
	.product-card img { max-height: 110px; margin-bottom: 15px; width: auto; }
	.product-card h3 {
		font-size: 15px;
		font-weight: 300;
		line-height: 130%;
		margin-bottom: 5px;
	}
	.product-card h3 > a { color: #3e454c; }
	.product-card label a { color: #aaa; font-size: 11px; }
	.product-card a:hover { color: #1784c7; }
	.product-card a:hover img { opacity: 0.8; }
	
	.lower { margin-top: 4rem; }
	
.mini-logos { margin-bottom: 8rem; }

.mini-logos li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 1px 5px 0;
    padding: 5px;
}

.mini-logos li img { width: 70px; height: 50px; }

.shaded {
    background-color: #3e454c;
    color: #ddd;
    padding: 3rem 4rem 4rem;
    text-align: center;
}

.shaded h2 {
    font-size: 25px;
    margin-bottom: 2rem;
}

.shaded img {
    display: block;
    margin: 0 auto;
}

.shaded p {
    font-size: 15px;
    font-weight: 300;
    line-height: 130%;
    margin: 2rem auto;
    width: 90%;
    text-align: center;
}

.button.mini, .zemSubmit {
    font-size: 13px;
    font-weight: 600;
    padding: 1rem 6rem;
    border: none;
}

.shaded article { width: 95%; }

.footer { color: #999; font-size: 12px; text-align: center; padding: 2rem 0 5rem 0; border-top: #ccc 1px solid; margin-top: 5rem; }

.product-heading, .product-image, .product-content { background-color: #fff; padding: 2rem; margin: 5rem 0 0 0;  }
.product-heading h1 { font-weight: 300; font-size: 42px; margin-bottom: 1rem; font-weight: 600; }
.product-image, .product-content { margin: 3rem 0 9rem; min-height: 300px; }
.product-content { padding: 2rem 3rem; margin-bottom: 7rem !important; }
.product-image { min-height: auto; text-align: center; }

.product-heading .brand-logo { margin-right: 4rem; min-height: 80px; line-height: 80px; }
.heading-block { padding-top: 1rem; }
.with-title  .heading-block { padding-top: 2rem; }
.with-title { margin-bottom: 5rem; }
.heading-block label a { font-size: 14px; color: #1784c7; }

.table { width: 100%; margin-bottom: 4rem; }
.table th, .table td { font-weight: 600; border-bottom: #ccc 1px solid; padding: 2rem 2rem 2rem 0; text-align: left; }

.table td { font-weight: 300; }
.search-button { display: none; }

.product-content p {
    line-height: 29px;
    margin-bottom: 1.5rem;
}

.search-note { margin-bottom: 3rem; }
.search-note > p { font-size: 17px; }

.search-note strong { font-weight: bold; }


.highlighted-heading {
    border-top: 1px solid #ccc;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    margin-top: 5rem;
    padding-top: 2rem;
}


.contact-details > h2 {
    margin: 30px 0;
}
.contact-details p {
    line-height: normal;
    margin-bottom: 20px;
}
.location-map {
    margin: 50px 0 0;
}


.contact-details > img {
    display: block;
    margin: 0 0 30px;
}

#slideshow { min-width: 720px; height: 250px; }

.content-body > p {
    line-height: normal;
    margin: 30px 0;
    width: 80%;
}

#light-gallery > a {
    display: block;
    float: left;
    margin-bottom: 2px;
    margin-right: 4px;
}

.lSSlideWrapper, .lSSlideWrapper .lSFade { z-index: 1; }

.slideshow img {
    display: block;
    max-width: 100%;
}

	
	
	

  
  
}


/* -------------------------------- 

Header

-------------------------------- */
.cd-main-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #3e454c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1024px) {
  .cd-main-header {
    position: fixed;
    height: 80px;
    z-index: 100;
  }
}

.cd-logo {
  float: left;
  display: block;
  margin: 11px 0 0 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cd-logo {
    margin: 11px 0 0 15px;
  }
}

.cd-nav-trigger {
  /* navigation trigger - visible on mobile devices only */
  float: right;
  position: relative;
  display: block;
  width: 34px;
  height: 44px;
  margin-right: 5%;
  /* hide text */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-search {
  position: relative;
  margin: 1.2em 5% 0.6em;
}
.cd-search.is-hidden {
  opacity: 0;
}
.cd-search::before {
  /* lens icon */
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../img/cd-search.svg) no-repeat 0 0;
}
.cd-search input {
  padding-left: 32px;
  width: 100%;
  height: 36px;
  border: none;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input:focus {
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .cd-search {
    float: left;
    display: inline-block;
    width: 220px;
    height: 100%;
    margin: 0 0 0 2.5em;
  }
  .cd-search.is-hidden {
    /* reset style */
    opacity: 1;
  }
  .cd-search::before {
    background-position: 0 -16px;
    left: 1em;
  }
  .cd-search form, .cd-search input {
    height: 100%;
    width: 100%;
  }
  .cd-search input {
    border: none;
    padding-left: 2.6em;
    border-radius: 0;
    background-color: #3e454c;
    border-left: 1px solid #51575d;
    color: #ffffff;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #fff;
  }
  .cd-search input::-moz-placeholder {
    color: #fff;
  }
  .cd-search input:-moz-placeholder {
    color: #fff;
  }
  .cd-search input:-ms-input-placeholder {
    color: #fff;
  }
}

/* -------------------------------- 

Top Navigation

-------------------------------- */
.cd-nav {
  /* top nav - not visible on mobile devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-nav {
    display: block;
    float: right;
    height: 100%;
  }
}

.cd-top-nav > li > a::before {
  /* reset style */
  display: none;
}
.cd-top-nav > li a {
  padding: 1em 5% !important;
}
.cd-top-nav img {
  /* avatar image */
  position: absolute;
  left: 1.8em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-top-nav {
    height: 100%;
  }
  .cd-top-nav a {
    display: block;
    font-size: 1.3rem;
    color: #ffffff;
  }
  .cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
    line-height: 220%;
  }
  .cd-top-nav > li a {
    padding: 1.7em 0.6em !important;
  }
  .cd-top-nav img {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top-nav li:not(.has-children) a:hover {
    color: #fec329;
  }
}

/* -------------------------------- 

Sidebar

-------------------------------- */
.cd-side-nav {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0 0;
  background-color: #2c3136;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav.nav-is-visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-side-nav > ul {
  padding: 0.6em 0;
}
.cd-side-nav > ul:last-of-type {
  padding-bottom: 0;
}
.cd-side-nav .cd-label, .cd-side-nav a {
  display: block;
  padding: 1em 5%;
}
.cd-side-nav .cd-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #646a6f;
  font-size: 1rem;
  letter-spacing: .1em;
}
.cd-side-nav a {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
}
.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
  border-bottom: none;
}
.cd-side-nav > ul > li > a {
/*   padding-left: calc(5% + 24px); */
/*   border-bottom: 1px solid #373d44; */
	padding: 1em 1em 1em 1.5em;
	border-bottom: none;
}
.cd-side-nav > ul > li > a::before {
  /* icon before item name */
  
}
.cd-side-nav > ul > li.overview > a::before {
  background-position: -64px 0;
}
.cd-side-nav > ul > li.notifications > a::before {
  background-position: -80px 0;
}
.cd-side-nav > ul > li.comments > a::before {
  background-position: -48px 0;
}
.cd-side-nav > ul > li.bookmarks > a::before {
  background-position: -32px 0;
}
.cd-side-nav > ul > li.images > a::before {
  background-position: 0 0;
}
.cd-side-nav > ul > li.users > a::before {
  background-position: -16px 0;
}
.cd-side-nav .count {
  /* notification badge */
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(5% + 16px + 0.4em);
  padding: 0.2em 0.4em;
  background-color: #ff7e66;
  border-radius: .25em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.cd-side-nav .action-btn a {
  display: block;
  margin: 0 5%;
  padding: 1em 0;
  background-color: #fec329;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.cd-side-nav .action-btn a::before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-side-nav {
    position: relative;
    float: left;
    top: auto;
    width: 240px;
    min-height: 100vh;
    padding-top: 80px;
    /* reset style */
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .cd-side-nav.nav-is-visible {
    box-shadow: none;
  }
  .cd-side-nav.is-fixed {
    position: fixed;
  }
  .cd-side-nav > ul {
    /* reset style */
    padding: 0.6em 0;
  }
  .cd-side-nav .cd-label {
    /* remove labels on minified version of the sidebar */
    display: block;
    padding: 1em 18px;
  }
  .cd-side-nav a {
    font-size: 1.2rem;
/*     text-align: center; */
  }
  .cd-side-nav > ul > li > a {
/*     padding: calc(2.2em + 24px) 0 2.4em; */
  }
  .cd-side-nav > ul > li > a::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2.4em;
  }
  .cd-side-nav .active > a {
    /* current page */
    box-shadow: inset 3px 0 0 #fec329;
    background-color: #33383e;
  }
  .cd-side-nav .action-btn a {
    margin: 1em 10% 0;
  }
  .cd-side-nav .count {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 2em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc(50% + 5px);
    right: auto;
    color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-side-nav {
    width: 240px;
  }
  .cd-side-nav > ul {
    padding: 0.6em 0;
  }
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #1c1f22;
  }
  .cd-side-nav > ul > li > a {
    padding: 1em 1em 1em 1.5em;
    text-align: left;
    border-bottom: none;
  }
  .cd-side-nav > ul > li > a::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }
  .cd-side-nav .cd-label {
    display: block;
    padding: 1em 18px;
  }
  .cd-side-nav .action-btn {
    text-align: left;
  }
  .cd-side-nav .action-btn a {
    margin: 0 18px;
  }
  .no-touch .cd-side-nav .action-btn a:hover {
    background-color: #1a93de;
  }
  .cd-side-nav .count {
    /* reset style */
    color: #ffffff;
    height: auto;
    width: auto;
    border-radius: .25em;
    padding: .2em .4em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    left: auto;
    box-shadow: none;
  }
}

.has-children ul {
  position: relative;
  width: 100%;
  display: none;
  background-color: #1c1f22;
}
.has-children > a::after {
  /* arrow icon */
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  right: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/cd-arrow.svg);
}
.has-children.selected > ul {
  display: block;
}
.has-children.selected > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  
  .has-children {
    position: relative;
  }
  .has-children ul {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 160px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .has-children ul a {
    text-align: left;
    border: none;
    padding: 1em;
  }
  .no-touch .has-children ul a:hover {
    color: #fec329;
  }
  .has-children > a::after {
    top: 30%;
    transform: rotate(270deg);
}
  .cd-side-nav .has-children.selected > a {
    /* focus state -> show sub pages */
    background-color: #33383e;
  }
  .cd-top-nav .has-children {
    position: relative;
    background-color: #2c3136;
  }
  .cd-top-nav .has-children > a {
    height: 100%;
    padding: 0 calc(1.8em + 22px) 0 calc(1.8em + 26px) !important;
    line-height: 55px;
  }
  .cd-top-nav .has-children > a::after {
    display: block;
    right: 1.8em;
  }
  .cd-top-nav .has-children ul {
    background-color: #1c1f22;
    width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .cd-top-nav .has-children ul a {
    padding-left: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .has-children > ul {
    width: 100%;
    z-index: 9;
  }
  .has-children ul a {
    line-height: normal;
    padding: 7px 0 7px 18px;
}
  .has-children.active > ul {
    /* if the item is active, make the subnavigation visible */
    position: relative;
    display: block;
    /* reset style */
    left: 0;
    box-shadow: none;
  }
  .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
    /* show subnavigation on hover */
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

form legend { display: none; }

/* Phones and Small Handhelds */
@media only screen and (max-width: 1024px) {
	
	.cd-main-header { height: 65px; position: fixed; z-index: 20; }
	.cd-logo { margin: 10px 17px; width: 150px; height: auto; }
	.cd-logo img { max-width: 100%; }
	.cd-nav-trigger { text-indent: -9999px; top: 12px; }
	.search-button { display: none; }
	.cd-search::before { background-position: 0 -16px; left: 15px; }
	.cd-search input.textfield { background: #3e454c none repeat scroll 0 0; color: #fff; height: 50px; padding-left: 40px; border-radius: 0; }
	.cd-search { margin: 0 15px; top: 32px; }
	.cd-side-nav > ul > li > a { border-bottom: #000 1px solid; }
	.sub-menu a { border-bottom: 1px solid #000; }
	.has-children > a::after { right: 6%; }
	.cd-side-nav .cd-label, .cd-side-nav a { padding-left: 20px; }
	.cd-side-nav > ul { padding: 2.6em 0; }
	.cd-top-nav { padding-top: 0 !important; margin-bottom: 30px; }
	.cd-top-nav > li a { padding-left: 20px !important; }
	.spotlight-content {
		background: #000 none repeat scroll 0 0;
		margin: 28px 0;
		padding: 25px;
	}
	.spotlight-image { display: none; }
	.spotlight-container { color: #ccc; margin-bottom: 50px; }
	.spotlight-content h1 { font-size: 23px; margin-bottom: 20px; line-height: 120%; }
	.spotlight-content p { margin-bottom: 20px; line-height: 140%; }
	.button, .zemSubmit {
    background-color: #1784c7;
    border-radius: 0.25em;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    padding: 1.4em 1.6em;
    position: relative;
    transition: all 0.2s ease 0s;
}
.button:hover { opacity: 0.8; color: #fff; }
}
.main-content h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 300;
    }
    
    .product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    height: 210px;
    margin-bottom: 30px;
}
.product-card > a {
    display: block;
}

.product-card h3 {
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 5px;
}
.product-card label a {
    color: #aaa;
    font-size: 11px;
}
.product-card img {
    max-height: 110px;
    margin-bottom: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.mini-logos li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 1px 5px 0;
    padding: 5px;
}
.mini-logos li img {
    width: 70px;
    height: 50px;
}
.mini-logos {
    margin-bottom: 8rem;
}
.lower {
    margin-top: 4rem;
}
.shaded {
    background-color: #3e454c;
    color: #ddd;
    padding: 3rem 4rem 4rem;
    text-align: center;
}

.shaded h2 {
    font-size: 25px;
    margin-bottom: 2rem;
}

.shaded img {
    display: block;
    margin: 0 auto;
}

.shaded p {
    font-size: 15px;
    font-weight: 300;
    line-height: 130%;
    margin: 2rem auto;
    width: 90%;
    text-align: center;
}

.button.mini, .zemSubmit {
    font-size: 13px;
    font-weight: 600;
    padding: 1rem 6rem;
    border: none;
}

.shaded article { width: 95%; }

.shaded .col-md-6:first-child {
    margin-bottom: 40px;
}

.footer { color: #999; font-size: 12px; text-align: center; padding: 2rem 0 5rem 0; border-top: #ccc 1px solid; margin-top: 5rem; }



.product-heading, .product-image, .product-content {
    background-color: #fff;
    padding: 2rem;
    margin: 3rem 0 0 0;
}

.product-heading .brand-logo {
    margin-right: 4rem;
    min-height: 80px;
    line-height: 80px;
}

.with-title .heading-block {
    padding-top: 2rem;
}

.product-heading .brand-logo > img {
    vertical-align: middle;
    max-width: 200px;
    height: auto;
}

.product-heading h1 {
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.with-title {
    margin-bottom: 2rem;
}

.product-content {
    background-color: #fff;
    padding: 2rem;
    margin: 3rem 0 6rem 0;
}

.table {
    width: 100%;
    margin-bottom: 4rem;
}

.table th, .table td {
    font-weight: 300;
    border-bottom: #ccc 1px solid;
    padding: 2rem 2rem 2rem 0;
    text-align: left;
}

.product-image img {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}

.search-note strong {
    font-weight: bold;
}

.search-note {
    margin-bottom: 3rem;
}
.search-note > p {
    font-size: 17px;
}
.highlighted-heading {
    border-top: 1px solid #ccc;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    margin-top: 1rem;
    padding-top: 2rem;
}

.content-body > p {
    line-height: normal;
    margin: 30px 0;
}

.lSFade {
    z-index: 1;
}

.zemContactForm input, textarea { width: 80%; }

.cd-side-nav.nav-is-visible {
    max-height: 450px;
    overflow: auto;
    position: fixed;
    }
    
    .contact-details > img {
    display: block;
    margin: 0 0 30px;
}

.contact-details p {
    line-height: normal;
    margin-bottom: 20px;
}

.location-map {
    margin: 50px 0 0;
}

.product-content p {
    line-height: 29px;
    margin-bottom: 1.5rem;
}


	
	
	
	
	
	
}
/* End Phones */

.main-content h3 { text-transform: uppercase; font-size: 33px; margin-bottom: 4rem; font-weight: 300; }
.main-content h3 { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.location-map iframe { margin-bottom: 40px; }
.location-map p {
    line-height: normal;
    margin-bottom: 20px;
}











































