html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, p, td, li {
	line-height: 1.6em
}
p {
	margin-bottom: .7em;
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
ul {
	margin-left: 1.2em
}
li {
	list-style: square;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
.left {
	float: left;
}
.right {
	float: right;
}
body#ckeditor {
	background: none
}
.wrapper {
	width: 1220px;
	margin: 0 auto;
}
.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Form */
form table td {
	padding:.4em 0
}
a.stdbtn {
	display:block;
	background: #83a3bb;
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding: .6em 1em .4em 1em;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Form Message */
.message {
	margin:2em 0;
	padding: 1em;
	border: 1px solid #fff;
	color: #444
}
.message.hata {
	background: #fbe3e4;
	border-color: #e0011b
}
.message.tamam {
	background: #e9ffdd;
	border-color: #72c868
}
.message.bilgi {
	background: #bce0ff;
	border-color: #6690b3
}
.message h3 {
	font-size: 16px;
	margin-bottom: 1em;
}


/* Breadcrumb */
#breadcrumb {
		font-family: 'Open Sans', sans-serif;

}
#breadcrumb ul {
	float: right
}
#breadcrumb li {
	float: right;
	font-size: 11px;
	color: #747474;
	padding: 2px;
	list-style: none;
}
#breadcrumb a {
	font-size: 12px;
	color: #414141;
	font-weight: 600;
}
#breadcrumb a.active {
	color: #8d253a;
}
/* Pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size: 12px;
	text-align:center
}
div.pagination a {
	padding: .4em .6em;
	margin: 2px;
	border: 1px solid #d4d4d4;
	text-decoration: none; /* no underline */
	color: #949494;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.pagination a:hover, div.pagination a:active {
	border-color: #81161c;
	color: #000;
}
div.pagination span.current {
	padding: .4em .6em;
	margin: 2px;
	border: 1px solid #989898;
	font-weight: bold;
	background-color: #98bbcb;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/* News */
.news_container {
	position: relative
}
.news_container .news_item {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
	display: block;
	color: #3c3c3c
}
.news_container img.news_img {
	display: block;
	float: left;
	margin: 0 1em 1em 0
}
.news_container div.news_content {
	overflow:hidden
}
.news_container h3 {
	font-size: 22px;
	padding-bottom: .6em
}
.news_container .date {
	float: right
}
.news_container .text {
	line-height: 1.3em
}
.news_container .more, .news_container .less {
	margin-top: 1em
}
/**/
.postgallery {
	margin-top: 2em
}
.postgallery a {
	display: block;
	float: left;
	margin: 6px;
	text-align: center
}
.postgallery img {
	padding: 6px;
	background: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 0px 10px 0px #CCC;
	box-shadow:  0px 0px 8px 0px #CCC;
}
/**/
.search .results .result {
	border: 1px solid #CCC;
	padding: 1em;
	margin: 1em
}
.search .results .result h3 {
	font-size:24px
}
.search .results .result a {
	display:block;
	background: #83a3bb;
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding: .6em 1em .4em 1em;
	font-family: 'PT Sans';
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/**/
.zebra tr.alt td {
	background: #f2f2f2;
}
.zebra tr.over td {
	background: #E4E4E4;
}
/***/
.bx-wrapper, .bx-viewport {
	border: none !important
}