@font-face {
    font-family: 'Avenir LT 65';
    src: url('fonts/AvenirLT-Black.woff2') format('woff2'),
        url('fonts/AvenirLT-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header
{
	position:relative;
	padding:20px 0px;
	width:calc(100% - 40px);
	border-bottom:1px solid #eee;
	
    margin:0 20px;
	float:left;
	display:block;
	
}
.logo
{
	float:left;
	display:block;
	background:#af0404;
	width:auto;
	top:0;
	padding:10px;
}
.logo img
{
	height:30px;
}
.home
{
	width:calc(100% - 40px);
	height:calc(100vh - 134px);
	float:left;
	display:block;
	margin:20px 20px 40px;
	background-image:url(img/home_bg.svg);
	background-position:right bottom;
	background-size:80% auto;
	background-repeat:no-repeat;

}
.service
{
	width:calc(100% - 40px);
	float:left;
	display:block;
	position:relative;
	padding:40px 0 20px;
	margin:0px 20px 0px;
	z-index:2;

	
}
.service::before
{
	width:30%;
	left:0;
	right:0;
	margin:0 auto;
	height:1px;
	border-top:1px solid #dedede;
	position:absolute;
	top:0;
	content:"";
}
.service::after
{
	width:40px;
	height:40px;
	background-color:#fff;
	position:absolute;
	top:-20px;
	content:"";
	border-radius:50%;
	border:1px solid #dedede;
	lefT:0;
	right:0;
	margin:0 auto;
}
.service_content
{
	width:100%;
	height:calc(100vh - 80px);
	float:left;
	display:block;
	background-image:url(img/splash.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.home_left
{
    width: 40%;
    float: left;
    display: flex;
    height: calc(100vh - 134px);
    align-items: center;
    place-content: center;
    justify-content: center;
    justify-items: center;
    position: relative;
	flex-direction: column;
}

.home_right
{
	float:right;
	display:block;
	width:60%;
	padding:0px;
	height:calc(100vh - 134px);

}
/*
---- Navbar
*/
.nav-bar {
 
  display:block;
}

.navbar-buttons {
  position: relative;
  display:block;
  float:right;
  justify-content: space-between;
  align-items: center;
}

/* Sing In Button */


/*
---- Overlay
*/

.overlay {
  position: fixed;
  background: rgba(51, 55, 69, 0.90);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.open-menu
{
	float:right;
	display:block;
	height:14px;
	position:absolute;
	right:0;
	top:20px;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index:9999;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

/* Navigation Title */
.overlay .nav-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 8%;
}

.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 30px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 60px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
  color: #ea2e49;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
  background: #ea2e49;
}

button:focus {
  outline: 0;
}

.open-menu,
.close-menu,
.button {
  cursor: pointer;
  transition: transform 0.30s;
}
.open-menu:hover,
.close-menu:hover,
.button:hover {
  transform: scale(1.1);
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 43.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*
---- Responsive
*/

@media (max-width: 670px) {
  .overlay nav {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .overlay nav {
    font-size: 20px;
  }
}
footer
{
	float:left;
	display:block;
	width:100%;
	background:#8e9bac;
	padding:20px 0;
}
.home .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}
.home .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.home .bx-wrapper img {
    max-width:inherit;
    display: block;
    height: 100%;
	width:auto;
	min-width:100%;
}
.home h1
{
	font-family: 'Montserrat', sans-serif;
	color:#363839;
	font-size:84px;
	font-weight:900;
	width:calc(100% - 100px);
	padding-left:100px;
	position:relative;
	z-index:2;

}
.home h1::after
{
	width:70%;
	height:100%;
	background:none;
	border-top:10px solid #ae0404;
	border-right:10px solid #ae0404;
	border-bottom:10px solid #ae0404;
	content:"";
	position:absolute;
	right:-30%;
	top:-10%;
}
.home h1::before
{
	width:70%;
	height:119%;
	background:none;
	border-left:10px solid #ae0404;
	content:"";
	z-index:-1;
	position:absolute;
	right:-30%;
	top:-10%;
}
.count
{
	position:absolute;
	left:0;
	font-size:12px;
	background:#ae0404;
	padding:5px 5px;
	width:20px;
	color:#fff;
	text-align:center;
	top:calc(50% - 11px);
	   font-family: 'Avenir LT Std';
}
.count::After
{
	width:60px;
	height:1px;
	content:"";
	background:#e9e9e9;
	position:absolute;
	right:-60px;
	top:50%;
}
.hom2e h1::before
{
	width:100px;
	height:1px;
	content:"";
	background:#e9e9e9;
	position:absolute;
	left:0;
	top:50%;
}
.home .bx-wrapper .bx-pager, .home .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width:auto;
	right:auto;
	left:0;
	padding:0;
	margin:0
}
.home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e9e9e9;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0 0;
    outline: 0;
	position:relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
}
.home .bx-wrapper .bx-pager-item:last-child  a
	{margin:0}

.home .bx-pager.bx-default-pager a:hover, .home .bx-pager.bx-default-pager a.active {
    background: #ae0404;
}
.home .bx-wrapper .bx-controls-direction a {
    display:none;
}
.home p
{
	width:calc(100% - 140px);
	margin-left:100px;
	padding-right:40px;
	    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
	padding-top:40px;
	margin-top:40px;
	border-top:1px solid #e9e9e9;
}
.home_left a
{
	float: left;
    display: block;
   background: #ae0404;
    padding: 10px 30px;

    color: #fff;
	  font-family: 'Avenir LT Std';
    margin-top: 20px;
	left:0;
	    box-shadow: 0 5px 13px 0 rgba(0,0,0,.2);
    transition: all 0.4s ease;
	text-shadow: 0 1px 0 #820d0d;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa8181), to(#ae0404));
    background: linear-gradient(#fa8181, #ae0404);
    -webkit-box-shadow: 0 7px 13px -3px rgba(61,29,29,0.3), 0 2px 4px 0 rgba(61,29,29,0.4), inset 0 -2px 0 0 #ae0404;
    box-shadow:  0 7px 13px -3px rgba(61,29,29,0.3), 0 2px 4px 0 rgba(61,29,29,0.4), inset 0 -2px 0 0 #ae0404;
	    border-radius: 9999px;

   
}
.home_left a:hover
{
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#c95454), to(#720707));
    background: linear-gradient(#c95454, #720707);
	transition: all 0.4s ease;
}
.fiksuar
{
	position:fixed;
	top:0;
	background:#fff;
	transition: all 0.4s ease;
	z-index:9;
}
.go_up
{
	width:30px;
	height:30px;
	background-color:rgba(255,255,255,0.4);
	display:none;
	margin:0 auto;
	position:fixed;
	right:20px;
	bottom:20px;
	
	background-image:url(img/go_up.svg);
	background-size:50% auto;
	background-position:center center;
	background-repeat:no-repeat;
	transition: all 0.4s ease;
}
.go_up:hover
{
	transition: all 0.4s ease;
	background-color:rgba(255,255,255,0.7);
}
.service p
{
	color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
	padding-left:100px;
}
.service p em
{
	color:#fff;
}
.service h1
{
	color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
	margin:0;
	    padding: 40px 0 20px;
	position:relative;
	width: auto;
    float: left;
	
}
.service h1::before
{
	width:calc(100% - 200px);
	top:0;
	left:100px;
	height:4px;
	position:absolute;
	content:"";
	background:#ae0404;
}
.service_left
{
	float:left;
	display:block;
	position:relative;
	width:calc(50% - 10px);
	
}
.service_right
{
	float:right;
	display:block;
	position:relative;
	width:calc(50% - 90px);
	border-radius:0px;
	padding:0 40px;
	padding-top:40px;
	overflow:hidden;
	border-bottom:1px solid #dedede;
}
#canvas
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	max-width:100%;
	max-height:100%;
}
.service_right .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
	border-radius:10px;
	position:relative;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
}
.service_right .bx-wrapper .bx-viewport a._link::after
 {
	 width:100%;
	 height:100%;
	 position:absolute;
	 
	 background-image:url(img/hover.png);
	 background-size:100% 100%;
	 background-position:top center;
	 background-repeat:no-repeat;
	 content:"";
	 top:0;
	 left:0;
	 z-index:9;
 }
 .service_right .bx-controls-direction
{
	display:none;
}
.service_right .bx-wrapper img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
}
.service_right .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
	bottom:70px;
}
   .service_right .bx-wrapper .bx-pager.bx-default-pager a {
    background:rgba(255,255,255,0.2);
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.service_right .bx-wrapper .bx-pager.bx-default-pager a:hover, .service_right .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
	transition: all .5s ease;
}
.service_right .bx-wrapper {
    position: relative;
    margin: 0 auto -50px;
    padding: 0;
}
.service_more
{
	float:left;
	display:block;
	width:100%;
	padding:20px 0px;
	margin-top:20px;
	border-top:1px solid #e9e9e9;
}
.service_more p
{
	    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-left: 100px;
}
.more_left
{
	width:100%;
	float:left;
	display:block;
	padding:0 0 20px;
	
}
.more_left p
{
	padding-left:100px;
	margin-top:50px;
}
.more_left p a
{
	    float: left;
    display: block;
    background: rgba(174,4,4,0.7);
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    margin-top: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 13px 0 rgba(174,4,4,.44);
   
}
.more_left p a:hover
{
transition: all 0.4s ease;
	background:rgba(200,5,5,1);
	text-decoration:none;
	box-shadow: 0 10px 13px 0 rgba(255,0,0,.44);
}
.more_left h2 {
    color: #2a2a2a;
   font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
	position:relative;
	width:auto;
	float:left;
}
.more_left h2::after
{
	position:absolute;
	content:"";
	width:calc(100% - 200px);
	height:1px;
	border-top:4px solid #ae0404;
	bottom:-30px;
	left:100px;
}
.more_right
{
	padding:20px 20px 30px;
	float:right;
	display:block;
	width:calc(100% - 40px);
	background:#dfe3eb;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	position:relative;
}
.more_right::before
{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:-10px;
	content:"";
	left:0;
	transform:rotate(-45deg);
	right:0;
	margin:0 auto;
	background:#dfe3eb;
}
.serv
{
	    
		
		float:left;
		display:block;
		width:calc(25.19% - 20px);
		margin:0 20px 0 0;
		background:#fff;
		padding:0px 0 20px;
		transition: all .5s ease;
		position:relative;
		border:1px solid #e9e9e9;
		border-bottom:2px solid #ae0404;
		
}
.serv:hover
{
	transition: all .5s ease;
	 box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	 cursor:pointer;
}
.serv:last-child
{
	margin-right:0;
}
.icon
{
	float:left;
	display:block;
	width:100%;

	background:#fff;
	position:relative;
	
	border-bottom:1px solid #dedede;
}
.icon img
{
	display:block;
	position:relative;
	margin:20px auto;
	height:120px;
	transition: all 0.4s ease;  
	   
	
}
.serv:hover img
{
	filter:brightness(200%);
	transition: all 0.4s ease;  
}
.serv:hover .icon
{
	transition: all 0.4s ease;  
	background:#8e9bac;
}
.icon::after
{
	width:10px;
	height:10px;
	content:"";
	background:#fff;
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
	transform:rotate(-45deg);
	position:absolute;
	bottom:-6px;
	lefT:0;
	right:0;
	margin:0 auto;
	z-index:9;
}
.serv h3
{
	    color: #000;
   font-family: 'Avenir LT Std';
    line-height: 22px;
    margin-bottom: 20px;
    text-align:center;
    font-size: 22px;
	float:left;
	display:block;
	width:100%;
}
.txt
{
	float:left;
	display:block;
	width:calc(100% - 40px);
	padding:0 20px;
	text-align:left;
	    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 14px;
}
.txt p
{
	   font-size: 16px;
}
.title p
{
	font-size:18px;
	color:#8e9bac;
}
.title p, .txt p
{
	margin:0;
	padding:0;
}
.txt p a
{
	 
    display: block;
    background: rgba(174,4,4,1);
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
	margin:0 auto;
	position:absolute;
	left:20px;
	font-size:12px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 13px 0 rgba(174,4,4,.44);
   
}
.txt p a:hover
{
transition: all 0.4s ease;
	background:rgba(200,5,5,1);
	text-decoration:none;
	box-shadow: 0 10px 13px 0 rgba(255,0,0,.44);
}
.service_video
{
	width:100%;
	float:left;
	display:block;
	padding:20px 0;
	background:#c4cbd4;
	margin:40px 0 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e9bac+47,8e9bac+49,8e9bac+50,ffffff+50,ffffff+100 */
background: #8e9bac; /* Old browsers */
background: -moz-linear-gradient(left, #f1f1f1 47%, #f1f1f1 49%, #f1f1f1 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f1f1f1 47%,#f1f1f1 49%,#f1f1f1 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f1f1f1 47%,#f1f1f1 49%,#f1f1f1 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0)100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.cleaning
{
float:left;
display:block;
position:relative;
width:100%;
padding:40px 0;
}
.cleaning_left
{
	width:40%;
	float:left;
	display:block;
}
.cleaning_right
{
	float:right;
	display:block;
	width:calc(60% - 20px);
	padding:0px;
	position:relative;
	border-radius:10px;
	box-shadow: 0 10px 40px -10px rgba(0,0,0,.8);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e9bac+54,bac4d0+79 */
background: rgb(142,155,172); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(142,155,172,1) 54%, rgba(186,196,208,1) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(142,155,172,1) 54%,rgba(186,196,208,1) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(142,155,172,1) 54%,rgba(186,196,208,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9bac', endColorstr='#bac4d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

	.cleaning_left h2 {
    color: #29293a;
  font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
	position:relative;
	width:auto;
	float:left;
}
.cleaning_left h2::after
{
	position:absolute;
	content:"";
	width:calc(100% - 200px);
	height:1px;
	border-top:4px solid #ae0404;
	bottom:-30px;
	left:100px;
}
.cleaning_left p {
      color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-left: 100px;
	    padding-left: 100px;
    margin-top: 50px;
}
.cleaning_right p {
      color: rgba(255,255,255,0.9);
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding:0 20px;

}
.cleaning_right .ipWidget:first-child p
{   padding:20px;
	position:relative;
	padding-right:250px;
	
}
.cleaning_right .ipWidget:first-child p::before
{
	width:100%;
	height:calc(100% + 20px);
	position:absolute;
	top:-20px;
	content:"";
	background-image:url(img/clean.png);
	background-size:auto 100%;
	background-position:right center;
	background-repeat:no-repeat;
}
.cleaning_right .ipWidget:last-child p
{
	padding:0;
}
.cleaning_right p a
{
	width:calc(100% - 40px);
	float:left;
	display:block;

	    font-family: 'Avenir LT Std';
    font-size: 14px;
    font-weight: bold;
	padding:20px 20px;
	left:0;
	bottom:0;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ae0404+54,d30c0c+79 */
background: rgb(174,4,4); /* Old browsers */
background: -moz-linear-gradient(left, rgba(174,4,4,1) 54%, rgba(211,12,12,1) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(174,4,4,1) 54%,rgba(211,12,12,1) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(174,4,4,1) 54%,rgba(211,12,12,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0404', endColorstr='#d30c0c',GradientType=1 ); /* IE6-9 */
	color:#fff;
	    border-bottom-left-radius: 10px;
		 border-bottom-right-radius: 10px;
}

.cleaning_right p a::after
{
	position:absolute;
	right:20px;
	content:"\f178";
	font-family:FontAwesome;
		color:#fff;
		font-size:16px;
	
}
.cleaning_right p a::before
{    width: 20px;
    height: 20px;
    background:#af0404;
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 30px;
    z-index: 1;
    -webkit-transition: .5s ease-out all;
    -webkit-transition: .5s ease-out all;
    transition: .5s ease-out all;
	}
.cleaning_right p a:hover
{
	text-decoration:none;
}
.cleaning_right .ipWidget {
    zoom: 1;
    color: #000000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
.references
{
	float:left;
	display:block;
	width:calc(100% - 40px);
	padding:40px 20px 20px;
	position:relative;
}
.references h1 {
    color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    width: auto;
    float:none;
	margin: 0 auto 20px;
	display:block;
	text-align:center;
}
.snip1504 {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0;
  min-width: 230px;
  max-width: 100%;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1504 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
      font-family: 'Montserrat', sans-serif;
    color: #363839;
}

.snip1504 h5 {
  font-weight: normal;
  
     color: #888;
    font-family: 'Avenir LT Std';
    font-size: 14px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.references p {
    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    
}
.references p a
{
	    float: none;
    display:table;
    background: rgba(174,4,4,0.7);
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
	margin:0 auto;
	position:relative;
	
    margin-top: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 13px 0 rgba(174,4,4,.44);
   
}
.references p a:hover
{
transition: all 0.4s ease;
	background:rgba(200,5,5,1);
	text-decoration:none;
	box-shadow: 0 10px 13px 0 rgba(255,0,0,.44);
}
.footer_logo
{
   margin:0 auto;
   display:block;
   position:relative;
   width:50px;
}
.copyright
{
	text-align:left;
	font-family: 'Avenir LT Std';
    font-size: 12px;
	display:block;
	float:left;
	margin:0 auto;
	width:80%;
	color:rgba(255,255,255,0.7);
}
.copyright strong
{
	color:#fff;
	margin-bottom:5px;
	display:block;
}
.social
{
	
	display:block;
	margin:0 auto;
	position:relative;
	margin-top:20px;
	height:20px;
	float:left;
	padding-right:20px;
	border-right:1px solid rgba(255,255,255,0.4)
}
.social a
{
	width:20px;
	height:15px;
	padding:2.5px 0;
	background:#fff;
	color:#8e9bac;
	float:left;
	display:inline-block;
	margin-right:10px;
	text-align:center;
	transition: all 0.4s ease;
}
.social a:hover
{
	background:rgba(174,4,4,1);
	color:#fff;
	transition: all 0.4s ease;
}
.social a:last-child
{
	margin-right:0;
}
.copyright p
{
	padding:0;
	margin:0;
	
}
.footer_left
{
	float:left;
	display:block;
	width:20%;
	padding:20px 0;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid rgba(255,255,255,0.1);
	font-family: 'Avenir LT Std';
	font-size:16px;
	color:rgba(255,255,255,0.8);
}
.footer_left span
{
	float:left;
	display:block;
	width:100%;
	margin-bottom:20px;
	color:#fff;
}
.footer_menu ul
{
	display:block;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.footer_menu li:last-child
{
	display:none;
}
.footer_menu li a
{
	font-family: 'Avenir LT Std';
	font-size:13px;
	width:100%;
	float:left;
	display:block;
	padding:5px 0;
	transition: all 0.4s ease;
	color:rgba(255,255,255,0.5);
}
.footer_menu li a:hover
{
	transition: all 0.4s ease;
	color:#fff;
}
.footer_right
{
	float:right;
	display:block;
	width:calc(80% - 20px);
	padding:20px 0;
	
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid rgba(255,255,255,0.1);
}
a.author {
    float:left;
	margin-top:15px;
    display: block;
    width: 20px;
	margin-left:20px;
    background-image: url(img/hallka.svg);
    background-size: auto 120%;
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    opacity: 0.4;
    transition: all 0.9s ease 0s;
}
a.author:hover
{
	opacity:1;
	transition: all 0.9s ease 0s;
	width:77px;
	background-size: auto 100%;
}
.video_left
{
	float:left;
	display:block;
	width:calc(50% - 20px);
	
}
.video_right
{
	float:right;
	display:block;
	width:calc(50% - 20px);
	background:Red;
}
.video_left h2 {
    color: #29293a;
    font-family: "Rubik", Sans-serif;
    font-size: 32px;
    font-weight: 700;
   
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
    width: auto;
    float: left;
}
.video_left h2::before {
    width: calc(100% - 200px);
    top: 0;
    left: 100px;
    height: 4px;
    position: absolute;
    content: "";
    background: #ae0404;
}
.navigation
{
	float:left;
	display:block;
	width:100%;
	padding:20px 0;
}
.breadcrumb
{
	padding:0;
	margin:0;
	    font-family: 'Avenir LT Std';
    font-size: 13px;
	
}
.breadcrumb a
{
	color:#8e9bac;
}
.main
{
	width:100%;
	float:left;
	display:block;
	position:relative;
	margin-bottom:20px;
}
.reinigungen fieldset
{
	 font-family: 'Avenir LT Std';
    font-size: 13px;
}
.reinigungen_left
{
	float:left;
	display:block;
	width:calc(60% - 20px);
}
.reinigungen_right
{
	float:right;
	display:block;
	width:40%;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af0404+25,ffffff+25 */
background: #af0404; /* Old browsers */
background: -moz-linear-gradient(top, #af0404 25%, #8e9bac 25%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #af0404 25%,#f7f7f7 25%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #af0404 25%,#f7f7f7 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0404', endColorstr='#8e9bac',GradientType=0 ); /* IE6-9 */
border-radius:10px;
}
.reinigungen_right::before
{
	width:30px;
	height:30px;
	content:"";
	position:absolute;
	left:-15px;
	top:calc(50% - 15px);
	transform:rotate(45deg);
	background:#f7f7f7;
}
.reinigungen fieldset
{
	background:#fff;
	padding:20px;
	margin:40px;
	width:calc(100% - 80px);
	float:left;
	position:relative;
	display:block;
	border-radius:10px;
	box-shadow:0 0 20px 0 rgba(0,0,0,.3);
	
}
.reinigungen label
{
	padding-top:5px;
	float:left;
	display:block;
	width:30%;
	font-weight:normal;
}
.reinigungen .form-group
{
	float:left;
	display:block;
	margin-bottom:10px;
	width:100%;
}
.reinigungen .form-control
{
	float:right;
	display:block;
	width:calc(70% - 20px);
	height: auto;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
	font-family: 'Avenir LT Std';
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.reinigungen .form-control:focus
{
	border-color:#af0404;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	
	
}
.reinigungen .radio
{
	float:left;
	display:inline-block;
	margin:0 20px;
}
.reinigungen .ipModuleForm .radio + .radio, .reinigungen .ipModuleForm .checkbox + .checkbox {
    margin-top: 0px;
}
.reinigungen fieldset .btn-default
{
	
	bottom:-20px;
	display: table;
    background: rgba(174,4,4,1);
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
	right:0;
	margin:0 auto;
    font-size: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 13px 0 rgba(174,4,4,.44);
	font-family: 'Avenir LT Std';
	width:115px;
}
.reinigungen fieldset .btn-default:hover
{
	
transition: all 0.4s ease;
	background:rgba(200,5,5,1);
	text-decoration:none;
	box-shadow: 0 10px 13px 0 rgba(255,0,0,.44);

}
.reinigungen h2
{
	color: #fff;
	text-align:center;
    font-family: 'Avenir LT Std';
    font-size: 26px;
	margin:40px 0 0 0;
    font-weight: normal;
}
.reinigungen  .help-error {
   
    float: left;
    margin-top: 20px;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.reinigungen h1, .main h1
{
	    color: #29293a;
  font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    width: auto;
    float: left;
	margin-bottom:50px;
}
.reinigungen h1::after, .main h1::after {
    position: absolute;
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    border-top: 4px solid #ae0404;
    bottom: -30px;
    left: 100px;
}
.reinigungen p {
    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
	
    padding-left: 100px;
}
.copyright.footer_data
{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}
.footer_data a
{
	color:#fff;
}
.main p a
{
	color:#000;
}
.help_ads
{
	width:250px;
	height:250px;
	position:fixed;
	left:20px;
	display:none;
	bottom:20px;
	z-index:999;
	border-radius:10px;
	border:5px solid #8e9bac;
	background-image:url(img/clean.jpg);
	background-color:#fff;
	background-size:auto 60%;
	background-position:top center -20px;
	background-repeat:no-repeat;
	box-shadow: 0 5px 13px 0 rgba(0,0,0,.44);
	transition: all 0.4s ease 0s;
	
}
.help_ads h2
{
	color:rgba(174,4,4,1);
	font-family: 'Avenir LT Std';
    font-size: 24px;
    font-weight: 400;
	width:100%;
	text-align:center;
	margin-top:130px;
	margin-bottom:0px;
}
.help_ads h3
{
	color:#8e9bac;
	font-family: 'Avenir LT Std';
    font-size: 14px;
    font-weight: 400;
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
.help_ads h3 a
{
	font-weight:bold;
	color:#000;
}
.close_btn
{
	width:30px;
	transition: all 0.4s ease 0s;
	height:30px;
	float:right;
	display:block;
	right:-20px;
	top:-20px;
	cursor:pointer;
	position:absolute;
	background-image:url(img/close.ico);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.help_ads a.call
{
	font-family: 'Avenir LT Std';
	font-size:11px;
	padding:10px 15px;
	background:red;
	color:#fff;
	border-radius:20px;
	    background: -webkit-gradient(linear, left top, left bottom, from(#fa8181), to(#ae0404));
    background: linear-gradient(#fa8181, #ae0404);
    -webkit-box-shadow: 0 7px 13px -3px rgba(61,29,29,0.3), 0 2px 4px 0 rgba(61,29,29,0.4), inset 0 -2px 0 0 #ae0404;
	margin:0 auto;
	display:table;
	position:relative;
}
header span
{
	float:right;
	display:block;
	    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 12px;
    font-weight: 400;
	margin-right:40px;
	margin-top:20px;
}
header span a
{
	    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
    background: #af0404;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease 0s;
    display: block;
    float: right;
    margin-left: 20px;
	    margin-top: -5px;
}
header span a::before
{
	position:absolute;
	width:20px;
	height:20px;
	background:#af0404;
	content:"";
	top:2px;
	z-index:-1;
	left:-3px;
	transform:rotate(-45deg);
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	transition: all 0.4s ease 0s;
}
header span a:hover, header span a:hover::before
{
	transition: all 0.4s ease 0s;
	background:#d41010;
}




.cover {
 
  width: 1200px;
  height: 80vh;
  max-height: 500px;
  background: #eee;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.16), 0 15px 12px rgba(0, 0, 0, 0.23);
  overflow: hidden;
}

#box1,
#box2,
#box3,
#box4 {
  float: left;
  width: 25%;
  height: 100%;
}

#box1 {
  background: #431A63;
}

#box2 {
  background: #903DFF;
}

#box3 {
  background: #00CBCB;
}
#box4{
  background: #431A63;
}

#icon {
  width: 50%;
  border-radius: 50%;
  margin: 20%;
  overflow: hidden;
  text-align: center;
}

#box1 #icon {
  background: #7100DB;
}

#box2 #icon {
  background: #6700FF;
}

#box3 #icon {
  background: #FF5A6D;
}
#box4 #icon {
  background: #7100DB;
}
.cover img {
  position: relative;
  width: 80%;
  margin-top: 10%;
}

#box2 img {
  transform: translateY(3px);
}
.main p
{
	color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-left: 100px;
    padding-left: 100px;
    margin-top: 10px;
}
.main .ipWidget-Gallery ._item
{
	margin-bottom:0;
	
}
.referencen_block
{
	float:left;
	display:block;
	width: calc(100% - 40px);
    padding: 40px 20px 20px;
}
.main .snip1504 h3
{
	    font-size: 14px;
		text-align:center;
}
.overlay-menu .cservice
{
	display:none;
}
@media (min-width:320px) and (max-width:480px)
{
	header {
    position: relative;
    padding: 10px;
    width: calc(100% - 20px);
	margin:0;
	}
	header span
	{
		font-size:0px;
		width:auto;
		margin-top:15px;
	}
	header span a {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
    background: #af0404;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease 0s;
    width: auto;
    display: block;
}
	footer 
	{
    float: left;
    display: block;
    width: calc(100% - 40px);
    background: #8e9bac;
    padding: 20px;
	}
	.footer_left
	{
		width:100%;
	}
	.footer_right
	{
		width:100%;
	}
	.copyright
	{
		width:100%;
	}
	.home {
    width: calc(100% - 20px);
    height: calc(100vh - 134px);
    float: left;
    display: block;
    margin: 10px 10px 20px;
    background-image: url(img/home_bg.svg);
    background-position: right bottom;
    background-size: 80% auto;
	position:relative;
    background-repeat: no-repeat;
}
.wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
    position: relative;
}
.home_left {
    width: 100%;
    float: left;
    display: flex;
    height: calc(100vh - 134px);
    align-items: center;
    place-content: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    flex-direction: column;
	position:absolute;
	top:0;
	left:0;
}
.home_right {
    float: right;
    display: block;
    width: 100%;
    padding: 0px;
    height: calc(100vh - 134px);
}
.home h1 {
    font-family: 'Montserrat', sans-serif;
    color: #363839;
    font-size: 24px;
    font-weight: 900;
    width: auto;
    padding-left: 100px;
    position: relative;
    z-index: 2;
}
.home h1::before, .home h1::after
{
	display:none;
}
.home .bx-wrapper .bx-pager, .home .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: auto;
    right: auto;
    left: 10px;
    padding: 0;
    margin: 0;
}
.home p {
    width: calc(100% - 140px);
    margin-left: 100px;
    padding-right: 40px;
    color: #000;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9;
}
.service {
    width: calc(100% - 20px);
    float: left;
    display: block;
    position: relative;
    padding: 10px 0 10px;
    margin: 0px 10px 0px;
    z-index: 2;
}
.service_left {
    float: left;
    display: block;
    position: relative;
    width: 100%;
}
.service h1 {
    color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0px 0 0px;
    position: relative;
    width: auto;
    float: left;
}
.service p {
    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-left: 0px;
}
.service_right {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    padding-top: 0px;
	margin-top:20px;
    overflow:visible;
    border-bottom: 1px solid #dedede;
}
.cleaning {
    float: left;
    display: block;
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
}
.cleaning_left {
    width: 100%;
    float: left;
    display: block;
}
.cleaning_left h2 {
    color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    width: auto;
    float: left;
}
.cleaning_left p {
    color: #8e9bac;
    font-family: 'Avenir LT Std';
    padding-left: 0px;
    margin-top: 10px;
}
.service_right .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}
.cleaning_right {
    float: right;
    display: block;
    width: 100%;
    padding: 0px;
}
.cleaning_right p {
    color: rgba(255,255,255,0.9);
    font-family: 'Avenir LT Std';
    font-size: 14px;
    padding: 0 20px;
}
.cleaning_right .ipWidget:first-child p {
    padding: 10px;
    position: relative;
    padding-right: 0px;
}
.references h1 {
    color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    width: auto;
    float: none;
    margin: 0 auto 0px;
    display: block;
    text-align: center;
}
.references {
    float: left;
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
}
.snip1504 {
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 16px;
    background-color: #fff;
}
.references .ipWidget-Gallery ._item {
    margin-bottom: 0px;
    padding: 0 0px;
    width: 50%;
}
.more_right {
    padding: 10px;
    float: right;
    display: block;
    width: calc(100% - 20px);
    background: #dfe3eb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.serv {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0px 20px 0;
    background: #fff;
    padding: 0px 0 20px;
    transition: all .5s ease;
    position: relative;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #ae0404;
}
.help_ads {
    width: calc(100% - 50px);
    height: 250px;
    position: fixed;
    left: 20px;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 10px;
}
.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 40px;
}
.navigation {
    float: left;
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
}
.main {
    width: calc(100% - 20px);
    float: left;
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 10px;
}
.service_more {
    float: left;
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 0px;
    border-top: 1px solid #e9e9e9;
}
.more_left h2 {
    color: #2a2a2a;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    width: auto;
    float: left;
}
.more_left p {
    padding-left: 0px;
    margin-top: 0px;
}
.reinigungen_left {
    float: left;
    display: block;
    width: 100%;
}
.reinigungen h1, .main h1 {
    color: #29293a;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    width: auto;
    float: left;
    margin-bottom: 0px;
}
.main p {
    color: #8e9bac;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    padding-left: 100px;
    padding-left: 0px;
    margin-top: 10px;
}
.reinigungen h1::after, .main h1::after {
    position: absolute;
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    border-top: 4px solid #ae0404;
    bottom: -10px;
    left: 100px;
}
.reinigungen_right {
    float: right;
    display: block;
    width: 100%;
}
.reinigungen fieldset {
    background: #fff;
    padding: 20px;
    margin: 10px;
    width: calc(100% - 20px);
    float: left;
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.main .ipWidget-Gallery ._item {
    margin-bottom: 0px;
    padding: 0 0px;
    width: 50%;
}
}