/*
 * Theme Name: Digital Dental Theme
 * Theme URI: http://www.prominentposition.com.au/
 * Author: Prominent Position
 * Author URI: http://www.prominentposition.com.au/
 * Description: The 2014 Theme for Digital Dental
 * Version: 1.1
 * Text Domain: pp
 * Credits: Skeleton V1.2 | Copyright 2011, Dave Gamache (www.getskeleton.com)
 */

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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
  background: #fff;
  font: 14px/24px 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  color: #3e3e3e;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #0d8876;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 11px; }

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 7px; }

h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 7px; }

h4 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 5px; }

h5 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px; }

h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px; }

p {
  line-height: 24px;
  margin: 0;
  padding-bottom: 24px; }

p img {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 80%; }

blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  border-left: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  clear: both;
  height: 0;
  border-width: 1px 0 0;
  margin: 10px 0 30px; }

/* #Links
================================================== */
a, a:visited {
  color: #0d8876;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #076e5f;
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

/* #Lists
================================================== */
ul, ol {
  padding-bottom: 14px; }

ol {
  list-style: decimal; }

ol, ul, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

nav ul, .h-nav ul, .h-nav-text ul, ul.no-bullets, ul.funnels {
  list-style: none outside;
  margin-left: 0; }

ul ul, ul ol, ol ol, ol ul {
  font-size: 90%;
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 12px; }

ul.large li, li p {
  line-height: 21px; }

/* #Images
================================================== */
img, img.scale-with-grid {
  max-width: 100%;
  height: auto; }

img.no-scale {
  max-width: none; }

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  background: #0d8876;
  border: 1px solid #3dc9b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px #555;
  box-shadow: 0 1px 5px #555;
  color: #fff;
  display: inline-block;
  font-family: 'Droid Sans', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 22px;
  text-align: center;
  -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #09a790;
  outline: 0; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #074c42;
  outline: 0; }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* #Forms
================================================== */
form, fieldset {
  margin-bottom: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 3px #999;
  box-shadow: inset 0 0 3px #999;
  border: 1px solid #fff;
  height: 42px;
  padding: 10px;
  outline: none;
  font: 14px 'Open Sans', sans-serif;
  color: #3e3e3e;
  margin: 0;
  width: 300px;
  max-width: 100%;
  display: block;
  margin-bottom: 11px;
  background: #d5d5d5; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #eee; }

textarea {
  min-height: 147px; }

label,
legend {
  display: block;
  font-family: 'Droid Sans', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

/* #Navigation/Menu Styles - Generic
================================================== */
.h-nav ul, .h-nav-text ul {
  margin: 0;
  padding: 0; }

.h-nav ul li, .h-nav-social ul li {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 0;
  position: relative; }

.h-nav ul li a {
  display: block;
  text-decoration: none; }

.h-nav-text ul li {
  display: inline;
  float: none; }

.h-nav-text ul li a {
  display: inline; }

.h-nav-text ul li:after {
  content: '/'; }

.h-nav-text ul li:last-child:after {
  content: '';
  display: none; }

.h-nav-text ul li a:hover {
  text-decoration: underline; }

#show-nav {
  display: none; }

.sf-sub-indicator {
  display: none; }

/* #Navigation/Menu Styles
================================================== */
.main-nav ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100; }

.main-nav ul ul ul {
  left: 100%;
  top: 0;
  width: 100%; }

.main-nav ul ul, .main-nav ul li:hover ul ul, .main-nav ul ul li:hover ul ul {
  display: none; }

.main-nav ul li:hover ul, .main-nav ul ul li:hover ul, .main-nav ul ul ul li:hover ul {
  display: block; }

.main-nav ul ul li {
  float: none; }


/** RESET AND LAYOUT
===================================*/
ul.slides {
  margin-left: 0;
  list-style: none;
}

ul.slides li {
  line-height: normal;
  margin-bottom: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  padding: 0;
  z-index: 2; }

.shim {
  background: #0d8876;
  height: 10px; }

.header {
  background: #fff;
  height: 134px; }

.logo-wrap img {
  display: block; }

.header-meta {
  color: #3e3e3e;
  font-family: 'existencelight', 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  width: 340px;
  position: absolute;
  top: 36px;
  right: 20px; }

.header-meta strong {
  color: #0d8876;
  font-family: 'existencelight', 'Open Sans', sans-serif;
  font-weight: 400; }

.header-meta a {
  color: #3e3e3e; }

.menu-wrap {
  background: #3e3e3e;
  height: 48px;
  padding-bottom: 4px;
  padding-top: 7px;
  position: relative;
  z-index: 10; }

#main-nav .nav-menu {
  background: #0d8876 url('images/menu_bg.png') left top repeat-x;
  border-bottom: 3px solid #242424;
  height: 44px; 
  width: 100%; }

#main-nav .nav-menu li {
  max-height: 44px; }

#main-nav .nav-menu li a {
  background: #0d8876 url('images/menu_bg.png') left top repeat-x;
  border-left: 1px solid #17c9af;
  border-right: 1px solid #0b5d51;
  color: #fff;
  height: 44px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 44px;
  font-size: 17px;
  padding: 0 38px;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s; }

#main-nav .nav-menu li.first a {
  border-left: 0; }

#main-nav .nav-menu li.last a {
  border-right: 0; }

#main-nav .nav-menu li.current-menu-item > a,
#main-nav .nav-menu li.current-menu-ancestor > a,
#main-nav .nav-menu li a:hover {
  background: #095d51;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180%; }

ul.sub-menu ul {
  top: 0;
  left: 100%; }

ul.sub-menu li {
  min-width: 100%; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.slider img {
  display: block; }

.main-wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.main-wrap .container {
  background: #e9e9e9 url('images/main_bg.png') left top repeat-x; }

.home-primary {
  padding-top: 39px; }

.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 39px;
}

.page-header .page-title {
  border-bottom: 1px solid #fbfbfb;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 4px; }

.primary {
  float: left;
  margin: 0 20px 29px;
  width: 700px; }

.secondary {
  float: right;
  margin-bottom: 29px;
  margin-right: 20px;
  width: 300px; }

.home-secondary {
  padding-top: 39px; }

.widget {
  background: #e9e9e9;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px #555;
  box-shadow: 0 3px 8px #555;
  margin-bottom: 20px;
  padding: 0 15px; }

.widget-header {
  background: #0d8876;
  border-bottom: 1px solid #04342d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 57px;
  margin: 0 -15px 14px;
  padding: 0 15px;
  overflow: hidden; }

.widget-title {
  background: #0d8876;
  border-bottom: 1px solid #29c8b1;
  border-top: 2px solid #29c8b1;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 54px;
  line-height: 54px;
  margin: 0 -15px;
  padding: 0 15px;
}

.offer {
  background-color: #0b5b4f;
  color: #fff;
  font-family: 'Droid Sans', 'Open Sans', sans-serif;
  height: 60px;
  line-height: 60px;
  margin-bottom: 1px;
  padding: 0 20px;
  width: 260px; }

.offer1 {
  background: #0b5b4f url('images/offer1.jpg') right top no-repeat;
  height: 50px;
  line-height: 50px; }

.offer2 {
  background: #0b5b4f url('images/offer2.jpg') right top no-repeat; }

.offer3 {
  background: #0b5b4f url('images/offer3.jpg') right top no-repeat; }

.offer4 {
  background: #0b5b4f url('images/offer4.jpg') right top no-repeat; }

.offer5 {
  background: #0b5b4f url('images/offer5.jpg') right top no-repeat; }

.offer a {
  color: #fff; }

.offer a:hover {
  text-decoration: none; }

.pp-products-wrap {
  border-bottom: 1px solid #8a8a8a;
  border-top: 1px solid #fff; }

.pp-products {
  background: #ddd;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #8a8a8a;
  padding: 29px 10px; }

.pp-product {
  border: 1px solid #fff;
  float: left;
  margin: 0 10px;
  position: relative;
  width: 238px; }

.pp-product img {
  display: block; }

.pp-ribbon {
  background: url('images/ribbon.png') left top no-repeat;
  height: 71px;
  width: 238px;
  position: absolute;
  top: 0;
  left: 0; }

.pp-product-content {
  background: #2b908a;
  background: rgba(62, 62, 62, 0.8);
  padding: 10px 0 9px;
  text-align: center;
  width: 238px;
  position: absolute; 
  bottom: 0;
  left: 0; }

.pp-product-content h2,
.pp-product-content h2 a {
  color: #fff;
  font-family: 'existencelight', 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase; }

.footer-sep {
  background: #3e3e3e; 
  height: 20px;
  margin-top: 50px;
  width: 100%; }

.footer-widgets {
  background: #e9e9e9;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 14px 10px; }

.footer-widget {
  background: #3e3e3e;
  color: #c7c7c7;
  float: left;
  margin: 0 10px 21px;
  padding: 0 15px;
  min-height: 258px;
  width: 190px; }

.footer-widget-wide {
  width: 510px; }

.footer-widget-title {
  background: #0d8876;
  border-bottom: 1px solid #2ebfaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Open Sans', 'Droid Sans', sans-serif;
  font-size: 24px;
  height: 49px;
  line-height: 49px;
  margin: 0 -15px 18px;
  padding: 0 15px; }

.footer-widget .map {
  float: right; }

.info-mail {
  margin-top: -6px; }

.footer {
  background: #3e3e3e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #0d8876;
  color: #fff;
  font-size: 12px;
  height: 47px;
  line-height: 47px;
  padding: 0 20px; }

.web-credits {
  float: right; }

ul.links {
  list-style: none; 
  margin: 0 0 18px; }

ul.links a {
  color: #c7c7c7; }

.slider-wrap {
  width: 100%;
}

.slider-section {
  position: relative; }

.slider-section img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.slider-content-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-content-wrap .container {
  height: 100%;
}

.slider-content {
  width: 656px;
  position: absolute;
  left: 36%; /* 386px; */
  top: 26%; /*18px; */
}

.slider-content h2 {
  color: #fefefe;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px; }

.slider-content p {
  color: #fefefe;
  font-family: 'existencelight', 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 48px;
}

.mobile-contact {
  display: none; }

.cform p {
  padding-bottom: 0; }

.cform br {
  display: none; }

@media only screen and (min-width: 980px) and (max-width: 1300px) {
  .slider-content {
    left: 40%; }
}
  
@media only screen and (min-width: 980px) and (max-width: 1059px) {
  .container {
    width: 960px; }

  .primary {
    width: 600px; }

  .pp-products {
    padding: 29px 5px; }

  .pp-product {
    margin: 0 5px;
    width: 223px; }

  .pp-ribbon,
  .pp-product-content {
    width: 223px; }

  .footer-widget {
    width: 165px; }

  .footer-widget-wide {
    width: 460px; }

  .slider-content {
    /*left: 366px;*/
    width: 580px; }

  .slider-content h2 {
    font-size: 32px;
    line-height: 38px; }

  .slider-content p {
    font-size: 26px;
    line-height: 44px; }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 768px; }

  #main-nav .nav-menu li a {
    padding: 0 24px; }

  .primary {
    width: 408px; }

  .slider-content {
    /*left: 286px;*/
    width: 450px; }

  .slider-content h2 {
    font-size: 26px; }

  .slider-content p {
    font-size: 22px;
    line-height: 34px; }

  .pp-products {
    padding: 29px 5px; }

  .pp-product {
    margin: 0 5px;
    width: 177px; }

  .pp-ribbon,
  .pp-product-content {
    width: 177px; }

  .footer-widget {
    width: 324px; }

  .footer-widget-wide {
    width: 698px; }

  .slider-content {
    left: 40%; }
 }

@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .menu-wrap {
    background: #0d8876;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 20; }

  .header-meta {
    display: none; }

  .logo-wrap {
    text-align: center; }

  #show-nav,
  #show-nav a {
    display: block; }

  #show-nav a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    height: 40px;
    padding: 7px 16px;
    text-align: right;
    width: 100%; }

  #show-nav a span {
    font-size: 18px;
    text-transform: uppercase; }

  #show-nav a:hover {
    text-decoration: none; }

  #main-nav {
    height: auto;
    min-height: 40px; }

  .nav-menu {
    display: none;
    position: relative;
    z-index: 400; }

  #main-nav .nav-menu li {
   max-height: none; }

  #main-nav li,
  #main-nav li a {
    float: none; }

  #main-nav li a {
    background: #002d5f;
    border-bottom: 1px solid #242424;
    border-top: 1px solid #29c8b1; }

  .primary,
  .secondary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0 0 29px;
    padding: 0 10px;
    width: 100%; }

  .footer-widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 21px;
    width: 100%; }

  .footer-widget .map {
    float: none; }

  .pp-product {
    float: none;
    margin: 0 auto 24px; }

  .offer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

  .home-secondary {
    padding: 0; }

  .home-primary {
    padding-top: 39px; }

  .slider-content {
    /*left: 156px;*/
    width: 250px; }

  .slider-content h2 {
    font-size: 14px;
    line-height: 22px; }

  .slider-content p {
    font-size: 12px;
    line-height: 20px; }

  h3 {
    font-size: 22px;
    margin-bottom: 8px; }

  h5 {
    font-size: 18px;
    line-height: 28px; }

  .footer {
    line-height: 1.5;
    height: auto;
    padding: 16px 0; }

  .copyright {
    display: block;
    margin-bottom: 4px;
    text-align: center; }

  .web-credits {
    display: block;
    float: none;
    text-align: center; }

  .shim {
    display: none; }

  .mobile-contact {
    background: #0d8876;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 28px;
    padding: 0 20px;
    text-align: right;
    width: 100%; }

  .mobile-contact {
    display: block; }

  .mobile-contact span {
    background: url("images/phone.png") left center no-repeat;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 16px; }

  .mobile-contact span,
  .mobile-contact span a {
    color: #fff;
    font-weight: normal;
    text-decoration: none; }

  ul.sub-menu {
    position: static;
    width: 100%; }

  input[type="text"], 
  input[type="password"], 
  input[type="email"], 
  textarea, 
  select {
    width: 100%; } }
    
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; } }
@media only screen and (max-width: 479px) {
  .slider-wrap {
    display: none; }
 }

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

.right {
  float: right; }

.no-padding {
  padding: 0; }

.color-success {
  color: #2dd600 !important; }

.color-orange {
  color: #f2710b !important; }

.color-red {
  color: red !important; }

.color-blue {
  color: #0068b0 !important; }

.color-lightblue {
  color: #81c4f3 !important; }

/*  WP */
.alignleft, .alignright {
  margin-bottom: 20px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.right {
  float: right; }

img, embed, iframe, object, video {
  max-width: 100%; }

/* #Clearing
================================================== */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

@font-face {
    font-family: 'existencelight';
    src: url('fonts/Existence-Light-webfont.eot');
    src: url('fonts/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Existence-Light-webfont.woff') format('woff'),
         url('fonts/Existence-Light-webfont.ttf') format('truetype'),
         url('fonts/Existence-Light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}


