/*
Theme Name: 3DCE Admin Panel
Author: Ahmet Kocabıyık
Author URI: http://www.ahmetkocabiyik.com
Description: Admin Panel Teması
Version: 1.0
*/


/* ==================================================
   Ana Stiller
================================================== */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);



html, body{ height: 100%; }

body
{
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	background: #1c1f25

}

/* ==================================================
   Ana Menü
================================================== */
.sol
{
	width:270px;
	background: #13161c;
	position: fixed;
	height:100%;

}
.tepe
{
	background: #13161c;
	text-align: center;
	padding-bottom: 16px;
}

#logo
{
	display: block;
	
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #1c1f25
}
#anamenu
{
	width: 270px;
    height: 220px;
    
    margin: auto;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;

}
#mobilmenu_div
{
	
}


.cl-effect-2 a 
{
        display:block;
        widows: 100%;
	line-height: 30px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	margin-bottom: 5px

}


.cl-effect-2 a span 
{
	position: relative;
	display: block;
	padding: 0 20px;
        color: #fff;
        
        font-size:12px;
	background: #1c1f25;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cl-effect-2 a span i
{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.cl-effect-2 a.aktif span
{
	color: #333;
	background: #d68e00;
}
.csstransforms3d .cl-effect-2 a span::before 
{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	background: #000;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span 
{
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before 
{
	background: #181e23;
        color:#e7e7e7;
}
#sosyal
{
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
#sosyal a
{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	color:#fff;
	background: #1c1f25;
	font-size: 16px;
	padding: 10px;
	 -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

#sosyal a:hover{
	background:#d68e00;
}

/* ==================================================
   Ana Sayfa Vitrin
================================================== */
.sag
{
	margin-left:270px;
	
}
.wrap_img
{
	max-width: 100%;
	width: 100%;
}
video
{
	width: 100%;
	
}
.resim
{
	position: relative;
	
}

.gradient_baslik
{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width:100%;
	height: 50%;
	bottom: 0px;
	left:0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
    padding: 10px;
    
    color:#fff;

}
.gradient_baslik div
{
	position: absolute;
	bottom:20px;
	left:20px;
}
.resim:hover .gradient_baslik
{
	opacity: 1;
}
.resim:hover img
{
	filter: none;
    -webkit-filter: grayscale(0%);
}
img.grayscale 
{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    filter: url("../img/filters.svg#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%)
     -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.ozet_icerik,.ozet_icerik_mobil
{
	width: 100%;
	height: 100%;

	position: absolute;
	z-index: 1;
	padding: 10px;
	color:#fff;
	margin: auto;
    top: 0; right: 0; bottom: 0; left: 0;
}

.ozet_icerik p
{
	color:#d5d5d5;
}
.vitrin_link
{
	display: inline-block;
	color:#fff;
	
	padding: 5px;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.vitrin_link i
{
	display: inline-block;
	margin-right: 5px
}

.vitrin_link:hover,.vitrin_link:focus
{
	
	color:#d68e00;
	text-decoration: none
	
}

.ozet_icerik_mobil
{
	text-align: center;
	vertical-align: center;
}
.ozet_icerik_mobil h5
{
	display: inline-block;
	
}


/* ==================================================
   Proje Detay
================================================== */
.proje_bilgi
{
	position: fixed;
	left:270px;
	width:270px;
	height: 100%;
	background: #1c1f25;
	color:#fff;
	

}
.proje_bilgi_mobil
{
	background: #1c1f25;
	color:#fff;
}
.prev_next
{
	display: block;
	color:#fff;
	padding: 5px;
	background: #1c1f25;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size:20px;

}
.prev_next:hover,.prev_next:focus
{

	color:#e6b300;
	text-decoration: none;
	background: #fff;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;


}
.musteri_bilgi
{
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 20px;
	color:#333;
	background: #d68e00;
	border-bottom:1px dotted #e6b300;
}
.musteri_bilgi strong
{
	font-weight: 400;
	color:#333;
	display: inline-block;
	width: 60px
}
.resim_tam_boy
{
	display: none;
	text-align: center;
	display: block;
	color:#fff;
	padding: 5px;
	background: #1c1f25;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size:20px;
}
.resim_tam_boy span
{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}
.resim_tam_boy:hover,.resim_tam_boy:focus
{

	color: #e6b300;
	text-decoration: none;
	background: #fff;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;


}

.sag_detay
{
	margin-left:540px;
	background: url(../img/stripe3.png);
	

}
.galeri h5
{
	padding: 10px 20px;
	background: #008e9f
}
.galeri a
{
	display: block;

    
}
.galeri a .cerceve
{
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border:3px solid #fff;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
    
	
}

.galeri a:hover .cerceve,.galeri a.aktif .cerceve
{
	opacity: 1;
}

.galeri a:hover img,.galeri a.aktif img
{
	filter: none;
    -webkit-filter: grayscale(0%);
}

/* ==================================================
   Portfolio
================================================== */
.baslik
{
	display: inline-block;
	width:100%;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	letter-spacing: 20px;
	padding: 10px 20px;
	background: #d68e00;
	color: #fff;
	margin: 0px;
	height: 108px;
	vertical-align: middle;
	padding-top: 40px

}
/* make the well swell */
.well {
	border:none;
	padding: 0px;
	margin: 0px;
}

.item h4 a {
  color: #333;
}

.item img.image {
  max-width: 100%;
  margin-top: 9px;
}

.info {
	padding:4px;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
  
  
/* responsive media queries */

@media (max-width: 768px) {
 

  .isotope .item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  }
}

/* ==================================================
   İletişim
================================================== */
.iletisim_bilgi
{
	color:#fff;
	background: #1c1f25;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-bottom:1px dotted #777;
}
.iletisim_bilgi i
{
	font-weight: 400;
	color:#fff;
	display: inline-block;
	width: 20px
}
#map
{
	position: absolute;
	

}

/* ==================================================
   Responsive
================================================== */

@media (max-width: 992px) {
 

  .sag
  {
  	margin-left: 0px;
  }
}


img.b-loaded 
{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
   
    -webkit-filter: brightness(70%) grayscale(100%);
    -moz-filter: brightness(70%) grayscale(100%);
    -ms-filter: brightness(70%) grayscale(100%);
    -o-filter: brightness(70%) grayscale(100%)
     -webkit-transition: all ease-in-out 1s; /* Safari */
    transition: all ease-in-out 1s;
}

img.b-loaded:hover {
   
    -webkit-filter: brightness(100%) grayscale(0%);
}
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	   -moz-transition: opacity 500ms ease-in-out;
		 -o-transition: opacity 500ms ease-in-out;
			transition: opacity 500ms ease-in-out;
			 max-width: 100%;
			   opacity: 0;
}
.b-lazy.b-loaded {
			   opacity: 1;
}
