* {
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	background-color:white;
}
.row{
	max-width:1600px;
	display:block;	
	margin:auto;
}

.row::after {
  	content: "";
  	clear: both;
  	display: table;
}

.shadow {
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.border {
	border: 1px solid #E2E2E2;
}

.anasayfa-img {
	width:23%; 
	height:23%; 
	padding:10px;
}

.anasayfa-img:hover {
	border:1px solid #ffffff;  
}

div.desc {
  padding: 6px 6px;
  text-align: center;
}
.img_kutu {
  margin-top:5px;
  padding: 10px 6px;
  float: left;
  width: 24.666%;
}
div.img-gallery {
  border: 1px solid #ccc;
}

div.img-gallery:hover {
  border: 1px solid #777;
}

/* The Image */
div.img-gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

[class*="col-"] {
  	float: left;
  	padding: 10px;
}

.icerik-cerceve {
  	max-width:1200px;
  	display:block;
  	width:100%;
  	margin:auto;  	
}

/*lightbox*/
#Galeri {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#Galeri:hover {opacity: 0.7;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(203,203,203,0.90); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.siparis {
  border-radius: 8px;
  background-color: #157F15;
  border: 1px solid #C4C4C4;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-weight:bold;
}

.siparis:hover {
  background-color: #007CFF;
  color:#ffffff;  
}

.satir_baslik {
  width:120px;
  font-size:100%;
  font-weight:bold;
  padding-top:8px;
  vertical-align:center;	
}

.satir_son {
  width:200px;
  text-transform:capitalize;
  padding-top:8px;
  color:blue;
  font-size:100%;	
}


/*joyful*/

.mySlides {display:none;}

input[type=submit] {
  	background-color: #3CBC8D;
  	color: white;
  	width:100px;
	text-align:center;
	
}

