@media screen and (max-width:780px){ /*Mobile*/
	.mobil-gizle {
		display: none;
	}
	.custom-pool {
		padding:5px;
	}
}
@media screen and (min-width:780px){ /*Desktop*/

}

.pagination li {
	float: left;
}

.pagination .active a {
	background: #2f3239;
	color: #ffffff;
}

.alert {
	padding: 15px;
	/*margin-bottom: 20px;*/
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

.btn {
	font-size: 14px;
	padding: 6px 12px;
	margin-bottom: 0;

	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* custom
---------------------------- */
.anonim-bilgi {
	display: block;
	border: 2px dashed #e1e1e1;
	padding: 10px;
	text-align: center;

}
.custom-tag a {
	padding: 5px;
	background: #2f3239;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 600;
}
.custom-tag a:hover {
	color: #ff7361;
}
pre {
	max-height: 400px;
	overflow: hidden;
	overflow-y: scroll;
}
pre::-webkit-scrollbar-track
{
	background-color: #eaeaeb;
}

pre::-webkit-scrollbar
{
	width: 6px;
	background-color: #eaeaeb;
}

pre::-webkit-scrollbar-thumb
{
	background-color: #ff7361;
}
.user-photo {
	width: 25px;
	height: 25px;
}
/* custom
---------------------------- */
.custom-scrollbar
{
	height: 300px;
	overflow-y: scroll;
}

#style-3::-webkit-scrollbar-track
{
	background-color: #eaeaeb;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #eaeaeb;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #2f3239;
}
.custom-pool {
	background: #2f3239;
	padding: 25px;
}
.custom-pool label {
	color: #ffffff;
}
.custom-pool h2 {
	color: #ffffff;
}
.custom-pool .progressbar-title {
	color: #ffffff;
}
/*********************************************/
.easy-autocomplete-container {
	position: relative;
	border-radius: 0 0 4px 4px;
	background: #fff;
	border: 1px solid #fff;
	border-top-color: #e2e9f1;
	z-index: 20000;
	width: 100%;
	clear: both;
}

.easy-autocomplete-container ul {
	z-index: 20000;
	position: absolute;
	width: 100%;
}

.easy-autocomplete-container li {
	border-bottom: 1px solid #e2e9f1;
	z-index: 20000;
	background: #2f3239;
	padding-top: 5px;
	padding-bottom: 5px;
}

.easy-autocomplete-container li:last-child {
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

.easy-autocomplete-container li:last-child {
	border-bottom: none;
	border-radius: 0 0 4px 4px;
}

.easy-autocomplete-container li a {
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}

.easy-autocomplete-container li a:hover {
	background: #f3f6f9;
	color: #0c0c0c;
}
/********** Notifications ************/
.my-btn, .my-btn-border, .btn-bell {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.my-btn {
	height: 60px;
	width: 60px;
	box-shadow: -1px 2px 10px #999;
	background: #ef7575;
	animation-name: col;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.my-btn-border {
	height: 59px;
	width: 59px;
	border: 1px solid #ef7575 !important;
	animation-name: bord-pop;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc ;
}
.btn-bell {
	color: white;
	font-size: 20px;
	animation-name: bell-ring;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes bord-pop {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.9);
		opacity: 0.1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.9);
		opacity: 0;
	}
}
@keyframes col {
	0% {
		transform: scale(1) translate(0,0);
	}
	10% {
		transform: scale(1.1) translate(0,0);
	}
	75% {
		transform: scale(1) translate(0,0);
	}
	100% {
		transform: scale(1) translate(0,0);
	}
}
@keyframes bell-ring {
	0% {
		transform: translate(-50%, -50%);
	}
	5%, 15% {
		transform: translate(-50%, -50%) rotate(25deg);
	}
	10%, 20% {
		transform: translate(-50%, -50%) rotate(-25deg);
	}
	25%  {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}
/**********************************************/
.blink_me {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.mod-active {
	display: block;
	margin-bottom: 30px;
}
.mod-active li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.mod-active li a {
	padding: 5px;
	background: #2f3239;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 400;
	font-size: 12px;
}
/* Paylasım Alanı */
.wall {
	margin-bottom: 15px;
	background-color: #fcfcfd;
	position: relative;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
	box-shadow: 0 0 5px #dedede;
}

.wall textarea {
	height: 120px;
	width: 100%;
	background-color: #fcfcfd;
	border-radius: 0;
	border: none;
}

.wall textarea {
	font-size: 12px;
	padding: 26px 28px 0;
}

.wall-header {
	display: block;
	padding: 15px;
	background: #ffffff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
	box-shadow: 0 0 5px #dedede;
	border-bottom: 1px solid #dedede;
}

.wall-header h3 {
	display: block;
	margin-bottom: 0px;
}

.wall-footer {
	display: block;
	padding: 15px;
	background: #ffffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #dedede;
	-moz-box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
	box-shadow: 0 0 5px #dedede;
}

.wall-footer ul li i {
	font-size: 15px;
}

.wall-footer ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
	background-color: #2f3239;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	border-radius: 3px;
}

.wall-footer ul li input{
	position: absolute;
	left: -9999px;
}

.wall-footer a {
	color: #ffffff;
}

.wall-footer a:hover {
	color: #ffffff;
}

.wall-footer button {
	width: auto;
	float: right;
	margin: 0px;
}

.wall input {
	display: block;
	width: 100%;
	border: none;
	margin-bottom: 0px;
	height: 40px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	border: 5px solid #e1e1e1;
	border-radius: 5px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imageWrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.link-detail {
	margin-top: 10px;
}

.link-detail a {
	display: flex;
	align-items: center;
	background: rgba(76,175,80,.1);
	border-radius: 3px;
	padding: 15px;
}

.link-detail a img {
	height: 60px;
	object-fit: cover;
	margin-right: 15px;
}

.link-detail .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.link-detail .description {
	font-size: 15px;
}

.paylas-bilgi {
	padding: 15px;
	background: #ffffff;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
	box-shadow: 0 0 5px #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

.tmreaction {
	background-color: #fff;
	border: 1px solid #e7ecee;
	display: block;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	text-align: center;
}

.tminput_hidden {
	position: absolute;
	left: -9999px;
}

.tmreaction label img {
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	max-width: 50px;
}

.tmreaction label:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*.selected{background-color: #ccc;}*/

.tmreaction label {
	display: inline-block;
	cursor: pointer;
}

.tmreaction label img {
	padding: 10px 0;
}

.tmreaction span {
	padding: 0px;
	font-weight: bold;
}

/* ------------------------------------------------------------
	Sitemap Styles
------------------------------------------------------------ */

.sitemap {
	display: inline-block;
	min-width: 100%;
	padding: 40px;
}

.sitemap li a,
.sitemap li a.multi:after {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	white-space: normal;
	color: #333;
	background-color: white;
	border: 1px solid #f5f5f5;
	border-top: 4px solid #95a5a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
}

.sitemap li a {
	-webkit-box-shadow: 1px 1px 2px rgba(106,113,127,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(106,113,127,0.2);
	box-shadow: 1px 1px 2px rgba(106,113,127,0.2);
}

.sitemap li a.multi:after {
	content: " ";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-color: #eee;
	border-top-width: 0 !important;
	border-left-width: 0 !important;
	background-color: transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	z-index: -1;
}

.sitemap li a small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
}

.sitemap .fa {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 16px;
	vertical-align: middle;
}

/* --- Secondary --- */
.secondary ul {
	white-space: nowrap;
}

.secondary ul li {
	display: inline-block;
	white-space: normal;
	padding: 0 20px 0 0;
}

.secondary ul li:before,
.secondary ul li:after {
	display: none;
}

.secondary ul li:last-child {
	padding: 0;
}

/* --- Widths --- */
.primary > ul > li > a,
.primary > ul > li > ul > li,
.secondary li a {
	width: 220px;
}

.user-profile-2 {
	text-align: center;
	position: relative;
	margin-top:10px;
}

.box-info {
	position: relative;
	padding: 15px;
	background: #fff;
	color: #5b5b5b;
	margin-bottom: 20px;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	border-bottom:4px solid #DDDDDD;
}

.user-profile-2 .header-cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 130px;
	overflow: hidden;
	z-index: 1;
}

.user-profile-2 .user-profile-inner {
	z-index: 2;
	position: relative;
}

.user-profile-2 .user-profile-inner h4.white {
	color: #fff;
}

.user-profile-2 .user-profile-inner img.profile-avatar {
	box-shadow: 0 0 0 5px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 0 5px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 0 5px rgba(255,255,255,1);
	border: none;
	width:100px;
	height:100px;
}

.user-button {
	margin: 15px 0;
}