/* @override 
	http://dev.design-n-stitch.com/css/design-n-stitch.css
	http://dev.design-n-stitch.com/css/design-n-stitch.css?v1 */

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.videoWrap iframe,
.videoWrap object,
.videoWrap embed {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.full {
	margin: 0 0 30px 0;
	height: auto;
}
.adminlink {
	float: right;
	margin-top: -23px;
	position: relative;
	font-size: 11px;
	color: #FFF !important;
}
.adminlink a {
	background: #ec4f51;
	color: #FFF !important;
 	padding: 2px 6px;
 	text-decoration: none;
}
.adminlink a:hover {
	background: #953233 !important;
 	color: #FFF !important;
}
.overviewtile {
  position: relative;
  display: block;
  width: 100%;
 
    margin-bottom: 15px;
}
.borderLink {
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
 
}
.borderLink img {
 border: 1px solid #333;
 display: block;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent 36%, rgba(0, 0, 0, .7) 92%);
  background-image: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, .7) 92%);
  
} 

.overlay.suboverlay {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .73) 88%);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .73) 88%);
}
.overviewtileh2 {
position: absolute;
left: 15px;
bottom: 15px;
font-size: 34px;
line-height: 36px;
letter-spacing: -1px;
text-transform: none;
z-index: 150;
margin: 0px;
color: white;
/*text-shadow: 1px 1px 6px rgba(0, 0, 0, .55);*/
padding: 10px 20px;
background: rgba(0,0,0,.6);
}

.overviewtilelinkwrap {
  position: static;
  z-index: 100;
  display: block;
  width: 100%;

  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.tileimg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}



/* UPLOAD STYLEING */
.fileUpload {
	text-align: center;
	color: #FFF;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label * {
	pointer-events: none;
}
.inputfile + label {
    color: white;
    background: #c70202  url('/img/266-upload.png') no-repeat 12px 8px;
 
font-family: Lato, sans-serif;
 	background-size: 20px 18px;
    display: inline-block;
    padding: 6px 20px 6px 40px;
}
.formwrap .tip {
	color: #FFF;
	font-size: 12px;
	margin: 0; 
	padding: 0;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #333;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}



h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
 
 
}

h3 {
  margin-top: 14px;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bd0000;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: dimgray;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px; 
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.floatRight {
	float: right;
	width: 45%;
	height: auto;
}
p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.maintext {
   font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.maintext a {
	color: #029dfa;
} 
.maintext a:hover {
	color: #0096d9;
} 

.bodytext.xl {
  margin-bottom: 30px;
  color: #333;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}



.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background: #000;
}

.button:hover {
  background-color: #616161;
}

.button.w--current {
  border: 1px solid #d1cfcf;
  background-color: transparent;
}

.button.w--current:hover {
  background-color: #555454;
}

.button.pj {
  margin-right: 10px;
}

.button.headbtn {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 7px 10px;
  float: none;
  border-radius: 0px;
  background-color: #ec1b29;
  font-size: 13px;
}

.button.headbtn:hover {
  background-color: #c46c31;
}

.button.small {
  margin-top: 8px;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 1px;
}

.button.small.centered {
  display: block;
  max-width: 200px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.button.project-button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 200;
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3095b3;
}

.button.project-button:hover {
  background-color: #237087;
}

.button.guaranteebtn {
  display: block;
  width: 150px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.button.banner-btn {
  position: static;
  top: 231px;
  display: inline-block;
  margin-bottom: 0px;
  padding: 24px 30px;
  float: none;
  border: 1px solid #ebe9e9;
  border-radius: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.button.banner-btn:hover {
  border-color: red;
  color: red;
}

.button.banner-btn.est-btn {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 18px 24px;
  float: none;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button.banner-btn.est-btn:hover {
  background-color: #0287e2;
}

.button.banner-btn.btn-r {
  margin-left: 15px;
}

.button.banner-btn.ex {
  display: inline-block;
  width: 280px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 20px 25px;
  float: none;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.button.banner-btn.ex:hover {
  background-color: rgba(0, 0, 0, .31);
}

.button.banner-btn.est {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.button.paymentbtn {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  float: left;
  background-color: #3095b3;
  opacity: 1;
  font-size: 11px;
  letter-spacing: 1px;
}

.button.paymentbtn:hover {
  background-color: #247087;
}

.button.why {
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.button.why:hover {
  background-color: rgba(0, 0, 0, .26);
}

.banner {
  position: relative;
  background-image: none;
}

.banner.pg {
  display: block;
  background-color: #333;
  background-image: none;
}

.navbar {
  position: relative;
  z-index: 999;
  height: 115px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
}

.navlink {
  padding: 15px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.navlink:hover {
  background-color: rgba(0, 0, 0, .49);
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

.navlink.droplink {
  padding-right: 25px;
}

.navlink.navwhite {
  color: #fff;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.sc {
  padding-top: 0px;
}

.logo.sc.w--current {
  margin-left: 30px;
  padding-top: 0px;
}

.arrow-drop {
  margin-top: 18px;
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
}

.dropdown-list {
  display: none;
  background-color: #ee833a;
}

.dropdown-list.w--open {
  margin-top: 21px;
  background-color: rgba(0, 0, 0, .85);
}

.dropdown-list.sc.w--open {
  margin-top: 5px;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, .6);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, .27);
  color: hsla(0, 0%, 100%, .9);
}

.service-section {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.icon-service {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 1px solid #afafaf;
  border-radius: 100px;
  background-image: url('/img/ico1.png');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-service:hover {
  border-color: #f3655e;
  background-color: #f3655e;
  background-image: url('/img/ico1hover.png');
}

.icon-service.pixel {
  background-image: url('/img/ico2.png');
}

.icon-service.pixel:hover {
  background-image: url('/img/ico2hover.png');
}

.icon-service.phone {
  background-image: url('/img/ico3.png');
}

.icon-service.phone:hover {
  background-image: url('/img/ico3hover.png');
}

.service-column {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.text-hero {
  margin-bottom: 20px;
  text-align: center;
}

.text-hero.fm {
  margin-bottom: 50px;
}

.sp {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.sp.white {
  color: #000;
  font-size: 38px;
  letter-spacing: 0px;
}

.sp.industries {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 38px;
}

.sp.relatedhead {
  font-size: 38px;
}

.sp.paddedtop {
  margin-top: 70px;
  margin-bottom: 20px;
  color: #fff;
}

.light {
  font-weight: 200;
}

.portfolio-image {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  text-align: center;
}

.portfolio-tittle {
  margin-top: 30px;
  margin-bottom: 10px;
}

.portfolio-tittle.port-small {
  margin-right: 10px;
  margin-left: 10px;
}

.tittle {
  color: dimgray;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.catergory {
  margin-bottom: 30px;
  color: #b8b8b8;
  font-size: 13px;
  font-weight: 300;
}

.work-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #279ac9;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-overlay:hover {
  opacity: 0.96;
}

.ico-wrapper {
  position: relative;
  margin-top: 20%;
  padding: 20px 40px;
  color: #fff;
}

.ico-portfolio {
  margin-right: 10px;
}

.hero-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.hero-text {
  margin-top: 15px;
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 400;
}

.team-section {
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 0px;
  border: 1px dotted #b8b8b8;
}

.sub-text {
  font-size: 17px;
  line-height: 30px;
}

.tean-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

.team-name {
  margin-bottom: 20px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-div {
  text-align: center;
}

.team-social {
  margin-top: 33px;
}

.ico-soc {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  padding-top: 3px;
  border-radius: 100px;
  background-color: #5d5d5d;
  text-align: center;
}

.ico-soc.facebook:hover {
  background-color: #3b5998;
}

.ico-soc.twitter:hover {
  background-color: #2aa9e0;
}

.ico-soc.gplus:hover {
  background-color: #bf3939;
}

.ico-soc.rss:hover {
  background-color: #eb8a1c;
}

.ico-soc.dribbble:hover {
  background-color: #e30282;
}

.process-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('/img/pewaukee-cabana2.jpg');
  background-size: cover;
}

.menu {
  margin-top: 0px;
  margin-left: 25px;
  float: left;
}

.menu.static-menu {
  margin-top: 0px;
  float: none;
  text-align: center;
}

.fun-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.funt-nr {
  margin-bottom: 50px;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
}

.fun-sub {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.block-fun {
  display: inline-block;
  width: 24.6%;
  margin-right: 3px;
  padding: 68px 10px 45px;
  background-color: hsla(0, 0%, 100%, .29);
  text-align: center;
}

.map {
  opacity: 0.3;
}

.zpulse-wrapper {
  position: absolute;
  left: 121px;
  top: 89px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
}

.zpulse-wrapper.italy {
  left: 441px;
  top: 160px;
}

.zpulse-wrapper.usa {
  position: relative;
  left: 722px;
  top: 367px;
}

.zpulse-wrapper.russia {
  left: 243px;
  top: 362px;
}

.pulse-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 101%;
  background-color: hsla(3, 88%, 80%, .59);
}

.tooltip {
  position: absolute;
  left: 58px;
  top: 5px;
  padding: 9px 15px;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.pulse-inner {
  position: absolute;
  top: 33%;
  right: 32%;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f3655e;
}

.div-map {
  position: relative;
}

.logo-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.hide {
  display: none;
}

.logo-slider {
  height: auto;
  background-color: transparent;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  border-top: 0px none transparent;
  background-color: #333;
}

.row-logo {
  opacity: 0.8;
  text-align: center;
}

.copyright {
  padding-top: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}
.copyright a {
	color: #FFF;
}

.top {
  width: 40px;
  height: 40px;
  border: 1px solid #afafaf;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('/img/up-arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top:hover {
  border-color: #f3655e #ec3c2a #ec3c2a;
  background-color: #e8009e;
 
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top.w--current {
  margin-top: -55px;
}

.top-column {
  text-align: left;
}

.top-column.uparrow {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.slider {
  display: block;
  height: 620px;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-dots {
  top: 80%;
  display: block;
  margin-bottom: 95px;
  font-size: 10px;
  text-align: center;
}

.arrow {
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 45px;
  font-weight: 700;
  text-shadow: 0 0 5px #000;
}

.arrow:hover {
  opacity: 1;
}

.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(8, 153, 252, .91);
  box-shadow: none;
}

.div-banner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.portolio-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.is {
  margin-bottom: 30px;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .35);
}

.is.pg {
  margin-bottom: 46px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #0899fc;
  font-size: 64px;
  line-height: 51px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.is.pg.dark {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  text-shadow: none;
}

.is.smallish {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 62px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, .35);
}

 

.subtx {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, .68);
 
  color: hsla(0, 0%, 100%, .9);
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.subtx.pg {
  font-size: 20px;
}

.sl-con {
  margin-top: 115px;
  margin-bottom: 125px;
}

.sl-con.pg {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn {
  position: static;
  display: block;
  margin: 20px auto 115px;
  text-align: center;
}

.btn.serviceestbtn {
  margin-bottom: 50px;
  float: left;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider-project {
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-content {
  margin-top: 50px;
}

.project-tittle {
  margin-bottom: 16px;
  font-family: Arvo, sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.list {
  margin-bottom: 20px;
}

.list.bt {
  margin-top: 20px;
}

.related-section {
  padding-top: 60px;
  background-color: transparent;
}

.button-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}

.column-pj {
  text-align: right;
}

.contact-section {
  padding-top: 120px;
  padding-bottom: 100px;
  border-top: 1px solid #fff;
  background-color: #f1f1f1;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d6d6d6;
  border-left-style: none;
  color: #333;
  font-size: 13px;
}

.text-field:focus {
  border-bottom-color: #f3655e;
}

.text-field.area {
  margin-bottom: 20px;
  padding-bottom: 80px;
}

.success-message {
  padding: 30px;
  text-align: center;
}

.error-message {
  margin-top: 30px;
  padding: 13px;
  text-align: center;
}

.err {
  margin-bottom: 0px;
  color: hsla(3, 86%, 66%, .68);
}

.contact-info {
  margin-bottom: 5px;
}

.ico {
  display: inline-block;
}

.info {
  display: inline-block;
  margin-left: 10px;
}

.email {
  color: #9d9d9d;
  text-decoration: none;
}

.email:hover {
  color: #f3655e;
}

.ico-device {
  display: block;
  padding: 14px;
  float: left;
  background-color: rgba(0, 0, 0, .63);
  color: #fff;
}

.clm {
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
}

.phone {
  position: static;
  top: 8px;
  right: 161px;
  display: block;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1491c1;
  font-size: 22px;
}

.containme {
  position: relative;
}

.service-link {
  text-decoration: none;
}

.estimate-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0px auto;
  padding-top: 153px;
  padding-bottom: 67px;
  background-color: #333;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('/img/building-grey.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('/img/building-grey.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.estimate-block.blog-block {
  background-color: #279ac9;
} 

.estimate-block._2 {
  margin-top: 50px;
}

.estimate-block.blk {
  padding-top: 50px;
  background-image: -webkit-linear-gradient(270deg, #333, #333);
  background-image: linear-gradient(180deg, #333, #333);
}

.section-head {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
}

.estimate-input {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
}

.estimate-input:focus {
  background-color: #def6ff;
  color: #000;
}

.estimate-input.est-textarea {
  height: 110px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.estimate-submit {
  position: static;
  display: block;
  height: 70px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  float: left;
  background-color: #0899fc;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.estimate-submit:hover {
  background-color: #525252;
}

.main-vid {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.video-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #000;
}

.service-blocks {
  clear: both;
  background-color: #000;
}

.home-logos {
  text-align: center;
}

.homelogo {
  margin-right: 20px;
  margin-bottom: 15px;
  float: none;
}

.list-item {
  margin-bottom: 3px;
  list-style-type: disc;
}

.list-head {
  color: #279ac9;
  font-size: 16px;
  text-transform: uppercase;
}

.credlogo {
  margin-right: 40px;
  margin-bottom: 10px;
}

.col-spec {
  padding: 25px;
  border-top: 1px solid #b3b3b3;
  background-color: #e8e6e6;
}

.col-spec:hover {
  background-color: #86dbfc;
}

.col-spec.col-first {
  border-top-style: none;
}

.cread-head {
  margin-top: 0px;
  color: #5d5d5d;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-wrap {
  margin-top: 30px;
  border-top: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  background-color: #e8e6e6;
}

.spec-img {
  width: 100%;
  background-image: url('/img/church.jpg');
  background-size: cover;
}

.left-pane {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.right-pane {
  padding-right: 0px;
  padding-left: 0px;
}

.cred-pic {
  min-height: 750px;
  background-image: url('/img/industrial-floor.jpg');
  background-size: cover;
}

.blog-block {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fab718;
}

.blog-head-title {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.blog-link-wrap {
  padding: 10px;
   color: #000;
  text-decoration: none;
}

.blog-link-wrap:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.blog-home-img {
  width: 100%;
  height: 150px;
}

.phone-link {
  display: block;
  margin-top: 40px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #424242;
  font-size: 22px;
  text-decoration: none;
}

.foot-location {
  margin-top: 35px;
  margin-bottom: 65px;
  font-family: 'PT Serif', serif;
  color: #279ac9;
  font-size: 28px;
  line-height: 38px;
  font-style: italic;
  text-align: center;
}

.bar-wrapper {
  min-width: 3px;
  background-color: #b5dae8;
}

.bar {
  width: 14.28%;
  height: 6px;
  float: left;
  background-color: #9abf30;
}

.bar.bar2 {
  background-color: #7dd5f7;
}

.bar.bar3 {
  background-color: #9abf30;
}

.bar.bar4 {
  background-color: #7dd5f7;
}

.bar.bar5 {
  background-color: #9abf30;
}

.bar.bar6 {
  background-color: #b5dae8;
}

.bar.bar2b {
  background-color: #8c2415;
}

.content-section {
  margin-top: 50px;
  line-height: 24px;
}

.faux-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.miniport-heading {
  margin-top: 50px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-text {
  margin-bottom: 75px;
}

.service-row {
  background-color: #fff;
}

.extraswrap {
  margin-top: 40px;
}

.quotewrap {
  min-height: 275px;
  padding: 5px 21px 21px;
  background-color: #279ac9;
  color: #fff;
  font-size: 13px;
}

.guaranteehead {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.guaranteebadge {
  float: right;
}

.videocol {
  min-height: 275px;
  background-color: #000;
}

.bulletwrap {
  margin-right: 0px;
  margin-left: 0px;
  padding: 22px;
  background-color: rgba(66, 66, 66, .07);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.bulletwrap.toppad {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.servicearea {
  position: static;
  top: 50px;
  right: 300px;
  display: inline-block;
  margin-top: 8px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #0899fc;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  text-transform: none;
}

.estimate-section {
  margin-top: 5px;
}

.worktabs {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.tabmenu {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.tablink {
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #279ac9;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.tablink.w--current {
  background-color: #185f7a;
}

.nav-scroll-logo {
  width: 50px;
}

.nav-scroll-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.static-logo {
  width: 85px;
  margin-bottom: 5px;
}

.static-logo.type {
  margin-top: 25px;
  margin-left: -5px;
}

.menu-wrap {
  padding-top: 20px;
  background-color: #333;
  font-size: 15px;
}

.ham {
  background-color: transparent;
}

.ham-label {
  width: 60px;
  margin-top: 15px;
  margin-left: 5px;
  float: left;
  color: #fff;
  font-size: 12px;
}

.slidy {
  height: 580px;
  background-image: url('/img/banners-2.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.slidy.slide1 {
  height: 580px;
  background-image: url('/img/banners-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidy.slide2 {
  height: 580px;
  background-image: url('/img/banner-res.jpg');
}

.slidy.slide3 {
  background-image: url('/img/comm.jpg');
}

.slidy.videoslide {
  overflow: visible;
  height: 580px;
  background-image: url('/img/banners-blurred.jpg');
}

.slidy.intro {
  height: 600px;
  background-image: url('/img/machine-NEW2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slidy.intro._2 {
  background-image: url('/img/dns-emb-machines-2017.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidy.intro._3 {
  background-image: url('/img/Snow-loader-photo.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidy.intro._4 {
  background-image: url('/img/irrigation-banner.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.serviceicons {
  margin-top: 0px;
  margin-bottom: 40px;
}

.iconwrap {
  display: block;
  width: 215px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 20px solid #f7f5f5;
  border-radius: 125px;
  background-color: #ebe9e8;
}
.vidWrap {
	position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		margin-right: 20px;
		margin-bottom: 20px;
}
.vidWrap iframe, .vidWrap object, .vidWrap embed {
	position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
}

.iconheading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #787777;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.icondesc {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #696868;
}

.video {
  margin-top: 50px;
  margin-bottom: 50px;
}

.nav {
  margin-top: 0px;
  float: none;
  background-color: transparent;
 
}

.nav-link {
  margin-top: 12px;
  padding: 25px 21px;
  border-right: 0px none #4e4e4e;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.nav-link.home {
  height: 50px;
  min-width: 65px;
  background-image: url('/img/53-house2x.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.nav-link.estimatelink {
  color: #fff;
}

.nav-link.nav-scroll {
  padding-top: 19px;
  padding-bottom: 19px;
  color: #FFF;
  margin: 0;
}

.nav-link.first {
  border-left: 0px none #585858;
}

.nav-drop {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
  text-align: center;
}

.nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.minihead {
  padding-top: 25px;
  padding-right: 25px;
  float: right;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.announcebar {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

.announcetext {
  float: left;
  color: #424242;
}

.announcetext.announceright {
  margin-top: 7px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #9abf30;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

.phonehead {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fd0010;
  font-size: 22px;
  line-height: 22px;
}
.phonehead a {
  color: red;
  text-decoration: none;	
}
.phonehead a:hover {
  color: #db210e;
 
}




.headwrap {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: right;
}

.bannercontent {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.bannercontent.pad {
  height: 600px;
  padding: 0px 30px 30px;
}

.bannersub {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 31px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.bannersub.videotxt {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.circlearrow {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('/img/arrow-circle2.png');
  background-position: 50% 1%;
  background-repeat: no-repeat;
}

.serviceshome {
  position: relative;
  z-index: 5;
  margin-top: -73px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.serviceshome.difference {
  margin-top: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
  background-image: url('/img/sand-repeat.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.serviceshome.difference._2 {
  background-color: #7dd5f7;
  background-image: url('/img/Transparent_Snowflakes.png');
  background-position: 50% 50%;
  background-size: auto;
}

.serviceshome.logos {
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: none;
}

.serviceshome.teamhead {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 45px;
  background-color: #0899fc;
  background-image: none;
}

.serviceshome.bloghome {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #5c5c5c;
}

.serviceshome.related {
  margin-top: 45px;
}

.arrowwrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 100;
  margin-top: 0px;
}

.homeservicehead {
  display: block;
  margin: 0px auto 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homeservicehead.alt {
  margin-bottom: 25px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.homeservicehead.credjead {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0px;
}

.homeservicehead.credhead {
  background-color: transparent;
  background-image: none;
}

.homeservicehead.cred {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
}

.serviceheadwrap {
  position: relative;
  text-align: center;
}

.line {
  height: 1px;
  margin-top: -15px;
  background-color: #adadad;
}

.homeservicedesc {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #a3a0a0;
  font-size: 18px;
  text-align: center;
}

.homeservicedesc.teamdesc {
  margin-bottom: 0px;
}

.homeservice {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('/img/residential-block.jpg');
  background-size: cover;
}

.homeservice.comblock {
  position: static;
  height: 240px;
  border: 1px solid #fff;
  background-image: url('/img/commercial-landscape.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeservice.comblock._2 {
  background-image: url('/img/turf-installation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeservice.comblock._3 {
  background-image: url('/img/hardscaping.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.homeservice.comblock._4 {
  background-image: url('/img/commercial-parking-lot.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.homeservice.comblock._5 {
  background-image: url('/img/Pusher-good-logo-shot.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.homeservice.comblock._6 {
  background-image: url('/img/deicing.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.homeservice.comblock._7 {
  background-color: #fff;
  background-image: url('/img/JC-Grounds.png');
  background-size: auto;
}

.homeservice.comblock._8 {
  background-image: url('/img/community-service.jpg');
  background-size: cover;
}

.homeservice.comblock._9 {
  background-image: url('/img/Service-Area-Map.jpg');
  background-size: cover;
}

.homeservice.colorblock {
  background-image: url('/img/color-center-block.jpg');
}

.homeservice.carpblock {
  background-image: url('/img/carp.jpg');
}

.homeservice.drywall {
  background-image: url('/img/drywall-repair.jpg');
}

.homeservice.comext {
  background-image: url('/img/comm-ext-block.jpg');
}

.homeservice.quiet {
  background-image: url('/img/drywall-blcok.jpg');
}

.homeservice.pfd {
  background-image: url('/img/painter-for-a-day.jpg');
}

.homeserviceimg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.homeservice-text {
  position: absolute;
  z-index: 200;
  padding: 15px 0px 0px 15px;
  font-size: 13px;
  line-height: 19px;
}

.home-service-h3 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.home-service-link {
  position: static;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px 0px 15px;
  text-transform: uppercase;
}

.home-service-link.overviewlink {
  z-index: 55;
}

.homeservicelinkover {
  position: static;
  z-index: 300;
  display: block;
  width: 100%;
  height: 350px;
  color: #fff;
  text-decoration: none;
}

.homeservicelinkover:hover {
  background-color: transparent;
}

.rightarrow {
  width: 46px;
  height: 46px;
  float: right;
  border-radius: 75px;
  background-color: #e8009e;
  background-image: url('/img/white-arrow.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.servicelearnmore {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: none;
  font-family: Arvo, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.servicecol {
  padding-right: 15px;
  padding-left: 0px;
}

.serviceoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 27, 41, .74);
}

.serviceoverlay.overviewoverlay {
  display: none;
}

.arrowlink {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.differencetxt {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}

.differencesub {
  margin-top: 30px;
  float: right;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #585656;
}

.credwrapper {
  margin-top: 45px;
  text-align: center;
}

.bannerspan {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
}

.hirelist {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.hireli {
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: 1px 1px 6px #373737;
}

.teamslide {
  position: relative;
  width: 20%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.teamslide.blogslide {
  width: 24%;
}

.teamimg {
  width: 200px;
  border: 7px solid #fff;
  box-shadow: 0 0 6px 0 rgba(51, 51, 51, .35);
  font-family: Montserrat, sans-serif;
}

.teamname {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.teamtitle {
  font-family: Montserrat, sans-serif;
  color: #696868;
  font-size: 12px;
  text-transform: uppercase;
}

.teamlink {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
  color: #424242;
  text-decoration: none;
}

.teamlink:hover {
  background-color: transparent;
}

.teamlink.bloglink {
  background-color: transparent;
  box-shadow: none;
}

.teamlink.bloglink:hover {
  background-color: rgba(51, 51, 51, .09);
}

.teamlink.relatedlink {
  width: 98%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.teamslider {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
}

.teamslider.relatedslider {
  height: 180px;
  margin-top: 10px;
}

.teamslidernav {
  display: none;
  padding-top: 40px;
}

.teamslidernav.relatednav {
  display: none;
  padding-top: 40px;
}

.teamarrow {
  color: #b3b3b3;
}

.teammask {
  display: block;
  margin-right: 60px;
  margin-left: 60px;
}

.socialbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #424242;
  text-align: center;
}

.socialhead {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.footerphone {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.phonelink {
  color: #fff;
}

.headphone {
  color: #e8009e;
  text-decoration: none;
}

.ccicon {
  width: 50px;
  float: left;
}

.ccwrapper {
  width: 110px;
  float: left;
}

.creddesc {
  font-family: 'Droid Sans', sans-serif;
  color: #636262;
  font-size: 12px;
  line-height: 16px;
}

.bannerlogo {
  width: 150px;
  padding-top: 20px;
  padding-right: 20px;
  float: right;
}

.videowrap {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.servoceareas {
  width: 50%;
  margin-top: 35px;
}

.serviceareahead {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.serviceslide {
  width: 30%;
  padding-right: 15px;
}

.serviceslider {
  display: block;
  height: 370px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.servicemask {
  margin-right: 60px;
  margin-left: 60px;
}

.arrowicon {
  color: #000;
}

.arrowicon.lefticon {
  color: #000;
}

.breadcrumbs {
  padding-top: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Droid Sans', sans-serif;
  color: #424242;
  font-size: 12px;
  font-weight: 400;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlay.suboverlay {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .73) 88%);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .73) 88%);
}

.overlay.solid {
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .31);
  background-image: none;
}

.pagedesc {
  position: static;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 200;
  text-transform: none;
}

.maintext {
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.maintext.intro {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  color: #696868;
}

.subhead {
  margin-bottom: 0px;
  text-align: center;
}

.pageslider {
  text-align: center;
}

.sliderproject {
  margin: 15px -40px 45px;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, .09);
  text-align: center;
}

.projectslide {
  width: 50%;
  text-align: center;
}

.maincontainer {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.maincontainer.padbot {
  margin-bottom: 70px;
}

.slidernav {
  margin: 0 0 5px 0;
  text-align: center;
}

.sliderimg {
  max-width: 100%;
  height: auto;
}

.sidebartxt {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.pageportwrap {
  margin-bottom: 30px;
}

.slidernavarrow {
  margin-bottom: 0px;
}

.testimonialslider {
  background-color: #fab718;
  background-image: -webkit-linear-gradient(270deg, #e6aa20, #fab718);
  background-image: linear-gradient(180deg, #e6aa20, #fab718);
}

.quoteslide {
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.quoteleft {
  position: absolute;
  display: inline-block;
  margin-top: 100px;
  margin-left: -10px;
  float: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: hsla(0, 0%, 100%, .2);
  font-size: 300px;
  font-weight: 400;
}

.quotetext {
  position: relative;
}

.newsslideimg {
  width: 200px;
  height: 200px;
  border: 5px solid #ddd;
  border-radius: 100px;
}

.bloghomehead {
  font-family: Lato, sans-serif;
  color: #ebe9e9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.relatedimg {
  width: 150px;
  height: 150px;
  float: none;
  border: 5px solid #d1cfcf;
  border-radius: 100px;
}

.relatedtitle {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 7px 0px;
  background-color: transparent;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
 

.videoouterwrap {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 50px;
}

.videohead {
  margin-top: 58%;
  margin-bottom: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: right;
}

.videoheadwrap {
  width: 175px;
  float: left;
}

.videohomewrap {
  margin-left: 190px;
  padding-bottom: 15px;
}

.videosub {
  font-size: 18px;
  font-weight: 300;
}
 
.breads {
  margin-top: 9px;
  float: left;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

.socialwrap {
  width: 170px;
  float: right;
}

.socialshare {
  margin-left: 0px;
}

.sociallink {
  margin-left: 5px;
  padding: 7px 12px;
  float: right;
  text-align: center;
}

.sociallink:hover {
  background-color: rgba(0, 0, 0, .13);
}

.sharelabel {
  margin-top: 7px;
  margin-right: 7px;
  float: left;
  color: #424242;
}

.blogsummary {
  color: #7d7d7d;
}

.blogsummary.readmore {
  margin-top: 5px;
  color: #ec1b29;
  text-transform: uppercase;
}

.blogcol {
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.blogoverviewh2 {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #424242;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.blogoverviewh2.subtitle {
  font-size: 18px;
  line-height: 22px;
}

.datehead {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d1cfcf;
  border-bottom: 1px solid #d1cfcf;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 16px;
}

.datehead.subdate {
  padding-top: 5px;
  padding-bottom: 0px;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.dateleft {
  float: left;
}

.authorright {
  float: right;
}

.blogoverview {
  margin-bottom: 50px;
}

.elgrandetab {
  width: 25%;
  margin-right: 0px;
  padding: 16px 35px;
  border-right: 1px solid #d1cfcf;
  border-top-style: none;
  border-top-color: #ababab;
  border-left-style: none;
  border-left-color: #ababab;
  border-radius: 0px;
  background-color: #333;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.elgrandetab.w--current {
  border-top-right-radius: 0px;
  background-color: #0899fc;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .27);
  font-family: Raleway, sans-serif;
  color: #fff;
}

.tabscontent {
  padding: 45px 15px;
  background-color: #0899fc;
}

.logotype {
  width: 150px;
  margin-top: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.servdesc {
  color: #000;
}

.motto {
  position: static;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.bannerwrapper {
  height: 5px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bd0000;
}

.tabicons {
  height: 45px;
  margin-bottom: 5px;
}

.overviewp {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
}

.overviewblocks {
  text-align: center;
}

.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0572bb;
}

.testwrap {
  padding: 14px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.testp {
  color: #fff;
}

.testslide {
  width: 25%;
}

.testslider {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testmask {
  margin-right: 75px;
  margin-left: 75px;
  padding-bottom: 45px;
}

.testarrow {
  display: none;
}

.testarrow.r {
  display: block;
}

.testdots {
  padding-top: 50px;
}

.center {
  margin-top: 25px;
  text-align: center;
}

.servicedots {
  display: none;
  padding-top: 30px;
}

.signup {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ebe9e9;
  text-align: center;
}

.newsname {
  width: 260px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.formbtn {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.formblock2 {
  margin-bottom: 25px;
  padding: 18px 12px 2px 25px;
  text-align: center;
}

.signupform {
  margin-top: 0px;
}

.signuphead {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: none;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
}

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

.sml {
  font-size: 14px;
  text-transform: uppercase;
}

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

.video-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0899fc;
}

.video-contain {
  text-align: center;
}

.selectlable {
  margin-top: 10px;
  color: #fff;
  text-align: left;
}

.tabnav {
  display: none;
}

.white {
  color: #fff;
}

.text-block {
  font-family: Raleway, sans-serif;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
}

.headerwrapper {
  background-color: #ebe9e9;
  text-align: center;
}

.tabtext {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.tabimg {
  margin-right: 0px;
  float: right;
  border: 10px solid #fff;
  border-radius: 150px;
}

.socialicon {
  margin-right: 15px;
  padding: 12px;
}

.socialicon:hover {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, .23);
}

.tabwrap {
  padding-right: 30px;
  padding-left: 30px;
}

.bannervid {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  position: static;
  margin-top: 20%;
  font-family: Raleway, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.backvid {
  width: 100%;
  height: 100%;
}

.pageback {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('/img/page-back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}


.container {
  text-align: center;
}

.location {
  font-family: Lato, sans-serif;
  color: #ebe9e9;
}

.check {
  text-align: left;
}

#galleria {
	height: 650px;
}

.container-2 {
  padding-top: 75px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: hsla(0, 0%, 100%, .82);
  margin-bottom: 60px;
}

.section {
  padding-top: 53px;
  padding-bottom: 53px;
  background-color: #d1cfcf;
}

html.w-mod-js *[data-ix="rotate"] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="from-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="from-top-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="from-top-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="banner-load"] {
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

html.w-mod-js *[data-ix="move-up"] {
  -webkit-transform: translate(0px, 56px);
  -ms-transform: translate(0px, 56px);
  transform: translate(0px, 56px);
}

@media (max-width: 991px) {
  .button.headbtn {
    position: absolute;
    right: 0px;
    bottom: -59px;
    height: 52px;
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 20px;
  }
  .button.small {
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 6px 18px;
  }
  .button.banner-btn {
    padding: 15px 26px;
    font-size: 15px;
  }
  .navbar {
    height: 100px;
  }
  .navlink {
    max-width: 100%;
  }
  .logo.w--current {
    margin-left: 10px;
  }
  .arrow-drop {
    margin-right: 14px;
  }
  .dropdown {
    max-width: 100%;
  }
  .dropdown-list.w--open {
    position: relative;
    width: 100%;
  }
  .dropdown-link {
    width: 100%;
  }
  .service-column {
    margin-bottom: 50px;
  }
  .sp {
    font-size: 36px;
  }
  .sp.paddedtop {
    margin-top: 20px;
    font-size: 38px;
  }
  .portfolio-tittle {
    font-size: 12px;
    font-weight: 300;
  }
  .tittle {
    font-size: 14px;
    line-height: 16px;
  }
  .work-section {
    margin-top: 25px;
  }
  .ico-wrapper {
    margin-top: 10%;
    margin-right: 20%;
    margin-left: 20%;
  }
  .menu {
    position: absolute;
    z-index: 2;
    display: none;
    margin-top: 0px;
    background-color: #ee833a;
    color: #fff;
  }
  .funt-nr {
    font-size: 71px;
  }
  .fun-sub {
    font-size: 14px;
  }
  .block-fun {
    width: 23.6%;
  }
  .zpulse-wrapper.usa {
    left: 567px;
    top: 289px;
  }
  .slider {
    height: 520px;
  }
  .is {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .is.pg {
    margin-bottom: 35px;
    margin-left: 0px;
    font-size: 55px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .is.pg.dark {
    text-align: center;
    text-shadow: none;
  }
  .is.smallish {
    font-size: 41px;
    line-height: 48px;
    letter-spacing: 0px;
  }
  .sl-con {
    margin-top: 85px;
    margin-bottom: 60px;
  }
  .row {
    text-align: center;
  }
  .column {
    margin-bottom: 30px;
  }
  .ico-device {
    display: block;
    padding: 23px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .ico-device.w--open {
    background-color: rgba(0, 0, 0, .65);
  }
  .phone {
    position: static;
    top: 45px;
    right: 83px;
    display: block;
    margin-top: 10px;
    float: right;
  }
  .estimate-block {
    width: 100%;
  }
  .video-wrapper {
    position: static;
    background-color: #fff;
  }
  .service-blocks {
    background-color: #fff;
  }
  .homelogo {
    max-height: 110px;
    max-width: 110px;
    margin-right: 10px;
  }
  .cred-pic {
    height: 920px;
  }
  .phone-link {
    display: inline-block;
    float: right;
  }
  .foot-location {
    line-height: 32px;
  }
  .guaranteebadge {
    width: 100px;
  }
  .bulletwrap {
    margin-right: 50px;
    margin-left: 50px;
  }
  .servicearea {
    top: 45px;
    right: 240px;
    margin-top: 7px;
  }
  .menu-wrap {
    position: relative;
    margin-top: 0px;
  }
  .ham-label {
    display: none;
    overflow: visible;
    width: 60px;
    margin-top: 25px;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 11px;
    text-align: right;
  }
  .slidy.intro._2 {
    height: 500px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .iconwrap {
    width: 175px;
    border-width: 15px;
  }
  .iconheading {
    font-size: 21px;
  }
  .icondesc {
    font-size: 13px;
  }
  .nav {
    text-align: center;
  }
  .nav-link {
    width: 100%;
  }
  .nav-link.first {
    width: 100%;
  }
  .nav-drop {
    width: 100%;
    margin-top: 11px;
    background-color: #333;
  }
  .nav-contain {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .minihead {
    float: left;
  }
  .headwrap {
    margin-top: 18px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bannercontent {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bannersub {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .bannersub.videotxt {
    color: #000;
  }
  .homeservice-text {
    font-size: 11px;
  }
  .home-service-h3 {
    display: none;
    font-size: 17px;
  }
  .home-service-link {
    width: 150px;
  }
  .servicelearnmore {
    font-size: 16px;
  }
  .differencesub {
    font-size: 32px;
    line-height: 32px;
  }
  .teamslide {
    width: 33%;
  }
  .teamslide.blogslide {
    width: 33%;
  }
  .teamslider {
    width: 100%;
  }
  .teamslidernav {
    display: block;
  }
  .serviceslide {
    width: 33.33%;
  }
  .serviceslider {
    height: 450px;
  }
  .pagedesc {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  /*.maintext {
    padding-right: 50px;
    padding-left: 50px;
  }*/
  .maintext.intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sliderproject {
    margin-bottom: 30px;
  }
  .projectslide {
    height: auto;
  }
  .bloghomehead {
    font-size: 14px;
  }
  .relatedtitle {
    font-size: 16px;
    line-height: 16px;
  }
  .overviewtile {
    width: 100%;
  }
  .videohead {
    font-size: 26px;
    line-height: 28px;
  }
  .videosub {
    font-size: 19px;
  }
  .overviewtileh2 {
    margin-right: 0px;
  }
  .breads {
    margin-left: 10px;
  }
  .elgrandetab {
    width: 33%;
  }
  .logotype {
    position: absolute;
    width: 250px;
    margin-top: 23px;
    margin-left: 115px;
    float: none;
    text-align: left;
  }
  .testslide {
    width: 33%;
  }
  .mobilehidden {
    display: none;
  }
  .heading {
    font-size: 40px;
    line-height: 42px;
  }
  .pageback {
    padding-right: 40px;
    padding-left: 40px;
  }
  .location {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    text-align: center;
  }
  .button {
    float: left;
  }
  .button.w--current {
    float: none;
  }
  .button.headbtn {
    bottom: -65px;
    margin-right: 10px;
  }
  .button.guaranteebtn {
    margin-top: 10px;
  }
  .button.paymentbtn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .logo.w--current {
    margin-top: 0px;
    margin-left: 0px;
  }
  .arrow-drop {
    margin-right: 15px;
  }
  .text-hero {
    margin-bottom: 20px;
  }
  .sp {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 50px;
  }
  .portfolio-tittle {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .tittle {
    font-size: 18px;
  }
  .ico-wrapper {
    margin-top: 20%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sub-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-fun {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .zpulse-wrapper {
    left: 49px;
    top: 60px;
  }
  .zpulse-wrapper.italy {
    left: 262px;
    top: 100px;
  }
  .zpulse-wrapper.usa {
    left: 424px;
    top: 239px;
  }
  .zpulse-wrapper.russia {
    left: 132px;
    top: 221px;
  }
  .hide.leftarrow {
    display: none;
  }
  .footer {
    padding-top: 30px;
  }
  .copyright {
    display: inline-block;
  }
  .top-column {
    display: none;
    text-align: center;
  }
  .top-column.uparrow {
    display: inline-block;
  }
  .slider {
    height: 450px;
  }
  .arrow {
    display: block;
  }
  .is {
    font-size: 37px;
  }
  .is.pg {
    font-size: 40px;
    line-height: 35px;
  }
  .is.pg.dark {
    text-shadow: none;
  }
  .is.smallish {
    margin-top: auto;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .86);
  }
  .subtx {
    font-size: 15px;
  }
  .subtx.pg {
    font-size: 20px;
  }
  .sl-con {
    margin-top: 50px;
    margin-bottom: 170px;
  }
  .column-pj {
    text-align: center;
  }
  .ico-device {
    margin-right: 25px;
  }
  .ico-device.w--open {
    margin-right: 0px;
  }
  .clm {
    margin-bottom: 20px;
    text-align: center;
  }
  .phone {
    position: static;
    right: 91px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
  .estimate-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-head {
    margin-top: 10px;
    font-size: 30px;
  }
  .estimate-input {
    margin-top: 0px;
  }
  .estimate-input.est-textarea {
    width: 100%;
    height: 80px;
  }
  .estimate-submit {
    position: static;
    height: 45px;
    margin-top: 0px;
    float: none;
    font-size: 15px;
  }
  .home-logos {
    margin-top: 15px;
    text-align: center;
  }
  .homelogo {
    float: none;
  }
  .credlogo {
    max-width: 120px;
    float: none;
  }
  .left-pane {
    display: none;
  }
  .phone-link {
    position: static;
    margin-right: 10px;
    padding: 4px 14px;
    background-color: #279ac9;
    color: #fff;
    font-size: 12px;
  }
  .foot-location {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 24px;
  }
  .faux-heading {
    font-size: 21px;
    line-height: 26px;
  }
  .main-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .extrascol {
    margin-top: 20px;
  }
  .servicearea {
    top: 5px;
    right: 15px;
    display: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
  }
  .estimate-section {
    margin-top: 0px;
  }
  .ham-label {
    display: none;
    margin-right: 5px;
    text-align: right;
  }
  .slidy {
    height: 400px;
    min-width: 4px;
  }
  .slidy.slide1 {
    height: 400px;
  }
  .slidy.slide2 {
    height: 400px;
  }
  .slidy.intro {
    height: 400px;
    background-position: 50% 50%;
  }
  .slidy.intro._2 {
    height: 450px;
  }
  .icondesc {
    margin-bottom: 15px;
    text-align: center;
  }
  .nav {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link.first {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .nav-contain {
    width: 100%;
  }
  .minihead {
    position: absolute;
    left: 50%;
    top: 29px;
    display: block;
    width: 170px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .announcetext.announceright {
    display: none;
  }
  .phonehead {
    font-size: 20px;
  }
  .headwrap {
    margin-top: 0px;
    float: left;
  }
  .bannercontent {
    margin-top: 150px;
    text-align: center;
  }
  .bannersub {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .circlearrow {
    display: none;
  }
  .home-service-h3 {
    display: none;
    padding-right: 60px;
    text-align: left;
  }
  .differencesub {
    display: block;
    margin-top: 0px;
    float: none;
    font-size: 30px;
    text-align: center;
  }
  .hirelist {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .hireli {
    font-size: 18px;
  }
  .teamslide {
    width: 50%;
  }
  .teamslide.blogslide {
    width: 50%;
  }
  .teamslider {
    height: 290px;
  }
  .teamarrow.mobilehide {
    display: none;
  }
  .footerphone {
    display: inline-block;
    margin-top: 0px;
    float: right;
  }
  .ccwrapper {
    width: 50%;
  }
  .creddesc {
    margin-bottom: 15px;
  }
  .bannerlogo {
    width: 115px;
  }
  .servoceareas {
    width: 75%;
  }
  .serviceslide {
    width: 50%;
    padding-right: 5px;
  }
  .serviceslider {
    height: 410px;
  }
  .servicemask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .arrowicon {
    margin-top: 30px;
    margin-right: 5px;
  }
  .arrowicon.lefticon {
    margin-left: 5px;
  }
  .overlay {
    background-image: -webkit-linear-gradient(270deg, transparent 31%, rgba(0, 0, 0, .5) 80%);
    background-image: linear-gradient(180deg, transparent 31%, rgba(0, 0, 0, .5) 80%);
  }
  .pagedesc {
    font-size: 22px;
    line-height: 28px;
  }
  .maintext.intro {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .projectslide {
    width: 100%;
  }
  .videohead {
    margin-top: 0%;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .videoheadwrap {
    width: 100%;
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
  .videohomewrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .videosub {
    font-family: Lato, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .overviewtileh2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .blogcol {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blogoverviewh2 {
    font-size: 21px;
    line-height: 26px;
  }
  .datehead {
    display: none;
  }
  .elgrandetab {
    width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .hideme {
    display: none;
  }
  .motto {
    margin-left: 10px;
  }
  .overviewp {
    display: none;
  }
  .servicedots {
    display: block;
  }
  .newsname {
    width: 100%;
    float: none;
  }
  .signuphead {
    text-align: center;
  }
  .formcol {
    text-align: center;
  }
  .selectlable {
    margin-top: 0px;
  }
  .mobilehidden {
    display: none;
  }
  .tabnav {
    display: inline-block;
  }
  .headerwrapper {
    height: auto;
  }
  .tabimg {
    width: 40%;
    margin-right: 0px;
  }
  .bodytext.xl {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
.container-2 {
  padding-top: 35px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, .82);
  margin-bottom: 30px;
}

.overviewtileh2 {
position: absolute;
left: 0;
bottom: 0;
font-size: 34px;
line-height: 36px;
letter-spacing: -0;
text-transform: none;
padding: 10px 20px;
background: rgba(0,0,0,.6);
}
.logotype {
	display: none;
}
.floatRight {
	float: none;
	width: auto;
	height: auto;
}

  .button {
    float: none;
  }
  .button.headbtn {
    bottom: -57px;
    display: block;
    margin-right: 0px;
    letter-spacing: 0px;
  }
  .button.service-btn {
    padding: 10px 15px;
  }
  .button.project-button {
    padding: 9px 15px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .button.guaranteebtn {
    margin-top: 10px;
    padding: 10px 15px;
  }
  .button.banner-btn {
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0px;
  }
  .button.banner-btn.ex {
    width: auto;
    padding: 12px 20px;
  }
  .button.paymentbtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo.w--current {
    width: 75px;
    margin-left: 0px;
    float: none;
  }
  .sp {
    line-height: 35px;
  }
  .sp.industries {
    font-size: 24px;
  }
  .sp.relatedhead {
    font-size: 24px;
    line-height: 25px;
  }
  .light {
    display: block;
  }
  .ico-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .zpulse-wrapper {
    left: 30px;
  }
  .zpulse-wrapper.italy {
    left: 150px;
    top: 69px;
  }
  .zpulse-wrapper.usa {
    left: 240px;
    top: 150px;
  }
  .zpulse-wrapper.russia {
    left: 63px;
    top: 128px;
  }
  .tooltip {
    display: none;
  }
  .slider {
    height: 350px;
  }
  .arrow {
    top: -250px;
    right: 0px;
    font-size: 30px;
  }
  .is {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .is.pg {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 30px;
  }
  .is.smallish {
    margin-top: 0%;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 23px;
    line-height: 24px;
  }
  .subtx {
    display: block;
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 22px;
  }
  .sl-con {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sl-con.pg {
    left: 0px;
    bottom: 0px;
    height: 150px;
  }
  .btn {
    margin-top: 15px;
    margin-left: 0%;
  }
  .btn.serviceestbtn.toppad {
    margin-top: 30px;
  }
  .ico-device {
    margin-right: 0px;
  }
  .phone {
    top: 35px;
    right: 70px;
    font-size: 14px;
    line-height: 18px;
  }
  .containme {
    height: 90px;
  }
  .section-head {
    font-size: 28px;
    line-height: 34px;
  }
  .credlogo {
    max-width: 110px;
    margin-right: 15px;
  }
  .phone-link {
    top: 50px;
    right: 72px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
  }
  .miniport-heading {
    line-height: 22px;
  }
  .quotewrap {
    font-size: 12px;
    line-height: 20px;
  }
  .guaranteehead {
    font-size: 20px;
    line-height: 22px;
  }
  .extrascol {
    padding-right: 0px;
    padding-left: 0px;
  }
  .videocol {
    min-height: 160px;
  }
  .bulletwrap {
    margin-right: 25px;
    margin-left: 25px;
  }
  .servicearea {
    right: 10px;
    display: none;
    width: 50%;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
  }
  .tabmenu {
    margin-bottom: 0px;
  }
  .static-logo {
    width: 100px;
    margin-top: 0px;
  }
  .static-logo.type {
    width: 170px;
  }
  .ham-label {
    display: none;
    margin-left: 3px;
    text-align: right;
  }
  .slidy {
    height: 320px;
  }
  .slidy.slide1 {
    height: 320px;
  }
  .slidy.slide2 {
    height: 320px;
  }
  .slidy.intro {
    background-position: 50% 50%;
  }
  .slidy.intro._2 {
    height: 350px;
  }
  .nav {
    margin-top: 0px;
    margin-right: 0px;
  }
  .nav-drop {
    margin-top: 0px;
  }
  .nav-contain {
    width: 100%;
    margin-left: 0px;
  }
  .minihead {
    background-color: #333;
  }
  .announcebar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .announcetext.announceright {
    display: none;
  }
  .phonehead {
    font-size: 16px;
  }
  .headwrap {
    margin-right: 0px;
    float: right;
    text-align: center;
  }
  .bannercontent {
    margin-top: 135px;
  }
  .bannersub {
    display: none;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .serviceshome {
    padding-bottom: 0px;
  }
  .serviceshome.bloghome {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .homeservicehead {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 26px;
  }
  .homeservicehead.credjead {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .line {
    display: none;
  }
  .homeservicedesc {
    display: none;
  }
  .homeservicedesc.teamdesc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 18px;
  }
  .home-service-h3 {
    padding-right: 25px;
  }
  .home-service-link.overviewlink {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .rightarrow {
    width: 32px;
    height: 32px;
  }
  .differencesub {
    font-size: 24px;
    line-height: 26px;
  }
  .credwrapper {
    margin-top: 15px;
  }
  .bannerspan {
    font-size: 28px;
    line-height: 32px;
  }
  .hireli {
    font-size: 15px;
    line-height: 20px;
  }
  .teamslide {
    width: 100%;
  }
  .teamslide.blogslide {
    width: 100%;
  }
  .teamlink.relatedlink {
    width: 100%;
  }
  .teamslider {
    height: 290px;
  }
  .teamslider.relatedslider {
    margin-top: 10px;
  }
  .teamarrow.mobilehide {
    display: none;
  }
  .teammask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footerphone {
    margin-top: 30px;
    float: none;
  }
  .headphone {
    display: inline-block;
    color: #fff;
    font-size: 18px;
  }
  .ccwrapper {
    display: none;
  }
  .bannerlogo {
    width: 100px;
  }
  .servoceareas {
    width: 100%;
  }
  .serviceslide {
    width: 100%;
    padding-right: 0px;
  }
  .serviceslider {
    margin-bottom: 30px;
  }
  .pagedesc {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .maintext {
    padding-right: 25px;
    padding-left: 25px;
  }
  .maintext.intro {
    width: 85%;
  }
  .sliderproject {
    height: auto;
  }
  .testimonialslider {
    height: auto;
  }
  .quoteslide {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .overviewtileh2 {
    left: 15px;
    bottom: 15px;
    margin-right: 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .overviewtilelinkwrap {
     margin-bottom: 15px;
  }
  .tileimg {
    height: 100px;
  }
  .breads {
    display: none;
  }
  .elgrandetab {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: left;
  }
  .elgrandetab.w--current {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: left;
  }
  .logotype {
    width: 150px;
    margin-top: 15px;
    margin-left: 75px;
    font-size: 20px;
  }
  .motto {
    font-size: 18px;
    line-height: 22px;
  }
  .tabicons {
    height: 30px;
    margin-top: -5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;
  }
  .tabicons._2 {
    margin-right: 18px;
    margin-left: 15px;
  }
  .newsname {
    margin-top: 5px;
  }
  .formbtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .formcol {
    text-align: center;
  }
  .tabtext {
    font-size: 14px;
    line-height: 22px;
  }
  .tabimg {
    width: 100%;
    float: none;
  }
  .heading {
    margin-top: 50%;
    font-size: 35px;
  }
  .pageback {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }
  .bodytext.xl {
    font-size: 20px;
    line-height: 28px;
  }
  .location {
    font-size: 12px;
  }
}

