/* @override 
	http://martin.pioneerdesign.net/css/martin.css
	http://martin.pioneerdesign.net/css/martin.css?v2
	https://www.martinpainting.com/css/martin.css?v2
	https://www.martinpainting.com/css/martin.css?v3 */
 
body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.flex-item  {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 0 10px 10px 0;
    }
    
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1a99d5;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;

}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
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;
}
p {
  margin-top: 0px;
  margin-bottom: 5px;
}
p.instructions {
	font-size: 11px;
}
.error-list {
	background: #FF0000;
	padding: 10px;
	color: #FFF;
	margin: 0 0 20px 0;
}
#employment-form,
.overview-intro {
	max-width: 400px;

	margin: 20px auto 40px;
}

.overview-intro {
	margin:  10px auto;
	max-width: 600px;
	padding: 0 20px;
}
.darkarrow {
	color: #666;
}
.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;
  min-height: 330px;
}
.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 a {
	text-decoration: none;
 color: #000;
}

.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;
}

.centerNumbers {
	text-align: center;
	margin-bottom: 30px;
}

.float-r {
	float: right;
	margin: 10px 0 0 15px;
}
.fullWidth {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
.blogImageWrap {
	text-align: center;
	float: right;
	margin: 0 0 20px 10px;
}
.button.banner-btn.ex {
  background-image: -webkit-linear-gradient(#ff4d58, #ab131d);
  background-image: linear-gradient(#ff4d58, #ab131d);
}


/* testimonials */
.testimonials .testimonial-item {
	padding:10px 10px 10px 10px;
	min-height: 13em;
	width: 47%;
	float: left; 
	display: inline; 
	margin-bottom:15px !important; 
	min-height: 290px;

}

.testiminal-item-wrap {
	padding:18px 20px 20px 20px;
	background: #eaeaea;
	color: #000;
	border-radius: 10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}
.testimonials.odd {
	clear: left;
}
.testimonials.even {
	clear: right;
}
/*.testiminal-item-wrap a {
	color: #FFF;
	}*/
  
.testimonials-arrow {
	background: transparent url(/img/arrow-for-quotes.png) no-repeat !important;
	width:23px;
	height:35px;
	margin:0 0 0 60px;
} 
.ratingLogo {
	float: right;
	margin: 0 0 10px 10px;
}

.testimonial-item .author {
	margin: -19px 0 0 70px;
}


.pager {
	max-width: 1200px;
	margin: 0 auto;
} 
.pager .page {
	padding: 5px 10px;
	background:  #4b9ef1;
	color: #FFF;
	text-decoration: none;
}
 .pager .left {
	float: left;
}  
.pager .right {
	float: right;
}


.confirmation-section	{
	padding: 50px 0 200px 0;
	text-align: center;
}

.galleria-wrap {
	margin: 30px 0;
}
#galleria {
	height: 650px;
}
.w-container {
	max-width: 1140px;
}
.contentslide {
  margin: 30px 0 10px 0;
  background-color: transparent;
  color: transparent;
  height: 325px;
}
.slidec .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.6);
	color: #FFF;
	padding: 5px 10px;
}
.contentslide.related {
  height: 160px;
}
.slidec {
  width: 50%;
  position: relative;
}
.slidec.related {
  width: 25%;
  margin-right: 2px;
}
.sliderpic {
  width: 100%;
  height: auto;
}
.arrowover {
  background-color: rgba(255, 255, 255, 0.12);
}
.arrowover.left:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
.arrowover.right:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
.slidelabel {
  position: absolute;
  left: -12px;
  top: 10px;
  z-index: 10;
  display: inline-block;
  background-color: black;
  color: white;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  
}
.slidelabel .labelLeft {
	float: left;
  	padding: 4px 7px;
}
.slidelabel .labelRight {
	float: right;
	margin-left: 10px;
  	background:  #1a99d5;
}
.slidelabel .labelRight a {
  	color: #FFF !important;
  	padding: 4px 7px;
  	display: block;
  	text-decoration: none;
}
.slidelabel .labelRight a:hover {
   	background: #828282;
 }
 
 
.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #279ac9;
  color: white !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #5d5d5d;
}
.button.pj {
  margin-right: 10px;
}
.button.headbtn {
  position: relative;
  z-index: 1000;
  display: block;
  margin-top: 35px;
  margin-right: 10px;
  padding: 10px 15px;
  float: right;
  border-radius: 0px;
  background-color: #d40202;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
}
.button.headbtn:hover {
  background-color: #af0202;
}
.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;
  float: right;
  border-radius: 0px;
  background-color: #072b3d;
}
.button.project-button {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.button.guaranteebtn {
  display: block;
  width: 150px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #072b3d;
} 
.button.banner-btn {
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #279ac9;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}
.button.banner-btn:hover {
  background-color: #2180a6;
}
.button.serv {
  margin-top: 15px;
  padding: 10px 16px;
  background-color: #072b3d;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
}
.button.serv:hover {
  background-color:  #279ac9;
}

.banner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.76);
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.banner.pg {
  background-color: #072b3d;
  background-image: -webkit-radial-gradient(50% 100%, circle, #0a4e70 30%, #072b3d 72%);
  background-image: radial-gradient(circle at 50% 100%, #0a4e70 30%, #072b3d 72%);
}

.navbar {
  position: relative;
  z-index: 999;
  height: 115px;
  padding-top: 25px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
}
.navlink {
  padding: 15px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: rgba(0, 0, 0, 0.49);
  color: white;
}
.navlink.w--current {
  color: white;
}
.navlink.droplink {
  padding-right: 25px;
}
.navlink.navwhite {
  color: white;
}
.blogoverview img {
	object-fit: cover !important;
}
.logo {
  padding-top: 0px;
}
.logo.w--current {
  padding-top: 0px;
}
.logo.sc.w--current {
  padding-top: 0px;
}
.arrow-drop {
  margin-top: 18px;
  margin-right: 10px;
  color: white;
  font-size: 13px;
}
.dropdown-list {
  display: none;
  background-color: #ee833a;
}
.dropdown-list.w--open {
  margin-top: 21px;
  background-color: rgba(0, 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: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.27);
  color: rgba(255, 255, 255, 0.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 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 2px;
}
.sp.industries {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 38px;
}
.sp.relatedhead {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
}
.sp.relatedhead.pad {
  margin-top: 30px;
}
.sp.paddedtop {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #072b3d;
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.light {
  font-weight: 200;
}
.portfolio-image {
  padding-right: 0px;
  padding-left: 0px;
  background-color: white;
  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: 70px;
  padding-bottom: 90px;
  background-color: white;
}
.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-color: rgba(0, 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: white;
}
.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;
}
.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: white;
  font-size: 80px;
  font-weight: 400;
}
.fun-sub {
  color: white;
  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: rgba(255, 255, 255, 0.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: rgba(249, 165, 161, 0.59);
}
.tooltip {
  position: absolute;
  left: 58px;
  top: 5px;
  padding: 9px 15px;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  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: 70px;
  padding-bottom: 70px;
  border-top: 0px none transparent;
  background-color: #072b3d;
}
.row-logo {
  opacity: 0.8;
  text-align: center;
}
.copyright {
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ccc;
  font-size: 14px;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.footNav a {
	padding: 0 0 0 12px;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}
.copyright li {
	line-height: 18px;
	margin-bottom: 9px;
}
.copyright ul {
	margin: 0;
	padding: 0 0 0 18px;
}
.copyright.serv {
  line-height: 30px;
}
.top {
  width: 40px;
  height: 40px;
  float: right;
  border: 1px solid #afafaf;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('/img/up-arrow.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top:hover {
  border-style: none;
  border-color: black;
  background-color: #ebe6e6;
  background-image: url('/img/up-arrow.png');
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.top-column {
  text-align: right;
}
.slider {
  height: 500px;
  background-color: transparent;
}
.nav-dots {
  font-size: 10px;
}
.arrow {
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}
.arrow:hover {
  opacity: 1;
}
.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(39, 154, 201, 0.9);
  box-shadow: rgba(0, 0, 0, 0.49) 0px 2px 3px 0px;
  top: 0px;
}
.div-banner {
  padding-top: 0px;
  padding-bottom: 1px;
}
.portolio-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.is {
  margin-bottom: 30px;
  font-family: Arvo, sans-serif;
  color: white;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.34) 1px 1px 6px;
}
.is.pg {
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
}
.is.smallish {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin: 300px auto 0px;
  padding: 20px 40px 35px;
  background-color: rgba(22, 87, 120, 0.81);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.subtx {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.68);
  font-family:'Libre Baskerville', sans-serif;
  color: rgba(255, 255, 255, 0.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: 75px;
  margin-bottom: 0px;
}
.btn {
  position: relative;
  z-index: 100;
  display: block;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.slider-project {
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: transparent;
}
.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: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #696868;
}
.list.bt {
  margin-top: 20px;
}
.related-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}
.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 white;
  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: rgba(243, 101, 94, 0.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, 0.63);
  color: white;
}
.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 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #072b3d;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.estimate-block.blog-block {
  background-color: #279ac9;
}
.estimate-block.c {
  background-color: #919191;
}
.section-head {
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.21) 1px 1px 6px;
}
.section-head.d {
  color: #4f4f4f;
  text-shadow: none;
}
.estimate-input {
  margin-bottom: 15px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 12px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}
.estimate-input:focus {
  background-color: #def6ff;
  color: black;
}
.estimate-input.est-textarea {
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
}
.estimate-submit,
.submit input {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 0px;
  background-color: #2498ca;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.estimate-submit:hover {
	background: #1a6c90 ;
}


.submit input {
	border: 0;
	padding: 10px 40px;
}
.main-vid {
  width: 100%;
  margin-top: 0px;
}
.video-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: black;
}
.service-blocks {
  clear: both;
  background-color: black;
}
.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;
}
 
.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-x: hidden;
  overflow-y: 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: 90px;
  padding-bottom: 90px;
  background-color: #6e6e6e;
}
.blog-head-title {
  margin-bottom: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.blog-link-wrap {
  padding: 10px;
  text-decoration: none;
}
.blog-link-wrap:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-home-img {
  max-width: 100%;
  height: auto;
}
.phone-link {
  display: block;
  margin-top: 40px;
  float: right;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #279ac9;
  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;
}

.breadshare {
  padding: 12px 0; 
  border-bottom: 1px solid #d6d4d4;
  color: #525252;
  text-transform: none;
} 
.breads li {
  float: left;
  list-style: none;
  color: #999;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.breads a {
	color: #999;
	text-decoration: none;
}
.breads a:hover {
	color: #757575;
}

.adminlink {
	float: right;
	/*margin-top: -23px;*/
	position: relative;
	font-size: 12px;
}
.adminlink a {
	background: #ec4f51;
	color: #FFF !important;
 	padding: 2px 6px;

}
.adminlink a:hover {
	background: #953233 !important;
 	color: #FFF !important;
}


.bar {
  width: 16.66%;
  height: 10px;
  float: left;
  background-color: #ee833a;
}
.bar.bar2 {
  background-color: #ecae80;
}
.bar.bar3 {
  background-color: #f5d2b8;
}
.bar.bar4 {
  background-color: #108fc2;
}
.bar.bar5 {
  background-color: #4fb9e3;
}
.bar.bar6 {
  background-color: #b5dae8;
}
.content-section {
  margin-top: 0px;
  line-height: 24px;
}
.faux-heading {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.miniport-heading {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #279ac9;
  text-align: center;
  text-transform: uppercase;
}
.text-block2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-text {
  margin-bottom: 75px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  max-width: 960px;
}
.main-text img {
	height: auto;
}
.main-text a {
	color: #2498ca;
}
.service-row {
  background-color: white;
}
.extraswrap {
  margin-top: 40px;
}
.quotewrap {
  min-height: 275px;
  padding: 5px 21px 21px;
  background-color: #279ac9;
  color: white;
  font-size: 13px;
}
.guaranteehead {
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.guaranteebadge {
  float: right;
}
.videocol {
  min-height: 275px;
  background-color: black;
}
.bulletwrap {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 22px;
  background-color: #e3dede;
  color: black;
}
.bulletwrap h2 {
	color: #666;
	margin-top: 0;
	font-size: 22px;
}
.servicearea {
  position: static;
  top: 50px;
  right: 300px;
  display: inline-block;
  margin-top: 48px;
  margin-left: 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(51, 51, 51, 0.49);
  text-transform: none;
}
.worktabs {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.tabmenu {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: left;
  text-align: center;
}
.tablink {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #279ac9;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
.tablink.w--current {
  background-color: #185f7a;
}
.nav-scroll-logo {
  width: 170px;
}
.nav-scroll-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.static-logo {
  width: 270px;
}
.menu-wrap {
  height: 52px;
  clear: none;
  background-color: #279ac9;
}
.ham {
  background-color: transparent;
}
.ham-label {
  width: 60px;
  margin-top: 15px;
  margin-left: 5px;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  font-size: 12px;
}
.slidy {
  background-image: url('/img/hanson_res_0002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.slidy.slide1 {
  background-image: url('/img/P1010085_1.jpg');
  text-align: center;
}
.slidy.slide2 {
  background-image: url('/img/P1010085.jpg');
  text-align: center;
}
.slidy.slide3 {
  background-image: url('/img/inshopBanner2.jpg');
  text-align: center;
}
.serviceicons {
  margin-top: 60px;
  margin-bottom: 60px;
}
.iconwrap {
  display: block;
  width: 215px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 20px solid #f7f5f5;
  border-radius: 125px;
  background-color: #ebe9e8;
}
.iconheading {
  margin-bottom: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #787777;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.icondesc {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #696868;
}
.video { 
  margin-top: 50px;
  margin-bottom: 50px;
}
.nav {
  background-color: transparent;
  margin-right: 140px;
}
.drop .w-dropdown-btn,
.drop .w-dropdown-toggle  {
  padding: 16px 38px 16px 12px;
  color: #FFF;
}
.drop .w-dropdown-link {
	text-transform: none;
	letter-spacing: 0;
}
.w-nav-link.w--current {
  color: #FFF;
}
.w-dropdown-link:hover,
.drop .w-dropdown-btn:hover,
.drop .w-dropdown-toggle:hover,
.w-nav-link.w--current {
	background: rgba(0,0,0,.2);
}
.nav-link {
  padding: 16px 10px;
/*  width: 15.3%;*/
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center ;
}
.w-dropdown {
	padding: 0px 14px;
font-family: Lato, sans-serif;
color: white;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
 
}
.nav-scroll-container .nav-link {
	width: auto;
	padding: 16px 20px;
}
.nav-link:hover {
 color: #FFF;
  background-color: #1f789c;
}
.nav-link.home {
  padding-right: 26px;
  padding-left: 26px;
  background-image: url('/img/53-house@2x.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  width: auto;
}
.nav-drop {
  float: none;
}
.nav-contain {
  text-align: center;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.overlay.lighter {
  background-color: rgba(0, 0, 0, 0.15);
}
.sectionhead {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.sectionhead.team {
  color: white;
}
.sectionhead._2 {
  margin-top: 45px;
  margin-bottom: 0px;
}
.mainsection {
  padding-top: 45px;
  padding-bottom: 45px;
}
.mainsection.safety {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #e8e8e8;
}
.mainsection.team {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #279ac9;
}
.colorstrip {
  width: 100%;
  height: 6px;
  background-color: #d40202;
}
.iconblock {
  height: 100px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.iconblock._2 {
  background-position: 50% 18%;
}
.icon {
  display: block;
  max-height: 100px;
  max-width: 165px;
  margin-right: auto;
  margin-left: auto;
}
.blogdate {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.foothead {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  letter-spacing: 1px;
} 
.socialbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #279ac9;
}
.socialimg {
  margin-top: 0px;
  margin-right:30px;
  padding: 5px;
}
.socialimg:hover {
 background: rgba(0,0,0,.6);
}
.socialwrap {
  text-align: center;
}
.sponsortext {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  text-align: left;
}
.sponsorlogo {
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
  float: right;
}
.serviceslide {
  width: 20%;
  text-align: center;
   
}
 
.serviceslide._2 {
  width: 25%;
  padding-right: 6px;
}
.servicemask {
  margin-right: 70px;
  margin-left: 70px;
}
.slideimg {
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
}
.slideimg._2 {
  position: static;
}
.slideimg.related {
  width: 210px;
}
.slidehead {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  float: none;
  background-color: rgba(0, 0, 0, 0.54);
    color: white;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
 
}
.slidewrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
 
 
} 
.overviewWrap {
	margin-bottom: 10px;
	 
}
.overview-pic {
	width: 100%;
	height: auto;
}

.linkwrap {
  position: relative;
  display: block;
  width: 98%;
}
.relatedBlock {
	float: left;
	width: 32%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.teamslidenav {
	padding-top: 20px;
	display: none;
}
.service-slider {
  display: block;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  background-color: transparent;
}
.service-slider._2 {
 
  max-width: 1200px;
}
.servicenav {
  display: none;
}
/*.serviceslidewrap {
  background-color: #bfbfbf;
}*/
.teamslider {
  height: auto;
  background-color: transparent;
}
.teamslide {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  height: auto;
}
.teamname {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
.teamlink {
  text-decoration: none;
}
.portimg {
  width: 100%;
}
.mainimg {
  margin-bottom: 15px;
}
.rearrow {
  color: #b8b6b6;
  font-size: 27px;
}
.section.related {
  padding-top: 0px;
  padding-bottom: 65px;
}
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);
}


.clear-fix	{
	clear: both;
}

.field-section	{
	padding-top: 40px;
}

.field-section p	{
	padding-bottom: 10px;
}

.field-section h3	{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.employment_application-form	{
	padding: 40px;
}

.employment_application-form	{
	padding: 40px;
}

.painter_application-form	{
	padding: 40px;
}

.painter_application-form	{
	padding: 40px;
}

.heading label	{
	
}

.date-field	{
	width: 30%;
	min-width: 200px;
}


.firstName-field	{
	width: 45%;
	padding-right: 20px;
	float: left;
}

.lastName-field	{
	width: 45%;
	padding-left: 20px;
	float: left;
}

.middleInitial-field	{
	width: 10%;
	float: left;
}

#fields-middleInitial	{
	width2: 40px;
	float2: left;
}

.street-field	{
	width: 60%;
	min-width: 325px;
}

.city-field	{
	width: 50%;
	min-width: 345px;
	float: left;
	padding-right: 20px;
}

.state-field	{
	width: 10%;
	min-width: 100px;
	float: left;
	padding-right: 20px;
}

.zipCode-field	{
	width: 30%;
	min-width: 200px;
	float: left;
}

.phone-field, .email-field	{
	width: 50%;
	min-width: 325px;
}

.dateOfBirth-field	{
	width: 30%;
	min-width: 200px;
}

.input-radio	{
	float: left;
	padding-bottom: 0px;
	line-height: 27px;
}

.input-radio span	{
	padding-left: 10px;
	vertical-align: middle;
}

.employment-block	{
	padding-bottom: 20px;
}

.employmentCompany-field	{
	width: 60%;
	min-width: 325px;
}

.employmentPhone-field, .employmentJobTitle-field  {
	width: 40%;
	min-width: 325px;
}

.employmentStartingWage-field, .employmentEndingWage-field, .employmentFrom-field, .employmentTo-field	{
	width: 25%;
	min-width: 180px;
	float: left;
	padding-right: 20px;
}

.employmentSupervisor-field	{
	width: 40%;
	min-width: 340px;
}



.referenceName-field	{
	width: 50%;
	min-width: 340px;
}

.referenceYearsAcquainted-field	{
	width: 10%;
	min-width: 200px;
}

.referenceOccupation-field	{
	width: 40%;
	min-width: 340px;
}

.referencePhoneEmail-field	{
	width: 70%;
	min-width: 340px;
}

.referenceRelationship-field	{
	width: 40%;
	min-width: 340px;
}

.question-drop	{
	padding-bottom: 10px;
}

.training-drop	{
	padding-top: 15px;
}

.input-float	{
	width: 140px;
	display: inline-block;
}

.field-float	{
	float: left;
	padding-right: 40px;
	padding-bottom: 5px;
}

.experience-float	{
	float:  left;
}

span.radio-inline	{
	padding-right: 20px;
}

label	{
	display: inline;
}

.input-radio	{
	display: inline-block;
}

.training-heading	{
	float: left;
	width: 175px;
}

.current-heading	{
	float: left;
}

.heading.training-heading label	{
	margin-bottom: 0;
	line-height: 27px;
}


.heading.current-heading label	{
	margin-bottom: 0;
	line-height: 27px;
	padding-right: 20px;
}
.standard-width	{
	width: 400px;
}



.hiring-banner a {
	display: block;
	background-color: #006B86;
	text-align: center;
	color: white;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	
}

.hiring-banner a:hover {
	text-decoration: underline;
}
.icon-wrapper {
	display: flex;
}
.core-icon {
	margin-right: 37px;
	max-width: 290px;
}
.core-heading {
	color: #0D2B3E;
	text-align: center;
	font-size: 34px;
/* 	color: #787777; */
}
.core-paragraph {
	text-align: center;
/*     color: #787777; */
	color: #787777;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 47px;
    font-weight: bold;
}
.icon-title {
/* 	display: flex; */
	margin-bottom: 17px;
	justify-content: center;
	text-align: center;
	
}
.icon-title h3 {
	color: #787777;
    font-size: 24px;
    margin-left: 10px;
}
.core-icon p {
	text-align: center;
}
.core-values-wrapper {
	margin-top: 45px;
	max-width: 100%;
	overflow: hidden;
}
.icon-title img {
	margin-right: 20px;
}
.line-card-pdf h1{
	text-align: center;
    text-decoration: underline;
    font-weight: 500;
    color: #000;
    font-size: 27px;
}
.line-card-content{
	padding: 0 0 0 50px;
}
.line-card-content h2{
	font-size: 20px;
}
.line-card-pdf .pdf-footer{
	position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.line-card-pdf .pdf-footer .pdf-wrapper{
	position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 100px 20px 20px;
}
.line-card-pdf .pdf-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a2d59;
    clip-path: polygon(0 0, 70% 30%, 100% 100%, 0% 100%);
}
.line-card-pdf .pdf-footer .pdf-wrapper p{
	font-size: 16px;
	color: #fff;
}
.line-card-pdf .pdf-footer .pdf-wrapper p a{
	color: #fff;
}
.line-card-pdf .pdf-footer::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009bd9;
    clip-path: polygon(50% 22%, 100% 0%, 100% 100%, -80% 100%);
}
.pdf-banner img{
	width: 100%;
}
.content-section.content-10374{
	background: #a9a9a9;
}
.content-section.content-10374 .main-text{
	background: #fff;
    margin-bottom: 0;
}
.breadshare-10374{
	background: #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}
.w-nav.nav .nav-contain{
	max-width: 1200px;
}
.w-nav.nav .nav-contain .w-dropdown{
	padding: 0px 5px;
}
.menu-wrap .w-nav{
	margin-right: 0;
}
.mainsection.safety .credWrap{
	text-align: center;
}


@media (max-width: 991px) {
 .contentslide {
   height: 375px;
   background-color: transparent;
 }
 .contentslide.related {
   height: 135px;
 }
 .slidec {
   width: 100%;
 }
 .slidec.related {
   width: 33%;
 }
 .arrowover.left {
   width: 60px;
 }
 .arrowover.right {
   width: 60px;
 }
 .herooverlay {
   height: 300px;
 }
 .w-slide.related {
 	width: 33.33%;
 }
 
 
  .button.headbtn {
    position: absolute;
    right: 0px;
    bottom: -59px;
    z-index: 1000;
    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;
  }
  .navbar {
    height: 100px;
    padding-top: 18px;
  }
  .navlink {
    max-width: 100%;
  }
  .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: white;
  }
  .funt-nr {
    font-size: 71px;
  }
  .fun-sub {
    font-size: 14px;
  }
  .block-fun {
    width: 23.6%;
  }
  .zpulse-wrapper.usa {
    left: 567px;
    top: 289px;
  }
  /*.is {
    margin-bottom: 20px;
    font-size: 48px;
  }*/
  .is.smallish {
    width: 85%;
    margin-top: 40%;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 29px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .sl-con {
    margin-top: 85px;
    margin-bottom: 60px;
  }
  .row {
    text-align: center;
  }
  .column {
    margin-bottom: 30px;
  }
  .ico-device {
    position: relative;
    display: block;
    float: left;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .ico-device.w--open {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .phone {
    position: static;
    top: 45px;
    right: 83px;
    display: block;
    margin-top: 10px;
    float: right;
  }
  .video-wrapper {
    position: static;
    background-color: white;
  }
  .service-blocks {
    background-color: white;
  }
  .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;
  }
  .servicearea {
    top: 45px;
    right: 240px;
    margin-top: 55px;
  }
  .ham-label {
    width: 60px;
    margin-top: 15px;
    margin-left: 5px;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    font-size: 11px;
  }
  .iconwrap {
    width: 175px;
    border-width: 15px;
  }
  .iconheading {
    font-size: 21px;
  }
  .icondesc {
    font-size: 13px;
  }
  .nav-drop {
    background-color: rgba(39, 154, 201, 0.9);
  }
  .nav-contain {
    width: auto;
    float: left;
  }
  .sectionhead.team {
    font-size: 30px;
    line-height: 32px;
  }
  .mainsection.team {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .serviceslide {
    width: 33.33%;
  }
  .servicemask {
    margin-right: 55px;
    margin-left: 55px;
  }
  .slideimg._2 {
    width: auto;
    height: auto;
  }
  .slideimg.related {
    width: 215px;
  }
  .slidehead {
    font-size: 16px;
    font-weight: 400;
  }
  .teamslider {
   /* height: 250px;*/
  }
  .teamslide {
    width: 33%;
  }
  .drop .w-dropdown-btn,
  .drop .w-dropdown-toggle  {
    text-align: center;
    padding: 16px 0;
  }
  .w-dropdown {
  padding: 0px 0;
  }
  .icon-wrapper {
	display: inline-block;
    column-count: 2;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .core-icon {
	margin-right: 37px;
    max-width: 290px;
    min-height: 280px;
    margin-left: -12px;
    min-width: 224px;
  }
  
}




@media (max-width: 800px) {

.credWrap {
		text-align: center;
	}
	
	.training-heading	{
	float: left;
	width: 175px;
}

.current-heading	{
	float: left;
	width: 175px;
	color: #989898;
}

.current-training	{
	margin-top: -12px;
}
 .icon-wrapper {
	display: inline-block;
    column-count: 1;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .core-icon {
	  margin-right: 0px;
	  margin-left: 0px;
  }
  .icon-title {
	  justify-content: center;
  }

}

@media (max-width: 767px) {
.blogdate {
  text-align: center;
}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
}

 .relatedBlock {
 		width: 48%;
 	margin-right: 5px;
 	margin-bottom: 5px;
 }
 .colorstrip {
   display: none;
 }
 
 .slidewrap {
   height: auto;
  
 } 
.testimonials .testimonial-item {
	padding:10px 10px 10px 10px;
	min-height: auto;
	width: 100%;
	float: none; 
	display: block; 
	margin-bottom:5px !important; 
} 


 #galleria {
 	height: 450px;
 }
 
.contentslide {
  height: 300px;
  background-color: transparent;
}
.contentslide.related {
  height: 175px;
}
.slidec {
  width: 100%;
}
.slidec.related {
  width: 50%;
}
.arrowover.left {
  display: none;
}
.arrowover.right {
  width: 60px;
}

  h3 {
    font-size: 18px;
    text-align: center;
  }
  .button.headbtn {
    bottom: -65px;
    z-index: 1000;
    margin-right: 10px;
  }
  .button.guaranteebtn {
    margin-top: 10px;
  }
  .button.serv {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .logo.w--current {
    margin-left: 10px;
  }
  .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;
  }
  .copyright {
    display: inline-block;
    text-align: left;
  }
  .top-column {
    display: inline;
    text-align: center;
  }
  .slider {
    height: 450px;
  }
  .arrow {
    display: none;
  }
  /*.is {
    font-size: 37px;
  }*/
  .is.pg {
    font-size: 30px;
    line-height: 34px;
  }
  .is.smallish {
    width: 85%;
    margin-top: 40%;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .subtx {
    font-size: 15px;
  }
  .subtx.pg {
    font-size: 20px;
  }
  .sl-con {
    margin-top: 50px;
    margin-bottom: 170px;
  }
  .column-pj {
    text-align: center;
  }
  .ico-device {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .clm {
    margin-bottom: 20px;
    text-align: center;
  }
  .phone {
    position: static;
    right: 91px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 14px;
    line-height: 18px;
  }
  .estimate-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-head {
    margin-top: 10px;
    font-size: 21px;
  }
  .estimate-submit {
    font-size: 15px;
  }
  .home-logos {
    margin-top: 15px;
    text-align: center;
  }
  .homelogo {
    float: none;
  }
  .left-pane {
    display: none;
  }
  .phone-link {
    position: static;
    margin-top: 35px;
    margin-right: 10px;
    padding: 4px 14px;
    background-color: #279ac9;
    color: white;
    font-size: 15px;
    line-height: 22px;
  }
  .foot-location {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 24px;
  }
  .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;
  }
  .tabmenu {
    width: 100%;
    float: none;
  }
  .static-logo {
    width: 240px;
    margin-top: 5px;
  }
  .icondesc {
    margin-bottom: 15px;
    text-align: center;
  }

  .serviceslide {
    width: 50%;
  }
  .slideimg.related {
    width: 225px;
  }
  .teamslider {
    /*height: 275px;*/
  }
  .teamslide {
    width: 50%;
  }
  .mobileHide {
  	display: none;
  }
  .blogImageWrap {
   
  	float: none;
  	margin: 0;
  }
  
}
@media (max-width: 479px) {

.sectionhead {
 
  font-size: 20px !important;
  line-height: 22px !important;
 
}

.contentslide {
  height: 185px;
  background-color: transparent;
}
.slidec.related {
  width: 100%;
}
.arrowover.right {
  width: 40px;
}
.contentnav {
  display: none;
}
.contentsymb {
  margin-left: 5px;
  font-size: 30px;
}


  .button.headbtn {
    bottom: -57px;
    display: block;
    margin-right: 0px;
    letter-spacing: 0px;
    z-index: 100;
  }
  .button.service-btn {
    padding: 10px 15px;
  }
  .button.guaranteebtn {
    margin-top: 10px;
    padding: 10px 15px;
  }
  .button.banner-btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .navbar {
    height: 80px;
    padding-top: 5px;
  }
  .logo.w--current {
    margin-left: 0px;
    float: left;
  }
  .sp {
    line-height: 35px;
  }
  .sp.white {
    font-size: 27px;
    line-height: 30px;
  }
  .sp.industries {
    font-size: 24px;
  }
  .sp.relatedhead {
    font-size: 24px;
    line-height: 25px;
  }
  .sp.paddedtop {
    font-size: 26px;
    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;
  }
  .is {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .is.pg {
    font-size: 30px;
    line-height: 32px;
  }
  .is.smallish {
    width: 100%;
    margin-top: 36%;
    padding-right: 10px;
    padding-left: 10px;
    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 {
    margin-top: 15px;
  }
  .btn {
    margin-top: -15px;
  }
  .ico-device {
    margin-right: 5px;
  }
  .phone {
    top: 35px;
    right: 70px;
    font-size: 14px;
    line-height: 18px;
  }
  .containme {
    height: 70px;
  }
  .section-head {
    font-size: 21px;
    line-height: 31px;
  }
  .phone-link {
    top: 50px;
    right: 72px;
    width: 40%;
    margin-top: 25px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #072b3d;
    color: white;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
  }
  .content-section {
    margin-top: 20px;
  }
  .miniport-heading {
    line-height: 22px;
  }
  .main-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .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;
  }
  .servicearea {
    right: 10px;
    display: none;
    width: 50%;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
  }
  .static-logo {
    width: 174px;
    margin-top: 10px;
  }
  .ham-label {
    margin-left: 3px;
  }
  .sectionhead {
    font-size: 28px;
    line-height: 30px;
  }
  .serviceslide {
    width: 100%;
    height: auto;
  }
  /*.servicemask {
    margin-right: 0px;
    margin-left: 0px;
  }*/
  .slideimg.related {
    width: 100%;
  }
  .linkwrap {
    margin-right: auto;
    margin-left: auto;
  }
  .teamslider {
    height: 350px;
  }
  .teamslide {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.page-about .main-text {
  margin-bottom: 25px;
}