
.uretim {
    background-color: #762f56;
    color: #ffffff;

    background-color: #163a50;
    background-image: url("res/zemin.png");
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.uretim-foot img {
    display: block;
    width: 100%;
}


.betto-fancybox a {
	outline: none; /* Chrome */
	display: block;
	position: relative;
}

.betto-fancybox a span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(res/video-play.png);
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}


.uretim-nav {
    text-align: right;
    white-space: nowrap;
}
.uretim-nav button {
    margin: 15px 0;
    font: inherit;
    outline: none;
}

.uretim h3 {
	margin: 0;
	padding: 0;
}



.uretim-url {
  display: inline-block;
  box-sizing: border-box;
  padding: 9px 16px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.2);
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.uretim-url:hover {
  background-color: rgba(0,0,0,0.6);
}

