body {
  font-family: 'Open Sans';
  margin-top: 104px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sitka Text';
  font-weight: bold; }

.navbar-nav.navbar-styled {
  font-family: 'Sitka Text';
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  margin-top: 16px; }
  .navbar-nav.navbar-styled > li > a {
    background-color: transparent;
    color: #263053;
    padding: 8px 0;
    margin: 0 8px;
    transition: color 0.2s; }
  .navbar-nav.navbar-styled > li.current_page_item > a,
  .navbar-nav.navbar-styled > li.active > a {
    border-bottom: 2px solid #e4c8a7; }
  .navbar-nav.navbar-styled > li:hover > a {
    color: #3270d3; }

#main-navigation {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15); }
  #main-navigation .navbar-brand {
    background-image: url(../assets/cpc-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 468px;
    height: 64px; }
  #main-navigation .navbar-nav.navbar-styled > li:first-child > a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent; }
  #main-navigation .navbar-nav.navbar-styled > li:first-child > a:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    color: #263053;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#carousel-home .carousel-inner > .item {
  color: white;
  background-color: #333333;
  background-size: cover;
  text-align: center; }
  #carousel-home .carousel-inner > .item .carousel-caption {
    position: static;
    width: 100%;
    height: 580px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
    #carousel-home .carousel-inner > .item .carousel-caption h2 {
      font-family: 'Sitka Heading';
      font-size: 60px;
      line-height: 72px;
      margin-bottom: 72px; }
  #carousel-home .carousel-inner > .item .carousel-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px; }
    #carousel-home .carousel-inner > .item .carousel-buttons .btn.btn-default {
      font-weight: bold;
      font-size: 20px;
      color: white;
      background-color: transparent;
      margin: 0 4px;
      padding: 16px 48px;
      border: 2px solid #eddbc5;
      border-radius: 0;
      transition: border-color 0.2s; }
    #carousel-home .carousel-inner > .item .carousel-buttons .btn.btn-default:hover {
      border-color: white; }

#carousel-home .carousel-navigation-relative {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 40; }
  #carousel-home .carousel-navigation-relative a {
    width: auto;
    transition: opacity 0.2s; }
    #carousel-home .carousel-navigation-relative a i.fa {
      font-size: 48px; }

#carousel-home .carousel-navigation-absolute {
  font-family: 'Sitka Text';
  font-weight: bold;
  font-size: 20px;
  background-color: #efece7; }
  #carousel-home .carousel-navigation-absolute ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #carousel-home .carousel-navigation-absolute ol > li {
      width: 25%;
      cursor: pointer;
      padding: 16px;
      background-color: #eddbc5;
      text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.75);
      transition: color 0.2s, background-color 0.2s; }
    #carousel-home .carousel-navigation-absolute ol > li:hover {
      color: #3270d3; }
    #carousel-home .carousel-navigation-absolute ol > li:nth-child(even) {
      background-color: #e1c9ad; }
    #carousel-home .carousel-navigation-absolute ol > li.active {
      background-color: #1b2c53;
      color: #e1c9ad;
      text-shadow: none; }
    #carousel-home .carousel-navigation-absolute ol > li.active:hover {
      color: white; }

#home-main {
  padding: 96px 0; }
  #home-main p {
    font-size: 14px;
    line-height: 20px; }
  #home-main p.home-introduction {
    max-width: 480px;
    font-size: 24px;
    line-height: 36px; }
  #home-main hr {
    margin-top: 36px;
    margin-bottom: 48px; }
  #home-main h3 {
    font-size: 22px;
    color: #1b2c53; }
  #home-main .home-features h3 {
    position: relative;
    margin-top: 40px; }
  #home-main .home-features h3:first-of-type {
    margin-top: 16px; }
  #home-main .home-features h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    left: -72px;
    top: -12px;
    background-image: url(../assets/home-icons.png);
    background-size: 144px; }
  #home-main .home-features .price:before {
    background-position: 0 0; }
  #home-main .home-features .measuring:before {
    background-position: -48px 0; }
  #home-main .home-features .brands:before {
    background-position: 48px 0; }
  #home-main .home-features .img-responsive {
    margin-bottom: 36px; }

.main-content {
  padding: 48px 0 32px; }
  .main-content .btn.btn-default {
    border: 2px solid #d7bb9a;
    border-radius: 0;
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    transition: all 0.2s; }
    .main-content .btn.btn-default .fa {
      color: #d7bb9a;
      margin-left: 4px;
      transition: color 0.2s; }
    .main-content .btn.btn-default:hover, .main-content .btn.btn-default:active, .main-content .btn.btn-default:focus {
      background-color: transparent;
      color: #333333;
      border-color: #3270d3; }
      .main-content .btn.btn-default:hover .fa, .main-content .btn.btn-default:active .fa, .main-content .btn.btn-default:focus .fa {
        color: #3270d3; }
  .main-content .gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-content .gallery a {
      display: inline-block;
      overflow: hidden;
      box-sizing: content-box;
      background-color: whitesmoke;
      height: 270px;
      border: 10px solid white;
      text-align: center;
      -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; }
      .main-content .gallery a:nth-child(4n) {
        border-right: none; }
      .main-content .gallery a:nth-child(4n+1) {
        border-left: none; }
      .main-content .gallery a img {
        height: 100%; }
  .main-content .services-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -32px; }
    .main-content .services-list > div {
      margin-bottom: 64px; }
    .main-content .services-list h3 {
      font-size: 28px;
      color: #1b2c53;
      margin-bottom: 20px; }
    .main-content .services-list p {
      font-size: 14px;
      line-height: 24px;
      padding-right: 48px;
      color: #767d84; }
    .main-content .services-list .btn.btn-default {
      margin-top: 8px; }

#contact-page {
  background-color: #efece7; }
  #contact-page h4 {
    color: #1b2c53;
    margin-bottom: 16px; }
  #contact-page .form-control {
    border: 1px solid #d7d4cf;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 48px; }
  #contact-page .btn.btn-primary {
    font-family: 'Sitka Text';
    font-weight: bold;
    font-size: 20px;
    background-color: #1b2c53;
    color: #c6b39f;
    border: none;
    border-radius: 0;
    padding: 12px 20px; }
  #contact-page #i-message {
    height: 148px; }
  #contact-page .contact-info {
    margin-bottom: 48px; }
    #contact-page .contact-info p {
      margin-bottom: 4px; }
    #contact-page .contact-info span {
      display: block;
      margin-left: 20px; }
    #contact-page .contact-info .location {
      margin-bottom: 8px; }
    #contact-page .contact-info .icon {
      color: #1b2c53;
      width: 16px;
      line-height: 21px;
      float: left; }
    #contact-page .contact-info a {
      color: inherit; }
  #contact-page .opening-hours {
    font-size: 14px; }
    #contact-page .opening-hours dt {
      display: inline;
      color: #1b2c53;
      font-weight: bold; }
    #contact-page .opening-hours dd {
      display: inline; }
      #contact-page .opening-hours dd:before {
        content: ' - '; }
      #contact-page .opening-hours dd:after {
        content: '';
        display: block; }
  #contact-page #map-container {
    margin: 32px 0 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    #contact-page #map-container #map-canvas {
      height: 340px;
      width: 100%; }

#videos {
  padding: 64px 0 100px;
  margin-bottom: 30px;
  background-color: #efece7; }
  #videos h2 {
    color: #56493b;
    font-size: 30px;
    text-align: center;
    margin-bottom: 32px; }
    #videos h2 em {
      color: #1b2c53;
      font-style: normal; }
  #videos .videos-list li a {
    display: block;
    position: relative;
    height: 185px;
    margin: 10px 0 0;
    color: white;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    #videos .videos-list li a .video-likes {
      position: absolute;
      top: 0;
      right: 0;
      padding: 8px 12px;
      font-size: 14px;
      display: none; }
    #videos .videos-list li a .video-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 8px 12px;
      font-size: 18px;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 60%, black 100%); }
    #videos .videos-list li a:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 48px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f01d";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: opacity 0.2s; }
    #videos .videos-list li a:hover:before {
      opacity: 0.5; }
  #videos .videos-list li:nth-child(1) a {
    background-color: #101b33; }
  #videos .videos-list li:nth-child(2) a {
    background-color: #1b2c53; }
  #videos .videos-list li:nth-child(3) a {
    background-color: #153871; }
  #videos .videos-list li:nth-child(4) a {
    background-color: #3270d3; }

#page-header {
  background-color: #444c66;
  background-size: cover;
  background-image: url(../assets/page-header.jpg); }
  #page-header h1 {
    color: white;
    margin: 28px 0;
    font-size: 40px;
    line-height: 48px; }

#sidebar .container {
  padding: 0 0 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #sidebar .container .sidebar-widget {
    margin: 20px 0; }
    #sidebar .container .sidebar-widget h3 {
      font-size: 18px;
      margin-bottom: 20px; }
    #sidebar .container .sidebar-widget p {
      color: #9e9e9e;
      font-size: 14px;
      line-height: 20px;
      padding-right: 48px; }
    #sidebar .container .sidebar-widget:last-of-type p {
      padding-right: 0; }

#footer .container {
  color: #9e9e9e; }
  #footer .container hr {
    margin: 0; }
  #footer .container .row {
    padding: 32px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  #footer .container .copyright {
    font-size: 14px;
    line-height: 36px; }
    #footer .container .copyright a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s; }
    #footer .container .copyright a:hover {
      color: #3270d3; }
    #footer .container .copyright p {
      margin: 0; }
  #footer .container .navbar-nav.navbar-styled {
    margin: 0; }
    #footer .container .navbar-nav.navbar-styled > li > a {
      margin: 0 16px;
      border-bottom: none; }

@media screen and (max-width: 1199px) {
  #main-navigation .navbar-brand {
    width: 385px; }
  #carousel-home .carousel-inner > .item .carousel-caption {
    height: 460px; }
  #carousel-home .carousel-inner > .item .carousel-caption h2 {
    margin-bottom: 80px;
    font-size: 54px;
    line-height: 64px; }
  #carousel-home .carousel-navigation-relative {
    top: 40%; }
  #carousel-home .carousel-inner > .item .carousel-buttons {
    bottom: 64px; }
  .main-content .gallery a {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    height: 300px; }
  .main-content .gallery a:nth-child(4n+1) {
    border-left: 10px solid white; }
  .main-content .gallery a:nth-child(4n) {
    border-right: 10px solid white; }
  .main-content .gallery a:nth-child(3n+1) {
    border-left: none; }
  .main-content .gallery a:nth-child(3n) {
    border-right: none; }
  .main-content .services-list p {
    padding-right: 24px; }
  #videos .videos-list li a .video-caption {
    font-size: 14px; }
  #sidebar .container .sidebar-widget p {
    padding-right: 24px; }
  #footer .container .row {
    padding: 16px 0 0; }
  #footer .container .copyright {
    font-size: 12px;
    text-align: center; }
  #footer .container .copyright p {
    border-top: 1px solid #EEEEEE;
    margin-top: 12px; }
  #footer .container .bottom-menu {
    width: auto;
    margin: auto; } }

@media screen and (max-width: 991px) {
  body {
    margin-top: 64px; }
  #main-navigation {
    padding: 0; }
  #main-navigation .navbar-brand {
    width: 224px; }
  #main-navigation .navbar-nav.navbar-styled {
    font-size: 13px;
    margin-top: 14px; }
  #main-navigation .navbar-nav.navbar-styled > li > a {
    padding-bottom: 4px; }
  #page-header h1 {
    margin: 20px 0;
    font-size: 32px;
    line-height: 36px; }
  #carousel-home .carousel-inner > .item .carousel-caption h2 {
    font-size: 48px;
    line-height: 58px; }
  #carousel-home .carousel-inner > .item .carousel-buttons .btn.btn-default {
    font-size: 16px;
    padding: 12px 24px;
    float: none; }
  #carousel-home .carousel-navigation-relative {
    display: none; }
  #carousel-home .carousel-navigation-absolute {
    font-size: 16px; }
  #carousel-home .carousel-navigation-absolute ol > li {
    padding: 8px; }
  #home-main p.home-introduction {
    max-width: none;
    font-size: 22px;
    margin-bottom: 20px; }
  .main-content .gallery a {
    -webkit-flex: 0 0 226px;
    -ms-flex: 0 0 226px;
    flex: 0 0 226px;
    height: 226px; }
  .main-content .services-list > div {
    margin-bottom: 32px; }
  #home-main {
    padding: 48px 0; } }

@media screen and (max-width: 767px) {
  body {
    margin-top: 48px; }
  #main-navigation .navbar-brand {
    margin-left: 15px;
    height: 48px; }
  #main-navigation .navbar-toggle {
    font-size: 21px;
    padding: 0; }
  #main-navigation .navbar-nav.navbar-styled {
    font-size: 15px;
    margin: 0 0 8px; }
  #main-navigation .navbar-nav.navbar-styled > li > a {
    padding: 8px 0; }
  #carousel-home .carousel-inner > .item .carousel-caption h2 {
    font-size: 24px;
    line-height: 32px; }
  #carousel-home .carousel-navigation-absolute {
    font-size: 0px; }
  #carousel-home .carousel-navigation-absolute ol > li {
    width: 50%; }
  #footer .container hr {
    display: none; }
  #footer .container .bottom-menu {
    display: none; }
  .main-content .gallery a {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: none !important;
    border-bottom: 10px solid white !important; }
  main .btn.btn-default {
    float: right; }
  #main-navigation .navbar-nav.navbar-styled > li:first-child > a:before {
    margin-right: 8px;
    color: inherit; }
  #main-navigation .navbar-nav.navbar-styled > li:first-child > a {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit; }
  #main-navigation .navbar-nav.navbar-styled > li.current_page_item > a,
  #main-navigation .navbar-nav.navbar-styled > li.active > a {
    border-bottom: none;
    color: #3270d3 !important; }
  #sidebar .container .sidebar-widget {
    margin-bottom: -10px; }
  #contact-page #map-container {
    margin-bottom: 32px; }
  .main-content .services-list h3 {
    font-size: 24px; }
  #videos {
    padding: 32px 0 64px; }
  #videos h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  #home-main .home-features h3:before {
    position: static;
    display: block;
    margin: 0 auto 16px; }
  #home-main .home-features h3 {
    text-align: center; } }

#overlay {
  background-color: rgba(40, 40, 40, 0.95);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: 2048;
  transition: opacity 0.2s ease, bottom 0s ease 0.2s; }
  #overlay.open {
    bottom: 0;
    opacity: 1;
    transition: opacity 0.2s ease; }
  #overlay .image-container, #overlay .video-container {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 7.5%;
    bottom: 7.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transition: transform 0.3s ease 0.1s; }
    #overlay .image-container.open, #overlay .video-container.open {
      transform: scale(1); }

.carousel.fade {
  opacity: 1; }
  .carousel.fade .item {
    -moz-transition: opacity ease-in-out 1s 1s;
    -webkit-transition: opacity ease-in-out 1s 1s;
    transition: opacity ease-in-out 1s 1s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1; }
    .carousel.fade .item:first-child {
      top: auto;
      position: relative; }
    .carousel.fade .item.active {
      opacity: 1;
      -moz-transition: opacity ease-in-out 1s;
      -webkit-transition: opacity ease-in-out 1s;
      transition: opacity ease-in-out 1s;
      z-index: 2; }

/*# sourceMappingURL=stylesheet.css.map */