/* Serpa Yapı Css document 
Author: Selami Öztürk */
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
@font-face {
  font-family: '00619';
  src:url('../fonts/00619.ttf') format('truetype');
}
a:hover {
	text-decoration:none;
	}
body {
	font-family: 'Source Sans Pro', sans-serif;
	}
header {
	background:#000;
	position:relative;
	min-height:60px;
	}
.nav-menu {
	display:block;
	text-align:center;
	list-style:none;
	vertical-align:middle;
	line-height:60px;
	padding:0;
	margin:0;
	}	
.nav-menu li {
	display:inline-block;
	padding:0 10px;
	}
.nav-menu li a {
	color:#fff;
	}
.nav-menu li a:hover {
	text-decoration:underline;
	}			
.social-icons {
	float:right;
	list-style:none;
	position:absolute;
	top:5px;
	right:0;
	}
.social-icons li {
	float:right;
	}
i.icon {
	width:40px;
	height:40px;
	margin:5px;
	display:block;
	transition:opacity ease-in 0.3s;
	}
i.icon:hover {
	opacity:0.6;
	}	
i.icon.instagram {
	background:url(../img/instagram.png) center no-repeat;
	}
i.icon.facebook {
	background:url(../img/facebook.png) center no-repeat;
	}	
i.icon.home {
	background:url(../img/home.png) center no-repeat;
	}
.logo-cnt {
	text-align:center;
	}	
.logo {
	display:inline-block;
	text-align:center;
	padding:50px 0;
	}
.logo-cnt img {
	width:auto;
	}
#main-content {
	border-bottom:2px solid #ddd;
	}	
#slider {
	width:100%;
	padding-bottom:60px;
	}	
.slider div img {
	height:auto;
	width:100%;

	}
.slider > div .caption  {
	position:absolute;
	bottom:0;
	width:inherit;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:5px 15px;
	font-size:22px;
	font-family: 'Quicksand', sans-serif;
	}	
.slider > div .caption span {
	margin-left:10px;
	font-family:'00619';
	font-size:30px;
	}
.about-cnt {
	padding-bottom:80px;
	position:relative;
	}	
.about-cnt img.bg {
	width:100%;
	height:auto
	}
.about-cnt img.circle {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-118px;
	height:236px;
	width:auto;
	}
.about-logo {
	text-align:center;
	margin-top:20px;
	}
.about-logo img {
	height:60px;
	width:auto;
	}
.about-desc {
	padding:0 60px;
	font-size:11px;
	}
.to-top {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-23px;
	bottom:10px;
	transition:bottom ease-in-out .3s;
	}
.to-top:hover {
	bottom:15px;
	}
.to-top-cnt {
	padding:20px 0 40px;
	border-bottom:2px solid #ddd;
	position:relative;
	}	
#mobile-menu-btn {
	display:none;
	margin-top:12px;
	}
.btn.btn-mobile {
	border-radius:0 !important;
	background-color:#fff;
	}	
#urunler h3 {
	text-align:center;
	margin-top:35px;
	}
.urun-grid {
	margin-bottom:20px;
	background-color:#000;
	}
.urun-grid .row, .urun-grid .row > div {
	padding:0;
	position:relative;
	overflow:hidden;
	}
.urun-grid .row.row1  {
	height:254px;
	}
.urun-grid .row.row2 {
	height:172px;
	}
.urun-grid .row.row3 {
	height:210px;
	}
.urun-grid .row.row4 {
	height:196px;
	}
.urun-grid .row > div {
	height:inherit;
	}				
.urun-grid .row > div img {
	width:100%;
	opacity:0;
	transition:opacity ease-in-out .3s;
	display:inline-block;
	}
.urun-grid .row > div figure {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	}	
.urun-grid .row > div .header {
	height:100%;
	width:100%;
	text-align:center;
	display:block;
	background-color:rgba(0,0,0,0);
	transition:background-color ease-in-out .4s;
	}
.urun-grid .row > div .header .header-up-1, .urun-grid .row > div .header .header-up-2 {
	top:33%;
	}	
.urun-grid .row > div .header:hover {
	background-color:rgba(0,0,0,.6);
	}
.urun-grid .row > div .header:hover img {
	opacity:1;
	}		
.urun-grid .row > div .header div {
	position:absolute;
	width:200px;
	top:40%;
	left:50%;
	margin-left:-100px;
	}
.urun-grid .row > div .header div span {
	display:inline-block;
	color:#fff;
	border-bottom:2px solid #fff;
	padding-bottom:4px;
	font-size:14px;
	opacity:.6;
	}				
.urun-grid .row > div {
	background-position:center center;
	background-repeat:no-repeat;
	}					
#iletisim h3 {
	text-align:center;
	margin-top:60px;
	}	
.contact-info-cnt {
	text-align:center;
	}
.contact-info-cnt p {
	margin:0;
	}
#contact-form {
	font-size:11px;
	}	
#gmap {
	width:auto;
	height:320px;
	margin:20px 0;
	}
.ik-link {
	padding-top:36px;
	color:#000;
	display:inline-block;
	}
.ik-link:hover {
	color:#999;
	}	
#contact-form input, #contact-form textarea {
	border-radius:0;
	}
.btn.btn-send {
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-color:#999;
	}
p.count {
	color:#ccc; 
	font:9pt tahoma;
	padding:5px;
	border-radius:0 0 4px 4px;
	}																	
/* Responsive */
@media (min-width:992px) and (max-width:1200px) {
	.about-cnt {
		padding-bottom:120px;
		}
	.urun-grid .row.row1  {
		height:212px;
		}
	.urun-grid .row.row2 {
		height:142px;
		}
	.urun-grid .row.row3 {
		height:176px;
		}
	.urun-grid .row.row4 {
		height:162px;
		}
	.urun-list div img {
		width:88% !important;
		}
	.urun-list div {
		height:220px !important;
		}		
	}
@media (min-width:768px) and (max-width:991px) {
	.about-cnt {
		padding-bottom:140px;
		}
	.urun-grid .row.row1  {
		height:246px;
		}
	.urun-grid .row.row2 {
		height:166px;
		}
	.urun-grid .row.row3 {
		height:204px;
		}
	.urun-grid .row.row4 {
		height:188px;
		}		
	}
@media (max-width:767px) {
	.urun-grid .row > div .header .header-up-1 {
		top:10%;
		}
	.urun-grid .row > div .header .header-up-2 {
		top:30%;
		}		
	.urun-grid .row > div img {
		width:48%;
		}
	.urun-grid .row > div .header div {
		top:40%;
		}	
	.urun-grid .row.row1, .urun-grid .row.row2, .urun-grid .row.row3, .urun-grid .row.row4  {
		height:auto;
		}
	.urun-grid .row.row1 > div, .urun-grid .row.row2 > div, .urun-grid .row.row3 > div, .urun-grid .row.row4 > div  {
		height:172px;
		background-size:100% auto;
		}
	.about-cnt {
		padding-bottom:150px;
		}	
	.about-cnt img.circle {
		height:202px;
		margin-left:-101px;
		}
	#mobile-menu-btn {
		display:block;	
		}
	.nav-menu { display:none; }	
	.mobile-menu {
		display:none;
		text-align:left;
		list-style:none;
		vertical-align:middle;
		line-height:16px;
		padding:8px 0;
		background-color:#000;
		}	
	.mobile-menu li {
		display:block;
		padding:4px 0;
		}
	.mobile-menu li a {
		color:#fff;
		}
	.urun-list div img {
		width:66% !important;
		}
	.urun-list div {
		height:240px !important;
		} 					
	}
@media (max-width:480px) {
	.about-cnt {
		padding-bottom:160px;
		}
	.urun-grid .row > div img {
		width:62%;
		}					
	}
.urun-filter {
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	}	
.urun-filter li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	display:inline-block;
	border-bottom:2px solid #5F5F5F;
	padding-bottom:2px;
	margin:0 10px 10px 10px;
	text-align:center;
	}
.urun-filter li.active {
	border-color:#DBC989;
	}
.urun-filter li a {
	color:#5F5F5F;
	}	
.urun-filter li div {
	margin-bottom:-7px;
	}
.urun-list {
	margin-top:20px;
	}	
.urun-list div {
	margin-bottom:30px;
	overflow:hidden;
	text-align:center;
	}	
.urun-list div img {
	width:100%;
	height:auto;
	}																					