/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-recaptcha.form-control {
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0px !important;
}
.input-group {
  margin-bottom: 15px;
}
.outline-_body_only.modal.no-modal {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  top: auto;
}
/* --------------------------

           HOME

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

          CONTENT

---------------------------- */
:not(.rsform-submit-button).btn, .readon, a:not(.topper)[id^="btn-"] {
  text-shadow: none !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  background-image: none !important;
  filter: none !important;
  padding: 10px 15px !important;
  border: 1px solid #2A5A9B;
  font-size: 18px !important;
  background: transparent !important;
  color: #2A5A9B !important;
  line-height: normal !important;
  text-transform: capitalize;
  font-weight: 600;
}
:not(.rsform-submit-button).btn:hover, .readon:hover, a:not(.topper)[id^="btn-"]:hover {
  background: #2A5A9B !important;
  color: transparent !important;
  border: 1px solid #2A5A9B !important;
}
:not(.rsform-submit-button).btn:hover, .readon:hover, a:not(.topper)[id^="btn-"]:hover {
  color: #fff !important;
}
#g-utility :not(.rsform-submit-button).btn, #g-mainmiddle :not(.rsform-submit-button).btn, #g-mainbottom :not(.rsform-submit-button).btn, #g-utility .readon, #g-mainmiddle .readon, #g-mainbottom .readon, #g-utility a:not(.topper)[id^="btn-"], #g-mainmiddle a:not(.topper)[id^="btn-"], #g-mainbottom a:not(.topper)[id^="btn-"] {
  text-shadow: none !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  background-image: none !important;
  filter: none !important;
  padding: 10px 15px !important;
  border: 1px solid #fff;
  font-size: 18px !important;
  background: transparent !important;
  color: #fff !important;
  line-height: normal !important;
  text-transform: capitalize;
  font-weight: 600;
}
#g-utility :not(.rsform-submit-button).btn:hover, #g-mainmiddle :not(.rsform-submit-button).btn:hover, #g-mainbottom :not(.rsform-submit-button).btn:hover, #g-utility .readon:hover, #g-mainmiddle .readon:hover, #g-mainbottom .readon:hover, #g-utility a:not(.topper)[id^="btn-"]:hover, #g-mainmiddle a:not(.topper)[id^="btn-"]:hover, #g-mainbottom a:not(.topper)[id^="btn-"]:hover {
  background: #fff !important;
  color: transparent !important;
  border: 1px solid #fff !important;
}
#g-utility :not(.rsform-submit-button).btn:hover, #g-mainmiddle :not(.rsform-submit-button).btn:hover, #g-mainbottom :not(.rsform-submit-button).btn:hover, #g-utility .readon:hover, #g-mainmiddle .readon:hover, #g-mainbottom .readon:hover, #g-utility a:not(.topper)[id^="btn-"]:hover, #g-mainmiddle a:not(.topper)[id^="btn-"]:hover, #g-mainbottom a:not(.topper)[id^="btn-"]:hover {
  color: #2A5A9B !important;
}
.platform-content input {
  box-sizing: inherit;
}
.grecaptcha-badge {
  display: none;
}
p {
  font-size: 18px !important;
}
blockquote {
  margin: 15px 0 15px 10px !important;
}
blockquote p {
  font-size: 30px !important;
}
a, .btn, input[type="submit"], input[type="button"], button {
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover, a:focus, .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus {
  text-decoration: none;
}
*:hover, *:focus {
  outline: none;
}
@media only all and (max-width: 47.938rem) {
  .row {
    margin-left: -15px;
  }
}
h1, h2, h4, h5, h6, .h1, .h2, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h2 {
  font-size: 36px;
}
h3, .h3 {
  font-weight: 600;
  font-size: 30px;
}
h4, .h4 {
  font-weight: 700;
  font-size: 24px;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#userForm.contact {
  margin-top: 0px;
}
#userForm.contact h2 {
  text-align: center;
  display: none;
}
#userForm.contact label.col-sm-3 {
  display: none !important;
}
#userForm.contact .col-sm-9 {
  width: 100% !important;
  text-align: center !important;
}
#userForm.contact input, #userForm.contact textarea {
  border-radius: 0 !important;
  line-height: 18px;
  padding-left: 15px;
  padding-bottom: 24px !important;
  padding-top: 30px !important;
  border: 0;
  border-radius: 3px !important;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  text-align: center !important;
}
#userForm.contact input::-webkit-input-placeholder, #userForm.contact textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #626262;
  font-size: 18px;
}
#userForm.contact input::-moz-placeholder, #userForm.contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #626262;
  font-size: 18px;
}
#userForm.contact input:-ms-input-placeholder, #userForm.contact textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #626262;
  font-size: 18px;
}
#userForm.contact input:-moz-placeholder, #userForm.contact textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #626262;
  font-size: 18px;
}
#userForm.contact input[type="submit"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#userForm.contact textarea {
  padding-top: 20px !important;
}
#userForm.contact .help-block.formValidation {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#userForm.contact .form-group {
  margin-bottom: 20px;
}
#userForm.contact .form-group.rsform-block.rsform-block-antispam {
  margin-bottom: 0;
}
#userForm.contact .form-group.rsform-block.rsform-block-send {
  text-align: center !important;
  margin-top: 0px;
  color: #fff !important;
  display: block;
}
#userForm.contact .form-group.rsform-block.rsform-block-send .btn.btn-primary {
  background-color: #1B3659 !important;
  color: #fff !important;
  display: block !important;
  border-radius: 3px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
}
#userForm.contact .form-group.rsform-block.rsform-block-send .btn.btn-primary:hover {
  background-color: #fff !important;
  color: #1B3659 !important;
}
#g-header {
  position: absolute !important;
  width: 100%;
}
#g-header .sppb-icons-group-list {
  float: right;
}
#g-showcase p {
  font-size: 24px !important;
}
#g-feature {
  background: url('../../../../uploads/images/home-installer.jpg') center top;
  background-size: cover;
}
#g-feature h2 {
  color: #2A5A9B;
}
#g-maintop {
  background: url('../../../../uploads/images/home-clouds.jpg') center bottom;
  background-size: cover;
  background-attachment: fixed;
}
#g-maintop .sppb-animated-number {
  font-weight: 600;
}
#g-maintop .sppb-animated-number-title {
  font-weight: 600;
  color: #626262;
}
#g-mainmiddle .sppb-addon-text {
  padding-right: 75px;
  padding-left: 75px;
}
#g-main {
  background: url('../../../../uploads/images/content-clouds-bg.jpg') center top;
  background-size: cover;
  /* @group Accordion */
}
.itemid-101 #g-main {
  display: none;
}
#g-main li {
  color: #2A5A9B;
  font-size: 18px;
  margin-bottom: 15px;
}
#g-main .instagram .uk-article-meta {
  display: none;
}
#g-main .instagram .uk-grid + .uk-grid, #g-main .instagram .uk-grid-margin, #g-main .instagram .uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 15px;
}
#g-main .instagram .uk-overlay-background {
  background: rgba(41, 89, 155, 0.76);
  color: #444;
}
#g-main .instagram .uk-overlay-icon::before {
  color: #fff;
}
#g-main .sppb-panel-heading .sppb-toggle-direction {
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
#g-main .sppb-panel-title {
  font-size: 28px;
  line-height: 68px;
  color: #fff;
}
#g-main .active .sppb-panel-title {
  color: #2A5A9B;
}
#g-main .sppb-panel-heading {
  padding: 10px 30px 10px 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #2A5A9B;
}
#g-main .sppb-panel-heading .fa {
  font-size: 36px;
  color: #fff;
}
#g-main .sppb-panel-heading.active {
  background-color: #fff !important;
}
#g-main .sppb-panel-heading.active .fa-plus:before {
  content: "";
  color: #2A5A9B;
}
#g-main .sppb-panel-heading.active span.sppb-panel-title {
  color: #2A5A9B;
  padding-right: 30px;
  padding-left: 30px;
}
#g-main .sppb-panel-heading.active .sppb-toggle-direction {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.itemid-101 #g-mainbottom {
  background: url('../../../../uploads/images/home-exlamation.png') center center no-repeat #25497a;
}
#g-mainbottom .uk-dotnav > .uk-active > * {
  background: white;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#g-mainbottom .uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.55);
  text-indent: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#g-mainbottom .uk-margin {
  font-size: 24px !important;
  font-weight: 600;
  font-style: italic;
}
#g-mainbottom .uk-margin p {
  font-size: 24px !important;
  line-height: 30px;
}
body:not(.itemid-101) #g-mainbottom p {
  font-size: 21px !important;
}
#g-mainlowest {
  background: url('../../../../uploads/images/home-free-estimate-bg.jpg') center bottom;
  background-size: cover;
  background-attachment: fixed;
}
#g-mainlowest h2 {
  color: #2A5A9B;
}
#g-bottom {
  background: url('../../../../uploads/images/home-cv-silhouet.png') -20px -68px no-repeat;
}
#g-bottom p {
  font-size: 21px !important;
  margin-bottom: 5px !important;
  margin-top: 5px;
}
#g-bottom a {
  color: #626262;
}
#g-bottom a:hover {
  color: #2A5A9B;
}
#g-copyright .g-content {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
#g-copyright a {
  color: #626262;
}
#g-copyright a:hover {
  color: #2A5A9B;
}
/* Media Querie s*/
@media (max-width: 480px) {
  body:not(.itemid-101) #g-showcase {
    /*    .n2-ss-layer.n2-ow {
	      width: 100%!important;
	    }*/
  }
  body:not(.itemid-101) #g-showcase .col-one {
    width: 100% !important;
    text-align: center !important;
  }
  body:not(.itemid-101) #g-showcase .col-two {
    display: none;
  }
  body:not(.itemid-101) #g-showcase .header-title {
    font-size: 60% !important;
  }
  body:not(.itemid-101) #g-showcase .header-title div[id^="n2-ss-"] {
    text-align: center !important;
  }
  body:not(.itemid-101) #g-showcase .header-text p {
    font-size: 160% !important;
    line-height: 137%;
    text-align: center !important;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    max-width: 320px !important;
    padding-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body:not(.itemid-101) #g-showcase .col-one {
    width: 100% !important;
    text-align: center;
  }
  body:not(.itemid-101) #g-showcase .col-two {
    display: none;
  }
  body:not(.itemid-101) #g-showcase .header-title {
    font-size: 70% !important;
  }
  body:not(.itemid-101) #g-showcase .header-title div[id^="n2-ss-"] {
    text-align: center;
  }
  body:not(.itemid-101) #g-showcase .header-text p {
    font-size: 140% !important;
    text-align: center;
    line-height: 160%;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    max-width: 481px !important;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 16px !important;
  }
  .itemid-101 #g-main, .itemid-101 #g-maintop, .itemid-101 #g-mainbottom {
    display: none !important;
  }
  #g-showcase .n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
    width: 572px;
    padding: 0px;
    border-width: 0px;
    height: 60vh !important;
  }
  #g-showcase .slide-header {
    font-size: 90% !important;
    line-height: 1rem !important;
    padding-right: 50px;
    padding-left: 50px;
  }
  #g-showcase div#n2-ss-2 .n2-ss-layer .n2-font-4787bc532dc7ff690f0b9cc04fe3d84d-hover {
    line-height: 1;
  }
  #g-showcase .slide-content {
    padding-top: 75px;
  }
  #g-feature {
    background-image: none !important;
    text-align: center;
  }
  #g-feature .sppb-text-left {
    text-align: center;
  }
  #g-main .sppb-panel-heading {
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: #2A5A9B;
  }
  #g-main .sppb-panel-heading .fa {
    font-size: 24px;
    color: #fff;
  }
  #g-main .sppb-panel-heading .sppb-panel-title {
    font-size: 21px !important;
    line-height: 28px !important;
    color: #fff;
    padding-right: 25px;
    padding-left: 25px;
  }
  #g-bottom {
    text-align: center;
  }
  #g-copyright {
    text-align: center;
  }
  #g-copyright #copyright-2183-particle {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  #g-copyright #branding-1330-particle {
    padding-top: 0;
    margin-top: 0;
  }
  :not(.rsform-submit-button).btn, .readon, a:not(.topper)[id^="btn-"] {
    font-size: 16px !important;
  }
  .logo img[src*=".svg"] {
    width: 213px !important;
  }
}
@media (max-width: 991px) {
  .g-offcanvas-toggle {
    position: fixed;
    background-color: rgba(41, 89, 155, 0.37);
    padding: 5px 4px;
    margin-top: 13px;
    border-radius: 5px;
  }
  .g-offcanvas-toggle .fa {
    font-size: 28px;
  }
  #g-utility {
    padding: 0 !important;
    margin: 0 !important;
  }
  #g-utility .g-container {
    width: 100%;
  }
  #g-utility .g-content {
    padding: 0;
    margin: 0;
  }
  #g-main .instagram .uk-article-meta {
    display: none;
  }
  #g-main .instagram .uk-grid + .uk-grid, #g-main .instagram .uk-grid-margin, #g-main .instagram .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 5px;
  }
  #g-main #sp-page-builder .page-content .sppb-section:first-child {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.itemid-101) #g-showcase .n2-ss-layer.n2-ow {
    width: 100% !important;
  }
  body:not(.itemid-101) #g-showcase .n2-ss-layer.n2-ow.n2-ss-last-in-row {
    width: 0% !important;
  }
  body:not(.itemid-101) #g-showcase .header-title {
    font-size: 80% !important;
  }
  body:not(.itemid-101) #g-showcase .header-text p {
    font-size: 120% !important;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    max-width: 768px !important;
    padding-top: 40px;
  }
  .logo img[src*=".svg"] {
    width: 213px !important;
  }
  .sppb-panel-heading .sppb-panel-title {
    line-height: 28px !important;
  }
}
@media (min-width: 992px) {
  .g-offcanvas-toggle {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.itemid-101) #g-showcase .header-title {
    font-size: 80% !important;
  }
  body:not(.itemid-101) #g-showcase .header-text p {
    font-size: 120% !important;
    line-height: 23px;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    max-width: 992px !important;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  #g-mainmiddle .sppb-addon-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .logo img[src*=".svg"] {
    width: 213px !important;
  }
  div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
    font-size: 18px !important;
  }
  div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, div#maximenuck104.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, div#maximenuck104 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck, div#maximenuck104 .maxipushdownck li.maximenuck > a span.titreck, div#maximenuck104 .maxipushdownck li.maximenuck > span.separator span.titreck {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  body:not(.itemid-101) #g-showcase .header-title {
    font-size: 80% !important;
  }
  body:not(.itemid-101) #g-showcase .header-text p {
    font-size: 130% !important;
    line-height: 27px;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    max-width: 992px !important;
    padding-top: 40px;
  }
  #g-mainmiddle .sppb-addon-text {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1440px) {
  body:not(.itemid-101) #g-showcase .header-text p {
    line-height: 150%;
  }
  body:not(.itemid-101) #g-showcase .header-content-holder {
    padding-top: 50px;
  }
  .logo img[src*=".svg"] {
    width: 325px !important;
  }
}
/*# sourceMappingURL=piet_26.css.map */