@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');



.display-desktop {display:inline;}
@media screen and (max-width: 768px) {
	.display-desktop {display:none;}
}

.creato-container {
  width:100%;
  height:100%;
  font-family: 'Montserrat', sans-serif;
}

.creato-section {
  width:100%;
  height:auto;
  font-weight:400;
  color:#000;
  font-size:16px;
}

.creato-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1020px) {
	.creato-inner {
	  max-width:90%;
	  margin: 0 auto;
	}
}

img {max-width:100%;}

h1, h2 {font-size: 38px; font-weight:400; padding:20px 0 0 0;}
@media screen and (max-width: 768px) {
	h1, h2 {text-align: center;}
}


/* MENU */

.menu {
  height:auto;
  overflow:auto;
  background: #fff;
  color:#000;
  font-weight:400;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
	.menu {
	  height:auto;
	  overflow:auto;
	}
}

.menu .logo-creato {
  float: left;
  margin-top: 26px;
  margin-right: 40px;
  margin-left: 20px;  
  max-width: 160px;
}
@media screen and (max-width: 1020px) {
	.menu .logo-creato {
	  float: none;
	  padding-right: 0px;
	  padding-top: 10px;
	  margin-right: 10px !important;
	}
}
@media screen and (max-width: 768px) {
	.menu .logo-creato {
	  float: right;
	  margin: 5px 5px 0 0 !important;
	  text-align:center; 
	  max-width: 170px;	  
	}
}
	
.menu .topline {display:none;}
@media screen and (max-width: 768px) {
	.menu .topline {float:left; width:96%; margin-top:10px; margin-bottom:10px; margin-left:2%; border-top: 1px solid #5e6b70; display:block;}	
}

.menu li a {
  display:block;
  float:left;
  padding: 45px 20px 42px 20px;
  color:#000;
  text-decoration: none;
  font-size:13px;
  font-weight: 600;
  text-transform:uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a:hover {
  background: #1eba5c;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1020px) {
	.menu li a {
	  padding: 15px 16px 15px 16px;
	}
}
@media screen and (max-width: 768px) {
	.menu li a {
	  display:block;
	  float:left;
	  width:100%;
	  padding: 25px 10px;
	  border-top: 1px dotted #c1c1c1;
	  color:#000;
	  text-decoration: none;
	  font-size:16px;
	  text-align:left;	  
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.menu li a:hover {background:none; color:#000;}
}

.submenu {
  color:#000;
  width: 100px;
}

.submenu li a {
  display:block;
  float:none;
  padding: 15px 25px;
  color:#313131;
  text-decoration: none;
  font-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu li a:hover {
  background: #f7f7f7;
  color:#313131;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SECTIONS */


.s-top {
background: #445f42 url('../img/sekcja-top-bg.jpg') no-repeat center top;
min-height: 830px;
padding: 30px 0 0 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 768px) {
	.s-top {
	min-height: 330px;
	background: #445f42 url('../img/sekcja-top-bg-md.jpg') no-repeat left bottom;
	padding: 30px 0 260px 0;
	image-rendering: pixelated;
	-ms-interpolation-mode: bicubic;	
	}
}

.s-top .title {
  margin: 15px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:70px;
  font-weight:700;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-top .title span {
  display:block;
  float:none;
  clear:both;
  margin: 0 0 0 15px;
  font-size:40px;
  line-height: 110%;
  text-align: left;
}


@media screen and (max-width: 1020px) {
	.s-top .title {
	  margin: 5px 20px 0 20px;	  
	}
	.s-top .title span {
	  font-size:32px;
	}	
}
@media screen and (max-width: 768px) {
	.s-top .title span {
		font-size:32px;
	}
}

.s-top .opis {
  margin: 30px 20px 0 30px;
  padding: 0;  
  font-size:21px;
  font-weight:200;
  line-height: 130%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1020px) {
	.s-top .opis {
	  font-size:18px;
	}	
}


.s-ekspertyza {margin:-220px auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-ekspertyza .title {
  margin: 0 0 10px 0;
  padding: 30px 0 40px 12px;
  font-size:40px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

@media screen and (max-width: 1020px) {
	.s-ekspertyza {margin:0 auto 40px auto; padding:0 0 20px 0; overflow:auto;}
}

.s-ekspertyza .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}

.s-ekspertyza .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }

.s-ekspertyza .opis-dodatkowy {
  background:#F6F6F6;
  margin: 50px 0 0 0; 
  border-radius:12px;
}
.s-ekspertyza .opis-dodatkowy p {
  padding:40px 30px 20px 30px;
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1000px) {
.s-ekspertyza .opis-title {
  font-size:22px;
  padding: 15px 15px 10px 85px;  
 }	
}



.s-misja {
background: #303c34 url('../img/sekcja-misja-bg.jpg') no-repeat center bottom; background-size:cover;
min-height: 600px;
padding: 50px 0 50px 0;
}

.s-misja .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:600;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-misja .opis {
  padding: 0 20px;
  margin: 30px 10px 0 20px; 
  font-size:15px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  text-align: left;
  border-left: 2px solid #1fbb5d;
}
.s-misja .opis-punkty {
  padding: 0 20px;
  margin: 50px 10px 15px 20px; 
  font-size:26px;
  font-weight:400;
  line-height: 120%;
  color: #fff;
  text-align: left;
  border-left: none;
}
.s-misja ol {
  padding: 0 20px;
  margin: 0 0 0 40px; 
}
.s-misja ol li {
  padding: 10px 0 0 5px;
  margin: 0; 
  font-size:15px;
  font-weight:400;
  line-height: 160%;
  color: #fff;
  text-align: left;
}





.s-oferta-small {margin:30px auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-oferta-small .title {
  margin: 0 0 10px 0;
  padding: 30px 0 40px 12px;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-oferta-small .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}
.s-oferta-small .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }
 .s-oferta-small .opis-kontakt {
  padding: 15px 15px;
  margin: 10px 0 0 0; 
  font-size:20px;
  font-weight:600;
  line-height: 120%;
  color: #000;
  text-align: left;
}
 .s-oferta-small .opis-kontakt i {
  display:inline-block;
  width:26px;
  text-align:center;
  padding: 0 5px 0 0;
  margin: 0; 
  font-size:24px;
  color: #1eba5c;
}
@media screen and (max-width: 1000px) {
.s-oferta-small .opis-title {
  font-size:22px;
  padding: 15px 15px 10px 85px;  
 }	
}
@media screen and (max-width: 768px) {
 .s-oferta-small img {max-width:70%; display:block; margin: 0 auto; padding-right:30px; padding-top:40px;}
}

.s-oferta-small a {
display:block;
float:none;
clear:both;
margin: 25px 0 0 15px;
width:240px;
background:#1FBB5D;
color:#fff;
font-size:15px;
line-height:15px;
font-weight:600;
text-align: center;  
text-decoration:none;
padding:20px 0 19px 0;
border-radius:30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.s-oferta-small a:hover {
display:block;
float:none;
clear:both;
margin: 25px 0 0 15px;
width:240px;
background:#1c201e;
color:#fff;
font-size:15px;
line-height:15px;
font-weight:600;
text-align: center;  
text-decoration:none;
padding:20px 0 19px 0;
border-radius:30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}


.s-oferta {margin:30px auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-oferta .title {
  margin: 0 0 10px 0;
  padding: 30px 0 40px 12px;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-oferta .title span {
  display:table;
  float:none;
  clear:both;
  margin: 0;
  font-size:34px;
  font-weight:600;
  line-height: 110%;
}
.s-oferta .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}
.s-oferta .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }
 .s-oferta .opis-kontakt {
  padding: 15px 10px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:600;
  line-height: 120%;
  color: #000;
  text-align: left;
}
 .s-oferta .opis-kontakt i {
  display:inline-block;
  width:26px;
  text-align:center;
  padding: 0 5px 0 0;
  margin: 0; 
  font-size:20px;
  color: #1eba5c;
}
@media screen and (max-width: 1000px) {
.s-oferta .opis-title {
  font-size:22px;
  padding: 15px 15px 10px 85px;  
 }	
}
@media screen and (max-width: 768px) {
 .s-oferta img {max-width:70%; display:block; margin: 0 auto; padding-right:30px; padding-top:40px;}
}

.s-oferta .usp-box {margin:10px 0; text-align:center;}
.s-oferta .usp-box img {display:block; max-width:100px; margin:0 auto; padding:0;}
.s-oferta .usp-box p {
  padding: 0 30px;
  margin: 10px 0 0 0; 
  font-size:14px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}
.s-oferta .usp-box p span {
  display:block;
  padding:0 0 10px 0;
  width:100%;
  font-size:26px;
  font-weight:700;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
.s-oferta .usp-box p span {
  font-size:20px;
}
}
@media screen and (max-width: 767px) {
.s-oferta .usp-box p span {
  font-size:30px;
}
}

.s-oferta .opis-dodatkowy {
  background:#F6F6F6;
  margin: 50px 0 0 0; 
  border-radius:12px;
}
.s-oferta .opis-dodatkowy p {
  padding:40px 30px 20px 30px;
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}






.s-stacje {
background: #303c34 url('../img/sekcja-stacje-bg.jpg') no-repeat center top; background-size:cover;
min-height: 600px;
padding: 50px 0 50px 0;
}

@media screen and (max-width: 767px) {
.s-stacje {
background: #303c34 url('../img/sekcja-stacje-bg.jpg') no-repeat left top; background-size:cover;
}
}

.s-stacje .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-stacje .title span {
  display:table;
  float:none;
  clear:both;
  margin: 0;
  font-size:34px;
  font-weight:600;
  line-height: 110%;
}
.s-stacje .opis {
  padding: 0 20px;
  margin: 30px 10px 0 20px; 
  font-size:15px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  text-align: left;
  border-left: 2px solid #1fbb5d;
}
.s-stacje .opis-punkty {
  padding: 0 20px;
  margin: 30px 10px 15px 20px; 
  font-size:26px;
  font-weight:600;
  line-height: 120%;
  color: #fff;
  text-align: left;
  border-left: none;
}
.s-stacje ol {
  padding: 0 20px;
  margin: 0 0 0 40px; 
}
.s-stacje ol li {
  padding: 10px 0 0 5px;
  margin: 0; 
  font-size:15px;
  font-weight:400;
  line-height: 160%;
  color: #fff;
  text-align: left;
}




.s-dlaczego {margin:40px auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-dlaczego .title {
  margin: 0 0 10px 0;
  padding: 30px 0 40px 12px;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
}
.s-dlaczego .title span {
  display:table;
  float:none;
  clear:both;
  margin: 0;
  font-size:34px;
  font-weight:600;
  line-height: 110%;
}
.s-dlaczego .usp-box {margin:30px 0; text-align:center;}
.s-dlaczego .usp-box img {display:block; max-width:110px; margin:0 auto; padding:0;}
.s-dlaczego .usp-box p {
  padding: 0 30px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:500;
  line-height: 140%;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
.s-dlaczego .usp-box p {
  padding: 0 80px;
}
}



.s-zakres {
background: #303c34 url('../img/sekcja-zakres-bg.jpg') no-repeat center top; background-size:cover;
min-height: 600px;
padding: 50px 0 50px 0;
}

@media screen and (max-width: 767px) {
.s-zakres {
background: #303c34 url('../img/sekcja-zakres-bg.jpg') no-repeat left top; background-size:cover;
}
}

.s-zakres .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-zakres .title span {
  display:table;
  float:none;
  clear:both;
  margin: 0;
  font-size:34px;
  font-weight:600;
  line-height: 110%;
}
.s-zakres .opis {
  padding: 0 20px;
  margin: 30px 10px 0 20px; 
  font-size:15px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  text-align: left;
  border-left: 2px solid #1fbb5d;
}
.s-zakres .opis-punkty {
  padding: 0 20px;
  margin: 30px 10px 15px 20px; 
  font-size:26px;
  font-weight:600;
  line-height: 120%;
  color: #fff;
  text-align: left;
  border-left: none;
}
.s-zakres ol {
  padding: 0 20px;
  margin: 0 0 0 40px; 
}
.s-zakres ol li {
  padding: 10px 0 0 5px;
  margin: 0; 
  font-size:15px;
  font-weight:400;
  line-height: 160%;
  color: #fff;
  text-align: left;
}



.s-cennik {margin:30px auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-cennik .title {
  margin: 0 0 20px 0;
  padding: 30px 0 40px 12px;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-cennik .title span {
  display:table;
  float:none;
  clear:both;
  margin: 0;
  font-size:34px;
  font-weight:600;
  line-height: 110%;
}
.s-cennik .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}
.s-cennik .opis-up {
  padding: 10px 15px 0 85px;
  margin: 30px 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;  
 }
 .s-cennik .opis-kontakt {
  padding: 15px 10px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:600;
  line-height: 120%;
  color: #000;
  text-align: left;
}
 .s-cennik .opis-kontakt i {
  display:inline-block;
  width:26px;
  text-align:center;
  padding: 0 5px 0 0;
  margin: 0; 
  font-size:20px;
  color: #1eba5c;
}

.s-cennik .opis-dodatkowy {
  background:#F6F6F6;
  margin: 20px 0 0 0; 
  border-radius:12px;
}
.s-cennik .opis-dodatkowy p {
  padding:40px 30px 20px 30px;
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}


.s-wspolpraca {margin:30px auto 40px auto; padding:30px 0 20px 0; overflow:auto; border-top: 1px solid #969696; }
.s-wspolpraca .title {
  margin: 0 0 10px 0;
  padding: 30px 0 40px 12px;
  font-size:50px;
  letter-spacing: -1px;
  font-weight:600;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-wspolpraca .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}
.s-wspolpraca .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }
@media screen and (max-width: 1000px) {
.s-wspolpraca .opis-title {
  font-size:22px;
  padding: 15px 15px 10px 85px;
 }	
}


.s-kontakt {
background: #303c34 url('../img/sekcja-kontakt-bg.jpg') no-repeat center bottom; background-size:cover;
min-height: 300px;
padding: 50px 0 50px 0;
}
@media screen and (max-width: 1000px) {
	.s-kontakt {
	background: #303c34 url('../img/sekcja-kontakt-bg-sm.jpg') no-repeat right bottom; background-size:cover;
	}
}

.s-kontakt .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:600;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-kontakt .opis {
  padding: 0 20px;
  margin: 10px 10px 0 20px; 
  font-size:18px;
  font-weight:400;
  line-height: 130%;
  color: #fff;
  text-align: left;
  border-left: 2px solid #1fbb5d;
}
.s-kontakt .opis-kontakt {
  padding: 15px 15px;
  margin: 10px 0 0 0; 
  font-size:20px;
  font-weight:600;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.s-kontakt .opis-kontakt i {
  display:inline-block;
  width:26px;
  text-align:center;
  padding: 0 5px 0 0;
  margin: 0; 
  font-size:24px;
  color: #1eba5c;
}



/* POWRÓT DO GÓRY */

.tothetop {
  position:fixed;
  bottom:10px;
  right:10px;
  width:80px;
  height:80px;
}

.tothetop a {
  display:block;
  width:80px;
  height:80px;
  background: url('../img/tothetopimg.png') no-repeat center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tothetop a:hover {
  opacity: 1.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media screen and (max-width: 768px) {
	.menu a.rwd-bar {
	  display:block;
	  float:left;
	  color:#000;
	  text-align: center;
	  text-decoration: none;
	  font-size:26px;
	  margin:37px 0 0 15px;
	  padding: 0;
	}
}


#scroll-to-top{
	display:none;
	position:fixed;
	bottom:15px;
	right:20px;
	opacity:0.8;
}
#scroll-to-top:hover{
	opacity:1;
}
