/* @override 
	http://beach.pioneerdesign.net/css/beachpaint.css
	http://beachpainting.com/css/beachpaint.css
	http://www.beachpainting.com/css/beachpaint.css */

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
/*  position: absolute;
  left: 25px;
  bottom: 25px;*/
  margin-top: 12px;
  margin-bottom: 0px;
/*  color: white;*/
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  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;
}

.maintext p {
  margin-top: 0px;
  margin-bottom: 9px;
}


.testimonial .testimonial-item {
	padding:10px 10px 10px 10px;
 	
	width: 80%;
	float: left; 
	display: inline; 
	margin-bottom:10px; 
	 
}
.grid-item--width2 .testimonial-item{
	float: right;
} 


.testiminal-item-wrap {
	padding:10px 20px 10px 20px;
	background-color:#48d7df;
	color: #000;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}
.testiminal-item-wrap p {
	margin: 0;
}
/*.testiminal-item-wrap a {
	color: #FFF;
	}*/
 .grid-item--width2 .testiminal-item-wrap{
 	background: #dbc393;
 } 
  
.testimonial-item .author {
	font-style: italic;
}

.testimonial-item .author,
.testimonial-item .readmore {
	margin: 0;
}
.testimonial-item a {
	color: #03567d !important;
}
.testimonial-item a:hover {
	color: #0599df !important;
}
.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;
}

.w-icon-slider-right,
.w-icon-slider-left {
	text-shadow: 0px 1px 3px rgba(0,0,0,.2);
	opacity: .6;
}

.arrowover:hover .w-icon-slider-right,
.arrowover:hover .w-icon-slider-left {
	opacity: 1;
}

.serviceslider .arrowicon {
	display: none;
}

.adminlink {
	float: left;
	/*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;
}

.contentslide {
  margin: 30px 0 10px 0;
  background-color: transparent;
  color: transparent;
  width: auto;
  height: auto;
  background: #cecece;
  text-align: center;
}
.contentslide .sliderpic {
   	width: auto;
  	height: auto;
	margin: 0 auto;
 
}
.contentslide .w-slide.slidec {
	text-align: center;
}
.slidec .caption,
.projectslide .caption {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.6);
	color: #FFF;
	padding: 5px 10px;
	margin: 0;
}
.contentslide.related {
  height: 160px;
}
.sliderpic {
	height: auto;
}


.breadshare {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #525252;
  text-transform: none;
   margin-right: 175px;
  
} 
.blog-section .breadshare {
	margin-top: 30px;
}

.breads a {
	color: #999;
	text-decoration: none;
}
.breads a:hover {
	color: #757575;
}


.blogImageWrap {
	text-align: center;
}
.fullwidth {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
	float: right;
}

.videoWrap iframe,
.videoWrap object,
.videoWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copyright a {
	color: #FFF;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #aa0076;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #cf0090;
}
.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: block;
  margin-bottom: -25px;
  padding: 24px 30px;
  float: right;
  border-radius: 0px;
  background-color: #aa0076;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
} 
.button.banner-btn:hover {
  background-color: #aa0076;
  color: #FFF;
}
.button.banner-btn.est-btn {
  display: inline-block;
  padding: 18px 22px;
  float: none;
  background-color: #aa0076;
  background-image: none;
}
.button.banner-btn.est-btn:hover {
 background-color: #d00090;
}

.button.banner-btn.btn-r {
  margin-left: 15px;
}
.button.banner-btn.ex {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 25px;
  float: none;
  border: 1px solid white;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.button.banner-btn.ex:hover {
  background-color: rgba(0, 0, 0, 0.31);
}
.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 white;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
 
}
.button.why:hover {
  background-color: rgba(0, 0, 0, 0.26);
}
.banner {
  position: relative;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.banner.pg {
  display: block;
  height: 300px;
  max-width: 1600px;
  margin: 20px auto 0 auto;
 
  background-color: #333;
  background-image: url('/img/0829151828.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
h2.teamTitle {
	margin-top: 24px;
	font-size: 23px;
	line-height: 30px;
}
.staffTitle {
	color: #999;
	line-height: 1.2em;
	margin-bottom: 5px !important;
}
.navbar {
  position: relative;
  z-index: 999;
  height: 115px;
  padding-top: 5px;
  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: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
.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;
}
.logo {
  padding-top: 0px;
  z-index: 100;
}
.logo.w--current {
  padding-top: 0px;
}
.logo.sc {
  padding-top: 0px;
}
.logo.sc.w--current {
  margin-left: 30px;
  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 {
  color: black;
  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: white;
}
.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: 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, 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;
  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: 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: 60px;
  padding-bottom: 20px;
  border-top: 0px none transparent;
  background-color: #bf9b5d;
}
.row-logo {
  opacity: 0.8;
  text-align: center;
}
.copyright {
  padding-top: 5px;
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-size: 13px;
}
.top {
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  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:#aa0076;
  -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;
  font-size: 10px;
  text-align: left;
}
.arrow {
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 45px;
  font-weight: 700;
  text-shadow: black 0px 0px 5px;
}
.arrow:hover {
  opacity: 1;
}
.navbar-scroll {
  position: fixed;
  display: block;
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(5, 153, 223, 0.86);
  box-shadow: none;
}
.div-banner {
  position: relative;
  display: block;
  height: 300px;
  max-width: 1000px;
  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: 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: 20px;
  font-family: Arvo, sans-serif;
  font-size: 62px;
  line-height: 58px;
  text-align: left;
}
.is.pg.dark {
  margin-bottom: 15px;
  color: #333;
  text-shadow: none;
  text-align: center;
}
.is.smallish {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  font-family: Arvo, sans-serif;
  color: white;
  font-size: 52px;
  line-height: 62px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.34) 3px 3px 7px;
}
.is.smallish.script {
  font-family:'Great Vibes', cursive;
  text-transform: none;
}
.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 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.btn {
  display: block;
  margin: 20px auto 115px;
  text-align: center;
}
.btn.serviceestbtn {
  margin-bottom: 50px;
}
.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 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;
}
.clm {
  font-family:'Droid Sans', sans-serif;
  font-size: 13px;
} 
.estimate-form input,
.estimate-form textarea,
.phone {
  display: block;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #1491c1;
  font-size: 18px;
  border: 1px solid #cecece;
  padding: 5px;
}
.estimate-form textarea {
	border: ;
}
.estimate-form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
.estimate-form .tab {
	float: left;
	width: 50%;
}
.containme {
  position: relative;
}
.service-link {
  text-decoration: none;
}
.estimate-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 980px;
  height: 70px;
  margin: -65px auto 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0599df;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 12px 2px;
}
.estimate-block.blog-block {
  background-color: #279ac9;
}
.estimate-block._2 {
  margin-top: 50px;
}
.section-head {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 6px;
}
.estimate-input {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 16px;
}
.estimate-input:focus {
  background-color: #def6ff;
  color: black;
 }
.estimate-input.est-textarea {
  width: 90%;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.estimate-input.est-textarea:focus {
 height: 100px;
}
.submit input{
  margin-top: 30px;
  display: inline-block;
  padding: 15px 25px;
  background-color: #aa0076;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: none;
}
.submit input:hover {
  background-color: #b8007d;
}
.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: 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;
}
.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-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: 60px;
  padding-bottom: 90px;
  background-color: #fab718;
}
.blog-head-title {
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 20px;
}
.blog-link-wrap {
  padding: 10px;
  font-family:'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
}
.blog-link-wrap:hover {
  background-color: rgba(255, 255, 255, 0.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: 20%;
  height: 6px;
  float: left;
  background-color: #aa0076;
}
.bar.bar2 {
  background-color: #0599df;
}
.bar.bar3 {
  background-color: #48d7df;
}
.bar.bar4 {
  background-color: #bf9b5d;
}
.bar.bar5 {
  background-color: #dbc393;
}
.bar.bar6 {
  background-color: #b5dae8;
}
.content-section {
  margin-top: 50px;
  line-height: 24px;
}
.faux-heading {
  font-size: 20px;
  font-weight: 700;
}
.miniport-heading {
  margin-top: 50px;
  font-family: Arvo, sans-serif;
  color: #279ac9;
  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: 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: Montserrat, sans-serif;
  color: white;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.guaranteebadge {
  float: right;
}
.videocol {
  min-height: 275px;
  background-color: black;
}
.bulletwrap {
  margin-right: 75px;
  margin-left: 75px;
  padding: 22px;
  background-color: rgba(66, 66, 66, 0.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: 7px;
  margin-left: 123px;
  font-family: Montserrat, sans-serif;
  color: #0599df;
  font-size: 12px;
  text-transform: none;
}
.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: white;
  font-size: 15px;
  text-transform: uppercase;
}
.tablink.w--current {
  background-color: #185f7a;
}
.nav-scroll-logo {
  width: 67px;
}
.nav-scroll-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.static-logo {
  margin-top: -35px;
  float: left;
}
.static-logo.type {
  margin-top: 25px;
  margin-left: -5px;
}
.menu-wrap {
  clear: none;
  background-color: #333;
}
.ham {
  background-color: transparent;
}
.ham-label {
  width: 60px;
  margin-top: 15px;
  margin-left: 5px;
  float: left;
  color: white;
  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-x: visible;
  overflow-y: visible;
  height: 580px;
  background-image: url('/img/banners-blurred.jpg');
}
.slidy.intro {
  height: 600px;
  background-image: url('/img/banner1-blue.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.slidy.intro._2 {
  background-image: url('/img/banner1.jpg');
}
.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;
}
.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 {
  background-color: transparent;
}
.nav-link {
  padding: 25px 12px;
  border-right: 1px solid #4e4e4e;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.nav-link.home {
  height: 50px;
  min-width: 65px;
  background-image: url('/img/53-house@2x.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.nav-link.estimatelink {
  color: white;
}
.nav-link.nav-scroll {
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-link.first {
  border-left: 1px solid #585858;
}
.nav-drop {
  margin-left: 0px;
  float: none;
  background-color: transparent;
}
.nav-contain {
  text-align: center;
}
.minihead {
  min-width: 35px;
  background-color: transparent;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: white;
}
.announcebar {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.announcetext {
  float: left;
 
}
.announcetext a {
  color: #424242;
  text-decoration: none;	
}
.announcetext.announceright {
  margin-top: 7px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #0599df;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
.phonehead {
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 15px;
  float: right;
  font-family: Lato, sans-serif;
  color: #ec1b29;
  font-size: 22px;
}
.headwrap {
  float: right;
}
.bannercontent {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.bannersub {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 31px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-shadow: black 1px 1px 2px;
}
.bannersub.videotxt {
  margin-top: 0px;
  margin-bottom: 15px;
  color: black;
  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 {
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.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: #0599df;
  background-image: none;
}
.serviceshome.logos {
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #fafafa;
  background-image: none;
}
.serviceshome.teamhead {
  margin-top: 90px;
  background-image: none;
}
.serviceshome.bloghome {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d1cfcf;
  background-image: none;
}
.arrowwrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 100;
  margin-top: 0px;
}
.homeservicehead {
  display: inline-block;
  margin: 60px auto 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-family: Arvo, sans-serif;
  color: black;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homeservicehead.alt {
  margin-bottom: 25px;
  background-color: transparent;
  color: white;
  font-size: 24px;
}
.homeservicehead.credjead {
  margin-top: 0px;
  background-color: transparent;
  font-family: Arvo, sans-serif;
  color: #424242;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 2px;
}
.homeservicehead.credhead {
  background-color: transparent;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.homeservicehead.cred {
  margin-top: 0px;
  color: black;
}
.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-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  background-image: url('/img/residential-block.jpg');
  background-size: cover;
}
.homeservice.comblock {
  position: static;
  height: 240px;
  border: 1px solid white;
/*  background-image: url('/img/0829151828.jpg');
  background-position: 50% 50%;
  background-size: 800px;*/
}
.homeservice.comblock._2 {
  background-image: url('/img/20140207_105311.jpg'), url('/img/0829151828.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 800px;
}
.homeservice.comblock._3 {
  background-image: url('/img/Apartment Building (3).jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.homeservice.comblock._4 {
  background-image: url('/img/Travitz Decks.jpg');
  background-size: cover;
}
.homeservice.comblock._5 {
  background-image: url('/img/IMG_4570.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.homeservice.comblock._6 {
  background-image: url('/img/10-26-05 (3).jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.homeservice.comblock._7 {
  background-image: url('/img/commercial-building-painting.jpg');
  background-size: cover;
}
.homeservice.comblock._8 {
  background-image: url('/img/Dare County Water.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: white;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}
.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: white;
  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,
.serviceslide h2 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: none;
  font-family: Arvo, sans-serif;
  color: black;
  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, 0.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: 60px;
  float: right;
  font-family: Arvo, sans-serif;
  color: white;
  font-size: 38px;
  line-height: 38px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: #585656 1px 1px 6px;
}
.credwrapper {
  margin-top: 45px;
  text-align: center;
}
.bannerspan {
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 400;
}
.hirelist {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.hireli {
  margin-bottom: 15px;
  font-size: 20px;
  text-shadow: #373737 1px 1px 6px;
}
.teamslide {
  position: relative;
  width: 20%;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}
.teamslide.blogslide {
  width: 24%;
}
.teamimg {
  width: 200px;
  border: 7px solid white;
  border-radius: 150px;
  box-shadow: rgba(51, 51, 51, 0.34) 0px 0px 6px 0px;
  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, 0.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: 30px;
  margin-left: auto;
  background-color: transparent;
}
.teamslider.relatedslider {
  height: 220px;
  margin-top: 40px;
}
.teamslidernav {
  padding-top: 40px;
}
.teamslidernav.relatednav {
  padding-top: 40px;
}
.teamarrow {
  color: #b3b3b3;
}
.teammask {
  display: block;
  margin-right: 60px;
  margin-left: 60px;
}
.socialbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #837458;
  text-align: center;
}
.socialhead {
  font-family: Montserrat, sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.footerphone {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}
.phonelink {
  color: white;
}
.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-x: hidden;
  overflow-y: 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: white;
  font-size: 14px;
  font-weight: 700;
}
.serviceslide {
  width: 30%;
  padding-right: 15px;
}
.serviceslider {
  display: block;
  height: 350px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.serviceslider .w-slider-nav,
.teamslidernav {
	display: none;
}

.servicemask {
  margin-right: 60px;
  margin-left: 60px;
}
.arrowicon {
  color: black;
}
.arrowicon.lefticon {
  color: black;
} 


.breadcrumbs {
  margin-bottom: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d1d1d1;
  font-family:'Droid Sans', sans-serif;
  color: #424242;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
}
.breadcrumbs a {
	text-decoration: none;
	color: #999;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(transparent 36%, rgba(0, 0, 0, 0.70) 92%);
  background-image: linear-gradient(transparent 36%, rgba(0, 0, 0, 0.70) 92%);
 
}
.overlay.suboverlay {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.72) 88%);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.72) 88%);
}
.pagedesc {
  position: static;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 35px;
  line-height: 40px;
  font-weight: 200;
  text-transform: none;
}
.maintext {
  margin-bottom: 24px;
  padding-right: 75px;
  padding-left: 75px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.maintext a {
	color: #0599df;
}
.maintext a:hover {
	color: #48d7df;
}

.teamBio {
	width: 50%;
	float: left;
	padding: 0 40px 0 0;
	min-height: 16em;
}
.teamBio p {
	margin: 0 0 0px 0;
}
.summary .teamimg{
	float: right;
	width: 40%;
	margin: 0 0 10px 10px;
}

.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 {
  height: 550px;
  margin: 0 0 15px 0;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, 0.09);
  text-align: center;
}
.projectslide {
  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-right: 200px;
  text-align: left;
}
.sliderimg {
  width: 100%;
}
.sidebartxt {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.pageportwrap {
  margin-bottom: 30px;
}
.slidernavarrow {
  margin-bottom: 50px;
}
.testimonialslider {
  background-color: #fab718;
  background-image: -webkit-linear-gradient(#e6aa20, #fab718);
  background-image: linear-gradient(#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: rgba(255, 255, 255, 0.2);
  font-size: 300px;
  font-weight: 400;
}
.quotetext {
  position: relative;
}
.bloghomehead {
  color: black;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.relatedimg {
  width: 100%;
  height: 100%;
  float: none;
}
.relatedtitle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 7px 10px;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 1;
  color: white;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
.overviewtile {
  position: relative;
  display: block;
}
.videoouterwrap {
  overflow-x: hidden;
  overflow-y: 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;
}
.overviewtileh2 {
  position: static;
  z-index: 150;
  margin-top: 10px;
  color: black;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: none;
}
.overviewtilelinkwrap {
  position: static;
  z-index: 100;
  display: inline-block;
  width: 30%;
  height: 175%;
  margin-right: 10px;
  margin-bottom: 30px;
  padding: 5px;
  float: none;
  text-align: center; 
  text-decoration: none;
}
.overviewtilelinkwrap:hover {
  padding: 5px;
  background-color: rgba(0, 153, 255, 0.14);
}
.tileimg {
  display: block;
  width: 100%;
  height: auto;
  /*height: 180px;*/
  margin-right: auto;
  margin-left: auto;
}
.tileover {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 27, 41, 0.8);
}
.breads {
  margin-top: 9px;
  float: left;
}
.socialwrap {
  width: 190px;
  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, 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;
  min-height: 240px;
}
.blogcol img {
	max-width: 100%;
	height: auto;
}
.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;
}
.blogoverviewh2 a {
	color:  #0599df;
	text-decoration: none;
}
.pager {
	max-width: 1200px;
	margin: 0 auto;
	height: 30px;
 	margin-bottom: 80px;
} 
.pager a {
	color: #0599df;
}
.pager .page {
	padding: 5px 10px;
	background:  #4b9ef1;
	color: #FFF;
	text-decoration: none;
}
 .pager .left {
	float: left;
}  
.pager .right {
	float: right;
	margin-top: -25px;
}
.pager .centerNumbers {
 
  display: table;
  margin: auto;
 
	text-align: center;
 
}
.pager .centerNumbers a,
.pager .current {
	padding: 6px 12px;
}

.pager .current,
.pager .centerNumbers a:hover {
	background: #0599df;
	color: #FFF;
	text-decoration: none;
}



.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: 25px 35px 35px;
  border-right: 1px solid #d1cfcf;
  border-top-style: none;
  border-top-color: #ababab;
  border-left-style: none;
  border-left-color: #ababab;
  background-color: white;
  font-family: Arvo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.elgrandetab:hover {
	background:  #ebdfc8;
}
.elgrandetab.w--current {
  background-color: #dbc393;
  box-shadow: rgba(0, 0, 0, 0.27) 1px 1px 3px 0px;
}
.tabscontent {
  padding: 45px 15px;
  background-color: #dbc393;
}
.logotype {
  margin-top: 24px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: black 1px 1px 6px;
}
.servdesc,
.serviceslide .homeservicelinkover {
  color: black;
}
.motto {
  position: static;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.bannerwrapper {
  background-color: #333;
  margin: -20px 0 0 0;
}
.tabicons {
  height: 45px;
  margin-bottom: 5px;
}
.overviewp {
  font-family: Lato, sans-serif;
  color: black;
}
.overviewblocks {
  text-align: center;
}
.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0572bb;
}
.testwrap {
  padding: 14px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  font-style: italic;
}
.testp {
  color: white;
}
.testslide {
  width: 25%;
}
.testslider {
  display: block;
  max-width: 1200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.testmask {
  margin-right: 75px;
  margin-left: 75px;
  padding-bottom: 15px;
}
.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: #fafafa;
}
.video-contain {
  text-align: center;
}
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) {

.serviceslider .arrowicon {
	display: block;
}

  .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%;
  }
  .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.pg {
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    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 {
    position: relative;
    display: block;
    padding: 23px;
    float: right;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .ico-device.w--open {
    background-color: rgba(0, 0, 0, 0.65);
  }
  
  .estimate-block {
    width: 100%;
    max-height: 120px;
    min-height: 70px;
  }
  .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;
  }
  .bulletwrap {
    margin-right: 50px;
    margin-left: 50px;
  }
  .servicearea {
    top: 45px;
    right: 240px;
    margin-top: 7px;
  }
  .ham-label {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
    width: 60px;
    margin-top: 25px;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    font-family:'Droid Sans', sans-serif;
    color: white;
    font-size: 11px;
    text-align: right;
  }
  .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 {
    margin-right: 0px;
    margin-left: 30px;
  }
  .bannercontent {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bannersub {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .bannersub.videotxt {
    color: black;
  }
  .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%;
  }
  .serviceslide {
    width: 33.33%;
  }
  .serviceslider {
    height: 400px;
  }
  .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;
  }
  .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;
    font-size: 20px;
  }
  .breads {
    margin-left: 10px;
  }
  .logotype {
    position: absolute;
    width: 250px;
    margin-top: 23px;
    margin-left: 115px;
    float: none;
    text-align: left;
  }
  .testslide {
    width: 33%;
  }
}
@media (max-width: 767px) {

.nav-link {
  border: none;
}
.teamBio {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

.testwrap {
  font-size: 15px;
  line-height: 22px;
}

.testslide {
  width: 50%;
}

  h3 {
    font-size: 18px;
    text-align: center;
  }
  /*.button {
    float: left;
  }*/
  .button.headbtn {
    bottom: -65px;
    margin-right: 10px;
  }
  .button.guaranteebtn {
    margin-top: 10px;
  }
  .button.paymentbtn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .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;
  }
  .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: 32px;
    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: rgba(0, 0, 0, 0.86) 1px 1px 2px;
  }
  .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;
  }
  
  .estimate-block {
    height: 400px;
    max-height: 400px;
    min-height: 0px;
    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;
    font-size: 15px;
  }
  .home-logos {
    margin-top: 15px;
    text-align: center;
  }
  .homelogo {
    float: none;
  }
  .credlogo {
    max-height: 120px;
    max-width: 120px;
    float: none;
  }
  .left-pane {
    display: none;
  }
  .phone-link {
    position: static;
    margin-right: 10px;
    padding: 4px 14px;
    background-color: #279ac9;
    color: white;
    font-size: 12px;
  }
  .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;
  }
  .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%;
  }
  .icondesc {
    margin-bottom: 15px;
    text-align: center;
  }
  .announcetext.announceright {
    display: none;
  }
  .bannercontent {
    position: static;
    margin-top: 200px;
    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: 1px;
  }
  .servicemask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .arrowicon {
    margin-top: 30px;
    margin-right: 5px;
  }
  .arrowicon.lefticon {
    margin-left: 5px;
  }
  .pagedesc {
    font-size: 22px;
    line-height: 28px;
  }
  .maintext.intro {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .sliderproject {
    height: 400px;
  }
  .sliderproject {
    height: 320px;
  }
  .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: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .overviewtilelinkwrap {
    width: 48%;
  }
  .blogcol {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blogoverviewh2 {
    font-size: 21px;
    line-height: 26px;
  }
  .datehead {
    display: none;
  }
  .elgrandetab {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hideme {
    display: none;
  }
  .motto {
    margin-left: 10px;
  }
  .servicedots {
    display: block;
  }
  .newsname {
    width: 100%;
    float: none;
  }
  .signuphead {
    text-align: center;
  }
  .formcol {
    text-align: center;
  }
  .estimate-form .tab {
  	float: none;
  	width: 100%;
  }
  
}
@media (max-width: 479px) {

.slidec .caption,
.projectslide .caption {
	bottom: 0;
	left: 0;

	padding: 5px 10px;
}
.w-slider-nav {
	display: none;
}
.testimonial .testimonial-item {
	padding:10px 10px 10px 10px;
	min-height: auto;
	width: 100%;
	float: none; 
	display: block; 
	margin-bottom:5px !important; 
} 


.testslide {
  width: 100%;
}

  .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 {
    margin-left: 0px;
  }
  .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 {
    width: 100%;
    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;
  }
  
  .containme {
    height: 90px;
  }
  .section-head {
    font-size: 28px;
    line-height: 34px;
  }
  .credlogo {
    max-height: 100px;
    max-width: 110px;
    margin-right: 15px;
  }
  .phone-link {
    top: 50px;
    right: 72px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
    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;
  }
  .static-logo {
    width: 65px;
    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%;
  }
  .nav-contain {
    margin-left: 0px;
  }
  .minihead {
    background-color: #e8009e;
  }
  .announcebar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .announcetext.announceright {
    display: none;
  }
  .phonehead {
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .headwrap {
    float: none;
    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%;
    height: 300px;
  }
  .teamslide.blogslide {
    width: 100%;
  }
  .teamlink.relatedlink {
    width: 100%;
  }
  .teamslider {
    height: 290px;
  }
  .teamslider.relatedslider {
    height: 340px;
    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: white;
    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: 220px;
  }
  .testimonialslider {
    height: auto;
  }
  .quoteslide {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .overviewtileh2 {
    left: 15px;
    bottom: 15px;
    margin-right: 0px;
   }
  .overviewtilelinkwrap {
    width: 90%;
    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-bottom: 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;
  }
}

