@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFF;}

.kutu img {
	
	border-radius:100%;
	border:3px solid #FF4959;}
.orta {
	background-image:url(../resimler/orta.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin-top:30px;
	border-top:#FF4959 solid 2px;
	border-bottom:#FF4959 solid 1px;}
.slide {
	z-index:1;
	margin-top:-100px;
	border-bottom:#FF4959 solid 1px;
	}
.alt {
	background-color:#1A1918;
	color:#CCC;
	border-top:#FF4959 solid 3px;}
.alt p{
	font-size:12px;
	font-weight:200;}
.alt h3 {
	font-weight:200;}
.alt a {
	color:fff;}
.alt a:hover {
	color:fff;}
.galeri {
	padding:10px;}
.urunbaslik {
	background-color:#FF4959;
	color:#FFF;
	border-top:2px solid #00F;}
.orta-beyaz {
	background-color:#fff;
	color:#000;
	padding:10px;
	margin-top:30px;}
.bastir {
	margin-bottom:20px;
	font-weight:200;
	  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;}
.bastir h3 {
	font-weight:200;}
.bastirr {
	margin-bottom:20px;
	font-weight:200;}
.bastir img{
	border:3px solid #FF4959;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;}
.bastir img:hover {border:15px solid #FF4959;
	opacity:0.7;}	


	
.bastirr h3 {
	font-weight:200;}
.bastirr img{
	border:3px solid #FF4959; }
.beyaztext {}
.beyaztext a{
	color:#FFF;}
.beyaztext a:hover {
	color:#FF4959;}
.siyahtext {
	}
.siyahtext a{
	color:#000;
	font-weight:bold;
	text-decoration:none;}
.siyahtext a:hover {
	color:#FF4959;
	}
.siyahtext ul {
	width:100%;
	margin-left:-40px;}
.siyahtext ul li{

	display:block;
	height:30px;
	line-height:30px;
	padding-left:5px;}
.siyahtext ul li a{
	color:#FF4959;
	font-weight:200;
	font-size:16px;
	text-decoration:none;}
.siyahtext ul li a:hover {
	color:#FF4959;
	}
.serit {
	background-color:#FF4959;
	color:#FFF;
	padding:5px;
	margin-bottom:30px;
	text-align:left;
	font-size:20px;
	font-weight:200;}
.alan {
	margin:5px;}

.slayt {
	margin-top:110px;
	margin-bottom:-20px;}
.grow {

  overflow: hidden;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
 
.grow:hover {
	opacity:0.4;
	-webkit-transform:scale(1.30); /* Safari and Chrome */
    -moz-transform:scale(1.30); /* Firefox */
    -ms-transform:scale(1.30); /* IE 9 */
    -o-transform:scale(1.30); /* Opera */


	
	
}
.altref {
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;}
.altref:hover {
	margin-top:-5px;
}
.topust {
	color:#FFF;
	background-color:#1A1918;
	height:30px;
	line-height:30px;
	border-bottom:3px solid #FF4959;
	margin-top:-20px;
	margin-bottom:10px;
	font-weight:200;
	font-size:12px;}
.alt h4{
	font-weight:200;}
.inceyazi {
	font-weight:200;
	font-size:30px;}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}