@charset "utf-8";
/* CSS Document */

/* Alap button stílus */
a.forrasbutton {
	position: relative;
	display: block;
	margin: 10px auto 20px auto;
	width: 150px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	color: rgba(255,255,255,1);
	background-color: #FF3300;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
a.forrasbutton:hover {

	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);

}
a.forrasbutton.forras-Origo\.hu {
  background-image: url(images/origo-logo.png);
  color: rgba(255,255,255,0);
}

a.forrasbutton.forras-Hvg\.hu {
  background-image: url(images/hvg-logo.png);
  color: rgba(255,255,255,0);
}

a.forrasbutton.forras-Index\.hu {
  background-image: url(images/index-logo.png);
  color: rgba(255,255,255,0);
}

a.forrasbutton.forras-europali\.hu {
	background-image: url(images/europali-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-cyberpress\.hu {
	background-image: url(images/cyberpress-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-Portfolio\.hu {
  background-image: url(images/portfolio-logo.png);
  color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronitema\.hu {
	background-image: url(images/sopronitema-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronkc\.hu {
	background-image: url(images/sopronkc-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-24\.hu {
	background-image: url(images/24hu-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-soproniak\.hu {
	background-image: url(images/soproniak-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-sopronfest\.hu {
	background-image: url(images/sopronfest-logo.png);
	color: rgba(255,255,255,0);
}
a.forrasbutton.forras-szivk\.hu {
	background-image: url(images/szivk-logo.png);
	color: rgba(255,255,255,0);
}

a.forrasbutton.forras-ikvahir\.eu {
	background-image: url(images/ikvahir-logo.png);
	color: rgba(255,255,255,0);
}




/* Shine effect */
a.forrasbutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 40%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}

a.forrasbutton:hover::before {
  left: 130%;	

}
