.clearboth {
	clear: both;
}

.relative {
	position: relative;
}

.tooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold
}

button,
button:focus,
input,
input:focus,
select, select:focus,
img, a {
	outline: 0 !important;
}

a, .btn, button {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.shower {
	display: block;
}

.hider {
	display: none;
}

.dotted-title {
}

.dotted-title:after {
	content: '';
	display: block;
	margin: 15px 0 13px;
	background: url("../images/sprite-1.png") no-repeat;
	width: 70px;
	height: 5px;
}


/* Toggle Button */
.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle[aria-expanded="false"] {
	/*float: right;*/
	width: 100%;
	border: 2px solid #d9ee2b;
	color: #fff;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 17px 10px 15px;
	font: 800 18px/18px 'Arima Madurai', 'Helvetica', sans-serif;
}

.navbar-header .navbar-toggle[aria-expanded="true"] {
	background-color: #d9ee2b;
	border-color: #d9ee2b;
	color: #4c505e;

}

.navbar-header .navbar-toggle:hover {

}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
	background-color: #034c51;
}

.navbar-header .navbar-toggle .icon-bar,
.navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
	background-color: #fff;
}

.navbar-links.navbar-collapse {
	box-shadow: none;
	border-color: transparent;
	/*border-color: #fff;*/
	margin: 0;
	padding: 0;
}

/************************/
/** Alert Messages**** **/
/************************/
.tf-alerts {
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
}

.tf-alerts .tf-alert {
	position: relative;
	border: 1px solid #ddd;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 9px 50px;
	font-family: 'Arima Madurai', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
}

.tf-alerts .tf-alert:last-child {
	margin-bottom: 0;
}

.tf-alerts .tf-alert:before {
	content: '\f059';
	font-family: 'FontAwesome', sans-serif;
	background-color: #ddd;
	font-weight: normal;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 20px;
	left: 0;
	padding-top: 10px;
	bottom: 0;
	width: 40px;
	height: 100%;
}

.tf-alerts .tf-alert.tf-error {
	border-color: #f83c3c;
	color: #f83c3c;
}

.tf-alerts .tf-alert.tf-error:before {
	content: '\f057';
	background-color: #f83c3c;

}

.tf-alerts .tf-alert.tf-success {
	border-color: #21be49;
	color: #098529;
}

.tf-alerts .tf-alert.tf-success:before {
	content: '\f058';
	background-color: #21be49;
}

.tf-alerts .tf-alert.tf-info {
	border-color: #36bcee;
	color: #1b83a9;
}

.tf-alerts .tf-alert.tf-info:before {
	content: '\f05a';
	background-color: #36bcee;
}

.tf-alerts .tf-alert.tf-warning {
	border-color: #c1bb7b;
	color: #b5af57;
}

.tf-alerts .tf-alert.tf-warning:before {
	content: '\f071';
	background-color: #c1bb7b;
}

.example img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.example img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/************************/
/** General Typography **/
/************************/

/* All */
.topic > h1,
.topic > h2,
.topic > h3,
.topic > h4,
.topic > h5,
.topic > h6,
.topic > p,
.topic > ul {
	margin-bottom: 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}

/* Heading */
h1.page-title,
.topic > h1,
.topic > h2,
.topic > h3,
.topic > h4,
.topic > h5,
.topic > h6 {
	font-weight: 600;
	margin-bottom: 15px;
}

.topic > h1,
h1.page-title {
}

.topic > h2 {
	font-size: 24px;
	line-height: 30px;
}

.topic > h3 {
	font-size: 22px;
	line-height: 28px;
}

.topic > h4 {
	font-size: 20px;
	line-height: 26px;
}

.topic > h5,
.topic > h6{
	font-size: 18px;
	line-height: 24px;
}

.topic > p {
	font-size: 15px;
	line-height: 24px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	text-align: justify;
}

.topic > ul {
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-left: 30px;
	margin-bottom: 30px;
}

.topic > ul li {
	margin-bottom: 8px;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}

.topic > ul li:before {
	content: "\f0da";
	font-family: 'FontAwesome', sans-serif;
	font-size: 12px;
	position: relative;
	top: -1px;
	padding-right: 10px;
}

.topic > p a:after,
.topic > ul li a:after {
	content: "\f0c1";
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left: 3px;
}

.topic > ul li ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.topic a {
	background-color: #e5e5e5;
	color: #303136;
	padding: 0 5px 3px;
}

.topic a:hover {
	background-color: #c1d235;
}

.topic > img {
	margin-bottom: 15px;
	width: 100%;
}



/* Content > Pagination */
.main ul.pagination {
	border-top: 5px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0px;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	font: 500 16px/16px 'Barlow', sans-serif;
}

.main ul.pagination li {
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.main ul.pagination li a {
	display: block;
	background-color: #595959;
	color: #fff;
	font-size: 14px;
	padding: 6px 14px 7px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.main ul.pagination span {
	border: 0;
}


.main ul.pagination li.active {
}

.main ul.pagination li.active a {
	background-color: #e5e5e5;
	color: #444;

}

.p-0 {
	padding: 0 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.close-slidebar-menu {
	background-color: #fff;
	overflow: hidden !important;
	height: 100%;
	/*filter: blur(20px);*/
}

/* slidebar.css 41. satır pasif olacak */
/*

.close-slidebar-menu:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
}
*/

