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

Primary style

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

html {
  font-size: 62.5%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  
}

body, html {
  /* prevent horizontal scrolling */
  overflow-x: hidden;
}

a {
  /*color: #9cb3a8;*/
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

h1.intro {
  text-align: center;
  line-height: 1.2em;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #3b7abd;
}

h1.intro-2 {
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 320px) {
 h1.intro {font-size: 20px;}
 h1.intro-2 {font-size: 16px;}
}

@media only screen and (min-width: 768px) {
  h1.intro {padding:0 25px;} 
  h1.intro-2 {font-size: 20px; max-width: 600px; margin: 0 auto 30px auto;}
}


@media only screen and (min-width: 1024px) {
  h1.intro {margin-bottom: 5px;} 
}

@media only screen and (min-width: 1200px) {
  
}


h1 {margin:40px 0 30px 0; text-align: center; }

h1.line {text-transform: uppercase;}

h1.line span {
  background: #f2f2f2;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

h1.line:before {
  background: #cfcfcf;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 64%;
  width: 100%;
}

h1.line:before {
  left: 0;
}

@media only screen and (max-width: 480px) {
  h1 {font-size: 24px;}
  h1.line {font-size: 20px;}
}

@media only screen and (min-width: 768px) {
  h1 {font-size: 22px;}
}

@media only screen and (min-width: 1200px) {
  .section-heading {margin-top: 40px;}
}

p {line-height: 18px;}
p.p-text {font-size:14px; text-align: center; }
p.p-text-2 {background: #fff; padding: 15px 15px; border-radius: 4px; margin-bottom: 20px;}

p.intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  color: #919191;
}

@media only screen and (min-width: 768px) {
  p.intro {font-size: 16px; padding: 0 40px;}
  p.p-text-2 {width: 49%; height: 150px; margin: 0 auto 20px auto;}
}

@media only screen and (min-width: 1024px) {
  p.intro {font-size: 16px; padding: 0;}
}

#header {
  background: #fff;
  height: 280px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.header-content {
  position: absolute;
  width: 100%;
}

.brand-logo {
  z-index: 9999;
  margin: 0 auto;
  display: block;
  width: 40%;
  margin-top: 50px;
}


.brand-title {
  display: block;
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-top: 5%;
}

@media only screen and (min-width: 1200px) {
  
}

@media only screen and (min-width: 1024px) {
  
}





@media only screen and (max-width: 320px) {
  p.intro { font-size: 16px;}  
}

@media only screen and (min-width: 480px) {
  .brand-logo { width: 150px; }
  .brand-title{padding-top: 30px;}
}

@media only screen and (min-width: 768px) {
  .brand-logo { width: 150px; }
  .brand-title{ padding-top: 30px; }
}

.viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 15px 5px 0;
    -webkit-transform: translateZ(0);
}

@media only screen and (min-width: 1200px) {
  
}

@media only screen and (min-width: 768px) {
  .viewport {margin-left: -10px; overflow: visible; } 
}

.flipsnap {
  width: 2000px;
}

.card {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px #d6d6d6;
}

.card.item {
    width: 300px;
    float: left;
    margin: 0 10px;
}

.card-title {
}

p.card-price {
  color: #cc2d2d;
}

.dd-wrapper .breadcrumb { padding: 20px 10px; }


@media only screen and (min-width: 320px) {
  .card-title {font-size: 16px; margin-bottom: 2px;}
  p.card-price {font-size: 18px;}
}

@media only screen and (min-width: 350px) {
  .card-title {font-size: 18px; margin-bottom: 5px;}
  p.card-price {font-size: 22px;}
}

@media only screen and (min-width: 768px) {
 .card-title {font-size: 10px; margin-bottom: 2px;}
 p.card-price {font-size: 18px;}
}

@media only screen and (min-width: 1024px) {
 .card-title {font-size: 14px;}
 p.card-price {font-size: 20px;}
}

@media only screen and (min-width: 1200px) {
 .card-title {font-size: 17px;}
 p.card-price {font-size: 22px;}
}


.hidden {
  display: none;
}

.wrapper-tiles {margin: 0 auto; display: table; margin-bottom: 5px;}
.tile {background: #3b7abd; float: left; border-radius: 3px; transition: background-color 0.5s ease;}
a.tile:hover, a.tile:focus {background: #2d5d90;}

.tile span {margin: 0 auto; color: #fff; display: table;}
.tile-noicon span {font-size: 12px;}
.icon-tile {display: block;}

.tile-default {background: #3b7abd !important;}
.tile-active {background: #2d5d90;}
.tile-inactive {background: #d3d3d3;}

.img-anim {width: 150px; margin: 0 auto; display: table; position: relative; top: -20px; margin-bottom: -20px; }

@media only screen and (max-width: 320px) {
  .tile {width: 100px; height: 100px; margin:0 2px;}
  .icon-tile {height: 45px; margin: 10px auto;}
  .wrapper-tiles {display: flex;justify-content: center;}
}

@media only screen and (min-width: 321px) {
  .tile {width: 100px; height: 100px; margin:0 2px;}
  .icon-tile {height: 50px; margin: 10px auto;}
  .wrapper-tiles {display: flex;justify-content: center;} 
}

@media only screen and (min-width: 768px) {
  .wrapper-tiles {margin-bottom: 20px;}
  .tile {width: 140px; height: 140px; margin:0 10px;}
  .icon-tile {height: 75px; margin: 15px auto;} 
  .tile-noicon span {font-size: inherit;}
}

@media only screen and (min-width: 1024px) {
  .tile {width: 170px; height: 170px; margin:0 10px;}
  .icon-tile {height: 90px; margin: 20px auto;} 
}

.tile-noicon {height: auto;}
.tile-noicon span {padding: 20px 0;}

.tile-close { width: 100%; margin: 20px auto; }
.tile-close span {padding: 12px; font-size: 16px;}

.tile-link {height: auto; padding: 15px; width: auto;}

.card-2 {width: 50%; float: left; margin-bottom: 7.5px; background: #fff; border-left: 5px solid #f2f2f2; border-right: : 5px solid #f2f2f2;}
.card-2 span { display: block; padding: 10px 10px; font-size: 12px;}

@media only screen and (min-width: 768px) {
  .container-card-2 {display: table; margin: 0 auto; }
  .card-2 {width: 33%; border-width: 10px; margin-bottom: 10px;}
  .card-2 span {font-size: 16px;}
}

footer {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    padding: 15px;
    z-index: 3;
    line-height: 17px;
    font-size: 14px;
    transition: background-color 1.5s ease;
}

.button-footer {
  width: 52px;
  height: 52px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  footer {display: none;}
  .tile-close {width: 100px; display: table; margin: 20px auto;}
}

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

Main Components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*padding: 200px 5%;*/
  background-color: #f2f2f2;
  /* 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-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

@media only screen and (min-width: 768px) {
  /*main { overflow-y: hidden; } */
}

@media only screen and (max-width: 767px) {
  /*main {padding-bottom: 50px;}*/
}

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}


.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  left: 5%;
  top: 20px;
  height: 54px;
  width: 54px;
  background-color: #000;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* 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-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 5% 40px calc(5% + 80px);
  /* 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: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

@media only screen and (max-width: 320px) {
  .cd-nav .cd-navigation-wrapper { padding: 20px 5% 40px calc(0% + 80px); }
}

.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}

@media only screen and (max-width: 330px) {
  .cd-nav .cd-primary-nav li { margin: 1em 0; }
}

.cd-nav .cd-primary-nav a {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);

  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #3a79be;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #3b7abd;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
  color: #d1d1d1;
}
.cd-nav .cd-contact-info a {
  text-decoration: underline;
  color: #d1d1d1;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 2.5rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* RESPONSIVE TABLES */

table {
  border-collapse: collapse;
  width: 100%;
}

.table-data {margin-top: 40px;}


th {
  background-color: #e2e2e2;
  font-weight: bold;
}
th,
td {
  border: 1px solid #cecece;
  line-height: 1.5;
  padding: 0.75em;
  text-align: left;
}
/* Stack rows vertically on small screens */
@media (max-width: 30em) {
  .table-data tr td:first-child { background-color: #e2e2e2; }
  /* Hide column labels */
  thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  tr {
    border: 1px solid #cecece;
    border-bottom: 0;
  }
  /* Leave a space between table rows */
  tr + tr {
    margin-top: 1.5em;
  }
  /* Get table cells to act like rows */
  tr,
  td {
    display: block;
  }
  td {
    border: none;
    border-bottom: 1px solid #cecece;
  /* Leave a space for data labels */
    padding-left: 50%;
  }
  /* Add data labels */
  td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
  td {padding-left: 20px;}
  td:before{ display: none; width: 0;}
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
  .table-data tr td:first-child { background-color: #e2e2e2; }
  td {
    padding-left: 0.75em;
  }
  td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
  td:before{ display: none; width: 0;}
  td {padding-left: 20px;}
}

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  main {
    height: 768px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  main {
    height: 1024px;
  }
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
  main {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
  main {
    height: 568px;
  }
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
  main {
    height: 320px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
  main {
    height: 480px;
  }
}

