body {
    background-image: url("https://www.yargitay.gov.tr/images/pattern.png");
    background-repeat: repeat;	
} 

::-moz-selection { /* Code for Firefox */
    color: white;
	background: #d7a386; 
}

::selection {
    color: white;
	background: #d7a386; 
}

a:hover{
	outline: none;
	text-decoration: none;
}
a {
   outline: 0;
   text-decoration: none;
}
a:active {
   outline: none;
   text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
article a, .breadcrumb a{
	color:#1185c1;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.clear{
	clear: both;
}
.beyaz{
	color:white;
}


.logobanner{
	margin-top: -60px;
	height: 260px; 
	background: url(../images/cbsbanner.png) center top no-repeat, url(../images/cbsbanner_bg.png) left top repeat;
}
.logobanner .sol{
	float:left;
}
.logobanner .sag{
	float:right;
	margin-top:-16px;
	width: 300px;
}
.logo{
	margin-top: 20px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.logo:active{
	opacity: 0.5;
}

.logo-mobile{
	display: none;
}


.sosyalmedya{
	float: left;
	margin-left:8px;
}
.sosyal{
	float:left;
	margin-left:4px;
	width: 24px;
	height:24px;
	color: #1185c1;
	line-height: 40px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.fa-twitter-square:hover{
	opacity:0.5;
}
.fa-twitter-square:active{
	opacity:1;
}

.fa-facebook-official:hover{
	opacity:0.5;
}
.fa-facebook-official:active{
	opacity:1;
}

.fa-youtube-square:hover{
	opacity:0.5;
}
.fa-youtube-square:active{
	opacity:1;
}

.fa-google-plus-square:hover{
	opacity:0.5;
}
.fa-google-plus-square:active{
	opacity:1;
}

.fa-rss{
	display: block !important;
}

.fa-rss-square:hover{
	opacity:0.5;
}
.fa-rss-square:active{
	opacity:1;
}
.ara{
	background: white;
	height: 26px;
	position: absolute;
	top: 150px;
	margin-left: 780px;
}
.ara input[type=text] {
    border: none;
}
.ara button {
  float: right;
  background: #fff;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
.lang{
	background: white;
	height: 26px;
	position: absolute;
	top: 150px;
	margin-left: 742px;
	padding:2px 6px 2px 6px;
	border-radius: 3px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.lang a{
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-weight: bold;
}

.lang:hover{
	opacity: 0.5;
}
.lang:active{
	opacity: 1;
}
.bottomArea {
	z-index: 0;
}
.bottomBar{
	margin-top: 30px;
	font-size:0.9em;
	background: #aee8ef;
	/*background: linear-gradient(#a3e9f1, #aeedf5);*/
	z-index: 10;
}
.bottomBarTop{
	display: block;
	height: 20px;
	background: linear-gradient(#9faeb5, #6f8284);
}

.bottomBar p{
	color:white;
	text-align: left;
}

.bottomBar a{
	color:#575757;
	text-align: left;
}

.bottomBar .item{
	min-height: 250px;
	width: 20%;
	float: left;
	line-height: 1.1;
}
.bottomBar .itemeng{
	min-height: 150px;
	width: 20%;
	float: left;
	line-height: 1.1;
}
.bottomTitle {
	margin-top: -18px;
	font-size: 16px;
}

.baglantilar{
	margin-bottom: 70px;
}

.baglantilar p a{
	font-size: 15px;
}


.binavector{
	height: 240px;
	margin-top: -262px;
	z-index: 30;
}
.binavector:lang(tr){
	background: url("../images/bina.png") no-repeat bottom center;
}
.binavector:lang(en){
	background: url("") no-repeat bottom center;
}
.binaZemin{
	height: 70px;
	background: linear-gradient(#6f8284, #9faeb5);
	z-index: 20;
}

.copyright{
	margin-top: 10px;
	background: url("../images/copyrightBack.png") #575757 no-repeat bottom center;
	height: 15px;
}
.copyright center{
	font-size:10px;
	margin-top: 6px;
}


.news{
	margin-top: 20px;
}
.newstitle{
	font-size: 20px;
	font-weight: bold;
}
.newstitle a{
	color: black;
}
.newscontent{
	font-size: 16px;
	text-align: justify;
}
.pagination a{
	color: #1185c1 !important;
	font-weight: bold;
}
.pagination li.active{
	background: #1185c1 !important;
}
.pagination li.active a{
	color: white !important;
	background: #1185c1 !important;

}
.devaminioku{
	background-color: white;
	color:#1185c1;
	border: 1px solid #1185c1;
	width: 100px;
	height: 30px;
	float: right;
	text-align: center;
	line-height: 30px;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.devaminioku:hover{
	background: #1185c1;
	color:white;
	border: 1px solid white;
}
/* Menü */
#fdw{
	margin-top: 0px;
}
#fdw hr{
	margin-top: 15px;
}
#fdw nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul {
	font-size:20px;
	display:block;
	z-index:999999;
	text-align: center;
	margin-top:-40px;
}

#fdw nav ul li {
	display:inline-block;
	padding:0px 3px 10px;
	margin-left:20px;
	position:relative;
}
#fdw nav ul:first-child{
	margin-left:-60px;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#444;
	text-transform:uppercase;
	display:inline-block;
	position:relative;

}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color:#1185c1;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('/images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid #1185c1;
}
#fdw nav ul li.current a {
	color:#1185c1;
	cursor: default;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
#fdw nav ul li.current a span {
	background:url('/images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:35px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #1185c1;
	border-top:5px solid #1185c1;
	text-align: left;
	display:none;
	z-index:999999;
	min-width: 177px;

}
#fdw nav ul li:hover > ul.sub_menu {
	display: block !important;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('/images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
	width: 100%;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 100%;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:none;
	color:#777;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#1185c1;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}

/*===== sub_menu_sub Style =======*/
#fdw nav ul li ul li span {
	right:10px;
	top: 18px;
}
#fdw nav ul li ul li ul.sub_menu {
	position:absolute;
	top:0;
	left:175px;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #1185c1;
	border-top:5px solid #1185c1;
	display:none;
	z-index:9950;
}
#fdw nav ul li ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:15px;
	left:-10px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('/images/arrow_top.png') no-repeat left top;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#fdw nav ul li ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
	width: 100%;
}
#fdw nav ul li ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 100%;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:none;
	color:#777;
}
#fdw nav ul li ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul li ul.sub_menu li a.subCurrent {
	color:#1185c1;
	cursor:default;
}
#fdw nav ul li ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
#mobilsearch{
	display: none;
}
.cssmenu{
			display: block !important;
		}
		
/*===================== end Header style ======================*/


@media only screen and (min-width: 769px) and (max-width: 959px) {
		/* nav */
		nav ul li{
			margin-left:12px;
		}

		.ara{
			margin-left: 580px;
		}
		.lang{
			margin-left: 540px;
		}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 769px) {
	
		.cssmenu{
			display: none !important;
		}
		.fa-rss{
			display: none !important;
		}
		/* nav menu ul & select */
		#fdw nav ul {
			display:none;
		}
		#fdw nav select {
			display:block; /* this is just for the mobile display */
		}
		#fdw nav select {
			width:100%;
			display:block;
			margin-top:40px;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
		.tanitim{
        display: none;
    }
		/* mobil search */
		.ara{
			display: none;
		}
		.lang{
			display: none;
		}
		#mobilsearch{
			display: block;
			margin-bottom: 30px;
		}
		/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
		.clearfix:before, .clearfix:after { content: " "; display: table; }
		.clearfix:after { clear: both; }

		.mobilsosyalcontainer{
			position: absolute;
			margin-top:-10px;
		}
		.mobilsosyal{
			margin-left: 10px;
			width: 30px;
			height: 30px;
			line-height: 30px;
			float:left;
			text-align: center;
			background: #1185c1;
			color:white;
		}
		.mobillang{
			margin-left: 10px;
			width: 50px;
			height: 30px;
			line-height: 30px;
			float:left;
			text-align: center;
			background: #8ddbe4;
			color:white;
		}
		.mobillang a{
			color:white;
		}

		/* Header Style */
		.main{
			margin: 0 auto;
			padding: 2em;
		}

		/* Main Content */
		.main {
			max-width: 100%;
		}

		.column {
			float: left;
			width: 100%;
			padding: 0 2em;
			min-height: 300px;
			position: relative;
			
		}

		.column:nth-child(2) {
			box-shadow: -1px 0 0 rgba(0,0,0,0.1);
		}

		.column p {
			font-weight: 300;
			font-size: 2em;
			padding: 0;
			margin: 0;
			text-align: right;
			line-height: 1.5;
		}

		.column a {
			border: 3px solid #b4c7da;
			padding: 0 15px;
			display: inline-block;
			margin: 20px 0;
		}

		.column a:hover {
			border-color: #fff;
		}

		.bottomBar .item{
		width: 50%;
	}

		/* To Navigation Style */


		@media screen and (max-width: 46.0625em) {
			.column {
				width: 100%;
				min-width: 100%;
				min-height: auto;
				padding: 1em; 
			}

			.column p {
				text-align: left;
				font-size: 1.5em;
			}

			.column:nth-child(2) {
				box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
			}
		}

		.sb-search {
			position: relative;
			margin-top: -10px;
			width: 0%;
			min-width: 30px;
			height: 30px;
			float: right;
			overflow: hidden;
			-webkit-transition: width 0.3s;
			-moz-transition: width 0.3s;
			transition: width 0.3s;
			-webkit-backface-visibility: hidden;
		}

		.sb-search-input {
			position: absolute;
			top: 0;
			right: 0;
			border: 1px solid #1185c1;
			outline: none;
			background: #fff;
			width: 100%;
			height: 30px;
			margin: 0;
			z-index: 10;
			padding: 5px 65px 5px 20px;
			font-family: inherit;
			font-size: 16px;
			color: #1185c1;
		}

		.sb-search-input::-webkit-input-placeholder {
			color: #1185c1;
		}

		.sb-search-input:-moz-placeholder {
			color: #1185c1;
		}

		.sb-search-input::-moz-placeholder {
			color: #1185c1;
		}

		.sb-search-input:-ms-input-placeholder {
			color: #1185c1;
		}

		.sb-icon-search,
		.sb-search-submit  {
			width: 30px;
			height: 30px;
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			padding: 0;
			margin: 0;
			line-height: 30px;
			text-align: center;
			cursor: pointer;
		}

		.sb-search-submit {
			background: #fff; /* IE needs this */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		    filter: alpha(opacity=0); /* IE 5-7 */
		    opacity: 0;
			color: transparent;
			border: none;
			outline: none;
			z-index: -1;
		}

		.sb-icon-search {
			color: white;
			background: #8ddbe4;
			z-index: 90;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
		}

		.sb-icon-search:before {
			
		}

		/* Open state */
		.sb-search.sb-search-open,
		.no-js .sb-search {
			width: 100%;
		}

		.sb-search.sb-search-open .sb-icon-search,
		.no-js .sb-search .sb-icon-search {
			background: #fff;
			color: #1185c1;
			z-index: 11;
		}

		.sb-search.sb-search-open .sb-search-submit,
		.no-js .sb-search .sb-search-submit {
			z-index: 90;
		}
		/* !! mobil search */
}


/* Menü Bitiş */


/* search */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 107% !important;
	border: 0;
	border-radius: 0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	margin-top: -30px;
	font-size: 13px;
	margin-left: -25px;
	width: 100%;
	font-size: 19px;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;

}

/* Individual styles */



/* Makiko */
.input--makiko {
	overflow: hidden;
	background: transparent;
	width: 100%;

}

.input__field--makiko {
	width: 100%;
	background: transparent;
	color: #fff;
	z-index: 10;
	font-weight: 500;

}

.input__label--makiko {
	position: absolute;
	width: 90%;
	text-align: right;
	pointer-events: none;
	color: #1185c1;

}

.input__label--makiko::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 25%;
	right: 0px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);

}

.input__label-content--makiko {
	display: block;
	padding: 2em 0 0 2.75em;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}

.input__field--makiko:focus + .input__label--makiko::before,
.input--filled .input__label--makiko::before {
	-webkit-transform: scale3d(38, 38, 1);
	transform: scale3d(38, 38, 1);
}

/* search bitiş*/


@media all and (max-width: 765px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { 
	#fdw{
		margin-top: 20px;
	}
	#fdw hr{
		display: none;
	}
	.siyah{
		display: none;
	}
	.bottomTitle{
		margin-top: -19px;
		padding: 2px;
		font-size: 14px;
		background: linear-gradient(#9faeb5, #6f8284);
	}
	.logo{
		display: none;
	}
	.logobanner{
		height: 179px; 
		background:  url(../images/cbsbanner_bg-mobile.png) left top repeat;
		/*linear-gradient(180deg, #eff7fb, #eff7fb 60%, #c2c7bc)*/
	}
	.logo-mobile{
		display: block;
		padding-top:25px;
	}

	.sosyalmedya{
		display: none;
	}
	.ustserit hr{
		display: none;
	}

	.slider{
		margin-top:20px;
	}
	.ustserit .sag, .ustserit .sol{
		display: none;
	}
		
	#fdw nav select {
			width:100%;
			display:block;
			margin-top: 0px;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}