/*
Theme Name: Coder.Ceo Sohbetet.Net Teması
Theme URI: https://coder.ceo/sohbetet
Author: Coder.Ceo Ali Bozkurt
Author URI: https://coder.ceo
Description: 2016 Temmuz ayında kodlanmaya başlayan wordperss sohbetet.net teması.
Version: 1.0
License: Coder.Ceo Licence Sohbetet Teması
License URI: htts://coder.ceo/licenses/sohbetet
Tags: chat teması, sohbet teması, sohbet chat, wordperss sohbet teması
Merhaba, coder.ceo wordpress sohbet teması ürünlerinden Sohbetet.Net sürümünü kullanıyorsunuz. Destek ve detaylı bilgi için info@coder.ceo adresine email gönderiniz.
*/
@charset "utf-8";
/* Sohbetet.Net CSS Document */
/* Coder Ali Bozkurt */
body {
	background:#aadfee;
  	}
@media (min-width: 768px) {
  body {
	  background: url(images/bg-left.png) no-repeat #aadfee;
	background-position:left top;
  }
}
h1{font: bold 21px/21px 'Open Sans', sans-serif; color:#000;}
h2{font: bold 21px/21px 'Open Sans', sans-serif; color:#000;}
h3{font: bold 20px/20px 'Open Sans', sans-serif; color:#000;}
h4{font: bold 19px/19px 'Open Sans', sans-serif; color:#000;}
h5{font: bold 18px/18px 'Open Sans', sans-serif; color:#000;}
h6{font: bold 16px/16px 'Open Sans', sans-serif; color:#000;}
p{font-family: 'Open Sans', sans-serif; font-size:15px; color: #666;margin: 0 0 5px;}
.p0 {padding-left:0px;padding-right:0px;}
.ortala {margin: 0 auto;}
a{-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration: 0.3s;}
.ust-link{
	font-family: "Oswald", sans-serif;
	width:230px;
	height:50px;
	float:left;
	font-size:16px;
	}
@media (min-width: 368px) {
  .ust-link {
	  margin-left:60px;
  }
}
.ustlinkbox{
	float:left;
	width:65px;
	height:35px;
	border-radius:38px;
	border:3px dashed #0176bb;
	margin-left:10px;
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	padding-top:3px;
	text-align:center;
	color:#fe6407;
	background:#FFF;
	}
.ustlinkbox1{
	width:65px;
	border:3px dashed #fd7a22;
	color:#fd7a22;
	padding-left:20px;
	}
.ustlinkbox2{
	width:65px;
	border:3px dashed #b30b0a;
	color:#b30b0a;
	padding-top:5px;
	}
.ustlinkbox2 a{
	color:#b30b0a;
	}
.ustlinkbox2 a:hover{
	opacity:0.9;
	text-decoration:none;
	}
	
#toggle {
  display: block;
  width: 18px;
  height: 5px;
  margin-top:10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
}
#toggle span:after{
  top: 5px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 4px;
  background-color: #fd7a22;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(2px, 2px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}


/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(2px, 2px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: relative;
  color: #000;
  width: 100px;
  padding: 10px;
  margin-top:40px;
  font-family: 'Francois One', sans-serif;
  text-align: center;
  border-radius: 4px;
  background: #fd7a22;
  opacity:0;
  visibility: hidden;
  transition: opacity .4s;
  z-index:999;
  margin-left:-38px;
  border: 8px solid #FFF;
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
 font-size:12px;
 border-bottom-left-radius:20px;
 border-bottom-right-radius:20px;
}
#menu ul.children {
    padding: 0px 0px 0px 0px !important;
}
#menu:after {
  position: absolute;
  top: -15px;
  left:25px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fd7a22;
}
#menu ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  padding: 5px;
  color: #FFF;
  text-decoration: none;
  transition: all .2s;
  
}
#menu li a:hover,
#menu li a:focus {
	opacity:0.7;
  color: #fff;
  text-decoration:none;
}

.ust-box{
	min-height:160px;
	background:#FFF;
	background-position: right;
	border-top-left-radius:40%;
	border-top-right-radius:40%;
	margin-top:90px;
	border-bottom:none;
	}
.orta-box{
	min-height:600px;
	background:#FFF;
	}
.menu{
	width:250px;
	min-height:50px;
	margin:auto;
	}

@media (min-width: 768px) {
  .menu {
	  width:750px;
  }
}
.menu ul li {
   height: 50px;
   width:100px;
   display: block;
   color:#FFF;
   position: relative;
   z-index: 100;
   float:left;
   margin-left:30px;
}
.menu li a {
	font: 3vh/1 Anchor, Impact, sans-serif;
     color: #fff;
     display: block;
     height: 40px;
	 width:120px;
     z-index: 100;
     text-decoration: none;
     text-transform: uppercase;
     overflow: hidden;
     text-shadow: rgba(0,0,0,0.3) 1px 1px;
	 border-radius:28px;
	 text-align:center;
	 box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	 padding-top:5px;
	 
}
.menu ul li:nth-child(1) a {
    background: #CCC;
	border: 4px solid #FFF;
  }
  @media (min-width: 768px) {
  .menu ul li:nth-child(1) a {
	 -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
	margin-top:4px;
  }
}
.menu ul li:nth-child(2) a {
    background: #ff6000;
	border: 4px solid #FFF;
  }
.menu ul li:nth-child(3) a {
    background: #654b6b;
	border: 4px solid #FFF;
  }
.menu ul li:nth-child(4) a {
    background: #b2d231;
	border: 4px solid #FFF;
  }
 @media (min-width: 768px) {
  .menu ul li:nth-child(4) a {
	 -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
.menu ul li:nth-child(5) a {
    background: #bd2a4e;
	border: 4px solid #FFF;
  }
 @media (min-width: 768px) {
  .menu ul li:nth-child(5) a {
	-webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
	margin-top:4px;
  }
}
.menu-i {
	width:61px;
	min-height:55px;
	text-align:center;
	background:url(images/menu-i.png) no-repeat;
	background-position:center;
	font-size:11px;
	background-size:cover;
	padding-top:2px;
	font-family: "Oswald", sans-serif;
	}
.menu-alt{
	-webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-iteration-count: 1;
	}
.ekle{
	width:260px;
	min-height:90px;
	float:left;
	background:url(images/ekle-bg.png) no-repeat;
	background-position:left top;
	background-size:contain;
		-webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
	}
.eklebox{
	font-family: "Oswald", sans-serif;
	float:left;
	margin-left:6px;
	color:#FFF;
	text-align:center;
	padding:10px;
	font-size:14px;
	}
.eklebox a{
	color:#FFF;
	}
.eklebox a:hover{
	text-decoration:none;
	}
.ust-linkler{
	position:relative;
	width:180px;
	min-height:60px;
	margin:auto;
	margin-bottom:25px;
	}
@media (min-width: 992px) {
  .ust-linkler {
	  width:440px;
	  margin-left:30px;
  }
}

.ust-linkler a:hover {
	opacity:0.9;
	text-decoration:none;
  }
.ust-linkler-box{
	 font-family: "Oswald", sans-serif;
	float: left;
    width: 55px;
    height: 55px;
    border-radius: 60%;
    text-align: center;
    padding-top: 6px;
    color: #CCC;
	background:#FFF;
	border: 3px dashed #CCC;
	font-size:12px;
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
.ust-linkler-box a{
	color:#CCC;
	}
.ust-linkler-box1{
	border: 3px dashed #ff6000;
	margin-left: 5px;
	color:#ff6000;
	background:#FFF;
	}
.ust-linkler-box1 a{
	color:#ff6000;
	}
.ust-linkler-box2{
	border: 3px dashed #654b6b;
	margin-left:5px;
	color:#654b6b;
	background:#FFF;
	}
.ust-linkler-box2 a{
	color:#654b6b;
	}
.ust-linkler-box3{
	border: 3px dashed #b2d231;
	color:#b2d231;
	margin-left: 5px;
	background:#FFF;
	}
.ust-linkler-box3 a{
	color:#b2d231;
	}

.ust-linkler-box4{
	border: 3px dashed #bd2a4e;
	color:#bd2a4e;
	margin-left: 5px;
	background:#FFF;
	}
.ust-linkler-box4 a{
	color:#bd2a4e;
	}

.site-search{
	font: 2vh/1 Anchor, Impact, sans-serif;
	width:132px;
	height:50px;
	margin:auto;
	}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
input[type=search] {
	background: #FFF url(images/search-icon.png) no-repeat 9px center;
	padding: 9px 10px 9px 32px;
	width: 130px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	border: 2px dashed #000;
	
}
input[type=search]:focus {
	width: 130px;
	background:#FFF;
	border: 2px dashed #ff6000;
	
}
input:-moz-placeholder {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
.logo{
	margin-top:5px;
	}
@media (min-width: 1200px) {
  .logo {
	  margin-left:40px;
  }
}
.reklamust{
	width:728px;
	height:90px;
	
	
	text-align:center;
	}
.slogan{
	width:300px;
	height:300px;
	margin:auto;
	background: #aadfee;
	border-radius:60%;
	-webkit-box-shadow: 10px 5px 5px -10px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 5px 5px -10px rgba(0,0,0,0.3);
box-shadow: 10px 5px 5px -10px rgba(0,0,0,0.3);
border:3px dashed #FFF;
border-left:1px dashed #aadfee;
	}
.slogan h1 {
	font: 7vh/1 Anchor, Impact, sans-serif;
	color: #FFF;
 text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
    text-align:center;
	margin-top:14px;
	}
@media (min-width: 992px) {
  .slogan {
	  width:310px;
	  height:310px;
	  margin-top:20px;
	  margin-left:-40px;
	  float:left;
  }
}
@media (min-width: 992px) {
  .slogan h1 {
	  font: 8vh/1 Anchor, Impact, sans-serif;
  color: #FFF;
 text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
    text-align:center;
	
  }
}

.slogan h1 > span {
	color:#ff6000;
	
	  
  }
 .slogan  i {
	font: 5vh/1 Anchor, Impact, sans-serif;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
  }
.slogan  p {
	font-family: "Oswald", sans-serif;
	text-align:center;
	color:#000;
	font-size:21px; 
  }
 .slogan p > span {
	color:#b30b0a;
  }
 .slogan p > i {
	font: 3vh/1 Anchor, Impact, sans-serif;
  }
@media (min-width: 992px) {
  .slogan  p {
	 font-family: "Oswald", sans-serif;
    text-align:center;
	margin-top:-10px;
  }
}
.chatboxlar{
	width:98%;
	height:160px;
	margin:auto;
	}
@media (min-width: 1200px) {
  .chatboxlar{
	margin-left:-50px;
  }
}
@media (min-width: 768px) {
  .chatboxlar {
	width:530px;
	height:50px;
  }
}
.chatbox{
	width:150px;
	height:42px;
	margin:auto;
	border-radius:38px;
	border:2px dashed #FFF;
		box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
		background-color:#0176bb;
		margin-bottom:10px;
	}
@media (min-width: 768px) {
  .chatbox {
	  float:left;
	  margin-left:15px;
  }
}
.chatbox1{
	border:2px dashed #FFF;
	background-color:#ff6000;
	}
.chatbox2{
	border:2px dashed #FFF;
	background-color:#b30b0a;
	}
.chat-icon{
	float:left;
	margin-left:15px;
	width:28px;
	height:28px;
	border-radius:60%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background:#FFF;
	margin-top:4px;
	text-align:center;
	padding-top:5px;
	}
.loginbox{
	font-family: "Oswald", sans-serif;
	float:left;
	margin-left:5px;
	width:90px;
	height:25px;
	background:none;
	border-radius:26px;
	text-align:center;
	margin-top:8px;
	}
.input{
	width:90px;
	height:22px;
	border-radius:38px;
	background:none;
	border:none;
	text-align:left;
	padding-left:10px;
	outline:none;
	padding-top:0px;
	}
.bagla{
	font-family: "Oswald", sans-serif;
	background:none;
	border:none;
	color:#FFF;
	outline:none;
	margin-left:10px;
	margin-top:8px;
	font-size:16px;
	float:left;
	}
.chatboxlar input:-moz-placeholder {
	color: #FFF;
}
.chatboxlar input::-webkit-input-placeholder {
	color: #FFF;
}
.odalarim{
	width:100%;
	min-height:170px;
	margin:auto;
	border-top:none;
	border-radius:22px;
	margin-bottom:35px;
	
	}
@media (min-width: 1200px) {
  .odalarim{
	margin-left:-50px;
  }
}
@media (min-width: 992px) {
  .odalarim{
	 width:528px;
	min-height:170px;
  }
}
@media (min-width: 768px) {
  .odalarim{
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	background-color:#fd7a22;
	border:4px dashed #FFF;
	border-top:none;
  }
}
.odalarbox{
	float:left;
	width:105px;
	height:30px;
	border-radius:28px;
	border:2px dashed #eeeeee;
	margin-left:10px;
	text-align:left;
	padding-top:3px;
	margin-bottom:10px;
	font-size:12px;
	padding-left:10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background:#FFF;
	}
@media (min-width: 768px) {
  .odalarbox{
	margin-left:20px;
	border:2px dashed #CCC;
  }
}
	

.group-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align:middle;
  cursor: pointer;
}

.group-checkbox i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  vertical-align:bottom;
}

.group-checkbox input {
  position: absolute;
  top: 0; left: 0;
  margin: 0;
  opacity: 0;
  z-index: -1;
}

.group-checkbox input:checked ~ i:after {
  content: '\2713';
  position: absolute;
  top: 4px; left: 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #CCC;
}

.group-checkbox input:checked ~ i {
  border-color: #CCC;
}

.checked {
  position: relative;
  color: #ff9900;
  text-decoration: line-through;
}
.mirc{
	width:98%;
	min-height:60px;
	margin:auto;
	padding-top:5px;
	text-align:center;
	border-radius:26px;
	padding-left:35px;
	padding-right:35px;
	border:3px dashed #CCC;
	background: url(images/mirc.png) no-repeat;
	background-position:left top;
	font-weight:bold;
	color:#000;
	font-size:12px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-left-radius:100%;
	border-bottom-right-radius:100%;
box-shadow:  0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
margin-bottom:35px;
	}
@media (min-width: 1200px) {
  .mirc{
	margin-left:-50px;
  }
}
@media (min-width: 768px) {
  .mirc{
	width:530px;
  }
}
.mirc span{
	font-family: "Oswald", sans-serif;
	color:#bd2a4e;
	font-size:16px;
	}
.mirc i{
	color:#bd2a4e;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	font-size:20px;
	}
.mirc a{
	color:#bd2a4e;
	}
.mirc a:hover{
	opacity:0.7;
	text-decoration:none;
	}
.mobil-alan{
	width:98%;
	min-height:100px;
	margin:auto;
	
	background:none;
	}
@media (min-width: 1200px) {
  .mobil-alan{
	width:325px;
	height:364px;
	margin-left:-100px;
	background:url(images/bg-right.png) no-repeat;
	background-position:right;
	margin-top:5px;
  }
}
.mobilbox{
	width:275px;
	min-height:100px;
	margin:auto;
	text-align:center;
	}
.mobilbox i{
	font-size:30px;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
.mobilbox p {
	padding-top:10px;
	font-size:13px;
	padding-bottom:10px;
	}
.mobilbox h2{
	width:150px;
	height:40px;
	border-radius:26px;
	border:2px dashed #FFF;
	background:#aadfee;
	padding-top:7px;
	text-align:center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	color:#000;
	font-size:18px;
	margin:auto;
	}
.m-box{
	font-family: "Oswald", sans-serif;
	width:180px;
	height:35px;
	border-radius:26px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	margin:auto;
	margin-bottom:13px;
	color:#000;
	text-align:left;
	padding-top:6px;
	padding-left:35px;
	font-size:13px;
	border:2px dashed #CCC;
	}
.m-box i{
	font-size:18px;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
.blogdan{
	width:293px;
	height:377px;
	margin:auto;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:2px dashed #0176bb;
	background-color: #0176bb;
	border-radius:26px;
	margin-bottom:25px;
	}
.blogdan1{
	background:#ff6000;
	border:2px dashed #ff6000;
	}
.blogdan2{
	background:#b30b0a;
	border:2px dashed #b30b0a;
	}
.blogdanbox{
	float:left;
	margin-left:5px;
	}
.blogdanbox img {
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:3px solid #FFF;
	}
.blogdanbox-title{
	font-family: "Oswald", sans-serif;
	width:160px;
	height:25px;
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
	}
.blogdanbox a{
	color:#FFF;
	}
.blogdanbox a:hover{
	color:#FFF;
	opacity:0.9;
	text-decoration:none;
	}
.blogdanbox-yazi{
	width:160px;
	min-height:25px;
	}
.blogdanbox-yazi p{
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding-left:5px;
	}
.blogdanbox-inf{
	font-family: 'Open Sans', sans-serif;
	float:left;
	margin-left:3px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius:26px;
	width:60px;
	height:20px;
	text-align:center;
	font-size:11px;
	padding-top:3px;
	background-color:#FFF;
	color:#000;
	}
.blogdanbox-inf a{
	color:#000;
	}
.blogdanbox-inf a:hover{
	color:#333;
	}
.blogdanbox-inf i{
	color:#CCC;
	}
.blogdanbox-inf1{
	background-color:#FFF;
	color:#000;
	}
.blogdanbox-inf2{
	background-color:#FFF;
	color:#000;
	}
.alt-box{
	min-height:310px;
	background:#FFF;
	border-bottom-left-radius:40%;
	border-bottom-right-radius:40%;
	}
.yorum-title{
	width:155px;
	height:35px;
	margin:auto;
	text-align:center;
	border-radius:26px;
	border:1px dashed #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background: #0176bb;
	}
.yorum-title h3{
	font-size:16px;
	margin-top:7px;
	text-align:center;
	color:#FFF;
	}
.y-yorum{
	position:relative;
	width:220px;
	min-height:100px;
	margin:auto;
	}
	
.y-yorum  li a {
	height:30px;
	font-family: "Oswald", sans-serif;
	font-size:11px;
  list-style: none;
  padding-top:7px;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  border-radius:15px;
  color:#FFF;
  margin-bottom:10px;
  margin-top:10px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	border:1px dashed #0176bb;
	background:#0176bb;
}
@media (min-width: 300px) {
  .y-yorum  li a {
	  margin-left:-50px;
	  
	 
  }
}
.y-yorum li a:hover,
.y-yorum li a:focus {
	opacity:0.7;
  color: #FFF;
  text-decoration:none;
}
.sayfa-title{
	width:135px;
	height:35px;
	margin:auto;
	text-align:center;
	border-radius:26px;
	border:1px dashed #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background: #ff6000;
	margin-bottom:10px;
	}
.sayfa-title h3{
	font-size:16px;
	margin-top:7px;
	text-align:center;
	color:#FFF;
	}
.sayfa{
	width:270px;
	min-height:130px;
	margin:auto;
	}
.sayfabox{
	font-family: "Oswald", sans-serif;
	width:250px;
	height:34px;
	margin:auto;
	background:#ff6000;
	border-radius:26px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding-top:8px;
	margin-bottom:10px;
	}
.sayfabox a{
	color:#FFF;
	}
.sayfabox a:hover{
	opacity:0.8;
	text-decoration:none;
	}
.sayfabox-inf{
	font-family: 'Open Sans', sans-serif;
	width:220px;
	min-height:100px;
	color:#333;
	font-weight:bold;
	}
.sayfabox-inf  li a {
	width:190px;
	height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
  list-style: none;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  border-radius:15px;
  margin:auto;
  color:#000;
  margin-bottom:8px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	border:1px dashed #CCC;
}

.sayfabox-inf li a:hover,
.sayfabox-inf li a:focus {
	opacity:0.7;
  color: #CCC;
  text-decoration:none;
}
.site-title{
	width:135px;
	height:35px;
	margin:auto;
	text-align:center;
	border-radius:26px;
	border:1px dashed #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background: #b30b0a;
	margin-bottom:20px;
	}
.site-title h3{
	font-size:16px;
	margin-top:7px;
	text-align:center;
	color:#FFF;
	}
.site-inf{
	font-family: 'Open Sans', sans-serif;
	width:235px;
	min-height:120px;
	margin:auto;
	text-align:center;
	color:#000;
	font-size:13px;
	
	}
.footer-alt{
	
	height:140px;
	float:right;
	text-align:center;
	font-size:16px;
	}

@media (min-width: 768px) {
  .footer-alt {
	 width:410px;
	 background:url(images/footer_alt.png) no-repeat;
	background-position:top;
	background-size:contain;
	  -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
	margin-top:-54px;
	 
  }
}
.footer-altbox{
	width:255px;
	height:140px;
	margin:auto;
	text-align:center;
	font-size:16px;
	}
@media (min-width: 768px) {
  .footer-altbox {
	-webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.sosyalbox{
	width:40px;
	height:40px;
	border-radius:60%;
	border:5px solid #3b5998;
	background-color:#FFF;
	color:#3b5998;
	float:left;
	margin-left:6px;
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	padding-top:6px;
	margin-top:10px;
	}
@media (min-width: 992px) {
  .sosyalbox {
	margin-top:-15px;
  }
}
.sosyalbox a {
	color:#3b5998;
  }
.sosyalbox1{
	border:5px solid #32cdfd;
	color:#32cdfd;
	}
.sosyalbox1 a {
	color:#32cdfd;
  }
.sosyalbox2{
	border:5px solid #cf1515;
	color:#cf1515;
	}
.sosyalbox2 a {
	color:#cf1515;
  }
.sosyalbox3{
	border:5px solid #b2d231;
	color:#b2d231;
	}
.sosyalbox3 a {
	color:#b2d231;
  }
.alt-inf{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	min-height:50px;
	color:#000;
	font-size:11px;
	text-align:center;
	margin-left:-25px;
	}
.nerede{
	font-family: 'Open Sans', sans-serif;
	width:98%;
	height:36px;
	background:#aadfee;
	border-top-right-radius:26px;
	border-bottom-right-radius:26px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:12px;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
@media (min-width: 992px) {
  .nerede {
	width:400px;
  }
}
.breadcrumb {
	font-family: 'Open Sans', sans-serif;
  padding: 10px 5px;
  margin-bottom: 2px;
  list-style: none;
  background:none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  display: inline-block;
  color:#000;
}
.breadcrumb > li a:hover {
	text-decoration:none;
	opacity:0.9;
}
.breadcrumb > li + li:before {
  height:100px;
  padding: 0 5px;
  color: #FFF;
  content: '\e882';
  font-family: 'fontello';
}
.breadcrumb > .active {
  color: #FFF;
  font-size:11px;
}



.manset{
	position:relative;
	width:100%;
	height:358px;
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:3px dashed #aadfee;
	border-radius:6px;
	margin-bottom:50px;
	}
	@media (min-width: 1200px) {
  .manset {
	width:750px;
  }
}
@media (min-width: 922px) {
  .manset {
	  margin-left:13px;
  }
}

 .manset-ic{
	position:absolute;
	width:343px;
	height:352px;
	margin-left:-343px;
	background: url(images/manset-bg.png) no-repeat;
	background-size:cover;
border-bottom-right-radius:1px;
border-top-right-radius:1px;
z-index:1;
padding-top:15px;
	}
.manset-haber{
	position:relative;
	width:100%;
	height:160px;
	float:left;
	background: -moz-linear-gradient(top,  rgba(18,89,199,0.0) 0%, rgba(170,223,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(18,89,199,0.0) 0%,rgba(170,223,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(18,89,199,0.0) 0%,rgba(170,223,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff8300',GradientType=0 ); /* IE6-9 */
	margin-top:-160px;
	border-top-right-radius:10px;
	}
.manset-haber-title h1{
	font-family: 'Open Sans', sans-serif;
	width:310px;
	min-height:35px;
	text-align:center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	  color:#FFF;
	  font-size:22px;
	  padding:8px;
	  font-weight:bold;
	}
.manset-haber-title a{
	color:#FFF;
	}
.manset-haber-title a:hover{
	opacity:0.8;
	text-decoration:none;
	}
.manset-haber-ic{
	width:320px;
	min-height:90px;
	margin-left:15px;
	text-align:center;
	}
.manset-haber-ic p{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	}
.mansetbox{
	float:left;
	}
.manset-yazi{
	width:270px;
	height:300px;
	float:right;
	}
.manset-yazi-box{
	float:left;
	}
.manset-yazi img{
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:4px solid #aadfee;
	margin-bottom:20px;
	}
.manset-yazi-title{
	font-family: "Oswald", sans-serif;
	width:260px;
	height:25px;
	margin:auto;
	text-align:center;
	font-size:16px;
	color:#000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.manset-yazi-title a{
	color:#000;
	}
.manset-yazi-title a:hover{
	opacity:0.8;
	text-decoration:none;
	}
.manset-yazi-ic{
	width:260px;
	min-height:100px;
	margin:auto;
	text-align:center;
	margin-bottom:15px;
	}
.manset-yazi-ic p{
	font-size:13px;
	}
.manset-yazi-inf{
	width:240px;
	height:70px;
	margin:auto;
	margin-bottom:30px;
	}

.manset-yazi-infbox{
	font-family: 'Open Sans', sans-serif;
	width:75px;
	height:26px;
	float:left;
	margin-left:5px;
	background:#FFF;
	border-radius:22px;
	border:2px dashed #aadfee;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	color:#000;
	font-size:10px;
	text-align:center;
	padding-top:4px;
	font-weight:bold;
	}
.manset-yazi-infbox a{
	color:#000;
	}
.manset-yazi-infbox a:hover{
	opacity:0.8;
	text-decoration:none;
	}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
		
		  
}
 
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 70%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
 
}
.carousel-indicators li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius:60%;
  box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:4px solid #FFF;
	background-color:#ff6000;
}
.carousel-indicators .active {
  width: 29px;
  height: 29px;
  margin: 0;
  background-color: #aadfee;
}
.carousel-caption {
  position:absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 16;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption1 {
  position:absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 16;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  
}
.carousel-caption1 .btn {
  text-shadow: none;
}


.sonblogdan{
	width:97%;
	min-height:200px;
	margin:auto;
	
	}
@media (min-width: 1200px) {
  .sonblogdan {
	width:750px;
	float:left;
  }
}
.sonblogdanbox{
	width:300px;
	min-height:200px;
	margin:auto;
	margin-left:7px;
	margin-bottom:35px;
	}
.sonblogdanbox a{
	color:#000;
	}
.sonblogdanbox a:hover{
	color:#CCC;
	text-decoration:none;
	opacity:0.9;
	}
@media (min-width: 1200px) {
  .sonblogdanbox {
	  margin-left:45px;
  }
}
@media (min-width: 763px) {
  .sonblogdanbox {
	  float:left;
  }
}
.sonblogdanbox img{
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	margin-bottom:10px;
	}
.sonblogdanbox p{
	font-size:13px;
	text-align:center;
	padding:4px;
	}
.bl-box-title {
	font-family: 'Open Sans', sans-serif;
	width:280px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#000;
	text-align:center;
	text-shadow: rgb(204, 204, 204) 2px 1px 2px;
	margin-bottom:10px;
	}
.bl-box-inf{
	width:300px;
	min-height:55px;
	margin-bottom:10px;
	margin:auto;
	}

.bl-box-infbox{
	font-family: 'Open Sans', sans-serif;
	width:70px;
	height:24px;
	float:left;
	margin-left:5px;
	background:#FFF;
	border-radius:22px;
	border:2px solid #aadfee;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	color:#000;
	font-size:10px;
	text-align:center;
	padding-top:4px;
	font-weight:bold;
	
	font-weight:bold;
	}
.bl-box-infbox1{
	border:2px solid #ff6000;
	}
.bl-box-infbox2{
	border:2px solid #0176bb;
	}
.bl-box-infbox3{
	border:2px solid #b30b0a;
	}
.reklam-300x600{
	width:300px;
	height:600px;
	margin:auto;
	
	margin-bottom:15px;
	}
.pop-box{
	width:300px;
	min-height:400px;
	margin:auto;
	}
.pop-box-title h2{
    font-family: 'Open Sans', sans-serif;
	width:190px;
	min-height:55px;
	margin:auto;
	box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:8px solid #FFF;
	background-color:#654b6b;
	border-radius:38px;
	font-size:18px;
	text-align:center;
	padding-top:9px;
	color:#FFF;
	margin-bottom:30px;
	}
.p-blogdanbox{
	float:left;
	margin-left:5px;
	
	}
.p-blogdanbox img {
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:3px solid #FFF;
	}
.p-blogdanbox-title{
	font-family: "Oswald", sans-serif;
	width:160px;
	height:25px;
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
	}
.p-blogdanbox a{
	color:#000;
	}
.p-blogdanbox a:hover{
	color:#CCC;
	opacity:0.9;
	text-decoration:none;
	}
.p-blogdanbox-yazi{
	width:160px;
	min-height:25px;
	}
.p-blogdanbox-yazi p{
	text-align:center;
	color:#000;
	font-size:11px;
	padding-left:5px;
	}
.tweet{
	width:300px;
	min-height:300px;
	margin:auto;
	}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius:4px;
  box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ff6000;
  text-decoration: none;
  background-color: #fff;
  border:none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #ff6000;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.icerik-alanim{
	width:98%;
	min-height:200px;
	margin:auto;
	}
.titlem h1{
	 font-family: 'Open Sans', sans-serif;
	 padding-left:15px;
	 text-shadow: rgb(204, 204, 204) 2px 1px 2px;
	}
.icerik-alanim img{
	float:left;
	padding:10px;
	border-radius:10px;
	}
@media (min-width: 768px) {
  .icerik-alanim img {
	  margin-left:15px;
	  margin:15px;
	  box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
  }
}
.icerik-alanim p{
	padding:5px;
	}

.paylas{
	position:relative;
	width:98%;
	min-height:60px;
	margin:auto;
	}

@media (min-width: 768px) {
  .paylas {
	  width:650px;
	  margin-top:15px;
  }
}
.paylasinf{
	font-family: 'Open Sans', sans-serif;
	width:115px;
	height:20px;
	margin-bottom:30px;
	font-size:16px;
	font-weight:bold;
	padding-left:25px;
	float:left;
	margin-top:6px;
	}
.paylasinf i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	color:#ff6000;
	font-size:20px;
	}
.paylasbox{
	font-family: 'Open Sans', sans-serif;
	width:150px;
	height:40px;
	margin:auto;
	margin-bottom:10px;
	border-radius:38px;
	border:2px dashed #FFF;
	background:#3b5998;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding-top:6px;
	}
@media (min-width: 768px) {
  .paylasbox {
	  float:left;
	  margin-left:15px;
  }
}
.paylasbox a{
	color:#FFF;
	}
.paylasbox a:hover{
	color:#FFF;
	text-decoration:none;
	opacity:0.8;
	}
.paylasbox i {
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	font-size:20px;
	}
.paylasbox1{
	background:#32cdfd;
	}
.paylasbox2{
	background:#cf1515;
	}
.paylasbox3{
	background:#76433f;
	}
.onceki-yazim{
	width:98%;
	min-height:30px;
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:#000;
	padding-left:15px;
	margin-bottom:15px;
	}
.onceki-yazim i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
.onceki-yazim a{
	color:#CCC;
	font-size:14px;
	}
.onceki-yazim a:hover{
	color:#aadfee;
	}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;

  border: 4px solid #aadfee;
  border-radius: 26px;
  color:#000;
  font-weight:bold;
box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color:#aadfee;
  color:#FFF;
  border: 4px solid #FFF;
  box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);

}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.pager span {
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
.yazim-ic-inf{
	width:98%;
	min-height:60px;
	margin:auto;
	margin-bottom:10px;
	}
@media (min-width: 768px) {
  .yazim-ic-inf {
	  width:760px;
  }
}

.yazim-ic-infbox{
	font-family: 'Open Sans', sans-serif;
	width:115px;
	min-height:35px;
	margin:auto;
	margin-bottom:10px;
	border-radius:28px;
	border:3px solid #aadfee;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding-top:8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
@media (min-width: 768px) {
  .yazim-ic-infbox {
	  margin-left:10px;
	  float:left;
  }
}
.yazim-ic-infbox1{
	border:3px solid #ff6000;
	}
.yazim-ic-infbox2{
	border:3px solid #0176bb;
	}
.yazim-ic-infbox3{
	border:3px solid #b30b0a;
	padding-left:2px;
	padding-right:2px;
	}
.yazim-ic-infbox4{
	border:3px solid #654b6b;
	}
.yazim-ic-infbox5{
	border:3px solid #b2d231;
	}
.yazim-ic-infbox a{
	color:#000;
	}
.yazim-ic-infbox a:hover{
	color:#CCC;
	opacity:0.9;
	text-decoration:none;
	}
.etiketlerim {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#000;
	min-height:25px;
    border-radius:38px;
	padding-left:2px;
	margin-bottom:5px;
	padding:3px;
	text-align:left;
	font-weight:bold;
	}
@media (min-width: 768px) {
  .etiketlerim {
	  margin-top:-13px;
  }
}
	.etiketlerim a {
		font-size:9px;
		background:none;
		padding-left:6px;
		padding-right:6px;
		padding-top:3px;
		padding-bottom:3px;
		color:#000;
		border-radius:2px;
	    margin-left:5px;
	    border-radius:2px;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
		line-height:30px;
		border-radius:15px;
	}
	.etiketlerim a:hover {
		opacity:0.9;
		text-decoration:none;
		color:#CCC;
	}
.etiketlerim i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	color:#ff6000;
	font-size:18px;
	vertical-align:top;
	}
.yazar-alani{
	width:98%;
	min-height:100px;
	margin:auto;
	
	}
@media (min-width: 768px) {
  .yazar-alani {
	 width:700px;
  }
}
.yazar-alani-box{
	float:left;
	margin-left:10px;
	}
.yazar-alani-box1{
	width:98%;
	min-height:150px;
	}
@media (min-width: 768px) {
  .yazar-alani-box1 {
	width:350px;
	border-right:1px solid #000;
	
  }
}
.yazar-alani-box1 img{
	border-radius:60%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	float:left;
	margin:8px;
	}
.yazar-alani-box1 span{
	font-family: 'Open Sans', sans-serif;
	padding-left:6px;
	font-weight:bold;
	font-size:16px;
	}
.yazar-alani-box1 i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	color:#ff6000;
	font-size:14px;
	vertical-align:top;
	}
.yazar-alani-box1 p{
	font-size:12px;
	padding-top:13px;
	text-align:center;
	}

.yazar-sosyal i{
	float:left;
	margin-left:10px;
	font-size:18px;
	}
.yazar-alani-box2{
	width:300px;
	height:250px;
	}
.benzerbox-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	width:175px;
	height:36px;
	border-radius:28px;
	border:2px solid #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background:#aadfee;
	text-align:center;
	margin-left:15px;
	padding-top:4px;
	margin-bottom:35px;
	color:#FFF;
	}

.benzerbox-title i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	color:#FFF;
	}
.benzerbox{
	width:990px;
	min-height:115px;
	margin:auto;
	margin-bottom:10px;
	}
.benzerbox-ic{
	float:left;
    border-right:1px solid #000;
	}
.b-box{
	float:left;
	margin-left:5px;
	
	}
.b-box img {
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	border:4px solid #FFF;
	}
.b-box-title{
	font-family: "Oswald", sans-serif;
	width:145px;
	height:25px;
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
	}
.b-box a{
	color:#000;
	}
.b-box a:hover{
	color:#CCC;
	opacity:0.9;
	text-decoration:none;
	}
.b-box-yazi{
	width:145px;
	min-height:25px;
	}
.b-box-yazi p{
	text-align:center;
	color:#000;
	font-size:11px;
	padding-left:1px;
	padding-right:2px;
	}
.yorumbox-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	width:145px;
	height:36px;
	border-radius:28px;
	border:2px solid #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	background:#aadfee;
	text-align:center;
	margin-left:15px;
	padding-top:4px;
	margin-bottom:35px;
	color:#FFF;
	}

.yorumbox-title i{
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	color:#FFF;
	}
.yorumlarimbox{
	width:98%;
	min-height:200px;
	margin:auto;
	
	margin-bottom:20px;
	}
@media (min-width: 768px) {
  .yorumlarimbox {
	width:740px;
  }
}
.kategori-title h1 {
	font-family: 'Open Sans', sans-serif;
	width:200px;
	height:50px;
	border-radius:28px;
	border:6px solid #FFF;
	 box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	background:#ff6000;
	text-align:center;
	margin:auto;
	padding-top:8px;
	margin-bottom:15px;
	color:#FFF;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left:4px;
	padding-right:4px;
	}
.kategori-title i{
	color:#FFF;
	vertical-align:top;
	}
.thumbnail{
	border:none;
	border-radius:60%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
	}
h4.kacyorum {font-weight: bold;font-size: 18px; color: #404040;line-height: 28px;margin: 15px 0;}
.yorumlarim { width:90%;margin-bottom: 25px; height:100%; border-radius:4px;  -webkit-box-shadow: 0 5px 29px rgba(205,212,222,0.65);
-moz-box-shadow: 0 5px 29px rgba(205,212,222,0.65);
box-shadow: 0 5px 29px rgba(205,212,222,0.65);}
.yorumlarim a {color: #404040;}
.yorumavatar {float: left; margin: 15px;}
.yorumavatar img {width: 100px; height: 100px; border-radius:60%;}

.yorumkullanici h3 {font-size :13px; font-weight: bold;color: #404040; padding-top:15px; text-align:left;}
.yorumkullanici h3  i { float:left;  margin-top:3px; margin-left:30px; padding-right:5px; text-align:left;}
.yorumtarih {margin-top: 10px;margin-bottom: 14px; margin-left:30px; font-size: 10px; text-align:left;}
.yorumtarih a {color: #aaaaaa;}
i.yorumtarihikon {float: left;  width: 16px; height: 16px; display: block; margin-top: 0px; margin-right: 5px;}
.yorumyazi {font-size: 14px;color: #626262;line-height: 24px; padding-right:30px; text-align:left;}
.yorumyazi p { margin-left: 75px; text-indent: 0px; }
ul.children{ padding:0px 0px 0px 60px !important;}
.yorumlistele li {list-style: none;}
.cevapla {margin-left: 75px; font-size: 12px; margin-top: 5px; margin-bottom:35px;}
i.cevaplaikon {float: left;  no-repeat; width: 16px; height: 16px; display: block; margin-top: 0px; margin-right: 5px;}
em.yorumonay {font-size:12px;}
 .comment-reply-link{
  border-radius: 15px;
  color:#FFF;
  font-weight:bold;
text-decoration: none;
padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  margin-right:15px;
  margin-bottom:15px;
  width:70px;
  float:right;
  font-size:11px;
  border:3px solid #aadfee;
  box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);background: #FFF;
  }
.y-inf{
	font: bold 12px/12px 'Salsa', cursive;
	color:#000;
	margin-bottom:7px;
	}
/* Yorum Ekle */
#respond {overflow: hidden; background:none; padding: 10px; width: 100%;}
#respond h4 {font-family: "Oswald", sans-serif; margin-bottom: 15px; font-size: 13px;}
#respond h4 a {color: #D45255;}
#respond .comment {width: 95%; font-family: "Oswald", sans-serif; sans-serif; border: none; padding: 15px 10px 30px 15px; margin-top: 10px; border-radius:52px; box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);background: #FFF; border:7px solid #aadfee; outline:none; color:#000;}
#respond input[type='text']{float: left; border: none; border-radius:38px; padding: 8px 7px 8px 7px; margin-right: 10px; margin-left:16px; margin-bottom:20px; width:175px;border: 5px solid #FFF;box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);background: #FFF; border:5px solid #aadfee; outline:none; color:#000;}
#respond input:-moz-placeholder {
	color: #000;
}
#respond input::-webkit-input-placeholder {
	color: #000;
}
#respond input[type='submit'] { float:right;
  border-radius:28px;
  color:#000;
  font-weight:bold;
text-decoration: none;
padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  margin-right:80px;
  margin-bottom:15px;
  box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);background: #FFF; border:3px solid #aadfee; outline:none;
  margin-top:20px;
  }
p#yorumgiris {font-size: 13px;}
p.comment-subscription-form {display: none;}
.top{
background-color:#FFF;
width: 62px;
height: 62px;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px;
text-align:center;
bottom: 2em;
color: #000;
display: none;
opacity:0.9;
padding: 0.6em;
position: fixed;
right: 1.5em;
text-decoration: none;
border: 12px solid #78c7dd;
box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
}
.top:hover{
opacity:0.7;
transition:1s;
}