html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, p, td, li {
	line-height: 1.2em
}
p {
	margin-bottom: 1.3em;
	font-family: 'Roboto',sans-serif;
}
em {
	font-style: italic
}
strong {
	font-weight: bold
}
ul {
	display: table;
width: 100%;
}
li {


}
.hand {
	margin-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 38px;
}

.hand img{
   margin-top: 18px;
    margin-right: 2px;
    width: 30px;
    height: 25px;
}
.hand2 {
	margin-top: 51px;
    background: url(/images/backgrounds/eliffooter.png);
	background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
	
}
.left {
	float: left;
	font-family: 'Alegreya Sans', sans-serif;
	    width: 100%;
}
.right {
	float: right !important;
}
body#ckeditor {
	background: none
}
.wrapper {
			    width: 980px;
	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;
	border-bottom: 1px dotted #CCC
}


/* Breadcrumb */
#breadcrumb {
	background-color:#2a2926;
	height: 40px;
	padding: 10px;
}
#breadcrumb .wrapper{
	background-color: #666 !important;
}

#breadcrumb ul {
	float: right
}
#breadcrumb li {
	float: right;
	font-size: 14px;
	color: #FFF;
	padding: 2px;
	list-style: none;
}
#breadcrumb a {
		font-size: 14px;
	color: #FFF;
}
#breadcrumb a.active {
	color: #FFF;
}
/* Pagination */
div.pagination {
	    padding: 3px;
    margin: 4px;
    margin-left: -5px;
    font-size: 12px;
    text-align: center;
    bottom: 0;
    position: absolute;
}
div.pagination a {
	    padding: .4em .6em;
    margin: 2px;
    border: 1px solid #a9a9a9;
    text-decoration: none;
    color: #000000;
    -webkit-border-radius: 3px;
    background-color: #cacaca;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
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 #cacaca;
    font-weight: bold;
    background-color: #717171;
    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;
	background-color: #cacaca;
	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;
}