//temel fonksiyonlar
.rounded_corners(@radius: 5px) {
    -webkit-border-radius: @radius;
    -moz-border-radius: @radius;
    border-radius: @radius;
}
.background_gradient(@default, @from, @to) {
	background-color: @default;
	background-image: -webkit-linear-gradient(top, @from, @to);
}
.box_shadow(@x: 0px, @y: 0px, @feather: 0px, @bcolor: #000000) {
	box-shadow: @x @y @feather @bcolor;
	-moz-box-shadow:  @x @y @feather @bcolor;
	-webkit-box-shadow: @x @y @feather @bcolor;
}

// temel tanimlar
.left { float:left; }
.right { float:right; }
.overflow { overflow:hidden; }
.display { display:block; }
.textCenter { text-align:center; }

//css kodlar
a {
	color: #000608;
	cursor: pointer;
	text-decoration: none;
	&:hover {
		color: #000608;
		cursor: pointer;	
		text-decoration: none;	
	}
}
.clear {
	clear: both;	
}
.tara {
	background: url(/img/tara.png) fixed repeat left bottom transparent;
}
.ortala {
	text-align: center;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	color: #065c6b;
	font-size: 16px;
	font-weight: normal;
}
.left-align {
	float: left;
}
.right-align {
	float: right;
}
.small {
	font-size: 10px;
}
.inline {
	display: inline;
}
.withright {
	padding-right: 275px;
}
#loading {
	padding: 10px 0 0 25px;
	width: 25px;
	height: 30px;
}
.white {
	color: #ffffff;
	&:hover {
		color: #ffffff;
	}
}
.grey {
	margin-right: 20px;
	color: #065c6b;
	&:hover {
		color: #065c6b;
	}
}
header {
	position: fixed;
	min-width: 300px;
	width: 100%;
	height: 80px;
	.background_gradient(#03414d, #03414d, #03414d);
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	z-index: 10;
}
.main {
	margin: 0 50px 0 55px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#yenile {
	font-size: 12px;
	padding-left: 10px;
	i {
		font-size: 17px;
	}
}
.left .scroll .slimScrollDiv {
	padding-right: 18px;
}
.left {
	padding-right: 25px;
	position: fixed;
	top: 80px;
    	width: 220px;
	height: 100%;
	height: calc(~"100% - 65px");
	ul {
		margin: 0 0 0 0;
		list-style: none;
		li {
			padding: 5px 0;
			a {
				display: block;
			}
		}
	}
}
.right, .right2 {
	margin: 0 55px 0 0;
	padding-left: 25px;
	top: 80px;
	right: 0;
	width: 230px;
    min-height: 100%;
    position: absolute;
    height: auto !important;
    height: 100%;
	list-style: none;
		ul {
		margin: 0 0 0 0;
		list-style: none;
		li {
			padding: 4px 0;
			&:hover {
				background-color: #eeeeee;
				cursor: pointer;
			}
			a {
				display: block;
			}
		}
	}
}
.top1 {
	height: 40px;	
	margin: 0 55px 0 55px;
}
.top2 {
	height: 40px;	
	margin: 8px 55px 0 42.5px;
}
#logom {
	background-image: url("img/logom.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
	width: 30px;
	height: 40px;	
	display: none;
	cursor: pointer;
}


#userbar {
	width: 210px;
	height: 20px;		
	margin-top: 15px;
	text-align: right;
}
#profilbar {
	width: 90px;
	height: 20px;		
	text-align: left;
}
#filters2 {
	width: 175px;
	text-align: right;
}
#fullcontent {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
}
.medya {
	margin: 2px;
	float: left;
	.medyaalt {
		display: none;
		position: absolute;
		width: 200px;
		height: 150px;
		margin-top: -200px;
		background: rgba(0, 0, 0, 0.6); 
		color: #ffffff;
		text-align: center;
		padding-top: 50px;
		cursor: pointer;
	}
	img {
		height: 200px;
		width: 200px;
	}
}
footer {
	font-size: 10px;
	clear: both;
    height: 80px;
    text-align:center;
    background-color: #eeeeee;
    border: 1px solid #d1d1d1; 
}
.yeni {
	background-color: #eeeeee;
	border-right: 3px solid #03414d;
}
.messageleft {
	float: left;
	height: 100%;
	width: 250px;
	min-height: 400px;
	ul {
		list-style: none;
		margin: 0;
		li {
			padding: 5px;
			height: 60px;
			border-bottom: 1px solid #d1d1d1; 
			&:hover {
				background-color: #eeeeee;
				cursor: pointer;
			}
		}
	}
}
.messageright {
	width: calc(100% - 251px);
	margin-left: 251px;
	border-left: 1px solid #d1d1d1; 
	border-right: 1px solid #d1d1d1; 
	min-height: 400px;	
	padding: 5px;
}
.duyurular {
	width: 100%;
	min-height: 400px;
	padding-top: 20px;
	ul {
		list-style: none;
		margin: -15px 0 0 0;
		li {
			margin-top: 30px;
			padding: 5px 0;
			min-height: 60px;
			border-bottom: 1px solid #d1d1d1; 
		}
	}
}
#aparatlar {
	width: 100%;
	margin-top: 50px;
	textarea {
		min-height: 140px;
		width: 100%;
		width: calc(~"100% - 15px");
		border: 3px solid #d1d1d1;
		padding: 5px;
		background: #ffffff;
		resize: vertical;
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		transition: height 0.2s;
	}
	#entrysecenek, #yorumsecenek, #cevapsecenek {
		margin-top: -10px;
		.btn {
			font-size: 11px;
			padding: 2px;
			width: 50px;
		}
		.active {
			background-image: none;
			outline: 0;
			-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    			-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
   			 box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		}
		.espoiler, .eyildiz {
			float: right;
			margin-left: 5px;
		}
		.egorselekle, .ekenarakoy, .egonder, .egonder2, .ukdeac, .anonimsor, .sgonder, .ygonder, .cgonder {
			float: right;
			width: 80px;
			margin-left: 5px;
		}
		.eonizleme, .esmiley {
			float: left;
			width: 80px;
		}
		.etr {
			float: right;
			width: 30px;
			margin-left: 5px;
		}
	}
}
.fa-snowflake-o:hover, .fa-snowflake-o.oylu {
	color: cadetblue;
}
.fa-thermometer-three-quarters:hover, .fa-thermometer-three-quarters.oylu {
	color: yellowgreen;
}
.fa-fire:hover, .fa-fire.oylu {
	color: orangered;
}
.fa-heart:hover, .fa-heart.favli {
	color: darkred;
}
.fa-refresh:hover {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.esay {
	margin-top: -10px;
	padding-bottom: 5px;
}
.esay.small.bold {
	margin-top: 0;
}
.ebaslik {
	padding-bottom: 15px;
}
.kutu1 {
	width: 22.2%;
	margin: 0.5%;
	height: 60px;
	background: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
	display: inline-block;
}
.kutu11 {
	width: 29.2%;
	margin: 0.5%;
	height: 60px;
	padding: 5px;
	background-color: #eeeeee;
	display: inline-block;
}
.kutu2 {
	width: 99%;
	margin: 1%;
	background: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
}
.kutu2a {
	width: 49%;
	display: inline-block;
	background: #eeeeee;
}
.kutu21 {
	width: 98%;
	margin: 1%;
	height: 300px;
	display: inline-block;
	background: transparent;
}
.kutu22 {
	width: 46.6%;
	margin: 1%;
	float: left;
	background: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
}
.kutu3 {
	width: 100%;
	height: 300px;
	display: inline-block;
	background: transparent;
}	
.kutu31 {
	background: #eeeeee;
	.acordeontrigger {
		cursor: pointer;
		padding-bottom: 3px;
		display: inline-flex;
		width: 100%;
	}
	.acordeon {
		display: none;
		.inline {
			display: inline-flex;
			width: 100%;
		}
	}	
}
.kutuic {
	width: 49%;
	float: left;
	text-align: center;
	.veri {
		display: block;
		font-size: 25px;
		font-weight: bold;
		color: #034732;
		text-align: center;
	}
	.aciklama {
		display: block;
		font-size: 10px;
		color: #065c6b;
		margin-top: -5px;
		text-align: center;
	}	
}
.kutuictek {
	width: 100% !important;
	float: none;
}
.kutuic2 {
	width: 49%;
	float: left;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #d1d1d1;
	a {
		font-size: 14px;
	}
}
.kutuic21 {
	width: 49%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #eeeeee;
	background-color: #000608;
}
.aramasonuc, .onerisonuc {
	width: 356px;
	position: absolute;
	display: none;
	z-index: 1000;
	margin: -2px 0 0 0;
	list-style: none;
	text-shadow: none;
	background: white;
	border: 1px solid #c7cbd5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	.secili {
		background-color: #eeeeee;
		cursor: pointer;	
		text-decoration: none;			
	}	
	li {
		a {
			padding: 5px;
			display: block;
			&:hover {
				background-color: #eeeeee;
				cursor: pointer;	
				text-decoration: none;				
			}
		}
	}
}
.sAramasonuc, .mesajnicksonuc, .carenicksonuc {
	width: 356px;
	position: absolute;
	display: none;
	z-index: 1000;
	margin: -2px 0 0 0;
	list-style: none;
	text-shadow: none;
	background: white;
	border: 1px solid #c7cbd5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	.secili {
		background-color: #eeeeee;
		cursor: pointer;	
		text-decoration: none;			
	}	
	li {
		a {
			padding: 5px;
			display: block;
			&:hover {
				background-color: #eeeeee;
				cursor: pointer;	
				text-decoration: none;				
			}
		}
	}
}
.sAramasonuc {
	margin: -11px 0 0 0;
}
.pager {
	float: right;
	a, select {
		font-size: 10px;
		width: auto;
		padding: 2px 4px;
		line-height: 23px;
		margin: 0 2px 0 2px;
	}
}
.pager2 {
	float: none;
	text-align: center;
	a, select {
		font-size: 10px;
		width: auto;
		padding: 2px 4px;
		line-height: 23px;
		margin: 0 2px 0 2px;
	}
}

.entrykaydedildi {
	float: right;
	background: red;
	position: absolute;
	top: 200px;
}
#takipet {
	margin: 5px 5px 0 5px;
	font-size: 12px;
	padding: 3px 3px;
}
.baslikalt {
	list-style: none;
	position: relative;
	top: -10px;
	left: -10px;
	width: 75%;
	& > li {
		margin: 0 20px 0 0;
		float: left;
		a {
			color: #065c6b;	
			.caret3 {
				position: relative;
				top: 10px;
			}
		}
	}
}
.entryaltmenu {
	width: 80px;
	min-width: 80px;
	left: -40px !important;
}
.baslikaltmenu {
	margin-top: 10px;
	width: 170px;
}
.entryaltmenu li, .baslikaltmenu li {
	border-bottom: 1px solid #eeeeee;	
	display: block;
	margin: 0 !important;
}
.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	z-index: 19;
}

.chatboxhead {
	.tara;
	background-color: #000608;
	padding:7px;
	color: #ffffff;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
}

.chatboxblink {
	color: #000608;
	background-color: #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {

}
.chatboxmessage {
	margin-left:1em;
}
.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}
.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}
.chatboxmessagecontent {
}
.chatboxoptions {
	float: right;
	a {
		color: #ffffff;
		&:hover {
			color: #ffffff;
		}
	}
}
.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.chatboxtitle {
	float: left;
}
.box {
	margin-bottom: 20px;
	position: relative;
	.addbutton {
		position: absolute;
		right: 8px;
		top: 10px;
		white-space: nowrap;
	}
	h2 {
		margin: 0;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #d1d1d1;
	}
}
.boxonline {
	margin-top: 40px;
	position: relative;
	ul {
		.cevrimici {
			border-right: 3px solid #0f9d28;
		}
	}
}
.boxbenzer {
	display: inline-block;
	width: 49%;
	h2 {
		margin: 0;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #d1d1d1;
	}
}
.online {
	list-style: none;
	margin: 0;
	height: 100px;
	li {
		border-bottom: 1px solid #d1d1d1;
		padding: 4px 25px;
		a {
			display: block;
			color: #065c6b;
			font-size: 10px;
			&:hover {
				color: #000608;
				text-decoration: none;			
			}
		}
	}
}
.benzerbasliklar {
	list-style: none;
	margin: 0;
	li {
		border-bottom: 1px solid #d1d1d1;
		padding: 4px 25px;
		a {
			display: block;
			font-size: 10px;
			&:hover {
				text-decoration: none;			
			}
		}
	}
}
.avatar, .avatar2, #sag-gorsel {
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	border: 1px solid #d1d1d1;
	background-color: #eeeeee;
	text-align: center;
}
.avatar {
	width: 200px;
	height: 200px;
	display: block;
	float: right;
}
.avatar2 {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 20px;
}
.profilbutonlar {
	width: 70%;
	width: calc(70%);
	margin-top: 15px;
	padding-bottom: 30px;
}
#yazartakip, #yazarengelle, #mesajengelle, #yorumengelle, #mesajat, #profilbegen, #profilbegenme, #muzikbegen, #muzikbegenme {
	background: #03414d;
	color: #f4faed;
	text-shadow: none;
}
.profilinfo {
	width: 70%;
	width: calc(70%);
	min-height: 70px;
	padding: 20px 0;
	display: inline-flex;
}
.profilmenu {
	background-color: #000608;
	margin-bottom: 20px;
	padding: 5px 0;
}
.profilcontent {
	width: 100%;
	display: block;
}
.profilcont1 {
	margin: -20px 0 30px 0;
	width: 100%;
	display: block;
}
#begenibolumu {
	float: right;
	margin: 205px -145px 0 0;
	text-align: center;
}
#mbegenibolumu, #youtube-audio {
	margin: 5px 0 0 0;
	text-align: center;
}
#butonsuz {
	margin-bottom: 25px;
}
.qua1 {
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-image:url('/img/qua1.png');
	width: 30px;
	height: 30px;
}
.qua2 {
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-image:url('/img/qua2.png');
	width: 30px;
	height: 30px;
	position: relative;
	top: -30px;
}
.qua {
	margin: 0 45px 0 45px;
}
.profilad {
	position: relative;
	left: 15px;
	width: 50%;
	word-break: break-word;
	margin-bottom: 10px;
}
.profilmenu2 {
	ul {
		list-style: none;
		margin: 0;
		li {
			width: 50%;
			float: left;
			background-color: #ac193d;
			color: white;
			padding: 5px 10px;
			display: block;
			font-weight: bold;
			text-align: center;
			height: 20px;
		}
	}
}
#harita {
	height:300px;
	background-color: #eeeeee;
}
.info {
	background: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
	color: #065c6b;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
.modal-body .form-group input {
	width: 95%;
}
.modal-body .form-group textarea {
	width: 95%;
	min-height: 200px;
}
.modal-body {
	max-height: 250px;
}
tbody tr {
	cursor: pointer;
}
.hesapkutu li {
	border-bottom: 1px solid #eeeeee;
}
.baslikkategorisec div { 
background: #eeeeee;
color: #065c6b;
clear: both;
list-style: none;
}
.baslikkategorisec label {
font-size: 10px;
}
.aparat-info {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 15px;
	p {
		width: 90%;
	}
}
#ototaslak {
	display: none;
	margin-top: -40px;
}
#karaktersay {
	color: red;
	margin-top: -20px;
}
.kutulist {
	list-style: none;
	margin: 0;
	li {
		background: #eeeeee;
		display: block;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
		-moz-box-shadow: 0 1px 0 1px #e4e6eb;
		box-shadow: 0 1px 0 1px #e4e6eb;
		padding: 5px 0;
		width: 100%;
		margin-top: 10px;
		.kutumesaj {
			background: #d1d1d1;
			padding: 15px 15px 40px;
			min-height: 60px;
			word-wrap: break-word;
		}
	}
	.baslikrenkli {
		background-color: #000608;
		color: white;
		padding: 5px 10px;
		display: block;
		font-weight: bold;
		text-align: center;
		margin: -1px;
		height: 100%;	
	}
}
.omlist {
	list-style: none;
	margin: 0;
	li {
		background: #eeeeee;
		display: block;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
		-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
		box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
    		padding: 5px 0;
		margin-top: 10px;
		.kutumesaj {
			padding: 10px;
			min-height: 60px;
			word-wrap: break-word;
		}
	}
	a:hover, a:active {
		text-decoration: none;
	}
}

.om2list {
	list-style: none;
	margin: 0;
	li {
		margin-top: 10px;
		.mesajkutu {
			background: #eeeeee;
			display: inline-block;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
			-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
			box-shadow: 0 0px 2px rgba(0,0,0,0.12), 0 0px 2px rgba(0,0,0,0.24);
			max-width: 75%;
			padding: 5px 10px;
			min-height: 30px;
			word-wrap: break-word;
		}
	}
	.gelenmesaj { text-align: left; }
	#gelenmesaj:after {
		background-color: #eeeeee;
		border-left: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		content: "\00a0";
		display: block;
		height: 15px;
		width:  15px;
		left: -19px;
		position: relative;
		transform: rotate( 45deg );
		-moz-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		-o-transform: rotate( 45deg );
		-webkit-transform: rotate( 45deg );
	}
	#gidenmesaj:after {
		background-color: #eeeeee;
		border-right: 1px solid #d1d1d1;
		border-top: 1px solid #d1d1d1;
		content: "\00a0";
		display: block;
		height: 15px;
		width:  15px;
		right: -101%;
		position: relative;
		transform: rotate( 45deg );
		-moz-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		-o-transform: rotate( 45deg );
		-webkit-transform: rotate( 45deg );
	}
	.gidenmesaj { text-align: right; }
	a:hover, a:active { text-decoration: none; }
}
.modal-ortala {
	li {
	text-align: center;
	margin: 5px auto;
	padding: 5px;
	width: 210px;
	border-radius: 4px;
	list-style: none;
	}
}
.medyarenkli {
		background-color: #000608;
		color: white;
		padding: 5px 10px;
		font-weight: bold;
		text-align: center;
		a {
			padding: 0 7px;
		}
}
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
.color-box {
	float:left;
	width:30px;
	height:30px;
	margin:5px;
	border: 3px solid white;
	cursor: pointer;
}
.renkpaleti {
	clear: both;
	position: relative;
	top: -5px;
	.color-box2 {
		float: left; 
		height: 10px;
	}
}
.spoilergizli {
	position: absolute;
	display: block;
	visibility: hidden;
}
.uyarikutu {
	display: none;
	position: absolute;
	margin-top: 10px;
	margin-left: -25px;
	background-color: #000608;
	font-size: 10px;
	color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}
.bildirimuyarikutu {
	margin-left: -20px;
}
.cevapkutu {
	margin-top: 7px !important;
	margin-left: -19px !important;
	background-color: #033c4d;
	font-size: 11px;
	color: #ffffff;
	padding: 3px;
	margin-right: 5px;
	-webkit-border-radius: 2px;
}
.entryalt-kutu {
	position: absolute;
	margin-top: 12px;
	margin-left: -27px;
	font-size: 9px;
	color: #034732;
	padding-left: 1.5px;
}
#entryalt-kunye {
	float: right;
	padding-right: 10px;
}
#duyuru-kunye {
	float: right;
	padding: 0 15px;
}
.onlines {
	ul {
		list-style: none;
		margin: 0;
		li {
			display: block;
			margin-top: 25px;
		}
	}
	.onlineileti {
		margin-left: 50px;
	}
	.avatar2 {
		float: left;
	}
}
.altkutu {
	margin: 39px 0 30px 0;
	border: 1px solid #d1d1d1;
	text-align: center;
	ul {
		list-style: none;
		margin: 0;
	}
}
.anket {
	border: 1px solid #d1d1d1;
	border-bottom: none;
	padding: 15px;
	margin-bottom: -25px;
	label { font-size: 12px; }
}
.anketsoru {
	margin-top: -5px;
}
#sorucevap {
	margin-top: 55px;
}
#anketsonuc {
	margin: -5px 0 0 0;
	list-style: none;
	#anketcubuk {
		min-width: 10px;
		background-color: #03414d;
		border-radius: 3px;
		margin-bottom: 5px;
	}
	#anketyazi {
		width: 100%;
		margin: -25px 0 5px 10px;
		background: none;	
	}
}
#anketsonucgoster {
	font-size: 14px;
	height: 20px;
}
.takipsag {
	height: 25px;
	font-size: 10px;
	border-radius: 5px;
}
.populersil {
	font-size: 12px;
	border-radius: 5px;
	padding: 0 13px;
	margin-top: 35px;
	margin-left: -60px;
}
#oneri .avatar2 {
	float: left;
}
.oneri-kunye {
	margin-top: 10px;
	float: left;
	width: 99%;
}
#onerinick {
	font-size: 11px;
	word-break: break-word;
}
.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.nav-tabs li {
    display: inline-block;
    float: none;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
	border: 1px solid #ddd;
	border-bottom: none;
}
.nav-tabs::-webkit-scrollbar { 
	display: none; 
}
audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}
#columns {
	column-width: 250px;
	column-gap: 10px;
	margin: 0 auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 10px;
	padding-bottom: 10px;
	display: inline-block;
	column-break-inside: avoid;
}

div#columns figure img {
	width: 100%; height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
	font-size: .9rem;
	color: #444;
	line-height: 1.5;
	text-align: center;
}
.iframe .closebutton {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	content: "";
	background-color: white;
	border: solid lightgrey 1px;
	border-radius: 50%;
}
.iframe .closebutton:before {
	position: absolute;
	border-radius: 50%;
	content: "";
	border: solid white 2px;
	width: 26px;
	height: 26px;
	top: 0px;
	left: 0px;
	background-color: #034559;
	background: linear-gradient(to bottom, #378CA4 0%, #034559 100%);
}
.iframe .closebutton:after {
	position: absolute;
	content: "X";
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
.iframe .closebutton:hover {
	cursor: pointer;
}
.omkomplesil {
	margin: 30px 0;
	padding: 5px 0;
	border-radius: 3px;
	color: white;
	text-align: center;
	background-color: #03414d;
	&:hover, &:active {
		background-color: red;
	}
}
#brand {
	display: none;
}
#entryoneri {
	display: none;
	position: absolute;
}
.banner {
	padding: 20px 0 0 0;
	text-align: center;
}
.maxnone {
	max-height: none !important;
}
.baslikgorselcontainer {
	padding: 10px 15px;
}
.baslikgorsel {
	padding: 5px;
	border-radius: 15px;
}
.baslikgorseltumu {
	background: white;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.left .nav-tabs li a {
	padding: 8px 4px;
	margin: 0 !important;
}
.left .nav-tabs li {
	padding: 0 !important;
}