.bew_for {
	margin-top: 55px;
	margin-bottom: 55px;
	padding: 10px 10px 10px 10px;
}

@media (max-width: 700px) {
	.bew_for {
		margin-top: 110px;
		margin-bottom: 110px;

	}	
}


.bew_for textarea {
	margin: 10px auto; 	
	display: block;
	width: 70%;
	height: 700px;
	background: rgba(255,255,255, 0.3);
}

.bew_for input, .lspacing {
	margin-left: 15%;
}

.bew_for input {
		display: inline-block;
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.53;
  padding: 11px 0px;
  text-align: left;
  border: 1px solid rgb(36, 36, 36);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 400px;
  outline-color: rgb(36, 36, 36);	
}


.bgenres {
	margin-left: 7.5%;
}


.bgenres ul {
	list-style: none;

}

.bgenres p {
       -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.bgenres li:hover p {
	font-size: 16pt;
	padding-left: 5%;

}


.Legal_INF {
	height: 40px;
}

.FBk {
	margin-bottom: 10px;

}


.Legal_INF a {
	color: rgb(36,36,36);
}

button {
	width: auto;
	border: 2px solid rgb(36,36,36);
    color: rgb(36,36,36);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */ 
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: transparent;
}

button:hover {
	background-color: rgb(72, 72, 72);
	color: white;
}
