@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1068px),
 only screen and (min-resolution: 192dpi) and (min-width: 1068px), 
 only screen and (min-resolution: 2dppx) and (min-width: 1068px) {
 	.homePage .hero {height:621px !important}
 	.w-container {max-width:1200px !important}
 	.w-section.section-a1.b .w-container {max-width:970px !important}
 	.w-section.section-a1.c .w-container {max-width:970px !important}
 	.homePage .hero-container {background-size:1024px !important}
 	.homePage .hero-image {padding-top:277px !important}
 	.homePage .section-a1 {overflow-x:hidden;}
 	.homePage .hero-title.word.tablet.horizontal {padding: 75px 25px 0 !important}
 	.homePage .hero-title {padding: 20px 25px 20px !important}
 	.homePage .hero-overlay {background-size: cover !important; background-position:50% 76px !important;}
 	.homePage .section-a1 img {padding:0}
 }
 @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
 only screen and (min-resolution: 192dpi) and (min-width: 768px), 
 only screen and (min-resolution: 2dppx) and (min-width: 768px) {
 	.homePage .hero-overlay {background-position:50% 76px !important;}
 	.homePage .hero-title.word {55px}
 }
 @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-height: 900px),
 only screen and (min-resolution: 192dpi) and (min-height: 900px), 
 only screen and (min-resolution: 2dppx) and (min-height: 900px) {
 	.homePage .hero {height:700px !important}
 	.homePage .hero-title.word.tablet.horizontal {margin-top:50px}
 	
 }
 /*  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-height: 1080px),
 only screen and (min-resolution: 192dpi) and (min-height: 1080px), 
 only screen and (min-resolution: 2dppx) and (min-height: 1080px) {
 	.homePage .hero {height:1000px !important}
 	.homePage .hero-title.word.tablet.horizontal {margin-top:100px}
 	
 }
 */
 
 body {
  height: 100%;
  background-color: white;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
} 

.homePage h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 19px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 39px;
  line-height: 44px;
  font-weight: 100;
  text-align: center;
}

.homePage h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 21px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 55px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
.homePage h2 strike{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 21px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 55px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.homePage h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 15px;
  font-family: Raleway, sans-serif;
  color: #646060;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  display:block;
}

.homePage h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.homePage h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.homePage h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.homePage p {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: auto;
  height: auto;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  clear: none;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.homePage .btnRed {
	float:right;
}

.homePage .btnRed {
	background-color: #ed4039;
	font-size:22px;
	padding:14px 30px;
}

.homePage .btnBlue {
	background-color: #39B3ED;
	font-size:22px;
	padding:14px 20px;
	float:left
}

.homePage .button {
  position: static;
  display: block;
  width: 146px;
  height: 45px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 15px 9px;
  float: none;
  border: 1px solid white;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.homePage .button:hover {
  background-color: #383838;
}

.homePage .button.price-button {
  margin-top: 0px;
  padding: 14px 25px;
  background-color: #e31064;
  font-weight: 700;
  text-transform: uppercase;
}

.homePage .button.price-button:hover {
  background-color: #ed5c96;
}

.homePage .button.submit-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.homePage .button.dark {
  background-color: black;
}

.homePage .button.dark:hover {
  background-color: #3bcdeb;
}

.homePage .button.left {
  width: 154px;
  height: 53px;
  padding-top: 17px;
  padding-bottom: 8px;
  float: right;
  font-size: 16px;
}

.homePage .button.right {
  width: 154px;
  height: 53px;
  padding-top: 17px;
  padding-bottom: 8px;
  float: left;
}

.homePage .button.try {
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: none;
  border: 2px none transparent;
  background-color: #b00c1a;
  opacity: 1;
  color: white;
}

.homePage .button.call2action {
  width: 184px;
  height: 59px;
  padding-top: 17px;
}

.homePage .button.call2action:hover {
  background-color: #1fa1c2;
}

.homePage .navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  font-size: 18px;
  font-weight: 400;
}

.homePage .navbar:hover {
  background-color: white;
}

.homePage .hero {
  height: 680px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2f3d40;
}
@media (min-height: 900px) {
	.homePage .hero {height: 700px;}
	.homePage .hero-title.word.tablet.horizontal {margin-top:50px}
}
/* @media (min-height: 1050px) {
	.homePage .hero {height: 910px;}
	.homePage .hero-title.word.tablet.horizontal {margin-top:100px}
} */
.homePage .hero-container {
  position: relative;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  /* background-image: url("/css/home/images/churchbuildingpic.png");
  background-size:1050px;
  background-repeat:no-repeat;
  background-position:50% 100%; */
}

.homePage .hero-title {
  margin:auto;
  max-width:1000px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  padding-bottom: 20px
}

.homePage .hero-title.word {
  display: block;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 71px;
  line-height: 78px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-shadow: none;
}

.homePage .hero-title.word.tablet.horizontal {
  margin-top: 0px;
  padding-top: 65px;
  font-family: Raleway, sans-serif;
  text-transform: capitalize;
}

.homePage .hero-button {
  display: inline-block;
  margin-right: 6px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: black;
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.homePage .hero-button:hover {
  background-color: #3fd4f2;
}

.homePage .hero-button._2 {
  width: 166px;
  height: 58px;
  margin-top: 22px;
  padding-top: 19px;
  padding-right: 27px;
  padding-left: 27px;
  background-color: #ed003b;
  font-size: 16px;
  text-align: center;
}

.homePage .hero-button._2:hover {
  background-color: #fc3585;
}

.homePage .hero-overlay {
  position: static;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  background-image: url('http://images.sharefaith.com/images/img/3/central/images/HomeBanner_1.jpg');
  background-position: 50% 76px;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.homePage .hero-overlay.websites {
  background-image: url('../home/images/'), -webkit-linear-gradient(#024778 19%, #056ab3 50%, #03e8fc), url('../home/images/example-bg.png');
  background-image: url('../home/images/'), linear-gradient(#024778 19%, #056ab3 50%, #03e8fc), url('../home/images/example-bg.png');
  background-position: 50% 100%, 0% 0%, 0% 0%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.homePage .hero-overlay.websites.phone.vertical {
  background-image: url('../home/images/'), -webkit-linear-gradient(#cc9602 19%, #c4a30e 50%, #faed7a), url('../home/images/example-bg.png');
  background-image: url('../home/images/'), linear-gradient(#cc9602 19%, #c4a30e 50%, #faed7a), url('../home/images/example-bg.png');
}

.homePage .hero-overlay.websites.phone.vertical.skinny {
  background-color: #025378;
  background-image: url('../home/images/');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.homePage .hero-overlay.websites.phone.vertical.skinny.mobileapp {
  background-color: #00a873;
  background-image: url('../home/images/');
  background-position: 50% -385%;
  background-size: 800px;
}

.homePage .hero-overlay.sfkids {
  background-color: #b0233f;
  background-image: url('../home/images/kidsheader (1).png');
  background-position: 50% 102%;
  background-size: 1200px;
}

.homePage .sectiona {
  height: 519px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}

.homePage .sectiona.tint {
  background-color: #ededed;
}

.homePage .sectiona.products {
  height: 490px;
  background-color: #26acc7;
  color: white;
}

.homePage .sectiona.brands-section {
  padding-bottom: 85px;
}

.homePage .sectiona.dark {
  background-color: #292929;
  color: white;
}

.homePage .sectiona.yellow {
  position: static;
  left: 0px;
  top: 0px;
  height: 1112px;
  margin-top: -30px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 1px;
  float: none;
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.homePage .section-title-block {
  margin-bottom: 30px;
  text-align: left;
}

.homePage .section-title-block.testimonials {
  margin-bottom: 55px;
}

.homePage .section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #7d7d7d;
  font-size: 33px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: none;
}

.homePage .section-title.subtitle {
  display: block;
  margin: 45px auto 0px;
  padding-top: 0px;
  padding-bottom: 17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 200;
  text-align: center;
  text-shadow: none;
}

.homePage .brand-logo {
  display: inline-block;
  width: 10.2%;
  margin-right: 2%;
  margin-bottom: 12px;
  margin-left: 2%;
  opacity: 0.4;
}

.homePage .container {
  position: relative;
}

.homePage .container.centered {
  text-align: center;
}

.homePage .section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #ff1774;
}

.homePage .section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
}

.homePage .section-divider-line.models-divider {
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.29);
}

.homePage .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 400;
}

.homePage .nav-link:hover {
  color: #c91240;
}

.homePage .nav-link.w--current {
  opacity: 1;
  color: #3d3d3d;
  font-size: 18px;
}

.homePage .nav-link.w--current:hover {
  color: #c91240;
}

.homePage .logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../home/images/example-bg.png');
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 300;
}

.homePage .logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.homePage .logo-container:hover {
  text-shadow: white 0px 0px 16px;
}

.homePage .intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.homePage .intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.homePage .intro-icon {
  height: 65px;
  margin-bottom: 27px;
}

.homePage .link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}

.homePage .link:hover {
  color: black;
}

.homePage .link.below-paragraph {
  display: block;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e31064;
  text-decoration: none;
}

.homePage .link.below-paragraph:hover {
  color: black;
  text-decoration: underline;
}

.homePage .link.footer-link {
  display: block;
  direction: ltr;
  color: #b8b8b8;
}

.homePage .link.footer-link:hover {
  color: white;
}

.homePage .link.footer-text-link:hover {
  color: white;
}

.homePage .footer {
  padding-top: 75px;
  background-color: #383838;
  color: #b3b3b3;
}

.homePage .bottom-footer {
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #292929;
  text-align: center;
}

.homePage .bottom-footer-text {
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 12px;
}

.homePage .large-column-title {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
}

.homePage .models-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 14px;
  float: left;
}

.homePage .models-slider {
  display: inline-block;
  width: 570px;
  height: 300px;
  float: right;
  background-color: transparent;
}

.homePage .models-slide {
  text-align: center;
}

.homePage .model-image {
  height: 300px;
}

.homePage .model-image.iphone {
  height: 280px;
  margin-top: 16px;
}

.homePage .model-image.ipad {
  margin-top: 18px;
}

.homePage .model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.homePage .model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.homePage .model-slider-arrow {
  width: 40px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}

.homePage .model-slider-arrow:hover {
  opacity: 1;
}

.homePage .page-header {
  position: relative;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.homePage .page-header.contact {
  background-image: url('../home/images/');
}

.homePage .page-header._404-page {
  height: 100%;
}

.homePage .page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 84px;
  background-color: #26acc7;
}

.homePage .page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
}

.homePage .page-header-title {
  margin-top: 0px;
  color: white;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.homePage .page-header-title.subtitle {
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.homePage .page-header-container.centered {
  text-align: center;
}

.homePage .page-header-container.always-centered {
  text-align: center;
}

.homePage .page-header-content-container {
  margin-top: 75px;
}

.homePage .pricing-column {
  padding-right: 15px;
  padding-left: 15px;
}

.homePage .pricing-block {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 4px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 13px 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.homePage .pricing-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.homePage .pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.homePage .pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
}

.homePage .pricing-title.monthly {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}

.homePage .pricing-title._2 {
  color: #e31064;
}

.homePage .pricing-title._3 {
  color: #26acc7;
}

.homePage .pricing-price-wrapper {
  padding: 25px;
  background-color: white;
}

.homePage .pricing-feature-list {
  margin-top: -20px;
}

.homePage .pricing-feature-list-item {
  padding: 9px 25px;
  border-top: 1px solid #e3e3e3;
  background-color: white;
}

.homePage .pricing-feature-text {
  font-family: Raleway, sans-serif;
}

.homePage .pricing-button-wrapper {
  padding: 25px;
  background-color: #1d3042;
}

.homePage .contact-form {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

.homePage .field {
  height: 50px;
  margin-bottom: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background-color: white;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: black;
}

.homePage .field:hover {
  border-color: black;
  background-color: white;
}

.homePage .field:focus {
  border-color: #26acc7;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 23px 0px;
}

.homePage .field.area {
  height: 170px;
  padding-top: 12px;
}

.homePage .info-column-left {
  padding-right: 100px;
}

.homePage .info-image-block {
  position: absolute;
  top: -35px;
  right: -80px;
  z-index: 20;
  width: 625px;
}

.homePage .info-image-block.left {
  left: -160px;
  top: -35px;
  right: auto;
}

.homePage .info-tooltip-block {
  position: absolute;
  left: 0px;
  top: 106px;
}

.homePage .info-tooltip-block._2 {
  left: auto;
  top: 180px;
  right: 0px;
  text-align: right;
}

.homePage .info-tooltip-block._3 {
  left: -100px;
}

.homePage .info-tooltip-line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: #e31064;
}

.homePage .info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 4px solid #e31064;
  border-radius: 100%;
  background-color: white;
}

.homePage .info-tooltip-circle.left {
  left: 0px;
  top: -9px;
  right: auto;
}

.homePage .info-tooltip-text {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.homePage .testimonial-block {
  position: relative;
  min-height: 120px;
  margin-top: 13px;
  padding-top: 27px;
  padding-left: 125px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  opacity: 1;
}

.homePage .testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid white;
  border-radius: 100%;
}

.homePage .testimonial-name {
  display: inline-block;
  margin-top: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.homePage .testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}

.homePage .info-column-right {
  padding-left: 45px;
}

.homePage .footer-row {
  position: static;
}

.homePage .footer-column {
  position: relative;
  color: black;
  text-align: left;
}

.homePage .footer-link {
  color: #919191;
}

.homePage .footer-link:hover {
  color: white;
}

.homePage .footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #58afd1;
  font-size: 21px;
  font-weight: 300;
}

.homePage .footer-list {
  line-height: 20px;
  text-align: left;
  text-indent: 0px;
  list-style-type: none;
}

.homePage .footer-list-item {
  margin-bottom: 6px;
}

.homePage .footer-list-text {
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
}

.homePage .footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.homePage .footer-gray-social-block:hover {
  opacity: 1;
}

.homePage .footer-gray-social-icon {
  height: 22px;
}

.homePage .clients-title {
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.homePage .clients-col-left {
  padding-right: 25px;
}

.homePage .clients-col-right {
  padding-left: 25px;
}

.homePage .process-bar-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.homePage .process-bar {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: rgba(156, 156, 156, 0.49);
}

.homePage .process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #e31064;
}

.homePage .process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.homePage .process-bar-title.number {
  float: right;
  opacity: 0.4;
}

.homePage .hero-buttons-wrapper {
  margin-top: 2px;
  padding-top: 34px;
  float: none;
}

.homePage .success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: white;
  text-align: center;
}

.homePage .error-bg {
  padding-top: 16px;
  border-radius: 50px;
  color: #e31064;
  text-align: center;
}

.homePage .small-link-icon {
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}

.homePage .dropdown {
  font-family: Raleway, sans-serif;
  color: white;
}

.homePage .dropdown-toggle {
  padding-right: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
}

.homePage .dropdown-toggle:hover {
  color: #c91240;
}

.homePage .dropdown-toggle.w--open {
  color: black;
}

.homePage .dropdown-icon {
  margin-right: 10px;
}

.homePage .dropdown-list.w--open {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 7px 0px;
}

.homePage .dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.homePage .dropdown-link:hover {
  background-color: #1c8fbd;
  color: white;
}

.homePage .dropdown-link.w--current {
  color: #26acc7;
}

.homePage .dropdown-link.w--current:hover {
  color: white;
}

.homePage .pagecontent {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 680px;
}

.homePage .uicontent {
  display: block;
  max-width: 90%;
  margin: 30px auto 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.homePage .uicopy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.homePage .uiheader {
  position: relative;
  margin-top: 47px;
  font-size: 46px;
  font-weight: 500;
}

.homePage .uiheader.inner {
  margin-top: 0px;
  padding-top: 54px;
  padding-bottom: 3px;
  float: none;
  box-shadow: none;
  color: #4d4949;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}

.homePage .uiheader.inner.phone {
  box-shadow: none;
}

.homePage .uiheader.inner.phone.white {
  box-shadow: none;
  color: #fcfcfc;
}

.homePage .uisubheader {
  position: relative;
  margin-top: 3px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fffcfc;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
}

.homePage .uisubheader.onwhite {
  margin-top: 0px;
}

.homePage .uisubheader.whitecolor {
  color: white;
}

.homePage .uisubheader.onwhitecol {
  color: #949292;
}

.homePage .dualbutton1 {
  position: static;
}

.homePage .dualbutton2 {
  position: static;
  padding-top: 2px;
}

.homePage .ui-dual-buttons {
  padding-top: 22px;
}

.homePage .ui-more-image-pointer {
  display: block;
  margin-top: -31px;
  margin-right: auto;
  margin-left: auto;
}

.homePage .secion2 {
  padding-top: 1px;
  background-color: #285c85;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.homePage .img {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  text-align: left;
}

.homePage .section-paragraphs {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 55px;
  float: none;
  color: #575454;
  text-align: center;
}

.homePage .section-paragraphs.oncolor {
  color: #fffcfc;
}

.homePage .section-paragraphs.whitecolor {
  color: white;
}

.homePage .imge-phones {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.homePage .section3 {
  padding-top: 7px;
  background-color: #25a881;
}

.homePage .img-guy {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.homePage .img-guy.phone {
  padding-top: 28px;
  padding-bottom: 29px;
}

.homePage .section4 {
  height: 926px;
  margin-top: -1px;
  padding-top: 2px;
  padding-bottom: 0px;
  background-color: #d6a609;
}

.homePage .section5 {
  height: 1050px;
  padding-top: 2px;
  padding-bottom: 0px;
  background-color: transparent;
}

.homePage .one {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .two {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .three {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .four {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .five {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .six {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .featurerow {
  margin-top: 41px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.homePage .h4 {
  margin-top: 10px;
  color: #a18302;
  font-weight: 400;
  text-align: center;
}

.homePage .ui-featureimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.homePage .seven {
  padding-top: 10px;
}

.homePage .eight {
  padding-top: 10px;
  background-color: transparent;
}

.homePage .img_editor {
  margin-top: 52px;
  margin-bottom: 12px;
}

.homePage .section6 {
  height: 950px;
  background-color: transparent;
}

.homePage .websitetestimonialrow {
  margin-bottom: 10px;
  padding-top: 16px;
}

.homePage .bottomspacer.calltoaction {
  height: 350px;
  margin-top: 0px;
  padding-top: 1px;
  background-color: black;
}

.homePage .calltoactionbuttons {
  margin-top: 63px;
}

.homePage .buttoncoloumns {
  margin-top: 0px;
  padding-top: 19px;
}

.homePage .hero-image {
  padding-top: 151px;
  float: none;
  text-align: center;
}

.homePage .section-a1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  overflow:hidden;
  background-color:#fff;
  float:left;
  width:100%;
}

.homePage .section-a1.b {
  background-color: #26acc7;
  background-image: none;
  background-size: 200px;
  background-attachment: fixed;
}

.homePage .section-a1.c {
  background-color: #0ab655;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.homePage .section-a1.d {
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  height:340px;
  padding: 75px 0;
}

.homePage .section-a1.d h2 {
	color: #1b1a1a;
}
.homePage .section-a1.d h2 strike{
	color: #1b1a1a;
}

.homePage .white-header {
  color: #646060;
}

.homePage .sub-heading-white {
  color: white;
}
.homePage .sub-heading-grey {
  color: grey;
}

.homePage .on-white {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #646060;
  font-size: 21px;
  line-height: 27px;
}

.homePage .product-text {
  padding-right: 0px;
  padding-left: 0px;
  color: #646060;
  font-size: 14px;
  line-height: 23px;
}

.homePage .product-button {
  margin-top: 16px;
  border: 2px solid #cf3547;
  border-radius: 7px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #646060;
  font-weight: 600;
  text-align: center;
}

.homePage .product-button.tithe {
  border-color: #d624ba;
  color: #646060;
}

.homePage .product-button.apps {
  border-color: #11b33e;
  color: #646060;
}

.homePage .product-button.gfx {
  border-color: #367fcf;
  color: #646060;
}

.homePage .product-button.worship {
  border-color: #e08816;
  color: #646060;
}

.homePage .product-button.content-info {
  border-color: white;
  color: white;
}

.homePage .button-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.homePage .hero-container .button-section {
	padding-top:30px
}

.homePage .column-text {
  padding: 0px 15px 0 0;
  color: white;
  text-align: left;
}

.homePage .description-process {
  margin-top: 28px;
}

.homePage .product-sections-info {
}

.homePage .pic {
  padding-right: 20px;
  padding-left: 20px;
}

.homePage .icon-row {
  padding-top: 20px;
}
@media screen and (max-width: 1079px) {
	.homePage .icon-row {
  		padding-top: 0px;
  		max-width:500px;
  		margin:auto;
	}
	.w-container .w-row .col-lg-2 {
		padding: 20px 10px;
	}
}

.homePage .img-col {
  text-align: center;
  padding:0 25px;
}

html.w-mod-js *[data-ix="hero-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-button-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-image"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-image-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-image-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="model-title-slide"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="model-title-slide-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-on-scroll"] {
  opacity: 0.02;
}

html.w-mod-js *[data-ix="fade-on-scroll-right"] {
  opacity: 0.02;
}

html.w-mod-js *[data-ix="stats-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="stats-fade-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

@media (max-width: 1079px) {
  .homePage h1 {
    line-height: 23px;
  }
  .homePage p {
    text-align: left;
  }
  .homePage .button {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .homePage .button.right {
    float: left;
  }
  .homePage .button.try {
    border: 1px solid white;
  }
  .homePage .navbar {
    width: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
  .homePage .hero {
    height: 630px;
  }
  .homePage .hero-image {
  padding-top: 152px;
  }
  .homePage .hero-container {
    padding: 72px 45px 0;
    background-size:900px
  }
  .homePage .hero-title {
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom:25px;
    font-size: 17px;
    text-align: center;
    text-shadow: none;
  }
  .homePage .hero-title.word {
    margin-top: -807px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 47px;
    line-height: 59px;
    text-shadow: none;
  }
  .homePage .hero-title.word.tablet.horizontal {
    font-size: 62px;
    line-height:75px;
    text-shadow: none;
    padding:120px 0px 0;
  }
  .homePage .hero-overlay {
    height: 100%;
    background-color: #2f3d40;
    background-image: url('http://images.sharefaith.com/images/img/3/central/images/HomeBanner_1.jpg');
    background-position: 50% 76px;
    background-size: cover;
  }
  .homePage .hero-overlay.websites {
    background-position: 50% 86%, 0% 0%, 0% 0%;
    background-size: 985px, auto, auto;
  }
  .homePage .hero-overlay.websites.phone.vertical {
    height: 111%;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny {
    height: 111%;
    background-image: url('../home/images/');
    background-position: 50% 89%;
    background-size: 859px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny.mobileapp {
    background-position: 50% 316%;
  }
  .homePage .sectiona {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 445px;
    margin-top: 61px;
    margin-bottom: 1px;
    padding: 65px 45px 60px;
  }
  .homePage .sectiona.products {
    height: 360px;
  }
  .homePage .sectiona.brands-section {
    padding-bottom: 45px;
  }
  .homePage .sectiona.yellow {
    height: 1100px;
    margin-top: -32px;
    margin-bottom: -3px;
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
  }
  .homePage .section-title-block.testimonials {
    margin-bottom: 30px;
  }
  .homePage .section-title {
    margin-top: 0px;
    margin-bottom: 3px;
    color: #7d7c7c;
    font-size: 24px;
    text-align: center;
  }
  .homePage .section-title.subtitle {
    margin-bottom: 0px;
    padding-top: 0px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .homePage .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .homePage .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .homePage .nav-link:hover {
    background-color: #26acc7;
  }
  .homePage .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .homePage .models-text-block {
    width: 40%;
  }
  .homePage .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .homePage .model-image {
    height: 190px;
  }
  .homePage .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .homePage .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .homePage .page-header-overlay {
    height: 100%;
    padding: 84px 45px 0px;
    background-color: white;
  }
  .homePage .page-header-overlay._404-page {
    padding-top: 26%;
  }
  .homePage .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .homePage .page-header-title.subtitle {
    font-size: 25px;
  }
  .homePage .page-header-content-container {
    margin-top: 45px;
  }
  .homePage .pricing-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .homePage .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }
  .homePage .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }
  .homePage .pricing-feature-list-item {
    padding-right: 9px;
    padding-left: 9px;
  }
  .homePage .pricing-feature-text {
    font-size: 12px;
  }
  .homePage .info-image-block {
    top: -4px;
    right: -100px;
    width: 535px;
    text-align: center;
  }
  .homePage .info-image-block.left {
    top: -8px;
  }
  .homePage .info-tooltip-block {
    text-align: left;
  }
  .homePage .info-tooltip-block._2 {
    right: 70px;
  }
  .homePage .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border: 2px solid rgba(255, 255, 255, 0.49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: white;
    text-align: center;
  }
  .homePage .menu-button:hover {
    background-color: white;
    color: #e31064;
  }
  .homePage .menu-button.w--open {
    background-color: #26acc7;
  }
  .homePage .nav-menu {
    background-color: white;
    color: white;
  }
  .homePage .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .clients-title {
    font-size: 21px;
  }
  .homePage .clients-col-left {
    padding-right: 18px;
  }
  .homePage .hero-buttons-wrapper {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .homePage .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }
  .homePage .dropdown-icon {
    margin-right: 25px;
  }
  .homePage .dropdown-list.w--open {
    border-radius: 0px;
  }
  .homePage .dropdown-link {
    padding-left: 25px;
  }
  .homePage .logo {
    width: 192px;
  }
  .homePage .pagecontent {
    height: 803px;
  }
  .homePage .uicontent {
    margin-top: 71px;
  }
  .homePage .uicopy {
    padding-top: 65px;
  }
  .homePage .uicopy.phone {
    padding-top: 24px;
  }
  .homePage .uiheader {
    margin-top: 3px;
    padding-top: 0px;
    font-size: 43px;
    line-height: 59px;
  }
  .homePage .uiheader.inner {
    margin-bottom: 3px;
    padding-top: 7px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .homePage .uiheader.tablet {
    font-size: 67px;
    line-height: 80px;
  }
  .homePage .uisubheader.onwhitecol {
    margin-bottom: 38px;
    padding-right: 60px;
    padding-left: 60px;
    line-height: 36px;
  }
  .homePage .ui-dual-buttons {
    padding-top: 11px;
  }
  .homePage .ui-more-image-pointer {
    margin-top: -30px;
  }
  .homePage .img {
    margin-top: 22px;
    float: none;
  }
  .homePage .section-paragraphs {
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section-paragraphs.oncolor {
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .imge-phones {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .homePage .section3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .img-guy {
    margin-top: 0px;
    margin-bottom: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .homePage .section5 {
    height: 2500px;
  }
  .homePage .one {
    background-color: #ededed;
  }
  .homePage .three {
    background-color: #ededed;
  }
  .homePage .five {
    background-color: #ededed;
  }
  .homePage .seven {
    background-color: #ededed;
  }
  .homePage .section6 {
    height: 950px;
    padding-top: 1px;
    background-color: transparent;
  }
  .homePage .websitetestimonialrow {
    background-color: transparent;
  }
  .homePage .bottomspacer.calltoaction {
    height: 450px;
    margin-top: 0px;
    padding-top: 1px;
  }
  .homePage .buttoncoloumns {
    padding-top: 24px;
  }
  .homePage .hamburbger {
    color: #5c5b5b;
  }
  .homePage .hamburbger:hover {
    color: #fffcfc;
  }
  .homePage .hamburger {
    color: black;
  }
}
@media (max-width: 886px) {
	.homePage .section-a1.d {height:430px}
	.homePage .section-a1.d h2 {
  	padding:0 105px 21px;
  	}
	.homePage h2 {line-height:66px}
}
@media (max-width: 829px) {
	.homePage .hero-image {
		padding-top:153px;
		max-width:720px;
	}
}

@media (max-width: 767px) {
  body {
    padding-top: 1px;
  }
  .homePage p {
    margin-right: auto;
    margin-left: auto;
    padding-top: 31px;
    float: none;
    text-align: center;
  }
  .homePage .button.left {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .homePage .button.right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .homePage .button.try {
    margin-top: 28px;
    background-color: #e31033;
  }
  .homePage .navbar {
    padding: 15px 25px;
  }
  .homePage .hero-container {
    padding: 102px 10px 0;
    background-size:750px;
  }
  .homePage .hero-title {
    padding:5px 25px 15px;
    font-size: 22px;
    line-height: 35px;
    text-shadow: none;
  }
  .homePage .hero-title.word {
    font-size: 5vw;
    line-height: 5vw;
    text-shadow: none;
  }
  .homePage .hero-title.word.tablet {
    margin-top: -826px;
    text-shadow: none;
  }
  .homePage .hero-title.word.tablet.horizontal {
    line-height: 78px;
    text-shadow: none;
    padding:105px 25px 0;
  }
  .homePage .icon-row {
  	text-align:center;
  }
  .homePage .icon-row img {
  	width:200px
  }
  .homePage .product-text {
  	display:none;
  }
  .homePage h2 {
  	font-size: 32px;
  	line-height:40px;
  	padding:0 15px 21px;
  }
  .homePage h2 strike{
  	font-size: 32px;
  	line-height:40px;
  	padding:0 0px 21px;
  }
  .homePage .section-a1.b h2 {;
  	padding:0 75px 21px;
  }
  .homePage .section-a1.c h2 {
  	padding:0 75px 21px;
  }
  .homePage .section-a1.d {height:380px}
  .homePage .column-text {
  	padding:0px;
  	line-height:28px
  }
  .product-sections-info img {
  	padding-bottom:25px;
  	max-width:75%;
  }
  .product-sections-info .col-xs-12 {
  	text-align:center;
  	padding: 0 25px
  }
  .homePage .hero-button {
    width: 70%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 1px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .homePage .hero-overlay {
    height: 100%;
    padding: 0px;
    background-color: #2f3d40;
    background-position: 50% 76px;
  }
  .homePage .hero-overlay.websites {
    background-size: auto, auto, auto;
  }
  .homePage .hero-overlay.websites.phone.vertical {
    background-position: 50% 84%, 0% 0%, 0% 0%;
    background-size: 1050px, auto, auto;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny {
    background-color: #025378;
    background-position: 50% 85%, 0% 0%, 0% 0%;
    background-size: 941px, auto, auto;
    background-attachment: scroll, fixed, fixed;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny.mobileapp {
    background-position: 50% 169%, 0% 0%, 0% 0%;
    background-size: 600px, auto, auto;
  }
  .homePage .sectiona {
    height: 1650px;
    padding: 54px 25px 25px;
  }
  .homePage .sectiona.products {
    height: auto;
    padding-bottom: 0px;
  }
  .homePage .sectiona.brands-section {
    padding-bottom: 25px;
  }
  .homePage .sectiona.yellow {
    height: 1067px;
    background-color: white;
  }
  .homePage .section-title-block.testimonials {
    margin-bottom: 15px;
  }
  .homePage .section-title {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
  }
  .homePage .section-title.subtitle {
    padding-top: 7px;
    font-size: 3vw;
    line-height: 4vw;
  }
  .homePage .brand-logo {
    width: 17.5%;
  }
  .homePage .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .homePage .intro-column {
    padding-bottom: 25px;
  }
  .homePage .intro-column.last {
    padding-bottom: 0px;
  }
  .homePage .link.footer-link {
    text-align: center;
  }
  .homePage .footer {
    padding-top: 25px;
    text-align: center;
  }
  .homePage .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }
  .homePage .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .homePage .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .homePage .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .homePage .model-image {
    width: auto;
    height: auto;
  }
  .homePage .page-header._404-page {
    height: auto;
  }
  .homePage .page-header-overlay {
    padding: 79px 25px 0px;
  }
  .homePage .page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }
  .homePage .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .homePage .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }
  .homePage .page-header-container.centered {
    text-align: left;
  }
  .homePage .page-header-content-container {
    margin-top: 25px;
  }
  .homePage .pricing-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .homePage .pricing-column.last {
    padding-bottom: 0px;
  }
  .homePage .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }
  .homePage .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }
  .homePage .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .homePage .pricing-feature-text {
    font-size: 14px;
  }
  .homePage .contact-form {
    width: 100%;
    padding: 0px;
  }
  .homePage .field {
    height: 42px;
    margin-bottom: 5px;
  }
  .homePage .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .info-image-block {
    position: static;
    width: 100%;
  }
  .testimonial-block {
    padding-top: 19px;
  }
  .homePage .info-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .homePage .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    text-align: center;
  }
  .homePage .footer-title {
    margin-bottom: 15px;
    text-align: center;
  }
  .homePage .clients-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .homePage .clients-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .hero-buttons-wrapper {
    margin-top: 16px;
    padding-top: 7px;
  }
  .homePage .contact-map {
    height: 300px;
  }
  .homePage .pagecontent {
    height: 709px;
  }
  .homePage .uicopy.phone {
    padding-top: 0px;
  }
  .homePage .uiheader {
    margin-top: 1px;
    margin-bottom: 10px;
    padding-top: 3px;
    font-size: 31px;
    line-height: 54px;
    text-indent: 2px;
  }
  .homePage .uiheader.inner {
    padding-top: 0px;
    box-shadow: none;
    font-size: 35px;
  }
  .homePage .uiheader.inner.phone {
    box-shadow: none;
    font-size: 36px;
  }
  .homePage .uiheader.tablet.hor {
    font-size: 33px;
    line-height: 52px;
  }
  .homePage .uisubheader {
    font-size: 23px;
  }
  .homePage .dualbutton1 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .homePage .dualbutton2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .homePage .secion2 {
    padding-top: 2px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section-paragraphs {
    margin-top: 16px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section4 {
    height: 950px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section5 {
    height: 2800px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section6 {
    height: 800px;
  }
  .homePage .hero-image {
		padding-top:123px
	}
	.homePage .hero {
		height: 700px
	}
}
@media (max-width: 720px) {
	.homePage .hero-image {
		margin-left:-2%
	}
}
@media (max-width: 695px) {
	.homePage .hero-image {
		margin-left:-5%
	}
}
@media (max-width: 665px) {
	.homePage .hero-image {
		margin-left:-6%
	}
}
@media (max-width: 651px) {
	.homePage .hero-image {
		margin-left:-8%
	}
	.homePage .hero-title.word.tablet.horizontal {
		line-height:65px;
		font-size:60px;
	}
	.homePage .hero-image {
		padding-top: 108px;
	}
}
@media (max-width: 611px) {
	.homePage .hero-image {
		padding-top: 73px;
		margin-left:-10%
	}
}
@media (max-width: 585px) {
	.homePage .hero-image {
		margin-left:-14%
	}
}
@media (max-width: 564px) {
	.homePage .hero-image {
		margin-left:-17%
	}
	.product-sections-info img {
		max-width:80%
	}
}
@media (max-width: 547px) {
		.homePage .section-a1.d h2 {
			padding:0 75px 21px
		}
}
@media (max-width: 520px) {
	.homePage .hero-image {
		margin-left:-23%
	}
}
@media (max-width: 489) {
	.homePage .hero-image {
		margin-left:-27%
	}
}
@media (max-width: 479px) {
	.homePage .section-a1.d {
		height:420px
	}
	.product-sections-info img {
		max-width:95%
	}
	.homePage .section-a1.d .col-xs-6 {padding:0 5px}
	.homePage .btnRed {padding: 14px 19px; font-size:20px}
	.homePage .btnBlue {padding: 14px 11px; font-size:20px}
  body {
    background-color: white;
  }
  .homePage h2 {
  	padding:0 5px 21px;
  }
  .homePage .section-a1.d h2 {
  	padding:0 45px 21px;
  }
  .homePage h3 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
  }
  .homePage p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .homePage .button.left {
    height: 40px;
    padding-top: 12px;
  }
  .homePage .button.right {
    height: 40px;
    padding-top: 12px;
  }
  .homePage .button.try {
    margin-top: 33px;
  }
  .homePage .navbar {
    width: auto;
    padding-top: 18px;
    padding-left: 20px;
  }
  .homePage .hero {
    height: 625px;
    background-color: white;
  }
  .homePage .hero-container {
    height: 100%;
    margin-bottom: 0px;
    padding-top: 108px;
    padding-bottom: 0px;
    text-align: center;
    background-size: 600px;
  }
  .homePage .hero-container .col-xs-6 {
  	padding: 0 5px;
  }
  .homePage .hero-title {
    width: auto;
    padding: 12px 20px 20px;
    font-size: 17px;
    line-height: 30px;
    text-shadow: none;
  }
  .homePage .hero-title.word {
    margin-top: 1px;
    padding-top: 0px;
    padding-left: 13px;
    font-size: 8vw;
    line-height: 27px;
    text-align: center;
    text-shadow: none;
  }
  .homePage .hero-title.word.tablet.horizontal {
    margin-top: 0px;
    padding-top: 30px;
    font-size:45px ;
    line-height: 50px;
    text-shadow: none;
    padding-left:5px;
    padding-right:5px;
  }
  .homePage .hero-button {
    padding-left: 15px;
  }
  .homePage .hero-button._2 {
    margin-top: 26px;
    padding-top: 19px;
  }
  .homePage .hero-overlay {
    height: 560px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #2f3d40;
    background-position: 50% 76px;
    background-size: 1250px;
  }
  .homePage .hero-overlay.websites {
    height: 141%;
    background-position: 50% 66%, 0% 0%, 0% 0%;
    background-size: 582px, auto, auto;
  }
  .homePage .hero-overlay.websites.phone {
    height: 139%;
  }
  .homePage .hero-overlay.websites.phone.vertical {
    background-position: 50% 65%, 0% 0%, 0% 0%;
    background-size: 860px, auto, auto;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny {
    background-color: #025378;
    background-image: url('../home/images/');
    background-position: 50% 86%;
    background-size: 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .homePage .hero-overlay.websites.phone.vertical.skinny.mobileapp {
    background-position: 50% 168%;
    background-size: 500px;
  }
  .homePage .sectiona {
    height: 1622px;
    margin-top: 167px;
    margin-bottom: 0px;
    padding: 42px 20px 21px;
  }
  .homePage .sectiona.brands-section {
    padding-bottom: 13px;
  }
  .homePage .sectiona.yellow {
    height: 973px;
  }
  .homePage .section-title-block {
    margin-bottom: 7px;
  }
  .homePage .section-title {
    font-size: 6vw;
    line-height: 7vw;
  }
  .homePage .section-title.subtitle {
    padding-top: 17px;
    font-size: 5vw;
    line-height: 6vw;
    text-transform: none;
  }
  .homePage .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .homePage .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .homePage .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .homePage .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
  }
  .homePage .nav-link:hover {
    background-color: transparent;
  }
  .homePage .logo-text {
    margin-top: 3px;
    font-size: 27px;
    line-height: 34px;
  }
  .homePage .intro-column {
    padding-bottom: 15px;
  }
  .homePage .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }
  .homePage .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }
  .homePage .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }
  .homePage .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }
  .homePage .model-image {
    height: auto;
  }
  .homePage .model-image.iphone {
    width: auto;
    height: auto;
  }
  .homePage .model-slider-title {
    font-size: 15px;
  }
  .homePage .model-slider-title.subtitle {
    font-size: 10px;
  }
  .homePage .page-header-overlay {
    padding: 69px 20px 1px;
  }
  .homePage .page-header-title {
    margin-bottom: 6px;
  }
  .homePage .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .homePage .page-header-content-container {
    margin-top: 25px;
  }
  .homePage .field {
    height: 36px;
    font-size: 12px;
  }
  .homePage .field.area {
    height: 116px;
  }
  .homePage .testimonial-block {
    margin-top: 17px;
    padding-top: 14px;
    padding-left: 0px;
  }
  .homePage .testimonial-image {
    position: static;
    margin-bottom: 14px;
  }
  .homePage .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .homePage .footer-list-text {
    font-size: 13px;
  }
  .homePage .clients-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .homePage .hero-buttons-wrapper {
    width: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 15px;
    padding-bottom: 26px;
  }
  .homePage .contact-map {
    height: 260px;
  }
  .homePage .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
  .homePage .dropdown-link {
    font-size: 15px;
  }
  .homePage .dropdown-link:hover {
    background-color: transparent;
    color: black;
  }
  .homePage .logo {
    width: 148px;
    padding-top: 6px;
  }
  .homePage .pagecontent {
    height: 620px;
  }
  .homePage .uicontent {
    margin-top: 33px;
  }
  .homePage .uiheader {
    margin-top: -4px;
    margin-bottom: 1px;
    padding-top: 24px;
    line-height: 40px;
    text-indent: 0px;
  }
  .homePage .uiheader.inner {
    margin-top: 0px;
    padding-top: 0px;
    box-shadow: none;
  }
  .homePage .uiheader.inner.phone {
    box-shadow: none;
  }
  .homePage .uiheader.tablet.hor.phone-up {
    font-size: 33px;
    line-height: 39px;
  }
  .homePage .uisubheader {
    font-size: 16px;
    line-height: 28px;
  }
  .homePage .uisubheader.phone {
    font-weight: 400;
  }
  .homePage .uisubheader.onwhite {
    color: black;
  }
  .homePage .uisubheader.onwhitecol {
    line-height: 25px;
  }
  .homePage .secion2 {
    height: 1037px;
    margin-top: 0px;
    background-color: #2c7c9c;
  }
  .homePage .img {
    float: none;
  }
  .homePage .icon-row img {
  	width:120px;
  }
  .homePage .section-paragraphs {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 55px;
    padding-left: 20px;
    color: #7a7676;
    font-size: 14px;
    font-weight: 400;
  }
  .homePage .section-paragraphs.oncolor {
    padding-bottom: 0px;
  }
  .homePage .imge-phones {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .homePage .section3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section4 {
    height: 900px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .homePage .section5 {
    height: auto;
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .homePage .section6 {
    height: auto;
    padding-top: 2px;
    background-color: white;
  }
  .homePage .websitetestimonialrow {
    display: block;
    margin: 0px auto 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .homePage .bottomspacer.calltoaction {
    height: 456px;
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .homePage .row1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .homePage .row1.phone {
    padding-bottom: 0px;
  }
  .homePage .templatesdiv {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .homePage .hero-image {
    padding-top: 155px;
    margin-left:-30%;
  }
  .homePage .section-a1 {
    padding-top: 62px;
  }
  .homePage .white-header {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 457px) {
	.homePage .hero-image {
		padding-top:125px;
		margin-left:-31%;
	}
}
@media (max-width: 445px) {
	.homePage .hero-image {
		margin-left:-34%;
	}
}
@media (max-width: 434px) {
	.homePage .hero-image {
		margin-left:-37%;
	}
}
@media (max-width: 404px) {
	.homePage .hero-image {
		padding-top:75px;
		margin-left:-45%;
	}
}
@media (max-width: 374px) {
	.homePage .section-a1.d {
		height:460px
	}
	.homePage .section-a1.d h2 {
		padding: 0 45px 21px
	}
	.homePage .section-a1.d h2 strike {
		display: block;
		padding:0;
	}
	.homePage .hero-image {
		margin-left:-48%;
	}
	.homePage .icon-row img {
		width:120px;
	}
	.homePage .btnRed {font-size:17px}
	.homePage .btnBlue {font-size:17px; padding:14px 10px}
}
@media (max-width: 365px) {
	.homePage .hero-image {
		margin-left:-58%
	}
	.homePage .hero-overlay {
		height:600px;
	}
}

/* @font-face {
  font-family: 'MontSF';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MontSF';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MontSF';
  src: url('../fonts/Montserrat-Hairline.otf') format('opentype'), url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MontSF';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
} */