/*
Theme Name: NET TEMA v1
Theme URI: http://www.nettema.com/
Author: Burak Coskun
Version: 1
Description: 
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}

body {font-family: 'Roboto Condensed', sans-serif; font-size: 13px;}

ol, ul , li{
   list-style: none;
}
blockquote, q {
    quotes: none;
    background-color: #F7D40A;
    padding: 5px 5px;
    margin: 10px 10px
}

blockquote p {
    margin-bottom:0px !important;     color: #000000;
}

blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    padding-right: 7px;
    margin-top: 6px;
    color: #bd1623;
}

blockquote p:after {
    content: "\f10e";
    font-family: FontAwesome;
    padding-left: 7px;
    margin-top: 6px;
    color: #bd1623;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
a {
    text-decoration: none;color:#444
}
img {
    border: 0;    max-width: 100%;
    height: auto;
}

.alignnone, .aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {margin-bottom: 1.25em;}
img.alignleft{float: left; margin-right: 10px;}
img.alignright{float: right; margin-left: 10px;}
p img, .wp-caption {margin-top: 0.4em;}

@media screen and (max-width: 700px) {
		img.alignleft{margin-right: 0px;width: 100%;float: none;}
		img.alignright{margin-left: 0px;width: 100%;float: none;}	
	}



.clear  {
   clear: both;
}

:focus {
    outline: 0;
}

table {
border-bottom: 1px solid #ededed;
color: #757575;
line-height: 2;
margin: 0 0 10px;width: 100%;font-size: 13px;
}
tr {
border-left: 1px solid #ededed;
}
td {
border-top: 1px solid #ededed;
border-right: 1px solid #ededed;
  padding: 4px 9px;
}

table a {
    font-size: 13px;
    color: #bd1623;
    font-weight: 600;
}

    iframe {width: 100%;}

tr:nth-child(even) {
    background: #f5f5f5;
}

.menu-menu-container,
.menu-menu-container ul,
.menu-menu-container ul li,
.menu-menu-container ul li a,
.menu-menu-container #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-menu-container:after,
.menu-menu-container > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu-menu-container #menu-button {
  display: none;
}
.menu-menu-container {
font-family: 'Open Sans', sans-serif;
    line-height: 1;
    max-width: 900px;
    float: left;
}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.menu-menu-container > ul > li {
  float: left; 
}
.menu-menu-container.align-center > ul {
  font-size: 0;
  text-align: center;
}
.menu-menu-container.align-center > ul > li {
  display: inline-block;
  float: none;
}
.menu-menu-container.align-center ul ul {
  text-align: left;
}
.menu-menu-container.align-right > ul > li {
  float: right;
}
.menu-menu-container.align-right ul ul {
  text-align: right;
}
.menu-menu-container > ul > li > a {
     padding: 17px 15px 16px 15px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;font-weight: 600;
}

.menu-menu-container > ul > li.current-menu-item > a {
    font-weight: bold;
    box-shadow: inset 0 0 10px rgba(27, 26, 26, 0.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-menu-container > ul > li:hover {
  background-color: #bd1623;    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.menu-menu-container > ul > li.has-sub > a {
  padding-right: 25px;
}
.menu-menu-container > ul > li.has-sub > a::after {
  position: absolute;
  top: 16px;
  right: 13px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.menu-menu-container > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
.menu-menu-container ul ul {
  position: absolute;
  left: -9999px;z-index: 1;
}
.menu-menu-container li:hover > ul {
  left: auto;
}
.menu-menu-container.align-right li:hover > ul {
  right: 0;
}
.menu-menu-container ul ul ul {
  margin-left: 100%;
  top: 0;
}
.menu-menu-container.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.menu-menu-container ul ul li {
  height: 0;padding: 1px;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.menu-menu-container ul li:hover > ul > li {
  height: 40px;
}

.menu-menu-container ul ul li a {
  padding: 13px 15px;border-left: 2px solid #bd1623;
  width: 236px;
  font-size: 13px;
  background: #444;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-menu-container ul ul li:hover > a,
.menu-menu-container ul ul li a:hover {
  color: #ffffff;
}
.menu-menu-container ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.menu-menu-container.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.menu-menu-container ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 846px), 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) {
 
.menu-menu-container > ul > li.current-menu-item > a {
  font-weight: bold;background-color: #333;    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}


 .menu-menu-container {
    width: 100%;margin-bottom: 8px;
  }
  .menu-menu-container ul {
    width: 100%;    background: #bd1623;
    display: none;z-index: 1;
  }
  .menu-menu-container.align-center > ul,
  .menu-menu-container.align-right ul ul {
    text-align: left;
  }
  .menu-menu-container ul li,
  .menu-menu-container ul ul li,
  .menu-menu-container ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .menu-menu-container ul li a,
  .menu-menu-container ul ul li a {
    width: 100%;
  }
  .menu-menu-container > ul > li,
  .menu-menu-container.align-center > ul > li,
  .menu-menu-container.align-right > ul > li {
    float: none;
    display: block;
  }
  .menu-menu-container ul ul li a {
    padding: 15px 20px 15px 30px;
    font-size: 13px;
    color: #fff;
    background: none;
    border-left: 1px solid #28ABBF;
  }
  .menu-menu-container ul ul li:hover > a,
  .menu-menu-container ul ul li a:hover {
    color: #fff;
  }
  .menu-menu-container ul ul ul li a {
    padding-left: 40px;
  }
  .menu-menu-container ul ul,
  .menu-menu-container ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .menu-menu-container > ul > li.has-sub > a::after,
  .menu-menu-container ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .menu-menu-container #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase; background: #292828; text-indent: -999em;border-bottom: 4px solid #bd1623;

  }
  .menu-menu-container #menu-button::after {
        content: '';
    position: absolute;
    top: 19px;
    left: 20px;
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
  }
  .menu-menu-container #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 22px;
    height: 3px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .menu-menu-container .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 42px;
    width: 52px;
    cursor: pointer;
  }
  .menu-menu-container .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  .menu-menu-container .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  .menu-menu-container .submenu-button.submenu-opened:after {
    display: none;
  }
  
	.menualani2 {
    position: absolute;
    top: 0;
    width: 100%;
	}
  
}



#searchform {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #EEEEEE;
}

#searchform .searchfield {
    font-size: 16px !important;
    padding-left: 3%;
    height: 39px;
    border-right: none;
    color: #999999;
    display: block;
    float: left;
    width: 77.5%;
}
#searchform .submit {
   width: 19%;
    height: 40px;
    float: right;
    font-size: 16px;
    outline: none;
    display: inline-block;
     background: #c91f2c url('/wp-content/themes/netegitim/cssspr.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -0px 12px;
    cursor: pointer;
}

.authors-area {
    overflow: hidden;
    background: #fff;
   
    clear: both;
    width: 100%;
    
}

.authors {
    border-bottom: 1px dashed #f1f1f1;
    padding: 2% 0%;
overflow:hidden;
}

.author-img {
width:50px;
height:50px;
float:left;
border:1px solid #e1e1e1;
padding:1px;margin-right: 7px;
}

.author-img img {
width:50px;
height:50px;

}

.author-info {

}

.author-info-single {
float:right;
width:210px;
}

.author-name {
font-size: 16px;
   
    margin-bottom: 3px;
    font-family: 'Roboto', sans-serif;
}

.author-title, .author-title a {
font-size:15px;
font-weight:400;
line-height:18px;
color:#989898;
}

.author-title a:hover {
}

/* -------------------------------------------------------------------------------------*/
/* 		HEADER																			*/
/* -------------------------------------------------------------------------------------*/
	#header{width: 100%;margin-bottom: 10px;}
	.menualani2{margin: 0 auto; clear: both; height: 45px; background: #bd1623; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);}	
	.menualani{font-family: 'Open Sans', sans-serif;   line-height: 1;    max-width: 1000px;    margin: 0 auto;}
	.headerust {clear: both;height: 100px; width: 100%; background: #000 url(/wp-content/themes/netegitim/default.jpg) no-repeat center top; }
	.headersol {float: left;}
	.headersol .logo {float: left; padding-top: 12px;}
	.headersol .logo a{}
	.headersol .logo a .icon{float:left;font-size: 40px;color: #fff; }
	.headersol .logo a .name{}
	.headersol .logo a .name h1{text-shadow: 0 0 1px #928E8E;font-size: 26px;font-weight: 900;    color: #fff; }
	.headersol .logo a .name p{font-size: 15px;color: #DADADA;}
	.headerust .headerust1 {max-width: 1000px; margin: 0 auto;}
	.headerust .headerust1 .sola{width: 30%; padding-top: 13px; float: left; }
	.headerust .headerust1 .saga{width: 70%; float: right;}
	@media screen and (max-width: 850px) {
			
		.headersol {float: none;width: 97%;margin: auto; }
		.headersol .logo {padding-top: 5px; position: absolute; z-index: 3; width: 36%; margin-left: 32%; margin-right: 32%; text-align: center;top: 0px;}	
		.headersol .logo a{color: #FFF;}
		.headersol .logo a .icon { font-size: 30px; width: 100%;}
		.headersol .logo a .name p{color: #F5F1F1; font-size: 13px;}
		.headersol .logo a .name h1{font-size: 18px; }
		.headersol .logo a .icon img{ height: 42px; width: 140px;}
		
		.headerust .headerust1 .sola {width: 0%;}
		.headerust .headerust1 .saga {width: 100%;float:none}
		.headerust {margin-top: 56px;}
	}
	
	@media screen and (max-width: 600px) {
		.headersol .logo {padding-top: 5px; position: absolute; z-index: 3; width: 40%; margin-left: 30%; margin-right: 30%;}	
			}
			
	@media screen and (max-width: 400px) {
		.headersol .logo {width: 50%; margin-left: 25%; margin-right: 25%;}	
			}		

	

.search{
position:relative;float: right;
display: inline-block;z-index: 1;
}
[class^="icon-"]{
color: #fff;
display: inline-block;
font-size: 18px;
text-shadow: 1px 1px 2px #bd1623;
box-shadow: inset 0px 0px 0px #bd1623;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
cursor: pointer;
z-index: 10;
position: relative;
line-height: 39px;
padding: 3px 11px 2px 15px;
}
[class^="icon-"]:hover{
background:#bd1623;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
}
.search_form{
background: #bd1623;
position:absolute;
z-index:0;
padding:0px 5px;
right:1px;border-radius: 4px;
top:15px;
overflow: hidden;
width: 20px;
height:0px;
transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
-webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.search_form form{
opacity:0;
transition:all 0.3s ease-out;
-webkit-transition:all 0.3s ease-out;
}
.search_form input{
background:#fff;
border:none;
}
.search_form input[type='text']{
border-radius:5px 0 0 5px;
width:150px;
margin:0px 1px 0px 0;
padding:0px 5px 1px;
min-height:23px;
}
.search_form input[type='submit']{
border-radius:0 5px  5px 0;
text-transform:uppercase;
font-size:11px;
padding:0px 5px;
min-height:24px;
margin:0px 0px 0px 0;
cursor: pointer;
}
.search_box{
visibility: hidden;
}
.search_box:checked~.search_form{
width: 310px;
height: 40px;
padding: 5px;
top: 46px;
transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
-webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
opacity:1;
transition:0.3s all ease-out 0.5s;
-webkit-transition:0.3s all ease-out 0.5s;
}

[class^="icon-"]:before {
margin-right: 5px;
content: "\f002";
display: inline-block;
font-family: FontAwesome;
}

.search_box:checked~[class^="icon-"] {
background: #bd1623;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.search_box:checked~[class^="icon-"]:before {
margin-right: 5px;
content: "\f00d";
display: inline-block;
font-family: FontAwesome;
transition:0.3s all ease-out 0.5s;
-webkit-transition:0.3s all ease-out 0.5s;
}

.search #searchform {   
border: none;
}

.search #searchform .searchfield {
padding-left: 6px;
width: 77%;
}

@media screen and (max-width: 846px) {
		.search  {position:absolute;float: none;
				display: block;
				right: 0;
				padding-top: 4px;
				}
				
		.search_form {
				z-index: 99;
				}
				
		[class^="icon-"]:hover{
				background: #bd1623;
				box-shadow: none;				
				}
				
		.search_box:checked~.search_form {
				width: 320px;
				height: 40px;
				padding: 5px;
				top: 52px;
				}
				
		.search_box:checked~[class^="icon-"] {
				background: #bd1623;
				}
}				
/* -------------------------------------------------------------------------------------*/
/* 		İNDEX																		*/
/* -------------------------------------------------------------------------------------*/
	
	ul#tabi { height: 41px;width: 100%;margin-top: 13px; border-bottom: 1px solid #E2DBDB;border-left: 1px solid #ECECEC;}
	ul#tabi li {float: left;border-right: 1px solid #ECECEC;height: 40px;width: 60px; border-top: 1px solid #ECECEC;background: #F6F6F6;}
	ul#tabi li a {display: block; border-top-color: #e1e1e1; border-left-color: #e1e1e1;font-size:20px;font-weight: 500;  line-height: 38px;    text-align: center;
	 font-family: 'Roboto', sans-serif;}
	ul#tabi li.aktifi a {height: 40px; color: #bd1623;}
	ul#tabi li.aktifi {background: #FDFDFD; height: 41px;}
	ul#tabi li:hover{background: #FDFDFD; height: 41px;}
	ul#tabi li:hover a{color: #bd1623;}
	div.tabi_icerik {float: left;width: 96%;border: 1px solid #ECECEC;    border-top: none;    padding: 2%;background: #FDFDFD;    border-bottom: 1px solid #E2D3D3;}
	div.tabi_icerik img{border: none;padding-top: 14px;width: 90px;height: 80px;}
	div.tabi_icerik  p{    font-size: 13px;
		margin-top: 7px;}

	ul#tabu li.aktifi:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0;
		border-color: #bd1623 transparent transparent;
		position: absolute;
	  
		margin-left: 40px;
	}


	#anasayfa {max-width: 1000px;margin: auto;}	
	#anasayfa .sol { width: 65.5%; float: left; padding-right: 0.5%;}
	#anasayfa .sag { width: 33.5%;float: right;padding-left: 0.5%; }
	
	@media screen and (max-width: 850px) {
	#anasayfa .sol  {width: 98%;padding-right: 1%;padding-left: 1%;}
	#anasayfa .sag  {width: 98%;padding-right: 1%;padding-left: 1%;margin-top: 7px;}	
	}
	
	@media screen and (max-width: 500px) {
	#anasayfa .sol  {width: 98%;padding-right: 1%;padding-left: 1%;}
	#anasayfa .sag  {width: 98%;padding-right: 1%;padding-left: 1%;}		
	}	
	
	#orta {max-width: 1000px;margin: auto;}	
	#orta .sol {width: 67%;float: left; padding-right: 0.5%;}
		
	@media screen and (max-width: 850px) {
	#orta .sol  {width: 98%;padding-right: 1%;padding-left: 1%;}
	#orta .sag  {width: 98%;padding-right: 1%;padding-left: 1%;}
	
	
	}
	
	.anasayfasss {width: 32.5%;float:left; }
	.anasayfatesto {width: 32.5%;margin-left: 1.25%;margin-right: 1.25%;float:left;}
	.anasayfatesto ul{}
	.anasayfatesto ul li{}
	.anasayfatesto ul li a{}
	.anasayfatesto ul li a .bas{}	
	.anasayfatesto ul li a .bas span{
    width: 90%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
	.anasayfatesto ul li a .bas i{ float: right; line-height: 38px;}	
	
	
	.anasayfatesto ul{float: left; width: 100%;}
	.anasayfatesto li {transition: all .2s ease-in-out;display: block;position: relative;height: 39px;line-height: 40px;font-size: 15px;color: #444;background: #fafafa;padding: 0 5px 0 50px; margin-bottom: 1px;}
	.anasayfatesto li:before {font-weight: 300;top: 0;left: 0;background:#e6e6e6;height: 39px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.anasayfatesto li:after {display: block;position: absolute;content: "";}
	.anasayfatesto li:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #e6e6e6;top: 15px;left: 40px;}

	.anasayfatesto .test-55:before {content: "\f1b9";}
	.anasayfatesto .test-71:before {content: "\f0ad";}
	.anasayfatesto .test-70:before {content: "\f21e";}
	.anasayfatesto .test-72:before {content: "\f018";}
	
	.anasayfatesto .bas-lik .newsletter { background: #EA9109;}
	.anasayfatesto .bas-lik .newsletter:before { background: #d28208;}
	.anasayfatesto .bas-lik .newsletter:after {border-left: solid 5px #d28208; }
	.anasayfatesto .bas-lik .newsletter:before {content: "\f040"; font-size: 20px;}
	.anasayfasss .bas-lik .newsletter:before {content: "\f128"; font-size: 24px;}
	
	.anasayfatesto li:hover a {color: #d28208;}
	.anasayfatesto li:hover:before {background: #d28208;color:#fff}
	.anasayfatesto li:hover:after{border-left: solid 5px #d28208;;}
	
	@media screen and (max-width: 800px) {
		.anasayfasss {width: 48%;margin-right: 1%;margin-left: 1%;float:left; }
		.anasayfatesto {width: 48%;margin-right: 1%;margin-left: 1%;float:right; }	
			
	}
	
	@media screen and (max-width: 600px) {
		.anasayfasss {width: 98%;margin-right: 1%;margin-left: 1%;float:none; }
		.anasayfatesto {width: 98%;margin-right: 1%;margin-left: 1%;float:none; }	
	}
	/********* Slider *********/

	#slider,#slider .item{width:100% !important;height:300px;margin:auto;}
	#slider div img{display:block;width:100% !important;height:300px;-webkit-filter: brightness(.9) hue-rotate(-10deg) sepia(.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);}
	#slider {}
	#slider .item{ position: relative;}
	#slider .text {
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 23%;
    color: #Fff;
    font-size: 15px;
    left: 10%;
    background: rgba(158, 20, 31, .7);
    padding: 0px 10px;    
	}
	#slider .text2 {
    display: block;
    position: absolute;
    bottom: 9.7%;
    color: #Fff;
    left: 10%;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 9px;
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    font-weight: 800;
	}
	#slider .text span{padding: 4.3px 0px;
    color: rgb(255, 255, 255);
    text-shadow: 2px 1px 1px #060505;
    margin: 4px 0px;
    font-size: 18px;
    font-weight: 500;
    }
	#slider .text h1{padding: 4.3px 0px;
    text-shadow: 1px 1px 1px #000;
   
    font-size: 24px;
    font-weight: 800;}	


	#slider .owl-buttons{display: block;color: #FFF;font-size: 13px;line-height: 35px;text-align: center; }	
	#slider .owl-buttons .owl-prev{width: 2%;
    color: #000;
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    bottom: 39%;
    position: absolute;
    -moz-transition: all .3s ease-in-out;
	display: inline-block; background: url('/wp-content/themes/netegitim/cssspr.png') center no-repeat rgba(0, 0, 0, 0.55); overflow: hidden; text-indent: -9999px; text-align: left;
	background-position: -8px -56px; height: 30px;
    left: 0;
    border-right: 5px solid #000;}
	
	#slider .owl-buttons .owl-prev:hover {
    border-right: 5px solid #9e141f;width: 3%;  
	display: inline-block; background: url('/wp-content/themes/netegitim/cssspr.png') center no-repeat rgba(158, 20, 31, .7); overflow: hidden; text-indent: -9999px; text-align: left;
	background-position: -6px -56px;
    left: 0
	}
	
	
		#slider .owl-buttons .owl-next{width: 2%;
    color: #000;
    float: right;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    bottom: 39%;
    position: absolute;
    -moz-transition: all .3s ease-in-out;    
	display: inline-block; background: url('/wp-content/themes/netegitim/cssspr.png') center no-repeat rgba(0, 0, 0, 0.55); overflow: hidden; text-indent: -9999px; text-align: left;
	background-position: -10px -107px; width: 13px; height: 30px;
    right: 0;
    border-left: 5px solid #000;}
	
	#slider .owl-buttons .owl-next:hover {
    border-left: 5px solid #9e141f;width: 3%;
	display: inline-block; background: url('/wp-content/themes/netegitim/cssspr.png') center no-repeat rgba(158, 20, 31, .7); overflow: hidden; text-indent: -9999px; text-align: left;
	background-position: -6px -107px; 
    right: 0
	}
	
	#slider .owl-prev:before {content: "\f104";   font-family: FontAwesome; opacity:0}
	#slider .owl-next:before {content: "\f104";   font-family: FontAwesome; opacity:0}	
	
	#slider .owl-pagination {
		float:left;display: block;
		width: 100%;
		background: #444444;
		height: 8px;
	}
	
    #slider .owl-pagination .owl-page {
		display: block;
		color: #7f0606; float:left;
		width: 20%;
		background: #444;
		height: 8px;		
	}
	
	#slider .owl-pagination .active {
		display: block;
		color: #7f0606;		
		background: #bd1623;
		height: 8px;
		width: 20%;
	}
	
	#slider	.entry-top-details {
		position: absolute;
		top: 5px;
		left: 6px;
		color: #fff;
		font-size: 13px;
		opacity: 0.9;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 3px;
		}

	
	#slider	.entry-top-details .comments-triangle {
    position: absolute;
    top: 100%;
	left: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 0 7px;
    border-color: rgba(125, 44, 44, 0.63) transparent transparent transparent;
	}
	
	#slider	.entry-top-details .entry-details-comment {
			padding: 6px 8px;
			background: rgba(158, 20, 31, .7);   
			display: inline-block;border-radius:2px;
		}
	#slider	.entry-top-details .entry-details-views {
			padding: 3px 6px;
			display: inline-block;
		}

	
	#slider2 {width:99.9%;margin:auto;    clear: both;}
	#slider2 .item img{display:block;width:100% !important;height:150px !important;}
	#slider2 {margin:5px 0px;}
	#slider2 .item{position: relative; border-right: 2px solid #fff; margin-top: 5px;}
	#slider2 .icon {display: block;position: absolute;top: 30%;right: 34%;padding: 2% 4%;color: rgba(249, 243, 243, 0.8);font-size: 40px;line-height: 15px;}
	#slider2 .text {display: inline-block; overflow: hidden;  white-space: nowrap;    text-overflow: ellipsis;font-weight: 500;display: block;position: absolute;bottom: 0;left: 0;width: 99%;padding: 3% 1%;    background: rgba(255, 253, 253, 0.77); color: #000;font-size: 15px;line-height: 20px;}
	.owl-theme .owl-controls {margin-top: 0px !important;}

	#slider3 {width:100%;margin:auto;    clear: both;}
	#slider3 .item img{display:block;width:100% !important;height:150px !important;}
	#slider3 {margin:5px 0px;}
	#slider3 .item{ position: relative;margin-right:2px;margin-left:2px;}
	#slider3 .icon {display: block;position: absolute;top: 0;right: 0;padding: 3% 4% 3% 6%;color: #FFF;background: #bd1623;;font-size: 13px;line-height: 15px;}
	#slider3 .text {font-weight: 500;display: block;position: absolute;bottom: 0;left: 0;width: 99%;padding: 3% 1%;    background: rgba(255, 253, 253, 0.77); color: #000;font-size: 15px;line-height: 20px;}

	.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
	/* display none until init */
	.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
	.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
	.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
	.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	.owl-carousel .owl-item{float: left}
	.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
	.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	/* mouse grab icon */
	.grabbing { cursor:url(grabbing.png) 8 8, move;}
	/* fix */
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}

	.owl-prev{margin-bottom: 2px;}
	.owl-prev:before {content: "\f104";   font-family: FontAwesome;}
	.owl-next:before {content: "\f105";    font-family: FontAwesome;}

	.owl-prev, .owl-next{    padding: 14px 10px;color: #000;background: rgba(255, 253, 253, 0.77);font-size: 28px;}
	
	
	@media screen and (max-width: 550px) {
		#slider,#slider .item,
		#slider div img{height:200px;}
		#slider2 .item img{height:180px !important;}
		.owl-buttons,
	
		#slider .text h1 {font-size: 20px; padding: 6.3px 0px;}
		#slider2 .text {font-size: 17px; padding: 2% 1%;}
		
		#slider {
			margin-bottom: 11px;
		}

		#slider .text2,
		#slider .text span { display:none !important;}
		#slider .text { bottom: 0%; left: 0;  width: 100%; text-align: center;padding: 0px;}
	
	
		
	}
	
	@media screen and (max-width: 1000px) {
	.bayrak { display:none !important;}
	}
		
	@media screen and (max-width: 470px) {
		#slider2 .icon {right: 38%;}
    }

	.container .post-slide{padding: 0 2px 10px 1px;cursor: pointer;}
	.container .post-img{background: #3B5998;}
	.container .post-img > img{width: 100%;height: 150px;}
	.container .post-slide .post-title{font-family: "Titillium Web",sans-serif; font-weight: 600;  font-size: 14px; color: #000;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;margin: 10px 0 12px 0;border-bottom: 1px solid  #cfcfd0;padding-bottom: 10px;position: relative;}
	.container .post-slide .post-title:after{content: "";border:1px solid #3B5998;display: inline-block;width: 35px;position: absolute;left: 0;bottom: -1px;}
	.container .post-slide .post-title > a{color:#000;    text-shadow: 0 0 1px #928E8E;font-weight: 500;text-transform: capitalize;font-size: 15px;}
	.container .post-slide .post-title > a:hover{text-decoration: none;}
	.container .post-slide .post-description{color:#555555;font-size: 14px;line-height: 20px;}
	.container .post-slide:hover  .post-img > img{opacity: 0.5;transition:0.3s ease;}
	.container .post-slide:hover .post-title > a{color:#3B5998;transition:0.3s ease;}
	.container .owl-buttons{position: absolute; top: -45px; right: 1%;}

	#news-slider{margin-top: 5px;border: 1px solid #f6f6f6;width: 98%;padding: 1%;margin-bottom: 10px;}
	.container .owl-theme .owl-controls .owl-buttons div{border-radius: 3px;margin: 0px 0px 0px 5px;padding: 0px 11px 3px 11px;opacity: 1;color: #808080;background: #F1F1F1;border-top: 2px solid transparent;transition: all 0.3s ease 0s;float: left;font-size: 19px;}
	.container .owl-theme .owl-controls .owl-buttons div:hover{color: #7a4b94;border-top: 2px solid #03305d;}

	@media screen and (max-width:767px){
		.container .owl-buttons {
		display: block;}
		.container .post-slide .post-description {
			line-height: 17px;
		}
	}
	
	@media screen and (max-width:550px){
	.container .owl-buttons {top: -51px;}
	}


	@media screen and (max-width:480px){
		.container .post-slide{padding-left: 0;padding-right: 0;}
	}	
	
	/********* Slider Bitti *********/

	/********* Öne Çıkan Konu *********/
	.onecikan {float: left;  width: 100%;}
	.onecikan ul{margin-top: 5px;}
	.onecikan li.onecikanbir {width: 45%; float: left;}	
	
	.onecikan li.onecikanbir .baslik {}
	.onecikan li.onecikanbir .baslik h3{text-shadow: 0 0 1px #928E8E;padding-top: 5px;font-size: 18px;padding-bottom: 5px;color: #000;font-weight: 500;letter-spacing: -0.045em;line-height: 1.4em;}	
	.onecikan li.onecikanbir .resim {background: #bd1623;}
	.onecikan li.onecikanbir .resim img{width: 100%;height: 120px;}	
	.onecikan li.onecikanbir:hover .resim img{opacity: 0.5;}
	.onecikan li.onecikanbir:hover .baslik h3{color:#bd1623;transition:0.3s ease;}
	.onecikan li.onecikanbir .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 5px;}
	.onecikan li.onecikanbir .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan li.onecikanbir .comments{position: relative;top: -3px;background-color: #848484;float: right;font-family: 'Open Sans',arial,sans-serif;font-size: 11px;text-align: center;-webkit-border-radius: 2px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 2px;-moz-border-radius-bottomright: 0;border-radius: 2px;border-bottom-right-radius: 0;}
	
	.onecikan li.onecikanbir .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block; min-width: 19px;height: 16px;line-height: 16px;}
	.onecikan li.onecikanbir .comments:after {position: absolute;bottom: -5px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 5px 5px 0 0;border-color: #5b5b5b transparent transparent transparent;}
	.onecikan li.onecikanbir .icerik{clear: both;font-size: 14px;}	
	.onecikan li.onecikaniki {width: 53%; float: right; height: 85px; margin-left: 2%;}	
	.onecikan li.onecikaniki .baslik {}
	.onecikan li.onecikaniki .baslik h3{overflow: hidden; text-shadow: 0 0 1px #928E8E; font-size: 17px;  padding-bottom: 0px; color: #000; font-weight: 500; letter-spacing: -0.045em; line-height: 1.4em;	height: 22px; text-overflow: ellipsis; white-space: nowrap;}
	.onecikan li.onecikaniki .icice{ overflow: hidden; height: 33px;}
	.onecikan li.onecikaniki .resim {float: left;margin-right: 8px;background: #bd1623;}
	.onecikan li.onecikaniki .resim img{ width: 100px; height: 70px;}	
	.onecikan li.onecikaniki:hover .resim img{opacity: 0.5;}
	.onecikan li.onecikaniki:hover .baslik h3{color:#bd1623;transition:0.3s ease;}
	.onecikan li.onecikaniki .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 20px;}
	.onecikan li.onecikaniki .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan li.onecikaniki .comments{position: relative;top: -3px;background-color: #848484;float: right;font-family: 'Open Sans',arial,sans-serif;font-size: 11px;text-align: center;-webkit-border-radius: 2px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 2px;-moz-border-radius-bottomright: 0;border-radius: 2px;border-bottom-right-radius: 0;}
	.onecikan li.onecikaniki .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block; min-width: 19px;height: 16px;line-height: 16px;}
	.onecikan li.onecikaniki .comments:after {position: absolute;bottom: -5px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 5px 5px 0 0;border-color: #5b5b5b transparent transparent transparent;}
	
	@media screen and (max-width: 500px){
	
	.onecikan li.onecikanbir {width: 100%;float: none;margin-bottom: 15px;}
	.onecikan li.onecikaniki {width: 100%;float: none;height: 85px;margin-left: 0%;}
	.onecikan li.onecikanbir .resim img {height: 150px;}
	}
	
		
	/********* Öne Çıkan Konu Bitti *********/
	
	/********* Son Konular *********/
	.anasayfabaslik {float: left; clear: both;width: 100%; margin-top: 10px;}
	.anasayfabaslik .icon{float: left;padding: 4px 8px;font-size: 15px;color: #fff;background: #bd1623;}
	.anasayfabaslik .name{padding: 5px 8px 4px 5px; font-size: 14px; color: #000;float: left;}
	
	.anasayfabaslik2 {float: left;clear: both; width: 100%; margin-top: 15px;margin-bottom: 3px;}
	.anasayfabaslik2 .icon{float: left;padding: 4px 9px;font-size: 22px;color: #fff;background: #bd1623;}
	.anasayfabaslik2 .name{padding: 7px 7px 2px 8px; font-size: 17px; color: #000;float: left;}
	
	.anasayfabaslik1 {border-right: 3px solid #bd1623;background: #F7F7F7;float: left; clear: both;width: 100%; margin-top: 10px;}
	.anasayfabaslik1 .icon{float: left;padding: 6px 10px;font-size: 17px;color: #fff;background: #bd1623;    border: 1px solid #bd1623;}
	.anasayfabaslik1 .name{padding: 10px 8px 8px 6px; font-size: 14px; color: #000;float: left;}
	
	.anasayfason {margin-top: 10px;}
	.anasayfason ul li{width: 49%;height: 220px; float: left;}
	.anasayfason ul li a{}
	.anasayfason ul li:nth-child(odd) {margin-right:1%}
	.anasayfason ul li:nth-child(even) {margin-left:1%}
	
	.td_module_mx3 {position: relative;}
	.td_module_mx3 .resim {height: 235px;}
	.td_module_mx3 .resim img {position: relative;border-radius: 4px;margin-bottom: 13px;height: 170px;width: 100%;}
	.td_module_mx3 .td-module-meta-info {position: absolute;bottom: 26px;border-radius: 4px;background-color: #fff;border-bottom: 1px dashed #f1f1f1;margin: 0 13px;padding: 8px 12px 10px 10px;height: 65px;width: 86%;}
	.td-module-meta-info {font-family: 'Open Sans',arial,sans-serif;font-size: 11px;margin-bottom: 7px;line-height: 1;min-height: 17px;}
	.td_module_mx3 .entry-title {position: relative;line-height: 21px;font-style: normal;margin: 0 0 5px 0;height: 42px;bottom: 0;font-size: 19px;color: #000;font-weight: 900;font-family: 'Roboto Condensed', sans-serif;}
	.td-module-meta-info .td-post-category {display: inline-block;}
	.td-post-author-name {font-weight: bold;display: inline-block;position: relative;top: 2px;}
	.td-post-author-name span {color: #ccc;margin: 0 2px 0 2px;font-weight: normal;}
	.td-post-date {color: #aaa;display: inline-block;position: relative;top: 2px;}
	.td-module-comments {position: relative;float: right;font-family: 'Open Sans',arial,sans-serif;font-size: 10px;font-weight: 600;text-align: center;line-height: 1;}
	.td-module-comments {color: #fff;background-color: #848484;display: inline-block;min-width: 17px;padding: 3px 1px 4px 2px;position: relative;}
	.td-module-comments:after {position: absolute;bottom: -3px;left: 0;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #848484 transparent transparent transparent;}
	.td-post-category {font-family: 'Open Sans',arial,sans-serif;font-size: 10px;font-weight: 600;line-height: 1;background-color: #222;color: #fff;margin-right: 5px;padding: 3px 6px 4px;display: block;vertical-align: top;}
		
		
	@media screen and (max-width: 700px){
	
	.td-post-category,
	.td-post-author-name,
	.td-post-date,
	.td-module-comments 	{display: none !important;}
	.anasayfason ul li {height: 200px;}
	.td_module_mx3 .td-module-meta-info {bottom: 38px;height: 48px;}	
	
	}
	
	@media screen and (max-width: 500px){
	
	.td_module_mx3 .td-module-meta-info {height: 65px;}
	
	.anasayfason ul li {width: 100%;height: 205px;float: none;}
	.anasayfason ul li:nth-child(odd) {margin-right: 0%;}
	.anasayfason ul li:nth-child(even) {margin-left: 0%;}
	
	.td-post-category,
	.td-post-author-name,
	.td-post-date{display: block !important;float: left;}
	.td-module-comments 	{display: block !important;float: right;}
	
	}
	
	/********* Son Konular Bitti *********/
	
	
	/********* Anasyafa Son Konular *********/	
	.anason {margin-top:10px	}
	.anason ul{}	
	.anason li {width: 32%;margin-bottom: 15px;float: left;}	
	.anason ul li {margin-right:2%}
	.anason ul li:nth-child(3),
	.anason ul li:nth-child(6),
	.anason ul li:nth-child(9),
	.anason ul li:nth-child(12),
	.anason ul li:nth-child(15),
	.anason ul li:nth-child(18),
	.anason ul li:nth-child(21)	{margin-right:0%}
	.anason li .baslik {margin-bottom: 7px;}
	.anason li .baslik h3{font-size: 15px;color: #000;padding-bottom: 5px;font-weight: 900;height: 34px;overflow: hidden;text-overflow: ellipsis;width: 100%;font-family: 'Open Sans', sans-serif, tahoma, arial;line-height: 19px;}	
	.anason li .resim {}
	.anason li .resim img{width: 100%;height: 90px;border-radius: 3px;}	
	.anason li:hover .resim img{opacity:0.5}
	.anason li:hover .baslik h3{color:#bd1623;}
	.anason li .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 5px;}
	.anason li .date{line-height: 17px;float: left; font-size: 12px;}
	.anason li .comments{position: relative;top: -3px;background-color: #848484;float: right;font-family: 'Open Sans',arial,sans-serif;font-size: 11px;text-align: center;-webkit-border-radius: 2px; -webkit-border-bottom-right-radius: 0;-moz-border-radius: 2px; -moz-border-radius-bottomright: 0;   border-radius: 2px;    border-bottom-right-radius: 0;	}
	.anason li .comments{color: #fff;padding: 0px 0px 1px 1px;display: inline-block; min-width: 15px;height: 14px;line-height: 16px;font-size: 9px;}
	.anason li .comments:after {position: absolute;bottom: -5px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 5px 5px 0 0;border-color: #5b5b5b transparent transparent transparent;	}
	.anason li .icerik{clear: both;font-size: 14px;}
	
	@media screen and (max-width: 700px) {
	.anason li .baslik h3{font-size: 14px;}
	}
	
	@media screen and (max-width: 500px) {
	.anason li {width: 48%;}
	.anason ul li:nth-child(2),
	.anason ul li:nth-child(4),
	.anason ul li:nth-child(6),
	.anason ul li:nth-child(8) {margin-right:0%}	
	.anason ul li:nth-child(3),
	.anason ul li:nth-child(9),
	.anason ul li:nth-child(15),
	.anason ul li:nth-child(21){margin-right:2%}
	.anason li .baslik h3{font-size: 13px;}
	
	}
	/********* Anasyafa Son Konular Bitti *********/
	
	
	/********* Anasyafa Liste *********/
	
	.anasayfaliste{}
	.anasayfaliste ul{ margin-top: 5px; float: left; border: 1px solid #f6f6f6; width: 98%; padding: 1%; margin-bottom: 10px;}
	.anasayfaliste li{    overflow: hidden;width: 32.5%;float: left;margin-right:1.25%;margin-bottom:10px}	
	.anasayfaliste li a{}
	.anasayfaliste li a .resim{background: #EA9109;}
	.anasayfaliste li a .resim img{width: 100%;height: 110px;}
	.anasayfaliste li:hover .resim img{opacity: 0.5;}	
	.anasayfaliste li a .baslik {height: 38px;overflow: hidden;}
	.anasayfaliste li a .baslik h2{font-weight: 500; font-size: 1.18em; text-shadow: 0 0 1px #928E8E;}
	.anasayfaliste li:nth-child(3),
	.anasayfaliste li:nth-child(6),
	.anasayfaliste li:nth-child(9),
	.anasayfaliste li:nth-child(12),
	.anasayfaliste li:nth-child(15),
	.anasayfaliste li:nth-child(18){margin-right:0%}
	
	@media screen and (max-width: 600px) {
	
	.anasayfaliste li{width: 49.5%;margin-right:0%;}
	.anasayfaliste li:nth-child(odd){margin-right:1%}
	}
	
	@media screen and (max-width: 450px) {
	
	
	}
	
	/********* Anasyafa Liste Bitti *********/
	
	/********* Bilgiler *********/
	
	.duyurular{width: 32.5%;float: right;}
	.duyurular ul{}
	.duyurular li{height: 51px;border-bottom: 1px dashed #179e50; padding: 4px 0px 6px 0px;}
	.duyurular li:last-child{border-bottom: 0px dashed #f1f1f1;  }
	.duyurular li:nth-child(1){ padding: 0px 0px 7px 0px; }
	.duyurular li a .date-widget .baslik{height: 35px; padding-top: 5px; margin-bottom: 5px;font-size: 15px;}
	.duyurular li a .date-widget  span{ position: relative; bottom: 10px;float: right; font-weight: 600; color: #8E8C8C;}
	.duyurular li:hover a .date-widget  span{ color: #179e50;}		
	.denemesinavi{float: right; width: 58%; margin-left: 2%;}	
	.denemesinavi ul{border-top: 5px solid #f6f6f6;}
	.denemesinavi ul li{height: 33px;}
	.denemesinavi ul li a{ font-size: 13px;color:#000}
	.denemesinavi ul li a .baslik{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 80%; float: left; padding: 8px 0px 7px 0px; border-bottom: 1px dashed #f1f1f1; font-size: 14px;}	
	.denemesinavi ul li:last-child .baslik{border-bottom: none;}	
	.denemesinavi ul li a .baslik i	{color: #CCCBCB;font-size: 18px; float: left; margin-right: 4px;}
	.denemesinavi ul li a .sinav{border-left: 1px solid #bd1623;width: 17%;float: right; color: #717171; font-weight: 500; background: #f6f6f6; padding: 7.5px 1%;font-size: 14px; border-top: 1px solid #fff;    text-align: center;}
	.denemesinavi ul li:hover .sinav{background: #bd1623;color: #fff;-webkit-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;}
	.denemesinavi ul li:hover .baslik i	{color: #bd1623;-webkit-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;}
	.denemesinavi ul li:hover .baslik{color: #bd1623;-webkit-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;}
	.event-date-widget{width: 42px;height: 52px; float: left; background: url(images/icon-calendar-widget.png) no-repeat; background-size: 40px 51px; margin: 0 5px 0 0;    text-align: center;}
	.event-date-widget strong {display: block; font-size: 25px; color: #fff; padding: 11px 0 0 0;}
	.event-date-widget span {display: block; font-size: 11px; text-transform: uppercase; color: #fff; padding: 0.8px 0 0 0; position: relative; bottom: 2px;}
	
	@media screen and (max-width: 800px) {		
		.duyurular {display:none}		
	}
	
	@media screen and (max-width: 600px) {
		.duyurular {
		width: 98%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 14px;
		display:block
		}	
		
	}
	
	@media screen and (max-width: 750px) {	.bilgiler	{ display:none;}	}
	
	/********* Bilgiler Bitti *********/

/* -------------------------------------------------------------------------------------*/
/* 		SIDEBAR																			*/
/* -------------------------------------------------------------------------------------*/
	.sag { width: 32%;float: right;padding-left: 0.5%; }
	
	.onecikansidebar li{width: 100%; height: 72px; }	
	.onecikansidebar li .baslik {}
	.onecikansidebar li .baslik h3{    font-size: 13px;    color: #000;    padding-bottom: 7px;    font-weight: 600;    font-family: sans-serif,'Open Sans', sans-serif, tahoma, arial;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;}	
	.onecikansidebar li .resim {float: left;margin-right: 8px;}
	.onecikansidebar li .resim img{ width: 90px; height: 60px;border-radius: 4px;}	
	.onecikansidebar li .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 20px;}
	.onecikansidebar li .date{line-height: 17px;font-size: 13px;height: 37px;overflow: hidden;}
	.onecikansidebar li .comments{
    position: relative;
    top: -3px;
    background-color: #848484;
    float: right;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 11px;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0;
    border-radius: 2px;
    border-bottom-right-radius: 0;
	}
	
	.onecikansidebar li .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block; min-width: 19px;height: 16px;line-height: 16px;}
	.onecikansidebar li .comments:after {
    position: absolute;
    bottom: -5px;
    right: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #5b5b5b transparent transparent transparent;
	}

	.sosyal {}
	.sosyal li{ float:left; margin-bottom: 9px;  width: 50%;}
	.sosyal li a{}
	.sosyal li a .icon{width: 30px; height: 30px; border-radius: 4px; background: #848484; color: #fff; line-height: 31px; text-align: center;font-size: 16px; vertical-align: middle;    float: left;    margin-right: 4px;}
	.sosyal li a .name{font-weight:900;font-size: 13px; line-height: 15px;font-family: 'Open Sans',arial,sans-serif;}
	.sosyal li a .disc{font-family: 'Open Sans',arial,sans-serif;    font-size: 11px;}
	.sosyal li.facebook .icon{background:#517fa4;}
	.sosyal li.facebook .name{color:#517fa4;}	
	.sosyal li.twitter .icon{background:#2FC2EF;}
	.sosyal li.twitter .name{color:#2FC2EF;}	
	.sosyal li.youtube .icon{background:#bb0000;}
	.sosyal li.youtube .name{color:#bb0000;}	
	.sosyal li.instagram .icon{background:#517fa4;}
	.sosyal li.instagram .name{color:#517fa4;}
	@media screen and (max-width: 750px) {	
	.sosyal li{ float:left; margin-bottom: 9px;  width: 24%;}
	}
	
	@media screen and (max-width: 500px) {		
	.sosyal li{ float:left; margin-bottom: 9px;  width: 50%;}
	}
	
	
	.sidebarbaslik { margin-bottom: 10px;background: url(bg-primary-nav.gif) repeat-x;border: 1px solid #F3F2F2;border-bottom: 1px solid #DCDADA;clear: both;width: 99.5%;height: 35px; font-family: 'Roboto', sans-serif,'Open Sans', sans-serif, tahoma, arial;}
	.sidebarbaslik .ico{    width: 39px;height: 35px;float: left;background: #f8f8f8;background: url(bg-primary-nav-sep.gif) right bottom no-repeat;}
	.sidebarbaslik .name{ font-size: 14px; float: left; padding: 10px;  }	
	
	@media screen and (max-width: 850px) {
		.sidebarbaslik {width: 99.7%;}
	}
	
	ul#tab{width: 100%;margin-bottom: 10px;float: left;}
	ul#tab li{border-right: 1px solid #fff;width: 32.9%;float: left;padding: 6px 0px;text-align: center;font-size: 20px;background: #444;}
	ul#tab li a{color: #FFF;}
	ul#tab li.aktif{    background: #bd1623;}
	ul#tab li.aktif a{   color: #FFF;}
	
	.tab_icerik .bulut {border-top: none;	margin-bottom: 8px;display: inline-block;}
	.tab_icerik .bulut a{	float:left;	height:24px;line-height:24px;position:relative;	font-size:12px;	}
	.tab_icerik .bulut a{	margin-left:16px;padding: 1px 10px 1px 12px;background:#58585A;color:#fff;text-decoration:none;	-moz-border-radius-bottomright:4px;	-webkit-border-bottom-right-radius:4px;		border-bottom-right-radius:4px;	-moz-border-radius-topright:4px;	-webkit-border-top-right-radius:4px;		border-top-right-radius:4px;  margin-bottom: 5px;	font-size: 13px !important;		}
	.tab_icerik .bulut a:before{content:"";float:left;position:absolute;top:0;left:-12px;	width:0;height:0;border-color:transparent #58585A transparent transparent;	border-style:solid;	border-width: 13px 12px 13px 0;		}
	.tab_icerik .bulut a:after{content:"";position:absolute;top: 11.5px;left:0;float:left;width:4px;height:4px;	-moz-border-radius:2px;	-webkit-border-radius:2px;	border-radius:2px;	background:#bd1623;	-moz-box-shadow:-1px -1px 2px #004977;	-webkit-box-shadow:-1px -1px 2px #004977;	box-shadow:-1px -1px 2px #004977;	}
	.tab_icerik .bulut a:hover{background:#bd1623;}	
	.tab_icerik .bulut a:hover:before{border-color:transparent #bd1623; transparent transparent;}
	.tab_icerik .bulut a:hover:after{background:#fff;}
	
	.sonyorumlar {clear: both;}
	.sonyorumlar ul{}
	.sonyorumlar li{height: 50px;padding: 3px 0px; border-bottom: 1px dashed #D7D7D7;}
	.sonyorumlar li:last-child{ border-bottom:none;}
	.sonyorumlar li a{}
	.sonyorumlar li a .avatar{}
	.sonyorumlar li a .avatar img{width: 45px;height: 45px; float: left;margin-right: 5px;border-radius: 100px;}
	.sonyorumlar li a .bilgi{height: 49px;overflow: hidden;}
	.sonyorumlar li a .bilgi .author{font-size: 14px;font-weight: 600;}
	.sonyorumlar li a .bilgi .yorum{}
	
	.sonyorumlar li:nth-child(3) .bilgi {height: 49px;overflow: hidden;}
	.sonyorumlar li:nth-child(3) .bilgi .author{font-size: 14px;font-weight: 600;}
	.sonyorumlar li:nth-child(3) .bilgi .yorum{}
	
	.sidebareditor {margin-top:0px	}
	.sidebareditor ul{}
	
	.sidebareditor li {width: 49% !important; margin-bottom: 10px; float: left; padding: 0px !important; border: none !important;}	
	.sidebareditor ul li:nth-child(odd) {margin-right:1%}
	.sidebareditor ul li:nth-child(even) {margin-left:1%}
	.sidebareditor li .baslik {margin-bottom: 7px;}
	.sidebareditor li .baslik h3{margin-top: 4px;text-shadow: 0 0 1px #928E8E;font-size: 14px;color: #000;padding-bottom: 5px;font-weight: 500;height: 27px;overflow: hidden;text-overflow: ellipsis;width: 100%;line-height: 16px;}	
	.sidebareditor li .resim {background: #EA9109;}
	.sidebareditor li .resim img{width: 100%;height: 90px;}	
	.sidebareditor li:hover .resim img{opacity: 0.5;}	
	.sidebareditor li .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 5px;}
	.sidebareditor li .date{line-height: 17px;float: left; font-size: 12px;}
	.sidebareditor li .comments{position: relative;top: -3px;background-color: #848484;float: right;font-family: 'Open Sans',arial,sans-serif;font-size: 11px;text-align: center;-webkit-border-radius: 2px; -webkit-border-bottom-right-radius: 0;-moz-border-radius: 2px; -moz-border-radius-bottomright: 0;   border-radius: 2px;    border-bottom-right-radius: 0;	}
	.sidebareditor li .comments{color: #fff;padding: 0px 0px 1px 1px;display: inline-block; min-width: 15px;height: 14px;line-height: 16px;font-size: 9px;}
	.sidebareditor li .comments:after {position: absolute;bottom: -5px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 5px 5px 0 0;border-color: #5b5b5b transparent transparent transparent;	}
	.sidebareditor li .icerik{clear: both;font-size: 14px;}
	@media screen and (max-width: 850px) {
		.sidebareditor li .resim img{height: 120px;}	
		.sidebareditor li .baslik h3{font-size: 15px; padding-top: 5px;}
		.sidebareditor li .baslik {margin-bottom: 0px;}
	}
	
	@media screen and (max-width: 500px) {
		.sidebareditor li .resim img{height: 90px;}	
		.sidebareditor li .baslik h3{font-size: 14px;}
		.sidebareditor li .baslik {margin-bottom: 7px;}
	}
	
	/********* İcon Liste *********/
	.iconliste {float: left;    width: 100%;}
	.iconliste ul{}
	.iconliste ul li{ width: 16.5%; float: left;  height: 88px; padding-top: 12px;}	
	.iconliste ul li a i{font-size:23px;    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);}
	.iconliste ul li a{line-height: 22px;font-size: 16px;font-weight: 500;text-align: center;color: #fff;}
	.iconliste ul li.icon{}
	.iconliste ul li a .name{line-height: 16px;padding-top: 4px;text-shadow: 0 0 1px #dcdcdc; letter-spacing: -0.025em;}	
	.iconliste ul li.name{padding-top: 3px;}
	.iconliste ul li:hover{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;background: #bd1623;box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);}
		
	
	@media screen and (max-width: 850px) {	
	.iconliste ul li {height: 78px; padding-top: 5px;}
	.headerust {height: 83px;}
	}
	
	@media screen and (max-width: 550px) {	
	.iconliste ul li:nth-child(4){display:none}
	.iconliste ul li {width: 20%;}
	.iconliste ul li a .name {font-size: 14px;}
	}
	
	@media screen and (max-width: 400px) {	
	.iconliste ul li:nth-child(6){display:none}
	.iconliste ul li {width: 25%;}
	}
	
	#TextBox_jbeeb_11 span,
	#TextBox_jbeeb_15 span,
	#TextBox_jbeeb_19 span,
	#TextBox_jbeeb_23 span,
	#TextBox_jbeeb_27 span {font-weight: 400;background: #bd1623;color: #fff;padding: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;	}
	#Stage_jbeeb_3 span{font-weight: 400;}
	.TextBox_baslik {font-size: 18px;margin-bottom:2px;}
	.TextBox_altbaslik { font-size: 13px;color: #777171;	margin-bottom: 11px;}
	.gerisayim { margin-bottom: 10px; width: 99%; text-align: center; float: left; font-family: 'Roboto', sans-serif,'Open Sans', sans-serif, tahoma, arial;  background: #f9f9f9; padding: 7px 0px; border: 1px solid #efecec; }
	
	#Container_jbeeb_6,
	#TextBox_jbeeb_9 {display:none}
	#Container_jbeeb_10 {left: 7px!important;}
	#TextBox_jbeeb_13 {left: 2.6667px!important;top: 40.3333px!important;    width: 49.6667px !important;}
	#Container_jbeeb_14 {left: 66.667px!important}
	#TextBox_jbeeb_17 {left: 64.333px!important;top: 40.3333px!important ;    width: 45.6667px !important;}
	#Container_jbeeb_18 {left: 127.333px!important}
	#TextBox_jbeeb_21 {left: 124px!important;top: 40.3333px!important;    width: 47.6667px !important;}
	#Container_jbeeb_22 {left: 187px!important}
	#TextBox_jbeeb_25{left: 183.667px!important;top: 40.3333px!important;    width: 47.6667px !important;}
	#Container_jbeeb_26 {left: 247.667px!important}
	#TextBox_jbeeb_29 {left: 245.333px!important;top: 40.3333px!important;    width: 45.6667px !important;}
	#TextBox_jbeeb_13 span,
	#TextBox_jbeeb_17 span,
	#TextBox_jbeeb_21 span,
	#TextBox_jbeeb_25 span,
	#TextBox_jbeeb_29 span	{color:#828080;}
	#Stage_jbeeb_3 { width: 294px !important;		margin-left: auto !important;		margin-right: auto !important; }
	#Container_jbeeb_10,
	#Container_jbeeb_14,
	#Container_jbeeb_18,
	#Container_jbeeb_22,
	#Container_jbeeb_26{background-image:none !important;border-radius:0px  !important;width: 38px!important;}
	#TextBox_jbeeb_11,
	#TextBox_jbeeb_15,
	#TextBox_jbeeb_19,
	#TextBox_jbeeb_23,
	#TextBox_jbeeb_27{width: 39px!important;color: #000 !important;	font-size: 24.6667px!important;}
	#TextBox_jbeeb_27{border-right: 0px solid #444}
	#Container_jbeeb_26{border-right: none!important;}
	#Box_jbeeb_12,
	#Box_jbeeb_16,
	#Box_jbeeb_20,
	#Box_jbeeb_24,
	#Box_jbeeb_28{height: 0px !important;}
	
	/********* İcon Liste Bitti *********/
	
	/********* Yeni Sosyal Medya *********/
		
	.yenisosyalmedya {clear: both;width: 100%;}
	.yenisosyalmedya .tanitim{width: 50%;float: left;font-weight: 500; font-family: 'Roboto', sans-serif;}
	.yenisosyalmedya .tanitim a{}
	.yenisosyalmedya .tanitim a .icon{color: #fff;width: 35px;height: 35px;border-radius: 4px;font-size: 18px;text-align: center;line-height: 36px;float: left;margin-right: 6px;margin-bottom: 7px;}
	.yenisosyalmedya .tanitim a .fb {background-color: #3b5998;}
	.yenisosyalmedya .tanitim a .tw{background-color: #00aced;}
	.yenisosyalmedya .tanitim a .yt {background-color: #b00;}
	.yenisosyalmedya .tanitim a .gp {background-color: #dd4b39;}
	.yenisosyalmedya .tanitim a .in {background-color: #125688;}
	.yenisosyalmedya .tanitim a .tumu{}
	.yenisosyalmedya .tanitim a .tumu .fbz {color: #3b5998;}
	.yenisosyalmedya .tanitim a .tumu .twz{color: #00aced;}
	.yenisosyalmedya .tanitim a .tumu .ytz {color: #b00;}
	.yenisosyalmedya .tanitim a .tumu .gpz {color: #dd4b39;}
	.yenisosyalmedya .tanitim a .tumu .inz {color: #125688;}
	.yenisosyalmedya .tanitim a .tumu .baslik{ font-size: 14px; line-height: 19px;}
	.yenisosyalmedya .tanitim a .tumu .altbaslik{color: #999; font-weight: 100;font-size: 12px;}
	
	/********* Yeni Sosyal Bitti *********/	

/* -------------------------------------------------------------------------------------*/
/* 		FOOTER																			*/
/* -------------------------------------------------------------------------------------*/
	#footer {width: 100%;clear: both;background: #F2F2F2;padding-top: 12px;border-top: 1px solid #E4E4E4;margin-top:15px;float: left;height: 222px;}
	#footer .footer {margin: auto; max-width: 1000px;}
	#footer .footer .footerbaslik {text-shadow: 0 0 1px #928E8E;font-size: 16px;font-weight: 500;margin-bottom: 7px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin: 0px 0 3px 0;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;position: relative;}
	#footer .footer .footerbaslik:after {content: "";border: 1px solid #bd1623;display: inline-block;width: 50px;position: absolute;left: 0;bottom: -1px;}
	#footer .footer .altcizgi {}
	
	#footer .footer .liste1{     border-left: 1px solid #FFF;   padding-left: 1%;float: left;width: 17%;height: auto;margin: 0;padding-right: 1%;border-right: 1px solid #D7D7D7;min-height: 197px;}
	#footer .footer .liste1 li{position:relative;border-bottom:0 !important}
	
	#footer .footer .liste1 li a {margin-left: 9px;line-height: 23px;    font-size: 14px;}
	#footer .footer .liste1 ul{padding:2px}
	#footer .footer .liste1 ul.children li:before{background-color:#f2f2f2;width:11px;height:1px;position:absolute;left:-13px;top:19px;content:'';}
	#footer .footer .liste1 ul.children li{border-left:0}
	#footer .footer .liste1 li a:before{content:'';position:absolute;width:5px;height:5px;left:-3px;top:12px;background-color:#D7D7D7;margin-top:-3px;border-radius:50px;-webkit-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;}
	#footer .footer .liste1 li a:after{content:'';width:30px;height:30px;border:1px solid #f4f4f4;position:absolute;left:-15px;top:19px;margin-top:-15px;border-radius:50px;opacity:0;-webkit-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;}
	#footer .footer .liste1 li:hover a{color:#bd1623;}
	#footer .footer .liste1 li:hover a:before{background-color:#bd1623;}
	#footer .footer .liste1 li:hover a:after{opacity:1;border-color:#bd1623;width:11px;height:11px;left:-7px;margin-top:-14px;}
	#footer .footer .liste1 ul.children{padding-top:10px;position:relative;}		
	#footer .footer .liste1  ul.children { padding: 0px 0px 0px 10px !important;}
	
	#footer .footer .liste2{float: left;width: 27%;height: auto;margin: 0;padding: 0 1%;border-left: 1px solid #FFF;min-height: 197px;}

	
	#footer .footer .liste3{border-right: 1px solid #D7D7D7;float: left; width: 28%;height: auto;margin: 0;padding-left: 1%;border-left: 1px solid #FFF;min-height: 197px; padding-right: 1%;}
	#footer .footer .liste3 .bulut {border-top: none;	margin-bottom: 8px;	padding: 8px 0px;display: inline-block;}
	#footer .footer .liste3 .bulut a{	float:left;	height:24px;line-height:24px;position:relative;	font-size:12px;	}
	#footer .footer .liste3 .bulut a{	margin-left:16px;padding: 1px 10px 1px 12px;background:#58585A;color:#fff;text-decoration:none;	-moz-border-radius-bottomright:4px;	-webkit-border-bottom-right-radius:4px;		border-bottom-right-radius:4px;	-moz-border-radius-topright:4px;	-webkit-border-top-right-radius:4px;		border-top-right-radius:4px;  margin-bottom: 5px;	font-size: 13px !important;		}
	#footer .footer .liste3 .bulut a:before{content:"";float:left;position:absolute;top:0;left:-12px;	width:0;height:0;border-color:transparent #58585A transparent transparent;	border-style:solid;	border-width: 13px 12px 13px 0;		}
	#footer .footer .liste3 .bulut a:after{content:"";position:absolute;top: 11.5px;left:0;float:left;width:4px;height:4px;	-moz-border-radius:2px;	-webkit-border-radius:2px;	border-radius:2px;	background:#ffF;	-moz-box-shadow:-1px -1px 2px #004977;	-webkit-box-shadow:-1px -1px 2px #004977;	box-shadow:-1px -1px 2px #004977;	}
	#footer .footer .liste3 .bulut a:hover{background:#bd1623;}	
	#footer .footer .liste3 .bulut a:hover:before{border-color:transparent #bd1623 transparent transparent;}
	#footer .footer .liste3 .bulut a:hover:after{background:#fff;}	
	
	#footer .footer .liste4{    border-right: 1px solid #D7D7D7;float: left;width: 19%;height: auto;margin: 0;padding: 0 1%;min-height: 197px;}	
	#footer .footer .liste4 .tanitim{cursor: pointer;float: left;width: 190px;padding-top: 7px;}
	#footer .footer .liste4 .tanitim .icon{margin-bottom: 4px;font-size: 15px;padding: 8px 12px;margin-right: 10px;border: 1px solid #bd1623;float: left;border-radius: 50%;color: #bd1623; }
	#footer .footer .liste4 .tanitim .tumu{}
	#footer .footer .liste4 .tanitim .tumu .baslik{font-size: 14px;}
	#footer .footer .liste4 .tanitim .tumu .aciklama{color: #777373; padding-top: 4px;}
	#footer .footer .liste4 .tanitim:hover .icon{background:#bd1623; color:#fff;}
	
	#footer .footer .liste4 .logo { text-align: center;}
	#footer .footer .liste4 .logo a{}
	#footer .footer .liste4 .logo a .icon{font-size: 35px; }
	#footer .footer .liste4 .logo a .name{}
	#footer .footer .liste4 .logo a .name h1{text-shadow: 0 0 1px #928E8E;font-size: 25px;font-weight: 900; }
	#footer .footer .liste4 .logo a .name p{font-size: 15px;color: #7b7878;}
	
	#footer .footer .liste4 .basbas{ margin-top: 7px; line-height: 16px; color: #bd1623; font-size: 14px;}
	#footer .footer .liste4 .aciklama{ margin-top: 2px; line-height: 16px; color: #444444; font-size: 14px;}
	#footer .footer .liste4 ul{  list-style: none; float: left; margin-top: 30px;width: 100%;}
	#footer .footer .liste4 ul li a {color: #fff;font-size: 17px;}
	#footer .footer .liste4 ul li { list-style: none; float: left; height: 35px;  width: 20%;  text-align: center; line-height: 34px;}
	#footer .footer .liste4 .facebook{background: #3c5b9b;}
	#footer .footer .liste4 .twitter{background: #359bed;}
	#footer .footer .liste4 .google{background: #d44132;}
	#footer .footer .liste4 .instagram{background: #ba2dad;}
	#footer .footer .liste4 .youtube{background-color: #b00;}
	
	#copyright {clear: both;width: 100%;height: 50px;left: 0;bottom: 0;background: #444;}
	#copyright .footerlogo, #copyright .footerlogo .footertext{ -webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	#copyright .footercopy{max-width: 1000px;margin: auto;}
	#copyright .footerlogo {color: #fff; min-width: 50px;height: 50px;float:left;background: #ababab;}	
	#copyright .footerlogo:hover {background: #bd1623;}
	#copyright .footerlogo .footericon {text-align: center;width: 50px;height: 40px;float:left;padding-top: 10px;font-size:25px	}
	#copyright .footerlogo .footertext {padding-top: 18px;width: 1px;height: 32px;float: left; opacity: 0;	}
	#copyright .footerlogo:hover .footertext {width: 100px;opacity: 1;}
	#copyright .footersite{float: left;line-height: 51px;color: #fff; font-size: 14px;margin-left: 10px;	}
	
	@media screen and (max-width: 850px) {
	#footer .footer .liste1{width: 40%; border-right: none;}
	#footer .footer .liste4{width: 50%;}		
	#footer .footer .liste3,
	#footer .footer .liste2	{ display:none;}
	
	}
	
	@media screen and (max-width: 700px) {
	#footer { display:none;}
	
	}
	
	
	

	/********* Popüler Konular *********/
	
	.populer   {width: 100%;}
	.populer .item-post {overflow: hidden;padding:5px 0px 1px 0px;border-bottom: 1px dashed #f1f1f1;}
	.populer .item-post:last-child {border-bottom:none;}
	.populer .post-number {float: left;background: rgba(0, 0, 0, 0.4);border-radius: 1px 1px 1px 1px;color: #FFFFFF;display: block;font-size: 18px;font-weight: 600;height: 27px;line-height: 27px;text-align: center;width: 27px;margin-right: 3px;margin-top: 0px;position: absolute;}
	.populer .post-images {float: left;width: 40%;margin-right: 2px;}
	.populer .post-images img {width: 100%;height: 80px;}
	.populer .post-right {}
	.populer .post-right h4 { line-height: 21px; font-weight: 600; font-family: "Titillium Web",sans-serif; font-size: 17px;}
	.populer .post-right h4 a{ padding-top: 5px; margin-bottom: 5px; font-size: 15px;font-weight: 500; color: #2a2a2a;}
	.populer .entry-meta .date{color: #9C9C9C;margin-top: 2px; width: 130px;float: left;}
	.populer .entry-meta .comments{color: #9C9C9C;margin-top: 2px;float: left;}
	.populer .item-post:hover .post-number {background: #bd1623; -webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	.populer .item-post:hover a {color:#bd1623;}


	/********* Sayfalama *********/
	
	.wp-pagenavi {clear: both; margin: 18px 0px; text-align: center;}
	.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 6px 9px;margin-right: 2px;border-radius: 5px;font-size: 13px;}
	.wp-pagenavi a:hover {background:#bd1623;color:#FFF;border: 1px solid #bd1623;}
	.wp-pagenavi span.current {color: #FFF;background: #bd1623;padding: 6.3px 9px;border: 1px solid #bd1623;}
	
	/********* Foto Galeri *********/
	.previous-image	{float: left;}
	.next-image	{float: right;}
	.entry-meta{font-size: 13px;}
	.next-image a,
	.previous-image a{padding: 2px 15px 3px 15px;	background: #bd1623;}
	.next-image a{float: right;border-top-right-radius: 15px !important; border-bottom-right-radius: 15px !important; border-radius: 3px;}
	.previous-image a {float: left;border-top-left-radius: 15px !important; border-bottom-left-radius: 15px !important; border-radius: 3px;}
	.next-image a,
	.previous-image a{color: #fff;}				
	.entry-content{margin-top: 5px; float: left;width: 100%;}
	.entry-date a{color: #bd1623;}	
	.post-edit-link{font-weight: 600; color: #960A0A;}		
	.attachment img {border: 1px solid #DEDBDB; padding: 2px; display: block; margin-left: auto;margin-right: auto;}
	#orta .sol .sosyalmedya { margin-top: 5px;}
	.edit-link{float: right;}
	#orta .sol .baslikalani .baslik h1 i{font-size: 21px;color: #bd1623;}
	.attachment{ margin-bottom: 10px;}

	#gallery-1 img {width: 96% !important;height: 115px !important;margin-top: 2px !important;}
	#gallery-1 img {transform: rotate(-2deg) !important;
    padding: 2px;
    border: 1px solid #DCDADA !important;}
	#gallery-1 img:hover {opacity: 0.4;}
	#gallery-1 .gallery-item { width: 32% !important; margin-right: 1.2% !important;;}
	.gallery-icon {    transform: rotate(2deg) !important;
    border: 1px solid #DCDADA;
    width: 96% !important;
    height: 125px !important;
    margin-bottom: 20px;}
	#gallery-1 .gallery-caption {display: none;}
	.wp-caption, .alignnone{max-width: 100% !important;}
		
	
/* -------------------------------------------------------------------------------------*/

/* 		SİNGLE																			*/

/* -------------------------------------------------------------------------------------*/	

	#orta .sol .baslikalani {margin-bottom: 5px;}	
	#orta .sol .baslikalani .baslik {clear: both;border-bottom: 1px dashed #EAE7E7; padding-bottom: 10px;}	
	#orta .sol .baslikalani .baslik h1{font-weight: 500; color: #313131; letter-spacing: -0.040em; font-size:  2.23em; text-shadow: 0 0 1px #928E8E;}
	#orta .sol .baslikalani .bilgiler{border-bottom: 1px dashed #EAE7E7; padding: 7px 0px; color: #BDB7B7; float: left; width: 100%;}
	#orta .sol .baslikalani .bilgiler a{color: #BDB7B7;}
	#orta .sol .baslikalani .bilgiler .bilgi{float:left; text-transform: uppercase;margin-right:35px}	

	#orta .sol .icerikalani {font-family: 'Open Sans', sans-serif, tahoma, arial;color: #565656; font-size: 15px; line-height: 24px; margin-bottom: 10px;}
	#orta .sol .icerikalani img,
	#orta .sol .icerikalani .konuresim img{ max-width: 100%; margin-top: 10px;}	
	.entry-attachment .attachment img{width: auto !important; height: auto!important;}
	#orta .sol .icerikalani .ozet{font-size: 18px;font-weight: 600; }
	#orta .sol .icerikalani .ozet p{margin-bottom: 0px; }
	#orta .sol .icerikalani p a{ color: #3b5998; font-weight: 600; text-decoration: underline;}	
	#orta .sol .icerikalani p{font-family: "Titillium Web",sans-serif;font-size: 1.087em; font-weight: 400; line-height: 1.55em; margin: 0 0 15px; color: #565656;}	
	#orta .sol .icerikalani blockquote {border: 0 solid #bd1623;    border-left-width: 4px;background: #f6f6f6; font-style: italic; color: #686868; padding-left: 11px;    font-size: 16px;    margin-left: 10px;}	
	#orta .sol .icerikalani h1{font-size: 22px;font-weight: 900;padding: 5px 0px;}
	#orta .sol .icerikalani h2{font-size: 21px;font-weight: 900;padding: 5px 0px;}
	#orta .sol .icerikalani h3{font-size: 20px;font-weight: 900;padding: 5px 0px;}
	#orta .sol .icerikalani h4{font-size: 19px;font-weight: 600;padding: 5px 0px;}
	#orta .sol .icerikalani h5{font-size: 18px;font-weight: 600;padding: 5px 0px;}
	#orta .sol .icerikalani h6{font-size: 17px;font-weight: 600;padding: 5px 0px;}	
	#orta .sol .icerikalani ol li{list-style-type: decimal; list-style-position: inside}
	#orta .sol .icerikalani ul li{list-style-type: square; list-style-position: inside;}
	#orta .sol .konresim img{width: 100%;height: 300px;}
	
	#orta .sol .icerikalanitag {clear:both}
	#orta .sol .icerikalanitag {border-top: none;	padding: 8px 0px;display: inline-block;}
	#orta .sol .icerikalanitag a{float:left;	height:24px;line-height:24px;position:relative;	font-size:12px;	}
	#orta .sol .icerikalanitag a{margin-left:16px;padding: 1px 10px 1px 12px;background:#58585A;color:#fff;text-decoration:none;	-moz-border-radius-bottomright:4px;	-webkit-border-bottom-right-radius:4px;		border-bottom-right-radius:4px;	-moz-border-radius-topright:4px;	-webkit-border-top-right-radius:4px;		border-top-right-radius:4px;  margin-bottom: 5px;	font-size: 13px !important;		}
	#orta .sol .icerikalanitag a:before{content:"";float:left;position:absolute;top:0;left:-12px;	width:0;height:0;border-color:transparent #58585A transparent transparent;	border-style:solid;	border-width: 13px 12px 13px 0;		}
	#orta .sol .icerikalanitag a:after{content:"";position:absolute;top: 11.5px;left:0;float:left;width:4px;height:4px;	-moz-border-radius:2px;	-webkit-border-radius:2px;	border-radius:2px;	background:#ffF;	-moz-box-shadow:-1px -1px 2px #004977;	-webkit-box-shadow:-1px -1px 2px #004977;	box-shadow:-1px -1px 2px #004977;	}
	#orta .sol .icerikalanitag a:hover{background:#bd1623;}	
	#orta .sol .icerikalanitag a:hover:before{border-color:transparent #bd1623 transparent transparent;}
	#orta .sol .icerikalanitag a:hover:after{background:#fff;}	

	#orta .sol .sosyalmedya {float: left;width: 100%;margin-bottom: 15px;}
	#orta .sol .sosyalmedya ul{}
	#orta .sol .sosyalmedya ul li{}
	#orta .sol .sosyalmedya ul li a .icon{margin-right: 0px;}
	#orta .sol .sosyalmedya ul li a .text{ font-size: 15px; margin-left: 9px;}	

	#orta .sol .sosyalmedya ul li:hover a.facebook{background-color: #3b5998;color: #fff;border-bottom: 2px solid #3b5998;}
	#orta .sol .sosyalmedya ul li:hover a.twitter{background-color: #28aae1;color: #fff;border-bottom: 2px solid #28aae1;}
	#orta .sol .sosyalmedya ul li:hover a.googleplus{background-color: #dd4b39;color: #fff;border-bottom: 2px solid #dd4b39;}
	#orta .sol .sosyalmedya ul li:hover a.whatsapp{background-color: #43d854;color: #fff;border-bottom: 2px solid #43d854;}
	.altshare {text-align: center;float: left;width: 23.4%; margin-right: 2%;padding: 5px 10px; font-size: .86em; box-sizing: border-box;font-weight: 500;border-radius: 4px;    cursor: pointer;    position: relative;    background: #F6F6F6;
    color: #444;
    border: 1px solid #EAE7E7;
    border-bottom: 2px solid #DAD4D4;	}	
	#orta .sol .sosyalmedya ul li a {-webkit-transition-property: all;font-size: 16px; -moz-transition-property: all;  -o-transition-property: all; transition-property: all;    -webkit-transition-duration: .2s;    -moz-transition-duration: .2s;    -o-transition-duration: .2s;    transition-duration: .2s;    -webkit-transition-timing-function: ease;    -moz-transition-timing-function: ease;    -o-transition-timing-function: ease;    transition-timing-function: ease;	}	
	#orta .sol .sosyalmedya ul li a {-webkit-transition-property: all;font-size: 16px; -moz-transition-property: all;  -o-transition-property: all; transition-property: all;    -webkit-transition-duration: .2s;    -moz-transition-duration: .2s;    -o-transition-duration: .2s;    transition-duration: .2s;    -webkit-transition-timing-function: ease;    -moz-transition-timing-function: ease;    -o-transition-timing-function: ease;    transition-timing-function: ease;	}	
	

	@media screen and (max-width: 600px) {
			#orta .sol .sosyalmedya ul li a .text {display: none;	}
			#orta .sol .konresim img { width: 100%; height: 200px;}
	}
	
	#breadcrumbs{margin-bottom: 15px;color: #BBB8B8;float:left}
	.breadcrumb{float: left;}
	.breadcrumb a{padding: 5px; color: #BBB8B8;}

	/* Yorum Ekle */
	ul.yorumlistele{ width: 98%;	padding-left: 1%;padding-right: 1%;clear: both;	}
	ul.yorumlistele li{list-style-type: none;	}
	h4.kacyorum {font-weight: 600;font-size: 18px; color: #404040;line-height: 28px;margin: 15px 0;}
	.yorum {}
	.yorum a {}
	.yorumavatar {float: left;}
	.yorumavatar img {width: 50px;height: 50px;border: 3px solid rgb(200, 200, 200);-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}
	.yorumkullanici{background-color: rgb(242, 242, 242);padding: 4px;border-bottom: 1px solid rgb(236, 236, 236);}
	.yorumkullanici h3 {font-size: 15px;font-weight: 600;color: #404040;margin-bottom: 0px;float: left;margin-right: 20px;}
	.yorumtarih {font-size: 12px;text-align: right;}
	.yorumtarih a {color: #7E7E7E;}
	i.yorumtarihikon {float: left; background: url("images/tarih.png") no-repeat; width: 16px; height: 16px; display: block; margin-top: 0px; margin-right: 5px;}
	.fa-yorumtarihikon:before {content: "\f133";margin-right: 3px;color: #888;}
	.fa-cevaplaikon:before {content: "\f0e6";margin-right: 3px;}
	.cevapla a{font-size: 10px;background-color: #58585A;padding: 1px 6px;font-weight: bold;	border-radius: 4px;	color: #fff;}
	.yaziyorum{margin-bottom: 10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;border: 1px solid rgb(236, 236, 236);margin-top: 15px;margin-left: 70px;}
	.yorumyazi {font-size: 14px;color: #626262;line-height: 24px;}
	.yorumyazi p { font-size: 16px;padding: 5px !important;}
	#respond ul.children{padding:0px 0px 0px 40px !important;}
	.cevapla {text-align: right;padding: 3px 10px;text-transform: uppercase;}
	i.cevaplaikon {float: left; background: url("images/cevapla.png") no-repeat; width: 16px; height: 16px; display: block; margin-top: 0px; margin-right: 5px;}
	em.yorumonay {font-size:12px;padding: 4px;}

	#respond {  float: left;overflow: hidden;  font-size: 15px;  width: 100%;  border-radius: 0 0 2px 2px;  margin-bottom: 17px;     padding-right: 2%;}
	#respond h4 {font-family: 'Open Sans', sans-serif; margin-bottom: 5px; }
	#respond h4 a {color: #D45255;}
	#respond .comment {width: 98.2%; font-family: 'Open Sans', sans-serif; border: 1px solid rgb(236, 236, 236); padding: 8px 0px 0px 12px; border-radius: 3px; height:96px;margin-bottom:5px;}
	#respond input[type='text']{  line-height: 19px;width: 29.8%;float: left !important;border: 1px solid rgb(236, 236, 236);border-radius: 3px;padding: 2px 10px; margin-bottom: 7px;height:38px;clear:both;display:block;}
	#respond input[type='submit'] {  border: none; background-color: #bd1623; padding: 5px 10px 6px 10px; color: #fff;font-weight: 600; border-radius: 3px}
	p#yorumgiris {font-size: 13px;  margin-bottom: 10px; background: #f9f9f9; padding: 13px;font-weight: 600;}
	p.comment-subscription-form {display: none;}

	/* Yorum Ekle */

	/*-- Related Posts --*/
	.related-posts{margin-top: 7px;background: #FFFFFF;}
	.related-posts h3{margin-bottom: 10px;}
	.related-posts   h4{ font-size: 18px;font-weight: 500;}
	.related-posts .date{color: #999999;margin-top: 5px;}
	.related-posts ul{margin: 0;padding: 0;list-style: none;overflow: hidden;}
	.related-posts ul li{overflow: hidden;margin-bottom: 5px;width: 48%;float: left;}
	.related-posts ul li:nth-child(odd) {margin-right: 1%;}
	.related-posts ul li:nth-child(even) {margin-left: 1%;}
	.related-posts img{height: 150px;width: 100%;float: left;margin-bottom: 5px;}

	
	#orta .sol .entry-social {padding: 10px 0px;
    font-size: 1px;
    background: #FFFFFF;
    border-bottom: 1px dashed #EAE7E7;}
	#orta .sol .entry-social .fb { margin-right: 20px;}
	#orta .sol .entry-social .twitter{ margin-right: 20px;}
	

	@media screen and (max-width: 500px) {
		#orta .sol .related-posts ul li{width: 100%;float: none;}
		#orta .sol .related-posts ul li:nth-child(odd) {margin-right: 0%;}
		#orta .sol .related-posts ul li:nth-child(even) {margin-left: 0%;}
		#orta .sol .icerikalanitag,
		#breadcrumbs,
		#orta .sol .baslikalani .bilgiler .mobil { display:none;}
		#orta .sol .baslikalani .bilgiler .bilgi {margin-right: 17px;}
		#orta .sol .icerikalani p { line-height: 22px;}
		#orta .sol .icerikalani img{ height: 200px;}	
		#orta .sol .icerikalani .konuresim img{ height: 200px;}		
		
		#respond input[type='text']{width: 45%;}	

	}	
	
	
	/* Reklam Alanları */
	
	#soldasabit {position: fixed; left: 4px; z-index: 1; bottom: 5px;}	
	#sagdasabit {position: fixed; right: 4px; z-index: 1; bottom: 5px;}
	
	@media screen and (max-width: 950px) {
	
		#soldasabit,
		#sagdasabit {display: none !important;}
	
	}

		/* İndex */
	#reklamalani1 {clear: both; text-align: center;float: left; width: 100%;}
	#reklamalani2 {clear: both; margin: 16px 0px; text-align: center;}
	#reklamalani3 {clear: both; margin: 10px 0px; text-align: center;}
	
		/* Single and Page */
	#reklamalani4 {clear: both; margin: 10px 0px; text-align: center;}
	#reklamalani5 {clear: both; margin: 10px 0px; text-align: center;}
	
	#reklamalani6 { clear: both; margin: 5px 5px 5px 0px; text-align: center; float: left;}
	#reklamalani6 img{margin-top: 0px !important;}
	
	
	
	
	
	@media screen and (max-width: 500px) {
		#reklamalani6 {float: none;}
	}
		
	/* Reklam Alanları */
	
	.sidebarbas{clear: both;}
	.sidebarbas .name{display: none;}
	.sidebarbaslik .name {display: block;}
	
	
	.anasayfasinif {width: 100%}
	.anasayfasinif .ehliyetsinif {width: 49%;float: left;}
	.anasayfasinif .ehliyetsinif .tabi_icerik {}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama {float:left;margin-right: 2%;}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 {line-height: 18px; padding-left: 22px;}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 .cikmis{margin-top: 32px;padding: 7px 5px;background: #bd1623;width: 100px;float: right;color: #fff;text-align: center;border-radius: 4px;}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 .cikmis a{color: #fff;}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama .baslik{padding: 1px 5px;font-size: 12px; color: #bd1623;}
	.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama .baslik1{font-size: 15px;padding: 0px 5px; padding-bottom: 7px;}
	
	.sontestler {width: 49%; float: right;}
	.sontestler {}
	.sontestler ul{clear: both;}
	.sontestler ul li{height: 29px; border-bottom: 1px dashed #f1f1f1;}
	.sontestler ul li a{font-size: 14px;line-height: 30px;}
	.sontestler ul li a .sontestler_icon{float: left; padding-right: 6px;}
	.sontestler ul li a .sontestler_icon1{float: left;}
	.sontestler ul li a .sontestler_icon2{color: #B5B8B9;float: right;font-size: 13px;}
	
	.sontestler ul li:hover a{color:#bd1623} 
	.sontestler ul li:hover a .sontestler_icon2{color:#bd1623} 

	@media screen and (max-width: 600px){
	
	
	.anasayfasinif 	{display: none !important;}

	
	}


	
	.vc_col-sm-4 {
    width: 33.33333333%;float: left;
}
	
	.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::before {
    content: " ";
    display: table;
}
.tt-el-service {
    text-align: center;    cursor: pointer;
    position: relative;
}
.tt-el-service .el-icon {
    display: inline-block;    font-size: 25px;
    background-color: #f7f7f7;color: #bd1623;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.tt-el-service .el-icon::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.tt-el-service .el-icon img {
    display: inline-block;
    width: 0px;
    position: relative;vertical-align: middle;
    z-index: 10;
}
.tt-el-service h4 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif, tahoma, arial;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: 0.8px;
    margin: 0px;
    position: relative;
}
.tt-el-service h4::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #bd1623;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 8px;
}
.tt-el-service p {
   margin: 0px;
    margin-top: 8px;    
    font-size: 15px;
}
.tt-el-service.has-group::after {
    right: -20px;
}
.tt-el-service.has-group::before, .tt-el-service.has-group::after {
    content: '';
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(239, 239, 239, 0.25)), color-stop(20%, #efefef), color-stop(80%, #efefef), color-stop(100%, rgba(239, 239, 239, 0.25)));
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -o-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -ms-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40efefef',endColorstr='#40efefef',GradientType=1);
    width: 63px;
    height: 1px;
    position: absolute;
    top: 43px;
}
.tt-el-service.has-group::before {
    left: -20px;
}	
.tt-el-service.has-group.group-last::after{display:none}
.tt-el-service.has-group.group-first::before{display:none}

.tt-el-service:hover .el-icon::before {
    width: 65px;
    height: 65px;
    top: 2px;
    left: 2px;
    background-color: transparent;
    border: 3px solid #bd1623;
}
	@media screen and (max-width: 850px) {
	.vc_col-sm-4   {margin-bottom:20px}	
	}

	@media screen and (max-width: 700px) {
	.vc_col-sm-4   {display:none;}	
	}	
	
	
	
.bas-lik{float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
.bas-lik .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.bas-lik2 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik2 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #3B5998;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik2 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #03305d;height: 40px;width: 40px;content: "\f0f6";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik2 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik2 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #03305d;top: 15px;left: 40px;}

.bas-lik3 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik3 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #EA9109;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik3 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f0c9";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik3 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik3 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #d28208;top: 15px;left: 40px;}

.bas-lik4 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik4 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #3b3d3e;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik4 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#000000;height: 40px;width: 40px;content: "\f030";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik4 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik4 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #000000;top: 15px;left: 40px;}

.bas-lik5 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik5 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #179e50;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik5 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#0e8a43;height: 40px;width: 40px;content: "\f282";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik5 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik5 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #0e8a43;top: 15px;left: 40px;}

.bas-lik6 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik6 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #EA9109;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik6 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f0c9";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik6 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik6 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #d28208;top: 15px;left: 40px;}

.bas-lik7 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik7 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik7 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f086";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik7 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik7 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.bas-lik8 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik8 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik8 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f00d";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik8 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik8 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.bas-lik9 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik9 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik9 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f02b";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik9 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik9 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.bas-lik10 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik10 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #EA9109;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik10 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f002";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik10 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik10 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #d28208;top: 15px;left: 40px;}

.bas-lik11 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik11 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik11 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f0c9";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik11 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik11 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.bas-lik12{float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
.bas-lik12 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #179e50;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik12 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#0e8a43;height: 40px;width: 40px;content: "\f0ea";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik12 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik12 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #0e8a43;top: 15px;left: 40px;}

.bas-lik13 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
.bas-lik13 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #ea9109;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.bas-lik13 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f07c";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik13 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik13 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #d28208;top: 15px;left: 40px;}

.duyurular .bas-lik{float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.duyurular .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #179e50;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.duyurular .newsletter:before {font-weight: 300;top: 0;left: 0;background: #0e8a43;height: 40px;width: 40px;content: "\f0a1";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.duyurular .newsletter:after {display: block;position: absolute;content: "";}
.duyurular .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #0e8a43;top: 15px;left: 40px;}

.sag .bas-lik1 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik1 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik1 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f234";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik1 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik1 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.sag .bas-lik2 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik2 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #EA9109;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik2 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik2 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik2 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #d28208;top: 15px;left: 40px;}

.sag .bas-lik3 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik3 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #3B5998;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik3 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #03305d;height: 40px;width: 40px;content: "\f0c9";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik3 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik3 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #03305d;top: 15px;left: 40px;}

.sag .bas-lik4 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik4 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik4 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f161";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik4 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik4 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

.sag .bas-lik5 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik5 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #179e50;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik5 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#0e8a43;height: 40px;width: 40px;content: "\f0c0";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik5 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik5 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #0e8a43;top: 15px;left: 40px;}

.sag .bas-lik6 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.sag .bas-lik6 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #28abbf;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik6 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#199db1;height: 40px;width: 40px;content: "\f164";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.sag .bas-lik6 .newsletter:after {display: block;position: absolute;content: "";}
.sag .bas-lik6 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #199db1;top: 15px;left: 40px;}


.goalliste{float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.goalliste ul li{width: 47.2%;border: 1px solid #ecf1f0; padding: 1% 1% 0% 1%; border-radius: 3px;margin-bottom: 10px;float: left;}
.goalliste ul li a{cursor: pointer;}
.goalliste ul li:nth-child(even) {margin-left: 0.5%;}
.goalliste ul li:nth-child(odd) {margin-right: 0.5%;}		
.goalliste .img img{border-width: 5px;width: 110px;height: 65px;position: absolute;}
.goalliste .img{width: 110px;height: 65px;float: left;}
.goalliste .img .icon{position: relative;top: 50%;}
.goalliste .img .icon:before {right: 0;margin-right: -.0625rem;border-left: 0;border-right: 13px solid #fff;}
.goalliste .img .icon:before {position: absolute;content: '';width: 0;height: 0;border-color: #fff;top: 50%;margin-top: -13px;border-top: 13px solid transparent;border-bottom: 13px solid transparent;}
.goalliste .title{height: 65px;font-family: "Titillium Web",sans-serif;}
.goalliste .title { line-height: 17px; padding: 0px 7px; display: table;}
.goalliste .title .text{overflow: hidden; height: 68px;}
.goalliste .title .text h3{font-size: 15px;  margin-bottom: 0px;  color: #000;  font-weight: 600;  letter-spacing: -0.025em;}
.goalliste .title .text span{}
.goalliste .catandshare{margin-top: 5px;width: 100%;border-top: 1px solid #ecf1f0;height: 30px;}
.goalliste .cat{line-height: 31px;font-size: 12px;color: #777d7f;text-decoration: none;max-width: 80%;overflow: hidden;direction: ltr;text-transform: uppercase;font-weight: 700;font-family: "Titillium Web",sans-serif;float: left;}	
.goalliste .cat span{font-weight: 700;color: #777d7f;margin-left: 5px;line-height: 31px;font-size: 12px;}
.goalliste .share{line-height: 31px;font-size: 14px;color: #081f2c;text-decoration: none;max-width: 50%;overflow: hidden;direction: ltr;font-weight: 600;font-family: "Titillium Web",sans-serif;float: right;}
.goalliste .cat .facebook,
.goalliste .cat .twitter,
.goalliste .cat .google { float: left; width: 30px; text-align: center;}
.goalliste .cat .facebook a,
.goalliste .cat .twitter a,
.goalliste .cat .google a { color:#179e50}
.goalliste .cat .facebook:hover a,
.goalliste .cat .twitter:hover a,
.goalliste .cat .google:hover a { color:#fff}
.goalliste .cat .facebook:hover {background: #3c5b9b;}
.goalliste .cat .twitter:hover{background: #359bed;}
.goalliste .cat .google:hover{background: #d44132;}

@media screen and (max-width: 750px) {
	
		.goalliste ul li:nth-child(even) {margin-left: 0%;}
		.goalliste ul li:nth-child(odd) {margin-right: 0.5%;}
	
	}

@media screen and (max-width: 550px) {
	
		.goalliste ul li {
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		}
	
	}

.snews{width: 100%;float: left;}
.snews ul{}
.snews li.col-md-4{width: 49%;float: left;height: 172px;position: relative;}
.snews li.col-md-4:nth-child(1){margin-right:0.5%;}
.snews li.col-md-4:nth-child(2){margin-left:0.5%;}
.snews .bas-alani{height: 49px;
    overflow: hidden;
    bottom: 0px;
    position: absolute;
    padding: 4px 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );}
.snews .dj-hvr-push{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}
.snews .dj-hvr-push:hover,.snews .dj-hvr-push:focus,.snews .dj-hvr-push:active{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}
.snews .glyphicon-send:before {content: "\f1e0";font: normal normal normal 16px/1 FontAwesome; padding: 10px; background: rgba(102, 51, 153, 0.27); border-radius: 100%;}
.snews .dj-icon-facebook:before {content: "\f09a";font: normal normal normal 14px/1 FontAwesome;}
.snews .dj-icon-twitter:before {content: "\f099";font: normal normal normal 14px/1 FontAwesome;}
.snews .dj-icon-google:before {content: "\f0d5";font: normal normal normal 14px/1 FontAwesome;}
.snews .dj-icon-instagram:before { content: "\f16d";font: normal normal normal 14px/1 FontAwesome;}
.snews .dj-social-share .dj-icon-instagram { border-top-color: #125688;}
.snews .entry-bottom-details{color: #d8d6d6;position:absolute;bottom:50px;left:0;right:0;opacity:0.8;height:37px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;z-index:1;text-transform:uppercase;font-size:11px;letter-spacing:0.4px}
.snews .entry-bottom-details .glyphicon-calendar{display:none}
.snews .entry-bottom-details a{}
.snews .entry-bottom-details ul{padding:0;margin:0}
.snews .entry-bottom-details .entry-details-item{float:left}
.snews .entry-bottom-details .entry-details-item.entry-socials{float:right}
.snews .entry-bottom-details .entry-posted-on .tarih{display:block;padding:13px 10px}
.snews .entry-bottom-details .byline{display:none}
.snews .entry-bottom-details .dj-read-more{ cursor: pointer;color: #d8d6d6;float:right;padding:13px 10px;text-transform:uppercase}
.snews .entry-bottom-details .dj-read-more a{color: #fff;}
.snews .hentry .entry-title{ height: 38px;
    padding: 3px 5px;
    cursor: pointer;
    line-height: 20px;
    margin: 3px 0px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 1px #ffffff;}
.snews .paragraf p { margin: 0 0 15px; line-height: 21px; font-size: 15px;color: #8a8484;}
.snews .entry-header .entry-title{font-size:32px}
.snews .entry-title.archive-title{text-transform:uppercase;text-align:center;font-size:24px;border-bottom:none;padding:8px 20px;padding-top:0}
.snews .entry-title.archive-title:before{left:-3px;width:7px;height:64px;transform:rotate(-5deg);border-bottom-left-radius:4px;z-index:0}
.snews .entry-title.archive-title:after{right:-3px;width:7px;height:64px;transform:rotate(5deg);border-bottom-left-radius:4px;z-index:0}
.snews .entry-title.archive-title strong{color:rgba(255,255,255,0.7);font-weight:100;font-size:13px;margin-top:3px;display:inline-block}
.snews .archive .breadcrumb{margin-bottom:0}
.snews .archive .entry-title.archive-title{margin-top:-2px;top:0}
.snews .taxonomy-description{margin:30px 20px 0 20px;border-top:1px solid rgba(0,0,0,0.07);border-bottom:1px solid rgba(0,0,0,0.07);text-transform:uppercase}
.snews .taxonomy-description p{margin:15px 0}
.snews .dj-loop-wrap{margin-left:-20px;margin-right:-20px;margin-top:30px}
.snews .dj-loop-wrap .hentry{margin:0}.dj-loop-wrap p{margin-bottom:0}
.snews .dj-loop-wrap .dj-divider{margin:0}
.snews .main-navigation .dj-header-socials{list-style-type:none;position:absolute;right:0;top:0}
.snews .main-navigation .dj-header-socials li{display:inline-block}
.snews .bottom-line-twitter{background:#00aced}
.snews .dj-icon-twitter:hover{color:#00aced !important}
.snews .bottom-line-vimeo{background:#aad450}
.snews .dj-icon-vimeo:hover{color:#aad450 !important}
.snews .bottom-line-google{background:#dd4b39}
.snews .dj-icon-google:hover{color:#dd4b39 !important}
.snews .bottom-line-instagram{background:#125688}
.snews .dj-icon-instagram:hover{color:#125688 !important}
.snews .bottom-line-technorati{background:#40a800 !important}
.snews .dj-icon-technorati:hover{color:#40a800 !important}
.snews .bottom-line-skype{background:#00aced}
.snews .dj-icon-skype:hover{color:#00aced !important}
.snews .bottom-line-blogger{background:#f26300}
.snews .dj-icon-blogger:hover{color:#f26300 !important}
.snews .bottom-line-rss{background:#ff7900}
.snews .dj-icon-rss:hover{color:#ff7900 !important}
.snews .bottom-line-facebook{background:#3b5998}
.snews .dj-icon-facebook:hover{color:#3b5998 !important}
.snews .bottom-line-delicious{background:#3271cb}
.snews .dj-icon-delicious:hover{color:#3271cb !important}
.snews .bottom-line-youtube{background:#b00}
.snews .dj-icon-youtube:hover{color:#b00 !important}
.snews .bottom-line-flickr{background:#ff0084}
.snews .dj-icon-flickr:hover{color:#ff0084 !important}
.snews .bottom-line-stumbleupon{background:#f74425}
.snews .dj-icon-stumbleupon:hover{color:#f74425 !important}
.snews .bottom-line-linkedin{background:#007bb5}
.snews .dj-icon-linkedin:hover{color:#007bb5 !important}
.snews .bottom-line-deviantart{background:#4e6252}
.snews .dj-icon-deviantart:hover{color:#4e6252 !important}
.snews .bottom-line-pinterest{background:#cb2027}
.snews .dj-icon-pinterest:hover{color:#cb2027 !important}
.snews .bottom-line-dribbble{background:#ea4c89}
.snews .dj-icon-dribbble:hover{color:#ea4c89 !important}
.snews .bottom-line-tumblr{background:#32506d}
.snews .dj-icon-tumblr:hover{color:#32506d !important}
.snews .bottom-line-forrst{background:#228b22}
.snews .dj-icon-forrst:hover{color:#228b22 !important}
.snews .bottom-line-digg{background:#3271cb}
.snews .dj-icon-digg:hover{color:#3271cb !important}
.snews .bottom-line-reddit{background:#cee3f8}
.snews .dj-icon-reddit:hover{color:#cee3f8 !important}
.snews .entry-socials{float:none !important}
.snews .entry-socials .dj-social-share-trigger{height:37px;width:50px;margin:0 auto}
.snews .entry-socials .dj-social-share-list{display:flex;position:absolute;top:-60px;left:50%;transform:translateX(-50%);height:37px;background-color:rgba(0,0,0,0.8);box-shadow:0 0 15px rgba(0,0,0,0.3);-webkit-transition:all 0.18s ease-in-out;-moz-transition:all 0.18s ease-in-out;-o-transition:all 0.18s ease-in-out;-ms-transition:all 0.18s ease-in-out;transition:all 0.18s ease-in-out;opacity:0;z-index:-1}
.snews .entry-socials .dj-social-share-list:after{content:'';position:absolute;top:100%;left:0;right:0;margin:0 auto;width:0;height:5px;border-top:solid 5px rgba(0,0,0,0.8);border-left:solid 5px transparent;border-right:solid 5px transparent}
.snews .entry-socials .dj-social-share-trigger:hover>.dj-social-share-list{top:-45px;border-radius:2px;opacity:1;-webkit-transition:all 0.18s ease-in-out;-moz-transition:all 0.18s ease-in-out;-o-transition:all 0.18s ease-in-out;-ms-transition:all 0.18s ease-in-out;transition:all 0.18s ease-in-out;z-index:1}
.snews .entry-socials .glyphicon-send{color:white;display:block;height:43px;width:33px;text-align:center;padding-top:17px;cursor:pointer;position:absolute;left:50%;top:-6px;margin-left:-14px}
.snews .dj-social-share ul{margin:0;padding:0}
.snews .dj-social-share ul li{display:block;float:left}
.snews .dj-social-share a{color: #d8d6d6;display:block;height:37px;width:33px;text-align:center;border-top-width:4px;border-top-style:solid;padding-top:9px}
.snews .dj-social-share .dj-icon-twitter{border-top-color:#00aced}
.snews .dj-social-share .dj-icon-facebook{border-top-color:#3b5998}
.snews .dj-social-share .dj-icon-google{border-top-color:#dd4b39}
.snews .dj-social-share .dj-icon-linkedin{border-top-color:#007bb6}
.snews .dj-social-share .dj-icon-stumbleupon{border-top-color:#ea5e33}
.snews .dj-social-share .dj-icon-pinterest{border-top-color:#cb2027}
.snews .dj-social-share .dj-icon-reddit{border-top-color:#cee3f8}
.snews .entry-img-small .entry-details-item.entry-socials{padding-right:0}
.snews .entry-img-small .dj-social-share-trigger{height:auto !important;width:13px !important;margin:0auto}
.snews .entry-img-small .dj-social-share{float:none}.entry-img-small .dj-social-share a{border-top:none;padding:1px 3px;height:20px;width:auto;margin:0 2px}
.snews .entry-img-small .dj-social-share .glyphicon-send{position:static;width:14px;height:23px;margin-top:-4px;padding-top:9px;color:initial;margin-left:0}
.snews .entry-img-small .dj-social-share .glyphicon-send:hover{color:#111 !important}
.snews .entry-img-small .dj-social-share .dj-social-share-list{left:auto;top:auto;bottom:40px;right:-10px;padding:6px 4px;transform:none;height:28px;box-shadow:0 2px 5px rgba(0,0,0,0.25)}
.snews .entry-img-small .dj-social-share .dj-social-share-list a{color:white}
.snews .entry-img-small .dj-social-share .dj-social-share-list:after{left:auto;right:10px}
.snews .entry-img-small .dj-social-share .dj-social-share-trigger:hover>.dj-social-share-list{bottom:30px;top:auto}
.snews #dj-related-wrap .entry-img-small .dj-social-share .dj-social-share-list{right:9px;bottom:42px}
.snews #dj-related-wrap .entry-img-small .dj-social-share .dj-social-share-trigger:hover>.dj-social-share-list{bottom:32px}
.snews .single .featured-img{position:relative}.single .featured-img .entry-socials-single-wrap{position:absolute;bottom:15px;right:15px;min-width:200px}
.snews .single .featured-img .entry-socials{padding-right:0;text-align:right}
.snews .single .featured-img .dj-social-share-trigger{margin:0;text-align:right;padding-top:10px}
.snews .single .featured-img .dj-social-share-trigger:hover .glyphicon-send{top:-5px;text-shadow:5px 8px 7px rgba(0,0,0,0.6)}
.snews .single .featured-img .dj-social-share{display:inline-block}
.snews .single .featured-img .dj-social-share .glyphicon-send{position:relative;top:0;margin-left:-24px;font-size:36px;text-align:right;color:white;text-shadow:3px 4px 6px rgba(0,0,0,0.7);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}
.snews .single .featured-img .dj-social-share .dj-social-share-list{left:auto;top:-35px;bottom:40px;right:0;transform:none}
.snews .single .featured-img .dj-social-share .dj-social-share-list a{color:white}
.snews .single .featured-img .dj-social-share .dj-social-share-list:after{left:auto;right:10px}
.snews .single .featured-img .dj-social-share .dj-social-share-trigger:hover>.dj-social-share-list{top:-28px}
.snews .entry-top-details{position:absolute;top:0;right:0;background:black;color:#fff;font-size:9px;opacity:0.9;border-bottom-left-radius:3px;border-top-right-radius:3px}
.snews .entry-top-details a{color:#fff;}
.snews .entry-top-details .dj-sticky{display:inline-block;padding:3px 10px;text-transform:uppercase}
.snews .entry-top-details .entry-details-views{padding:3px 6px;display:inline-block}
.snews .entry-top-details .entry-details-comment{padding: 5px 7px;display:inline-block}
.snews .entry-top-details .entry-details-comment a{padding:3px 10px;display:inline-block}
.snews .entry-top-details .comments-triangle{position:absolute;top:100%;right:0;width:0;height:0;border-style:solid;border-width:7px 0px 0 7px;border-color:rgb(26, 26, 26) transparent transparent transparent}
.snews .entry-top-details .glyphicon{padding-right:3px}
.snews .entry-top-details i {margin-right:3px;}
.snews .entry-img { overflow: hidden;}
.snews .entry-img { position: relative;height: 172px; border-radius: 4px;}
.snews .page .site-content img.wp-post-image  { min-width: 100%;}
.snews .entry-img img { width: 100%; height: 100%; cursor: pointer;}

@media screen and (max-width: 550px) {	
		.snews li.col-md-4 {
			width: 97%;
			float: none;
			margin-left: 1.5%;
			margin-right: 1.5%;
			margin-bottom: 12px;
		}	
}
	
@media screen and (max-width: 900px) {	
		.snews {
			width: 98%;
			margin-left: 1%;
			margin-right: 1%;
		}	
}	
	
@media screen and (max-width: 570px) {	
		.snews {display:none}	
}	

	
  #top {
            bottom: 25px;
			display: none;
			position: fixed;
			right: 20px;
			background: #bd1623;
			color: #fff;
			border-radius: 5px;
			width: 40px;
			text-align: center;
			height: 40px;
			font-size: 20px;
			line-height: 38px;
			cursor: pointer;    z-index: 9;
        }	
	
	.sagkategoriler {
			padding: 0px;
			background: #fff;
			margin-bottom:0px;
			
		}
		.sagkategoriler p {
			margin: 0;
			padding: 0;
			line-height: 22px;
			margin-top: 10px;
		}
		.sagkategoriler ul li a {
			font-size: 16px;
		}
		.sagkategoriler ul {
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.sagkategoriler li {
			background: #fafafa;
			padding: 7px 20px;
			font-weight:400;
			margin-top: 1px;
		}
		.sagkategoriler li:hover {
			background: #eee;
			
			margin-top: 1px;
		}
		
		.sagkategoriler li:hover a {
			color: #3B5998;
		}
		
		.sagkategoriler ul li {
			list-style: none;
			line-height: 22px;
		}
		.sagkategoriler ul.children a {
			
			background: #323232;
			color: #fff;
			padding: 4px 7px;
			transition: all 0.2s ease-in-out 0s;
			font-size: 13px !important;
			margin-right: 3px;
		}
		.sagkategoriler ul.children a:hover{
			background: #3B5998;
			color: #fff;
			padding: 4px 7px;
			font-size: 13px !important;
			margin-right: 3px;
		}
		.sagkategoriler ul.children li {
			display: inline;
			color: #fff !important;
			border-radius: 3px;
			padding: 0;
			
			background: transparent !important;
			margin-left: 0px !important;
			line-height: 28px !important;
			margin-left:-20px;
		}
		.sagkategoriler ul.children {
			margin-top: 5px !important;margin-bottom: 5px !important;
			
			margin-left: 0px;
			margin-right: 10px;
		}
		
		.sagkategoriler ul.children li ul{
			margin-left: 17px;			
		}
		
		.sidebarbas .fname i{
			font-size: 18px;
			background: #f6f6f6;
			padding: 7px 0px 7px 0px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			border: 1px solid #f2f2f2;
			width: 35px;
			height: 20px;
			text-align: center;
			}
			.fname p {
				margin-bottom: 6px;
			}
			.sidebarbas .fname #log, .sidebarbas .fname #pwd	{
						background: #FFF;
						letter-spacing: 1px;
						line-height: 20px;
						border: 1px solid #f2f2f2;
						-webkit-border-top-right-radius: 3px;
						-webkit-border-bottom-right-radius: 3px;
						-moz-border-radius-topright: 3px;
						-moz-border-radius-bottomright: 3px;
						border-top-right-radius: 3px;
						border-bottom-right-radius: 3px;
						width: 83%;
						padding: 8px 8px 6px 9px;
						height: 20px;
						color: rgba(68, 68, 68, 0.54);
						}
						.logpass,
						.logemail{width: 11%;float: left;}
			
			.sidebarbas .logsubmit	.button	{
						background: #FFF;cursor: pointer;
						border-radius: 3px;
						padding: 7px;
						color: #5f5f5f;
						background-image: linear-gradient(to bottom,#fff,#e6e6e6);
						background-repeat: repeat-x;
						border: 1px solid #ccc;
						border-color: #f1f1f1 rgb(236, 236, 236) #dedede;
						font-size: 15px;margin-bottom: 10px;
						}
	@media screen and (max-width: 800px) {
		.logpass, .logemail {width: 36px;}			
	}
	
	@media screen and (min-width : 100px) and (max-width : 350px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 81%;}
	}	
	
	@media screen and (min-width : 351px) and (max-width : 410px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 83%;}
	}
	
	@media screen and (min-width : 411px) and (max-width : 450px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 85%;}
	}
	
	@media screen and (min-width : 451px) and (max-width : 510px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 87%;}
	}
	
	@media screen and (min-width : 511px) and (max-width : 550px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 88%;}
	}
	
	@media screen and (min-width : 551px) and (max-width : 610px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 89%;}
	}
	
	@media screen and (min-width : 561px) and (max-width : 650px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 90%;}
	}
	
	@media screen and (min-width : 651px) and (max-width : 725px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 91%;}
	}
	
	@media screen and (min-width : 726px) and (max-width : 840px) {
		.sidebarbas .fname #log, .sidebarbas .fname #pwd {width: 92%;}
	}
	
	
	.bolum-1{margin: 10px 0px 0px 0px; float: left; width: 100%;}
	.bolum-1 .bol-1{ width: 31%; float: left;}
	.bolum-1 .bol-2{width: 69%; float: right;}
	.bolum-1 .bol-2 ul li{width: 32.3%;position: relative;height: 120px; float: left;margin-left: 1%;margin-bottom: 11px;}
	
	.bolum-1 .bol-2 ul li a .images{width:100%;height: 120px;}
	.bolum-1 .bol-2 ul li a .images img{width:100%;height: 120px;}
	.bolum-1 .bol-2 ul li a .baslik{line-height: 20px;position: absolute;padding: 30px 2% 6px 2%;bottom: 0;width: 96%; color: #fff;font-size: 15px;text-shadow: 0 0 1px #ffffff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );}
    .bolum-1 .bol-2 ul li a .icon{ font-size: 13px;position: absolute;top: 0; left: 0; padding: 5px 0px;color: #fff;background: rgba(12, 12, 12, 0.46)}    
	.bolum-1 .bol-2 ul li a .icon i,
	.bolum-1 .bol-2 ul li a .icon div {padding: 0px 9px;}
	.bolum-1 .bol-2 ul li a .icon span{background: rgba(201, 31, 44, 0.72);padding: 5px 9px;}

	@media screen and (max-width: 1000px) {
		.bolum-1 .bol-1{ width: 49%; float: left;margin-right:1%}
		.bolum-1 .bol-2{width: 50%; float: right;}
	}	
	
	@media screen and (min-width : 601px) and (max-width : 1000px) {
	.bolum-1 .bol-2 ul li {width: 48.5%;}	
	.bolum-1 .bol-2 ul li:nth-child(5),
	.bolum-1 .bol-2 ul li:nth-child(6) {display:none;}
	}
	
	@media screen and (max-width: 600px) {
		.bolum-1 .bol-1{ width: 100%; float: left;}
		.bolum-1 .bol-2{ width: 100%; float: left;margin-top:10px}		
		.bolum-1 .bol-2 ul li {width: 32%;}	
		.gerisayim { margin-bottom: 0px;}
	}
	
	@media screen and (max-width: 450px) {
		.bolum-1 .bol-2 ul li {width: 48.5%;}	
	}
/** Sidebar Bileşenler **/
	.sidebarbas .newsname {font-family: "Titillium Web",sans-serif;text-transform: uppercase;}
	.sidebarbas .newsname {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; font-weight: 600;}
	.sidebarbas .newsname:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f0c9";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.sidebarbas .newsname:after {display: block;position: absolute;content: "";}
	.sidebarbas .newsname:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}

	.sidebarbas .cat-item{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; color: #c7c1c1;background: #fafafa; padding: 9px 2%; font-weight: 500; margin-top: 1px; float: left; width: 96%; text-align: right; font-size: 15px; border-left: 2px solid #444;}
	.sidebarbas .cat-item a{float: left;}
	.sidebarbas .cat-item:hover {background:#444}
	.sidebarbas .cat-item:hover a{color:#fff}
	
	.sidebarbas .cat-item:nth-child(1) {border-left: 2px solid #bd1623;}
	.sidebarbas .cat-item:nth-child(1):hover {background:#bd1623;}
	
	.sidebarbas .cat-item:nth-child(2) {border-left: 2px solid #3b5998;}
	.sidebarbas .cat-item:nth-child(2):hover {background:#3b5998;}
	
	.sidebarbas .cat-item:nth-child(3) {border-left: 2px solid #ea9109;}
	.sidebarbas .cat-item:nth-child(3):hover {background: #ea9109;}
	
	.sidebarbas .cat-item:nth-child(4){border-left: 2px solid #179e50;}
	.sidebarbas .cat-item:nth-child(4):hover {background:#179e50;}
	
	.sidebarbas .cat-item:nth-child(5) {border-left: 2px solid #28abbf;}
	.sidebarbas .cat-item:nth-child(5):hover {background:#28abbf;}
	
	.sidebarbas .cat-item:nth-child(6) {border-left: 2px solid #CC0099;}
	.sidebarbas .cat-item:nth-child(6):hover {background:#CC0099;}
	
	.sidebarbas .cat-item:nth-child(7) {border-left: 2px solid #999900;}
	.sidebarbas .cat-item:nth-child(7):hover {background:#999900;}
	
	.sidebarbas .cat-item:nth-child(8) {border-left: 2px solid #339999;}
	.sidebarbas .cat-item:nth-child(8):hover {background:#339999;}
	
	.sidebarbas .cat-item:nth-child(9) {border-left: 2px solid #FF33FF;}
	.sidebarbas .cat-item:nth-child(9):hover {background:#FF33FF;}
	
	.sidebarbas .cat-item:nth-child(10) {border-left: 2px solid #006600;}
	.sidebarbas .cat-item:nth-child(11):hover {background:#006600;}
	
	.sidebarbas ul li { width: 96%; padding: 10px 2%; border-bottom: 1px solid #f6f6f6;}
	.sidebarbas ul li a{font-size: 15px;}
	.tagcloud {border-top: none;margin-bottom: 0px;	padding: 8px 0px;display: inline-block;}
	.tagcloud a{float:left;	height:24px;line-height:24px;position:relative;	font-size:12px;	}
	.tagcloud a{margin-left:16px;padding: 1px 10px 1px 12px;background:#58585A;color:#fff;text-decoration:none;	-moz-border-radius-bottomright:4px;	-webkit-border-bottom-right-radius:4px;		border-bottom-right-radius:4px;	-moz-border-radius-topright:4px;	-webkit-border-top-right-radius:4px;		border-top-right-radius:4px;  margin-bottom: 5px;	font-size: 13px !important;		}
	.tagcloud a:before{content:"";float:left;position:absolute;top:0;left:-12px;width:0;height:0;border-color:transparent #58585A transparent transparent;	border-style:solid;	border-width: 13px 12px 13px 0;		}
	.tagcloud a:after{content:"";position:absolute;top: 11.5px;left:0;float:left;width:4px;height:4px;	-moz-border-radius:2px;	-webkit-border-radius:2px;	border-radius:2px;	background:#ffF;	-moz-box-shadow:-1px -1px 2px #004977;	-webkit-box-shadow:-1px -1px 2px #004977;	box-shadow:-1px -1px 2px #004977;	}
	.tagcloud a:hover{background:#C91F2C;}	
	.tagcloud a:hover:before{border-color:transparent #C91F2C transparent transparent;}
	.tagcloud a:hover:after{background:#fff;}	
	
	.recentcomments a {font-weight: 500;}
	.recentcomments span {color: #bd1623;font-weight: 600;}
	/** Sidebar Bileşenler Bitti **/
	
	/* Preloader */	
body {owerflow:hidden;} 
#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff; /* sayfa yüklenirken gösterilen arkaplan rengimiz */
z-index:9999; /* efektin arkada kalmadığından emin oluyoruz */
}

#status {
width:200px;
height:200px;
position:absolute;
left:50%;
top:50%;
background-image:url(/wp-content/themes/netegitim/yukleniyor.gif); /* burası yazının ilk başında bahsettiğimiz animasyonu çağırır */
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px;}
/* Preloader */	

.dosyalar{width: 49.5%;float: left;margin-right: 0.5%;}
.dosyalar li{width: 100%;float: left;border-bottom: 1px dashed #e6e6e6;padding: 8.5px 0px;}
.dosyalar li:last-child{border-bottom: none;}
.dosyalar .dosyalar-i{float: left;margin-right: 4px;color: #179e50;font-size: 14px;}
.dosyalar .dosyalar-b{font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.yazili-kaynak{width: 49.5%;float: left;margin-left: 0.5%;}
.yazili-kaynak li{width: 100%;float: left; padding: 8.5px 0px;border-bottom: 1px dashed #e6e6e6;}
.yazili-kaynak li:last-child{border-bottom: none;}
.yazili-kaynak .yazili-kaynak-i{float: left; padding-top: 1px;color: #ea9109;margin-right: 3px;font-size: 14px;}	
.yazili-kaynak .yazili-kaynak-b{font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

@media screen and (max-width: 600px) {
		.dosyalar,
		.yazili-kaynak{width: 100%;float: left;margin-right: 0%;margin-left: 0%;}
	}