
/** Default **/
html {
  scroll-behavior: smooth;
}h1, h1 a {
  color: #000000;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  line-height: 1.27em;
  margin: 25px 0;
  font-weight: bold;
}h2 {
    color: #333333;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: bold;
}h3 {
    color: #333333;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    margin: 30px 0;
    text-transform: uppercase;
    line-height: 55px;
}h4 {
  font-family: Oswald, sans-serif;
  color: #15bf59;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 25px 0;
}p {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-weight: lighter;
    font-size: 16px;
    margin: 15px 0;
}.large-text {
    font-size: 3em;
}.medium-text {
    font-size: 2em;
}.small-text {
    font-size: 1em;
}.bg-color-one {
    background:#15bf59;
}.bg-color-two {
    background:#ebebeb;
}.bg-color-three {
    background:#0e0e0e;
}.accent-one {
    color:#15bf59;
}.accent-two {
    color:#ffa500;
}.accent-three {
    color:#9f0000;
}.white-text {
    color:#FFFFFF;
}.vertical-padding-small {
    padding-top: 45px;
    padding-bottom: 45px;
}.vertical-padding-medium {
   padding-top: 60px;
   padding-bottom: 60px;
}.vertical-padding-large {
    padding-top:110px;
    padding-bottom:110px
}.horizontal-padding{
  padding-left:10vw;
  padding-right10vw;
}.left-padding{
  padding-left:10vw;
}.right-padding{
  padding-right:10vw;
}.strip-padding {
    padding-left: 0;
    padding-right: 0;
}.button{
    border-radius:5px;
}.button:hover {
    background:#000000;
}.text-shadow {
  text-shadow: 2px 2px 15px black;
}.lr-padding-small{
  padding-left: 3vw;
  padding-right: 3vw;
}.lr-padding-medium{
  padding-left: 6vw; 
  padding-right: 6vw;
}.lr-padding-large{
  padding-left: 12vw; 
  padding-right: 12vw;
}
/* Header */
.sticky-active {
    background: #000000;
}.page-header .logo-wrapper {
    margin-top: 10px;
}.page-header .logo-wrapper img {
    float: left;
    display: block;
}.page-header .logo-wrapper h1 {
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-left: 16px;
}.page-header .button {
    margin-top: 25px;
}.page-header .button.email-icon:before {
    content:"003";
    font-family:'fontAwesome';
    margin-right:5px;
}.page-header .button.phone-icon:before {
    content:"095";
    font-family:'fontAwesome';
    margin-right:5px;
}

/* Slide Out */
.slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #f5f5f5;
     min-width:500px;
    padding: 5px 27px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-content h3 {
    margin: 0 0 25px;
}.slide-out-form form {
    margin: 0;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#000000;
    border-radius: 10px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}
/* Testimonials */
.lnmreview-block-wrapper {
    background: #f8f9fa;
    padding: 18px 20px;
    border-bottom: 2px solid;
    position: relative;
    float: left;
    width: 100%;
}.lnmreview-block-text {
    position: relative;
    margin: 0;
    z-index:2;
}.lnmreview-block-stars .fa {
    color: #ffa500;
    font-size: 20px;
    background: #ffffff;
    margin: 1px;
    padding: 2px;
    border-radius: 5px;
}

/* WEB DESIGN FREE QUOTE */

.ib-cta-btn {
    display: inline-block;
    background: #76b852;
    background: -webkit-linear-gradient(to right, #8DC26F, #76b852);
    background: linear-gradient(to right, #8DC26F, #76b852);
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 180px;
    text-align: center;
    padding: 12px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background-color: white;
}.hero-content .ib-cta-btn, .ib-nav-btns .ib-cta-btn {
    margin-right: 10px;
}.ib-cta-btn:hover {
    color: #ffffff;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 7px 15px 0px rgba(0,0,0,.3);
}.ib-cta-btn:visited {
    color: #ffffff;
}.fixed-header.sticky-active {
    background: rgba(0,0,0,.7);
}.row.ib-hero.is-first-element {
    padding: calc(88px + 8vh) 5vw 10vh;
    height: auto;
}.hero-content h1 {
    font-size: 2.5vw;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 30px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
    line-height: 1;
    text-transform: uppercase;
}.hero-content h1 span {
    display: block;
    font-size: 1.9vw;
    margin-top: 15px;
}.hero-content p {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 18px !important;
    color: #ffffff;
    margin: 15px 0;
}ul.check-list {
    list-style-type: none;
}ul.check-list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    position: relative;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}ul.check-list li::before {
    content: "\f00c";
    font-family: fontAwesome;
    left: -5px;
    position: relative;
    color: #8dc26f;
}.service-badges img {
    clear: both;
    display: block;
    margin: 0 auto 35px;
}.service-badges .inline-badges {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}.service-badges .inline-badges img {
    clear: both;
    display: block;
    margin: 0 auto 0;
    max-height: 120px;
}.social-badge {
  max-width:220px;
  width:100%;
  float:left;
  background:white;
  border-radius:3px;
  padding:4px 7px;
  border-top:4px solid green;
  box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}.social-badge .badge-stars{
  color:#ff8100;
}.social-badge .badge-title{
  color:#000000;
  margin-bottom: 10px;
  display: block;
  font-family:"Open Sans", sans-serif;
  font-size:12px;
}.social-badge .badge-aggr {
    color: #ff8100;
    font-size: 41px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
}.social-badge .social-logo {
  float: right;
  margin-top: 0px;
  font-size: 9px;
}.social-badge .social-logo img {
    max-height: 34px !important;
}.social-badge .social-logo [class*='yelp']{
  color:#af0606;
}.social-badge .social-logo [class*='google']{
  color:#4285f4;
}.service-badges br {
    display: none !important;
}.social-badge p {
    display: none;
}.process-group br {
    display: none;
}.process-group {
    margin: 30px 0;
}.process-title h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: normal;
    margin: 12px 0 0;
    text-align: right;
}.process-title p {
    font-size: 18px;
    margin: 0;
    text-align: right;
}.process-synopsis p {
    font-size: 14px;
    line-height: normal;
}.process-step {
    color: #777777;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 70px;
    font-weight: 100;
    line-height: normal;
}.toggle-process {
    border: 1px solid #777777;
    border-radius: 50px;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 50px;
    margin: 20px auto 0;
    text-align: center;
    width: 50px;
    cursor: pointer;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}.toggle-process > span {
    position: relative;
    top: -3px;
}.toggle-process > span {
    position: relative;
    top: -1px;
}.toggle-process.transform-45 {
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}.toggle-process-content section {
    padding-top: 30px;
    padding-bottom: 30px;
}.titles h2 {
    margin-bottom: 15px;
}.titles p {
    font-size: 22px;
}.template-item {
    display: inline-block;
    float: left;
    width: calc((100% / 3) - 4%);
    margin: 0 2% 75px;
}.template-img {
    cursor: pointer;
}.template-item img {
    box-shadow: 0px 10px 25px 0 rgba(0,0,0,.3);
}.template-item .template-frame {
    position: fixed;
    width: 90vw;
    height: 90vh;
    max-width: 1200px;
    top: 5vh;
    left: 50%;
    z-index: 999;
    display: none;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: scroll;
    border: 1px solid #000000;
    box-shadow: 0px 3px 20px 0 rgba(0,0,0,.3);
}.template-frame .close-bar {
    background: #9a9a9a;
    padding: 6px 20px;
    width: 100%;
}.template-frame .close-bar .fa {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    cursor: pointer;
}.template-item p {
    margin: 30px 0 15px;
    font-size: 22px;
    font-weight: 500;
}.template-frame p {
    margin: 0;
    height: 100%;
}.template-section br {
  display: none;
}.temp-preview.mobile {
	display: none;
}.gradient-bg {
    background: #000000;
    background: -webkit-linear-gradient(to top, #434343, #000000);
    background: linear-gradient(to top, #434343, #000000);
}.ib-cta {
    padding: 30px 0;
}.ib-cta-text {
    padding-top: 18px;
}.ib-cta-text p {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}.ib-cta-text p span.discuss {
    display: block;
    font-size: 20px;
    font-weight: normal;
}.page-footer {
    padding: 0 !important;
}.ib-pop-form {
    display: none;
    opacity: 0;
    width: 700px;
    max-width: 90%;
    background: #fff;
    padding: 2vh 2vw;
    position: fixed;
    top: 4vh;
    left: 50%;
    max-height: 92vh;
    overflow-y: scroll;
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.6);
    -moz-transform: translateX(-50%) translateY(30px);
    -webkit-transform: translateX(-50%) translateY(30px);
    -o-transform: translateX(-50%) translateY(30px);
    -ms-transform: translateX(-50%) translateY(30px);
    transform: translateX(-50%) translateY(30px);
    z-index: 999;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}.ib-pop-form.active {
    display: inline-block;
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}.pop-form-holder {
    float: left;
    width: 100%;
}.ib-pop-form .closer {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}.ib-pop-form .closer .fa {
    line-height: 20px;
    width: 20px;
    background: #3d3d3d;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.ib-pop-form .closer .fa:hover {
    background: #ffa500;
}.ib-pop-form h2 {
    font-size: 30px;
    margin: 25px 0 10px;
    line-height: 1;
}.ib-pop-form p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}.ib-pop-form p a {
    color: #8cc16e;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.ib-pop-form p a:hover {
    color: orange;
}.ib-pop-form iframe {
    height: 638px !important;
}



@media screen and (max-width:1024px){
   .large-text {
        font-size: 2.5em;
    }.page-header .button {
        font-size: 14px;
        padding: 11px 6px;
        margin: 5px 0px;
        width: 94%;
    }.mobile-cta {
        position: fixed;
        bottom:0;
   }.mobile-cta:nth-child(1){
        left:0;
   }.mobile-cta:nth-child(2){
        right:0;
   }ul.check-list {
    margin-left: 0;
}.hero-content h1 {
    font-size: 40px;
}.hero-content h1 span {
    font-size: 24px;
}ul.check-list {
    margin-left: 0;
}.row.ib-hero.is-first-element {
    padding-top: calc(88px + 3vh) !important;
}.hero-content {
    text-align: center;
    padding-bottom: 30px;
}.process-step {
    line-height: normal;
}.process-title h3, .process-title p {
    text-align: center;
}.process-group .small-2 {
    padding: 0;
}.process-group img {
    margin: 25px 10px 0 0;
    width: 50px;
}.process-group .small-10 {
    clear: left;
}.toggle-process-content section {
    padding-left: 0;
    padding-right: 0;
}.template-item {
    width: 46%;
}



}@media screen and (max-width:767px){
    .page-header .logo-wrapper h1 {
         display: block;
         margin: 0px;
         font-size: 20px;
         float: none;
    }.template-item {
    width: 96%;
    margin-bottom: 20px;
}.temp-preview.mobile {
	display: inline-block;
}.temp-preview.desktop {
	display: none;
}
}
