

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;}
body a{-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
		
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: #fff;
}

blockquote p:after {
    content: "\f10e";
    font-family: FontAwesome;
    padding-left: 7px;
    margin-top: 6px;
    color: #fff;
}
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: 1000px;margin: auto;text-align: center;}
#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 {
  display: inline-block;
}
.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: 15px 18px 13px 15px;
     font-size: 15px;
     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;
     border-right: 1px solid #424141;
     font-family: 'Helvetica Neue',Roboto,sans-serif;
     font-size: 14px;
     font-weight: 500;
}
.ekle-plus a:after {
    position: absolute;
    top: 7px;   
    content: "\f067";
    color: #facd0d;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.menu-menu-container > ul > li:last-child a{border-right: none}

.menu-menu-container > ul > li.current-menu-item > a {
    font-weight: 600;
    /* 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;
    color: #fff;
}
.menu-menu-container > ul > li a:hover {color: #ff7d01;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: 99999999999;
}
.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: 800px), 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) {
 
 .headersol .takip-et,
 .headersol .bize-ulasin{display: none;}
 
.menu-menu-container > ul > li.current-menu-item > a {
  font-weight: bold;background-color: #f7f7f7;    color: #ff7d01;
}

.ekle-plus a:after {color: #ff7d01;}

 .menu-menu-container {
    width: 100%;margin-bottom: 0px;    text-align: left;
  }
  .menu-menu-container ul {
    width: 100%;    background: #fff;
    display: none;z-index: 1;    border-bottom: 3px solid #444;
  }
  .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%;color: #000;
  }
  .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: #000;
    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:#ff7d01; text-indent: -999em;border-bottom: 4px solid #37312a;

  }
  .menu-menu-container #menu-button::after {
        content: '';
    position: absolute;
    top: 19px;
    left: 20px;
    display: block;
    width: 22px;
    height: 3px;
    background: #000;
  }
  .menu-menu-container #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 22px;
    height: 3px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .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: #ff7d01;
    z-index: 99;
  }
  .menu-menu-container .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #ff7d01;
    z-index: 99;
  }
  .menu-menu-container .submenu-button.submenu-opened:after {
    display: none;
  }
  
	.menualani2 {
    position: absolute;
    top: 0;
    width: 100%;
	}
  
}




.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; border-radius: 100%;}
.author-img img {width:50px;height:50px;border-radius: 100%;}
.author-info {}
.author-info-single {float:right;width:210px;}
.author-name {font-size: 17px;  margin-bottom: 3px;}
.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: 0px;}
	.menualani2{margin: 0 auto;clear: both;/* border-top: 1px solid #efefef; */border-bottom: 1px solid #000000;background: #2d2b2b;}	
	.menualani{font-family: 'Open Sans', sans-serif;line-height: 1;max-width: 1000px;margin: 0 auto;position: relative;}
	.headerust {clear: both;
    height: 76px;
    width: 100%;
    background: url(/wp-content/themes/nettema-plus/images/header-bg.png),linear-gradient(to right,rgb(255, 125, 1),rgb(255, 125, 1));
    background-size: 300px 300px, auto;}
	.headersol {margin: auto;text-align: center;}
	.headersol .logo {padding-top: 5px;}
	.headersol .logo a{}
	.headersol .logo a .icon{font-size: 40px;color: #fff;position: relative;}
	.headersol .logo a .icon span{display: none;text-transform: uppercase;font-family: sans-serif;font-weight: 600;font-size: 10px;color: #000000;letter-spacing: 1px;position: absolute;top: 41px;margin: auto;text-align: center;right: 400px;}
	.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: 100%;padding-top: 7px;float: left;position: relative;}
	.headerust .headerust1 .saga{width: 70%; float: right;}
	
	.headersol .bize-ulasin{position: absolute;right: 0; top: 16px; font-weight: 900; color: #fff; width: 162px;}	
	.bize-ulasin .ustbaslik {position: absolute;display: inline-block;background-color: rgba(103, 185, 32, 0.59);padding: 4px 3px 3px 3px;width: 57px;margin: 0 auto;margin-left: -43px;margin-top: -10px;}
	.bize-ulasin .ustbaslik p {font-size: 12px;line-height: 15px;font-weight: 400;margin: 0;}
	.bize-ulasin .ustbaslik:after {position: absolute;content: "";width: 0;height: 0;bottom: -7px;left: 0;border-style: solid;border-width: 7px 7px 0 0;border-color: rgba(103, 185, 32, 0.59) transparent transparent transparent;}	
	.bize-ulasin .img {width: 45px;height: 45px;border-radius: 50%;background: rgb(218, 106, 0);float: left;}	
	.bize-ulasin i {color: #fff;font-size: 24px;line-height: 43px;}	
	.bize-ulasin .baslik1{margin-top: 14px;text-align: left;letter-spacing: 1.7px;font-size: 13px;}	
	.bize-ulasin .altbaslik1{font-size: 16px;}		
	.headersol .takip-et{position: absolute; left: 0px; bottom: 1px; font-size: 16px; font-weight: 500; color: #fff; text-align: left;}
	.headersol .takip-et div{letter-spacing: 3.5px; text-transform: uppercase; font-weight: 900; font-size: 13px;}
	
	@media screen and (max-width: 999px) {
		.headersol .logo a .icon span{display:none}
		.headersol .bize-ulasin{display: none;}
	}
	
	@media screen and (max-width: 850px) {			
		.headersol {float: none;width: 97%;margin: auto; }
		.headersol .logo {padding-top: 0px; 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: 52px;width: 152px;}
		
		.headerust .headerust1 .sola {padding-top: 0px;}
		.headerust .headerust1 .saga {width: 100%;float:none}
		.headerust { margin-top: 0px;height: 54px;}
		.menualani2{border-top: none;border-bottom: none;height: 56px;}	
	}
	
	@media screen and (max-width: 600px) {
		.headersol .logo {padding-top: 0px; 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%;}	
			}		




.sidebarbas #searchform {overflow: hidden;clear: both;margin-bottom: 10px;width: 100%;border: 1px solid #f98110;border-right: 1px solid #f98110;height: 38px;}
.sidebarbas .searchfield {font-size: 16px !important;padding-left: 3%;height: 38px;border-right: none;color: #999999;display: block;float: left;width: 77.5%;}
.sidebarbas .submit {width: 15%;height: 39px;float: right;font-size: 16px;outline: none;display: inline-block;background: #f98110 url(/wp-content/themes/nettema-plus/cssspr.png) no-repeat;overflow: hidden;text-indent: -9999px;text-align: left;background-position: -1px 12px;cursor: pointer;}
@media screen and (max-width: 650px) {
.sidebarbas	#searchform .submit {width: 17%;}
}


.search #searchform {overflow: hidden;clear: both;margin-bottom: 10px;width: 100%;border: 1px solid #ff7d01;border-right: 1px solid #ff7d01;height: 38px;}
.search #searchform .searchfield {font-size: 16px !important;padding-left: 3%;height: 38px;border-right: none;color: #999999;display: block;float: left;width: 77.5%;}
.search #searchform .submit {width: 15%;height: 40px;float: right;font-size: 16px;outline: none;display: inline-block;background: #ff7d01 url(/wp-content/themes/nettema-plus/cssspr.png) no-repeat;overflow: hidden;text-indent: -9999px;text-align: left;background-position: -5px 12px;cursor: pointer;}
@media screen and (max-width: 650px) {
.search	#searchform .submit {}
}
			
.search{position: absolute;float: right;z-index: 1;top: 0;right: 0;}
[class^="icon-"]{color: #ffffff;display: inline-block;font-size: 18px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;cursor: pointer;z-index: 10;position: relative;line-height: 37px;padding: 3px 11px 2px 15px;border-right: 1px solid #424141;border-left: 1px solid #424141;width: 20.9px;}
[class^="icon-"]:hover{background: #ff7d01;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.search_form{background: rgb(255, 125, 1);position:absolute;z-index:0;/* padding:0px 5px; */right: 2px;border-radius: 0px;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;}
.search_form form{opacity:0;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
.search_form input{background: #ffffff;border:none;}
.search_form input[type='text']{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: 44px;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;color: #ffffff;}
.search_box:checked~[class^="icon-"] {background: #ff7d01;/* 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 {}
.search #searchform .searchfield {padding-left: 6px;width: 81%;}

@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: #ff7d01;box-shadow: none;}
	.search_box:checked~.search_form {width: 320px;height: 40px;padding: 1px;top: 57px;}				
	.search_box:checked~[class^="icon-"] {background: #ff7d01;}				
	[class^="icon-"]:before {color: #000000;}		 
	[class^="icon-"]:hover {background: #ff7d01;}
}					

	
	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 { margin-left: 0.5%; margin-right: 0.5%; width: 99%;}
	#anasayfa .container{ width: 99.7%; margin-left: 0.15%; margin-right: 0.15%;}
	#anasayfa .sol  {width: 98%;padding-right: 1%;padding-left: 1%;}
	#anasayfa .sag  {width: 98%;padding-right: 1%;padding-left: 1%;margin-top: 0px;}	
	}
	
	@media screen and (max-width: 600px) {
	#anasayfa .sol  {width: 100%;padding-right: 0%;padding-left: 0%;}
	#anasayfa .sag  {width: 99%; padding-right: 0.5%; padding-left: 0.5%;}		
	}	
	
		
	#orta {max-width: 1000px;margin: auto;margin-top: 2px;}	
	#orta .sol {width: 64.5%;float: left; padding-right: 0.5%;}
	#orta .sag { width: 34.5%;float: right;padding-left: 0.5%; }
		
	@media screen and (max-width: 850px) {
	#orta .sol  {width: 98%;padding-right: 1%;padding-left: 1%; margin-bottom: 10px;}
	#orta .sag  {width: 98%;  padding-right: 1%; padding-left: 1%;float: none;  margin: auto; clear: both;}
	#orta .inslider  {width: 100%;padding-right: 0%;padding-left: 0%;margin-bottom: 4px;}
	}
	
	
	.anasayfasss {width: 100%;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) {
		.anasayfatesto {width: 48%;margin-right: 1%;margin-left: 1%;float:right; }	
			
	}
	
	@media screen and (max-width: 600px) {
		.anasayfasss {width: 100%; margin-right: 0%; margin-left: 0%; float: none; float: left; }
		.anasayfatesto {width: 98%;margin-right: 1%;margin-left: 1%;float:none; }	
	}
	/********* Slider *********/

	#slider,#slider .item{width:100% !important;height:323px;margin:auto;}
	#slider div img{display:block;width:100% !important;height:323px;}
	#slider {}
	#slider .item{ position: relative;}
	
	#slider .iconcan {		
		display: block;
		line-height: 20px;
		position: absolute;
		top: 10px;
		font-size: 13px;
		right: 10px;   
		color: #fff;		
	}
	
	#slider .iconcan i,
	#slider .iconcan div  {background: rgba(12, 12, 12, 0.46); padding: 2px 9px;text-align: center; border-radius: 3px;}
	#slider .iconcan span {background: rgba(201, 31, 44, 0.72); padding: 5px 9px;text-align: center; border-radius: 3px;}
	#slider .iconcan i {padding: 7px 9px;}
	
	#slider .title-slider {
	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, 0.44)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.49) 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, 0.51) 100%)}
	
	
	#slider .text {
	display: block;
    position: absolute;
    bottom: 22.2%;
    left: 5%;
	}
	
	#slider .text h1{
    text-shadow: 1px 1px 1px #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    background: rgba(255, 125, 1, 0.73);
    padding: 8px 8px;
    margin-left: 30px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 95%;
    }
	#slider .text2{
	display: block;
    position: absolute;
    bottom: 9.5%;
    left: 5%;

    }
	
	#slider .text2 p{
	text-shadow: 1px 1px 1px #000;
    font-size:18px;
    font-weight: 500;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 8px;
    margin-left: 30px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 95%;
    }
	
	


	#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/nettema-plus/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 #f98110;width: 3%;  
	display: inline-block; background: url('/wp-content/themes/nettema-plus/cssspr.png') center no-repeat rgba(249, 129, 16, 0.46); 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/nettema-plus/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 #f98110;width: 3%;
	display: inline-block; background: url('/wp-content/themes/nettema-plus/cssspr.png') center no-repeat rgba(249, 129, 16, 0.46); 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: #ff7d01;
		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 {font-weight: 500;display: block;left: 0;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 );}
	.owl-theme .owl-controls {margin-top: 0px !important;}

	#slider3 {width:99.9%;margin:auto;    clear: both;}
	#slider3 .item img{display:block;width:100% !important;height:150px !important;}
	#slider3 {margin:5px 0px;}
	#slider3 .item{position: relative; border-right: 2px solid #fff; margin-top: 5px;}
	#slider3 .icon {display: block;position: absolute;top: 30%;right: 34%;padding: 2% 4%;font-size: 40px;line-height: 15px;color: rgba(68, 68, 68, 0.5);}
	#slider3 .text {font-weight: 500;display: block;left: 0;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 );}
	#slider3 .zaman { display: block; position: absolute;  top: 5%; right: 5%; color: #ffffff; font-size: 14px; line-height: 15px;}
	#slider3 .zaman span { background: rgba(68, 68, 68, 0.5); border-radius: 2px; padding: 2px 4px;}
	
	.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 */
	.container .owl-carousel  .owl-wrapper,
	.container .owl-carousel  .owl-item{height: 197px !important;-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);}
	
	#slider .owl-carousel  .owl-wrapper,
	#slider .owl-carousel  .owl-item{height: 323px !important;-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;}
		#slider3 .item img,
		#slider2 .item img{height:180px !important;}

	
		#slider .text h1 {    font-size: 20px;
    padding: 7px 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;}
		#slider3 .text 
		#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) {
		#slider3 .icon
		#slider2 .icon {right: 38%;}
    }

	#anasayfa #slider {width: 66% !important; height: 356px;float: left;}
	#anasayfa #slider  .owl-item{height: 356px !important;}
	#anasayfa #slider div img {height: 356px;}
	#anasayfa #slider .item {height: 356px;}
	
	
	.container{float: left;width: 100%;}
	.container .post-slide{padding: 0 2px 0px 1px;cursor: pointer;height: 200px;}
	.container .post-img{background: #bd1623;}
	.container .post-img > img{width: 100%;height: 150px;}
	.container .post-slide .post-title{font-family: "Titillium Web",sans-serif; font-weight: 600;  font-size: 15px; 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 #bd1623;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:#bd1623;transition:0.3s ease;}
	.container .owl-buttons{position: absolute; top: -41px; right: 4px;}

	#news-slider{margin-top: 5px;border: 1px solid #f6f6f6;width: 97.8%;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: #fff;background: #37312a;border-top: 2px solid transparent;transition: all 0.3s ease 0s;float: left;font-size: 21px;}
	.container .owl-theme .owl-controls .owl-buttons div:hover{background: #90101a;color: #fff;}

	@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){
	
	}


	@media screen and (max-width:480px){
		.container .post-slide{padding-left: 0;padding-right: 0;}
	}	
	
	/********* Slider Bitti *********/

	.onecikan {float: left;width: 49%;margin-right: 1%;margin-top: 6px;}
	.onecikan ul{margin-top: 5px;position: relative;}
	.onecikan li.onecikanbir {width: 100%;border-bottom: 1px solid rgba(189, 22, 35, 0.09);padding-bottom: 4px;}	
	
	.onecikan li.onecikanbir .baslik {}
	.onecikan li.onecikanbir .baslik h3{padding-top: 4px;font-size: 17px;padding-bottom: 2px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;font-family: "Titillium Web",sans-serif;}	
	.onecikan li.onecikanbir .resim {background: #bd1623;}
	.onecikan li.onecikanbir .resim img{width: 100%;height: 145px;}	
	.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: #bd1623;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;position: absolute;top: 5px;right: 5px;}
	.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: #bd1623 transparent transparent transparent;}
	.onecikan li.onecikanbir .icerik{clear: both;font-size: 14px;}	
	.onecikan li.onecikaniki {width: 100%;float: right;height: 73px;margin-left: 2%;padding: 7px 0px;border-bottom: 1px solid rgba(189, 22, 35, 0.09);position: relative;}	
	.onecikan li.onecikaniki:last-child {border-bottom: 0px dotted rgb(218, 218, 218);}
	.onecikan li.onecikaniki .baslik {}
	.onecikan li.onecikaniki .baslik h3{overflow: hidden;font-size: 15px;padding-bottom: 0px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;height: 22px;text-overflow: ellipsis;white-space: nowrap;font-family: "Titillium Web",sans-serif;}
	.onecikan li.onecikaniki .icice{ overflow: hidden; height: 49px; line-height: 16px;}
	.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;background-color: rgba(189, 22, 35, 0.66);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;position: absolute;bottom: 19px;left: 5px;}
	.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: #bd1623 transparent transparent transparent;}
	.onecikan li.onecikaniki:after {position: absolute;top: 0px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 9px 0px 0px 11px;border-color: rgba(189, 22, 35, 0.09) transparent transparent transparent;}
	.onecikan li.onecikaniki:hover:after{border-color: #bd1623 transparent transparent transparent;}
	
	.onecikan1 {float: right;width: 49%;margin-left: 1%;margin-top: 6px;}
	.onecikan1 ul{margin-top: 5px;position: relative;}
	.onecikan1 li.onecikanbir {width: 100%;padding-bottom: 4px;border-bottom: 1px solid rgba(23, 158, 80, 0.08);}	
	
	.onecikan1 li.onecikanbir .baslik {}
	.onecikan1 li.onecikanbir .baslik h3{padding-top: 4px;font-size: 17px;padding-bottom: 2px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;font-family: "Titillium Web",sans-serif;}	
	.onecikan1 li.onecikanbir .resim {background: #179e50;}
	.onecikan1 li.onecikanbir .resim img{width: 100%;height: 145px;}	
	.onecikan1 li.onecikanbir:hover .resim img{opacity: 0.5;}
	.onecikan1 li.onecikanbir:hover .baslik h3{color:#179e50;transition:0.3s ease;}
	.onecikan1 li.onecikanbir .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 5px;}
	.onecikan1 li.onecikanbir .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan1 li.onecikanbir .comments{position: relative;top: -3px;background-color: #179e50;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;}
	
	.onecikan1 li.onecikanbir .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;top: 5px;right: 5px;}
	.onecikan1 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: #179e50 transparent transparent transparent;}
	.onecikan1 li.onecikanbir .icerik{clear: both;font-size: 14px;}	
	.onecikan1 li.onecikaniki {width: 100%;float: right;height: 73px;margin-left: 2%;padding: 7px 0px;border-bottom: 1px solid rgba(23, 158, 80, 0.08);position: relative;}	
	.onecikan1 li.onecikaniki:last-child {border-bottom: 0px dotted rgb(218, 218, 218);}
	.onecikan1 li.onecikaniki .baslik {}
	.onecikan1 li.onecikaniki .baslik h3{overflow: hidden;font-size: 15px;padding-bottom: 0px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;height: 22px;text-overflow: ellipsis;white-space: nowrap;font-family: "Titillium Web",sans-serif;}
	.onecikan1 li.onecikaniki .icice{ overflow: hidden; height: 49px; line-height: 16px;}
	.onecikan1 li.onecikaniki .resim {float: left;margin-right: 8px;background: #179e50;}
	.onecikan1 li.onecikaniki .resim img{ width: 100px; height: 70px;}	
	.onecikan1 li.onecikaniki:hover .resim img{opacity: 0.5;}
	.onecikan1 li.onecikaniki:hover .baslik h3{color:#179e50;transition:0.3s ease;}
	.onecikan1 li.onecikaniki .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 20px;}
	.onecikan1 li.onecikaniki .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan1 li.onecikaniki .comments{position: relative;background-color: rgba(23, 158, 80, 0.49);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;}
	.onecikan1 li.onecikaniki .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;bottom: 19px;left: 5px;}
	.onecikan1 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: #179e50 transparent transparent transparent;}
	.onecikan1 li.onecikaniki:after {position: absolute;top: 0px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 9px 0px 0px 11px;border-color: rgba(23, 158, 80, 0.08) transparent transparent transparent;}
	.onecikan1 li.onecikaniki:hover:after{border-color: #179e50 transparent transparent transparent;}
	.bas-likon {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
	.bas-likon .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-likon .newsletter:before {font-weight: 300;top: 0;left: 0;background: #0e8a43;height: 40px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.bas-likon .newsletter:after {display: block;position: absolute;content: "";}
	.bas-likon .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;}
	
	.onecikan2 {width: 100%;}
	.onecikan2 ul{margin-top: 5px;position: relative;}
	.onecikan2 li.onecikanbir {width: 49%;padding-bottom: 4px;margin-right: 1%;float: left;position: relative;}	
	
	.onecikan2 li.onecikanbir .baslik {}
	.onecikan2 li.onecikanbir .baslik h3{padding-top: 6px;font-size: 17px;padding-bottom: 2px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;font-family: "Titillium Web",sans-serif;}	
	.onecikan2 li.onecikanbir .resim {background: #294682;}
	.onecikan2 li.onecikanbir .resim img{width: 100%;height: 145px;}	
	.onecikan2 li.onecikanbir:hover .resim img{opacity: 0.5;}
	.onecikan2 li.onecikanbir:hover .baslik h3{color:#3b5998;transition:0.3s ease;}
	.onecikan2 li.onecikanbir .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 5px;}
	.onecikan2 li.onecikanbir .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan2 li.onecikanbir .comments{position: relative;top: -3px;background-color: #294682;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;}
	
	.onecikan2 li.onecikanbir .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;top: 5px;right: 5px;}
	.onecikan2 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: #294682 transparent transparent transparent;}
	.onecikan2 li.onecikanbir .icerik{clear: both;font-size: 14px;}	
	.onecikan2 li.onecikaniki {width: 49%;float: left;height: 73px;margin-left: 1%;padding: 0px 0px 7px 0px;position: relative;}	
	.onecikan2 li.onecikaniki:last-child {border-bottom: 0px dotted rgb(218, 218, 218);}
	.onecikan2 li.onecikaniki .baslik {}
	.onecikan2 li.onecikaniki .baslik h3{overflow: hidden;font-size: 15px;padding-bottom: 0px;color: #000;font-weight: 600;letter-spacing: -0.045em;line-height: 1.4em;height: 22px;text-overflow: ellipsis;white-space: nowrap;font-family: "Titillium Web",sans-serif;}
	.onecikan2 li.onecikaniki .icice{ overflow: hidden; height: 49px; line-height: 16px;}
	.onecikan2 li.onecikaniki .resim {float: left;margin-right: 8px;background: #294682;}
	.onecikan2 li.onecikaniki .resim img{ width: 100px; height: 70px;}	
	.onecikan2 li.onecikaniki:hover .resim img{opacity: 0.5;}
	.onecikan2 li.onecikaniki:hover .baslik h3{color:#294682;transition:0.3s ease;}
	.onecikan2 li.onecikaniki .author{font-weight: 600; color: #908787;font-style: italic;float: left;margin-right: 20px;}
	.onecikan2 li.onecikaniki .date{line-height: 17px;float: left; font-size: 12px;}
	.onecikan2 li.onecikaniki .comments{position: relative;background-color: rgba(41, 70, 130, 0.68);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;}
	.onecikan2 li.onecikaniki .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;bottom: 19px;left: 5px;}
	.onecikan2 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: #3b5998 transparent transparent transparent;}
	.onecikan2 li.onecikaniki:after {position: absolute;top: 0px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 9px 0px 0px 11px;border-color: rgba(41, 70, 130, 0.12) transparent transparent transparent;}
	.onecikan2 li.onecikaniki:hover:after{border-color: #294682 transparent transparent transparent;}
	.bas-likony {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
	.bas-likony .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-likony .newsletter:before {font-weight: 300;top: 0;left: 0;background: #294682;height: 40px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.bas-likony .newsletter:after {display: block;position: absolute;content: "";}
	.bas-likony .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #294682;top: 15px;left: 40px;}
	
	
	@media screen and (max-width:550px){
		.onecikan, .onecikan1,.onecikan2 li.onecikanbir, .onecikan2 li.onecikaniki { float: left; width: 100%; margin-left: 0px;margin-right: 0px;}
	}
	
	
	/********* 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: 600; font-size: 1.18em;  font-family: "Titillium Web",sans-serif;line-height: 18px;}
	.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%}
	.anasayfaliste li:nth-child(3) {display:none}
	}
	
	@media screen and (max-width: 450px) {
	
	
	}
	
	/********* Anasyafa Liste Bitti *********/
	
	/********* Bilgiler *********/
	
	.duyurular .bas-lik{float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
	.duyurular .bas-lik .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;}
	.duyurular .bas-lik .newsletter:before {font-weight: 300;top: 0;left: 0;background: #032263;height: 40px;width: 40px;content: "\f0a1";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.duyurular .bas-lik .newsletter:after {display: block;position: absolute;content: "";}
	.duyurular .bas-lik .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #032263;top: 15px;left: 40px;}
	.newsletter i{float: right; line-height: 40px; font-size: 20px;color: #fff;}
	
	.duyurular{width: 100%;float: right;}
	.duyurular ul{border: 1px solid #f6f6f6;}
	.duyurular li{    padding: 4px 1% 6px 1%;height: 51px;border-bottom: 1px dashed #e8e8e8;padding: 4px 0px 6px 7px;  #position: relativeoverflow: hiddenwidth: 1width: 3display: tablewidth: 1#position: absoluteposition: absolute}
	.duyurular li:last-child{border-bottom: 0px dashed #f1f1f1;  }
	.duyurular li a .date-widget .baslik{height: 45px;padding-top: 5px;margin-bottom: 5px;font-size: 17px;display: table-cell;vertical-align: middle;font-weight: 600;}
	.duyurular li a .date-widget  span{position: relative;bottom: 10px;float: right;color: #8E8C8C;}
	.duyurular li:hover a .date-widget  span{ color: #3b5998;}
	.duyurular li:hover a .date-widget .baslik {color: #3b5998;}	
	.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: 40px;height: 52px; float: left; background: url(news/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{float: left;}
	.sonyorumlar li{height: 50px;padding: 3px 0px; border-bottom: 1px dashed #2f2f2f;}
	.sonyorumlar li:last-child{ border-bottom:none;}
	.sonyorumlar li a{color: #fff;}
	.sidebarbas .sonyorumlar li a{color: #6b6767 !important;}
	.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(1) .bilgi {height: 49px;overflow: hidden;}
	.sonyorumlar li:nth-child(1) .bilgi .author{font-size: 14px;font-weight: 500;color: #ffffff;}
	.sonyorumlar li:nth-child(1) .bilgi .yorum{}
	.sonyorumlar li:nth-child(2) .bilgi {height: 49px;overflow: hidden;}
	.sonyorumlar li:nth-child(2) .bilgi .author{font-size: 14px;font-weight: 500;color: #ffffff;}
	.sonyorumlar li:nth-child(2) .bilgi .yorum{}
	.sonyorumlar li:nth-child(3) .bilgi {height: 49px;overflow: hidden;}
	.sonyorumlar li:nth-child(3) .bilgi .author{font-size: 14px;font-weight: 500;color: #ffffff;}
	.sonyorumlar li:nth-child(3) .bilgi .yorum{}
	
	.sidebarbas .sonyorumlar li:nth-child(1) .bilgi .author,
	.sidebarbas .sonyorumlar li:nth-child(2) .bilgi .author,
	.sidebarbas .sonyorumlar li:nth-child(3) .bilgi .author {font-size: 14px;font-weight: 600;color: #444;}
	
	#footer .sonyorumlar li:nth-child(1) .bilgi .yorum,
	#footer .sonyorumlar li:nth-child(2) .bilgi .yorum,
	#footer .sonyorumlar li:nth-child(3) .bilgi .yorum	{color: #d4cece;}
	
	.sidebareditor {margin-top:0px	}
	.sidebareditor ul{}
	
	.sidebareditor li {width: 49% !important; margin-bottom: 3px; float: left; padding: 0px !important; border: none !important; position: relative;}	
	.sidebareditor ul li:nth-child(odd) {margin-right:1%}
	.sidebareditor ul li:nth-child(even) {margin-left:1%}
	.sidebareditor li .baslik {margin-bottom: 0px;position: absolute;bottom: 4px;width: 96%;padding-right: 2%;padding-left: 2%;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 );}
	.sidebareditor li .baslik h3{margin-top: 4px;font-size: 14px;color: #fff;padding-bottom: 5px;font-weight: 600;max-height: 30px;overflow: hidden;text-overflow: ellipsis;width: 100%;line-height: 16px;font-family: "Titillium Web",sans-serif;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}	
	.sidebareditor li .resim {}
	.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: rgb(234, 145, 9);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{font-size: 9px;color: #fff;padding: 1px 0px 0px 0px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;top: 5px;right: 5px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}
	.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: rgb(210, 130, 8) 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 {}
	}
	
.iconliste1 {float: left;    width: 100%;}
	.iconliste1 ul{}
	.iconliste1 ul li{ width: 16.5%; float: left;  height: 87px; padding-top: 13px;}	
	.iconliste1 ul li a i{font-size:23px;    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);}
	.iconliste1 ul li a{line-height: 22px;font-size: 16px;font-weight: 500;text-align: center;color: #fff;}
	.iconliste1 ul li.icon{}
	.iconliste1 ul li a .name{line-height: 16px;padding-top: 4px;text-shadow: 0 0 1px #dcdcdc; letter-spacing: -0.025em;}	
	.iconliste1 ul li.name{padding-top: 3px;}
	.iconliste1 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) {	
	.iconliste1 ul li {height: 78px; padding-top: 5px;}	
	.iconliste {padding: 0 !important;}
	}
	
	@media screen and (max-width: 550px) {	
	.iconliste1 ul li:nth-child(4){display:none}
	.iconliste1 ul li {width: 20%;}
	.iconliste1 ul li a .name {font-size: 14px;}
	}
	
	@media screen and (max-width: 400px) {	
	.iconliste1 ul li:nth-child(6){display:none}
	.iconliste1 ul li {width: 25%;}
	}
	
	
	.iconliste {margin-bottom: 10px;float: left;width: 100%;padding: 0% 0.5%;}
	.iconliste ul{ margin: auto;}
	.iconliste ul li{ width: 25%;float: left;height: 80px;background: rgba(247, 247, 247, 0.41);display: table;}
	.iconliste ul li:nth-child(3),
	.iconliste ul li:nth-child(6),
	.iconliste ul li:nth-child(9)	{margin-right: 0%;}
	.iconliste ul li a i{font-size: 25px;color: #4c4142;line-height: 35px;}
	.iconliste ul li a{line-height: 34px;font-size: 20px;font-weight: 700;text-align: center;color: #000;display: table-cell;vertical-align: middle;}
	.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 a .catsay{font-size: 18px;font-weight: 300;}	
	.iconliste ul li.name{padding-top: 3px;}
	.iconliste ul li:nth-child(2),
	.iconliste ul li:nth-child(4),
	.iconliste ul li:nth-child(6),
	.iconliste ul li:nth-child(8),
	.iconliste ul li:nth-child(10)	{background: #f7f7f7;}
	.iconliste ul li:hover{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;background: #f98110;}
	.iconliste ul li:hover a{color: #FFF;}
	.iconliste ul li:hover a i{color: #fff;}


	
	#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;
   
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;}
	.TextBox_altbaslik {font-size: 13px;
    color: #777171;
    width: 147px;
    margin: auto;
    background: rgba(247, 247, 247, 0.68);
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    text-transform: uppercase;}
	.gerisayim {width: 99%;
    text-align: center;
    float: left;
    font-family: 'Roboto', sans-serif,'Open Sans', sans-serif, tahoma, arial;
  
   }
	
	#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;}
	
	
	@media screen and (max-width: 800px) {
		.gerisayim { margin-top: 10px;}
	}

/********* Yeni Sosyal Medya *********/
		
	/* Yeni Sosyal Medya */	
.yenisosyalmedya ul{margin: 0 auto; position: relative;max-width: 320px;margin-bottom: 10px;clear: both;}
.yenisosyalmedya li {float: left;margin-right: 6.6px;padding: 0px !important;border: none !important;width: 75px !important;margin-bottom: 13px;}
.yenisosyalmedya li:last-child {margin-right: 0px;}
.yenisosyalmedya li a {position: relative;display: block;width: 65px;height: 81px;padding: 4px;border: 1px solid #F3F3F3;background-color: #fff;box-shadow: 0px 1px 2px rgba(0,0,0,0.05);font-size: 13.5px;text-align: center;transition: all .3s;}
.yenisosyalmedya li .social-c-icon {position: relative;display: block;width: 65px;height: 60px;color: #fff;line-height: 62px;transition: background .3s;font-size: 35px;}
.yenisosyalmedya li.twitter .social-c-icon {background:#40BFF4;}
.yenisosyalmedya li.facebook .social-c-icon {background:#3b5998;}
.yenisosyalmedya li.youtube .social-c-icon {background:#b00;}
.yenisosyalmedya li.instagram .social-c-icon {background:#8a3ab9;}
.yenisosyalmedya li .social-c-arrow {position: absolute;left: 23px;bottom: 0;z-index: 2;display: block;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 9px solid #fff;}
.yenisosyalmedya li .social-c-numbers { display: inline-block; margin-top: 4px; transition: color .3s;}

.yenisosyalmedya li.twitter .social-c-numbers {color: #40BFF4;}
.yenisosyalmedya li.facebook .social-c-numbers {color: #3b5998;}
.yenisosyalmedya li.youtube .social-c-numbers {color: #b00;}
.yenisosyalmedya li.instagram .social-c-numbers {color: #8a3ab9;}
	
	/********* Yeni Sosyal Bitti *********/		

/* -------------------------------------------------------------------------------------*/
/* 		FOOTER																			*/
/* -------------------------------------------------------------------------------------*/
	#footer {width: 100%;clear: both;background:#222222;padding-top: 12px; border-top: 3px solid #ffda44;float: left;height: 222px;color:#fff}
	#footer .footer {margin: auto; max-width: 1000px;}
	#footer .footer .footerbaslik {color: #ffda44;font-size: 19px !important;font-weight: 500;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin: 0px 0 9px 0;position: relative;font-family: "Titillium Web",sans-serif;}
	#footer .footer .altcizgi {}
	#footer .footer .footerustkisim{ border-bottom: 1px solid #171616; padding: 1px 0px 14px 0px; font-size: 21px; font-family: "Titillium Web",sans-serif;}
	
	#footer .footer .liste1{border-left: 1px solid #2f2e2e;   padding-left: 1%;float: left;width: 16%;height: auto;margin: 0;padding-right: 1%;border-right: 1px solid #2f2e2e;min-height: 197px;}
	#footer .footer .liste1 li{position:relative;border-bottom:0 !important}
	
	#footer .footer .liste1 li a {margin-left: 9px;line-height: 23px;color: #fff;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: #ffbe00;}
	#footer .footer .liste1 li:hover a:before{background-color:#ffbe00;}
	#footer .footer .liste1 li:hover a:after{opacity:1;border-color:#ffbe00;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: 20%;
    height: auto;
    margin: 0;
    padding: 0 1%;
    border-left: 1px solid #2f2e2e;
    min-height: 178px;
    padding-top: 20px;}
	
	#footer .footer .liste3{float: left; width: 45%; height: auto; margin: 0; padding-left: 1%; min-height: 178px; padding-right: 1%; border-left: 1px solid #2f2e2e; border-right: 1px solid #171616; padding-top: 20px;}
	#footer .footer .liste3 span{ font-size: 16px; line-height: 23px;}
	#footer .footer .liste3 .blog-ilet{margin-top: 15px; font-size: 16px; line-height: 23px;}
	#footer .footer .liste3 .blog-ilet a{color: #4db2ec;}
	#footer .footer .liste3 .bulut {border-top: none;	margin-bottom: 8px;	padding: 8px 0px;display: inline-block;}
	#footer .footer .liste3 .bulut a{border-right: 1px solid #171616;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:#3e3e40;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 #3e3e40 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:#ea9109;}	
	#footer .footer .liste3 .bulut a:hover:before{border-color:transparent #ea9109 transparent transparent;}
	#footer .footer .liste3 .bulut a:hover:after{background:#fff;}	
	
	#footer .footer .liste4{float: left;width: 30%;height: auto;margin: 0;padding: 0 0.5% 0 0%;min-height: 197px;position: relative;border-right: 1px solid #171616;}	
	#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 .footsos{ float: left;width: 100%;position: absolute; bottom: 0;}
	
	#footer .footer .liste4 .logo { text-align: center;margin-top: 10px;}
	#footer .footer .liste4 .logo a{}
	#footer .footer .liste4 .logo a .icon{font-size: 35px;padding-top: 61px;}
	#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 span{line-height: 20px;
    display: block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #6a6a6a;
    letter-spacing: 3px;
    margin: auto;
    text-align: center;}
	
	#footer .footer .liste2 .basbas{ margin-top: 7px; line-height: 16px; color: #bd1623; font-size: 14px;}
	#footer .footer .liste3 .span{ margin-top: 2px; line-height: 16px; color: #444444; font-size: 14px;}
	#footer .footer .liste2 ul{list-style: none; margin-top: 30px;margin: auto;}
	#footer .footer .liste2 ul li a {color: #fff;font-size: 14px;}
	#footer .footer .liste2 ul li {list-style: none;float: left;height: 36px;width: 40px;text-align: center;line-height: 37px;background: #252424;background-color: rgba(255, 255, 255, 0.03);margin-right: 7px;border: 1px solid #333333;}
	#footer .footer .liste2 ul li:last-child {margin-right: 0px;}
	#footer .footer .liste2 ul li.facebook:hover{background: #3c5b9b;}
	#footer .footer .liste2 ul li.twitter:hover{background: #359bed;}
	#footer .footer .liste2 ul li.google:hover{background: #d44132;}
	#footer .footer .liste2 ul li.instagram:hover{background: #ba2dad;}
	#footer .footer .liste2 ul li.youtube:hover{background-color: #b00;}
	
	#copyright {clear: both;width: 100%;height: 45px;left: 0;bottom: 0;background: #000;}
	#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;
    color: #fff;
    font-size: 13px;
    width: 30%;
    padding-top: 10px;}
	
	#copyright .footercopy .footersitemenu{ float: right;width: 70%;}
	#copyright .footercopy .footersitemenu ul{float: right; }
	#copyright .footercopy .footersitemenu ul li{display: inline-block;margin-right: 14px; }	
	#copyright .footercopy .footersitemenu ul li a{color: #dcd9d9; line-height: 45px;}
	#copyright .footercopy .footersitemenu ul li:last-child{margin-right: 0px;}
	#copyright .footercopy .footersitemenu ul li a:hover{color: #ea9109;}
		

	@media screen and (max-width: 800px) {
		#footer {height: auto;}
		#copyright { height: auto; text-align: center;}
		#footer .footer .liste2 {width: 98%; border-right: none; border-left: none;padding: 0; margin-left: 1%; margin-right: 1%;min-height: 99px;padding-top: 0px;text-align: center;}
		#footer .footer .liste2 ul {width: 141px;}
		#footer .footer .liste3 {border-top: 1px solid #444;width: 98%; border-right: none; border-left: none;padding: 0; margin-left: 1%; margin-right: 1%;min-height: 150px;padding-top: 11px;text-align: center;}
		#footer .footer .liste4 {border-bottom: 1px solid #000;width: 98%; border-right: none; border-left: none;padding: 0; margin-left: 1%; margin-right: 1%;min-height: 106px;}
		#footer .footer .liste4 .logo a .icon { padding-top: 10px;}
		#footer .footer .liste4 .logo {margin-top: 0px;}
			
		#copyright .footercopy .footersitemenu,
		#copyright .footersite {float:none;width: 100%;}
		#copyright .footercopy .footersitemenu ul {float: none;}		
		#copyright .footercopy .footersitemenu ul li a {line-height: 35px;} 
		#copyright .footersite {line-height: 30px;}
	}
	
	
		
	.populer   {width: 100%;}
	.populer .item-post {overflow: hidden;padding: 5px 0px 1px 1.5%;border-bottom: 1px dashed #f1f1f1;width: 97%;position: relative;}
	.populer .item-post:last-child {border-bottom:none;}
	.populer .post-number {float: left;background: #636363;color: #ffffff;display: block;font-size: 20px;font-weight: 600;height: 30px;line-height: 30.5px;text-align: center;width: 30px;margin-left: 2px;bottom: 9px;position: absolute;border-radius: 100%;border: 3px solid #ffda44;}
	.populer .post-images {float: left;width: 50%;margin-right: 5px;}
	.populer .post-images img {width: 100%;height: 115px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
	.populer .post-images img.varsayilan{ width: 80%; padding-left: 10%; padding-right: 10%;}
	.populer .post-right {position: absolute;background: rgba(255, 255, 255, 0.93);bottom: 5px;left: 30%;padding: 4px 3px;}
	.populer .post-right a{ color: #e64310; line-height: 22px; text-transform: uppercase; font-weight: 300;}
	.populer .post-right h4 {line-height: 22px;font-size: 18px;color: #000000;font-weight: bold;}
	.populer .post-right h4 a{ padding-top: 5px; margin-bottom: 5px; font-size: 15px;font-weight: 600; 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: #636363;border: 3px solid #ffffff;}
	.populer .add-comment{top: 19px !important;right: 0% !important;}

	.populer li.item-post:nth-child(1) .post-images{width: 100%;}
	.populer li.item-post:nth-child(1) .post-images img {width: 100%; height: 180px;}
	.populer li.item-post:nth-child(1) .post-images img.varsayilan{ width: 80%; padding-left: 10%; padding-right: 10%;}
	.populer li.item-post:nth-child(1) .post-right {left: 17%; width: 79%; padding: 3.2% 2%}
	.populer li.item-post:nth-child(1) .add-comment {top: 23px !important;right: 1% !important;}
	.populer li.item-post:nth-child(1) .post-right { background: rgba(0, 0, 0, 0.41);background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.37) 100%);	}	
	.populer li.item-post:nth-child(1) .post-right h4 {color: #ffffff;text-shadow: 1px 1px rgba(4, 4, 4, 0.58);}
	.populer li.item-post:nth-child(1) .post-right a {display: none;}
	
	
	.son-sidebar   {width: 100%;}
	.son-sidebar .item-post {overflow: hidden;padding: 5px 0px 1px 1.5%;border-bottom: 1px dashed #f1f1f1;width: 97%;position: relative;}
	.son-sidebar .item-post:last-child {border-bottom:none;}
	.son-sidebar .post-number {float: left;background: #636363;color: #ffffff;display: block;font-size: 20px;font-weight: 600;height: 30px;line-height: 30.5px;text-align: center;width: 30px;margin-left: 2px;bottom: 9px;position: absolute;border-radius: 100%;border: 3px solid #e8d704;}
	.son-sidebar .post-images {float: left;width: 50%;margin-right: 5px;}
	.son-sidebar .post-images img {width: 100%;height: 115px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
	.son-sidebar .post-images img.varsayilan{ width: 80%; padding-left: 10%; padding-right: 10%;}
	.son-sidebar .post-right {position: absolute;background: rgba(255, 255, 255, 0.93);bottom: 5px;left: 30%;padding: 4px 3px;}
	.son-sidebar .post-right a{color: #e64310; line-height: 22px; text-transform: uppercase; font-weight: 300;}
	.son-sidebar .post-right h4 {line-height: 22px;font-size: 18px;color: #000000;font-weight: bold;}
	.son-sidebar .post-right h4 a{ padding-top: 5px; margin-bottom: 5px; font-size: 15px;font-weight: 600; color: #2a2a2a;}
	.son-sidebar .entry-meta .date{color: #9C9C9C;margin-top: 2px; width: 130px;float: left;}
	.son-sidebar .entry-meta .comments{color: #9C9C9C;margin-top: 2px;float: left;}
	.son-sidebar .item-post:hover .post-number {background: #636363;border: 3px solid #ffffff;}
	.son-sidebar .add-comment{top: 19px !important;right: 0% !important;}
	
	

	/********* 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:#23282d;color:#FFF;border: 1px solid #23282d;}
	.wp-pagenavi span.current {color: #FFF;background: #23282d;padding: 6.3px 9px;border: 1px solid #23282d;}
	
	/********* 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;}
		
	
	
	.recentcomments a {color: #2379ff;!important;}
/* -------------------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------------------*/	

	#orta .sol .baslikalani {margin-bottom: 5px;}	
	#orta .sol .baslikalani .baslik {clear: both;border-bottom: 1px dashed #EAE7E7; padding-bottom: 6px;}	
	#orta .sol .baslikalani .baslik h1{
		font-weight: 600;
    color: #313131;
    letter-spacing: -0.040em;
    font-size: 2.23em;
    /* font-family: "Titillium Web",sans-serif; */
    text-align: center;
    line-height: 31px;
    padding-top: 7px;}
	#orta .sol .baslikalani .baslik h1.h1b{ font-size: 20px; font-weight: 600;}
	#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: 22px; margin: 0 0 6px; color: #565656;}	
	#orta .sol .icerikalani blockquote {border: 0 solid #ffda44;border-left-width: 4px;background: #f6f6f6;font-style: italic;color: #000000;padding-left: 11px;font-size: 16px;margin-left: 10px;}	
	#orta .sol .icerikalani blockquote p{line-height: 22px; color: #000;}
	#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 #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;float: left;}
	#orta .sol #sosyalmedya ul li a .text{ font-size: 15px; margin-left: 5px;float: left;}	

	#orta .sol #sosyalmedya ul li a.facebook{color: #3b5998;}
	#orta .sol #sosyalmedya ul li:hover a.facebook{background-color: #3b5998;color: #fff;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	#orta .sol #sosyalmedya ul li a.twitter{color: #28aae1;}
	#orta .sol #sosyalmedya ul li:hover a.twitter{background-color: #28aae1;color: #fff;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	#orta .sol #sosyalmedya ul li a.googleplus{color: #dd4b39;width: 40px;padding: 5px 0px;}
	#orta .sol #sosyalmedya ul li:hover a.googleplus{background-color: #dd4b39;color: #fff;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	#orta .sol #sosyalmedya ul li a.whatsapp{color: #43d854;width: 40px;padding: 5px 0px;}
	#orta .sol #sosyalmedya ul li:hover a.whatsapp{background-color: #43d854;color: #fff;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	.altshare {text-align: center;float: left;margin-right: 1%;padding: 5px 10px; font-size: .86em; box-sizing: border-box;
	font-weight: 600;border-radius: 4px;cursor: pointer; position: relative;font-family: "Titillium Web",sans-serif;
    color: #444; border: 1px solid #EAE7E7;}	
	#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 .konresim img { width: 100%; height: 200px;}
	}
	
	#breadcrumbs{color: #464646;float:left;padding: 8px 1%;width: 98%;box-shadow: inset 20px 25px 100px rgba(82, 80, 80, 0.08);border-right: 1px solid #f5f5f5;}
	.breadcrumb{float: left;}
	.breadcrumb a{padding: 5px;color: #464646;}

	/* 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: 55px;height: 55px;border: 0px 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='text']:nth-child(4){display:none}
	#respond input[type='submit'] {  border: none; background-color: #f37c0a; padding: 5px 10px 6px 10px; color: #fff; 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 */
	
	.page-baslik{
    float: left;
    width: 98%;
    color: #000000;
    padding: 5px 1%;
    font-size: 25px;
    text-align: center;font-weight: 600;
}

	/*-- 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: 7px 0px; color: #9c9a9a; background: #FFFFFF; margin-bottom: 5px; font-size: 14px; margin: 0 auto; float: none !important; display: table !important;}
	#orta .sol .entry-social .like {float:left;padding: 2px 20px; border-right: 1px solid #eae7e7;}
	#orta .sol .entry-social .like .bb{float: left;display: -webkit-box;}
	
	#orta .sol .entry-social .yazar{float:left;padding: 0px 20px; border-right: 1px solid #eae7e7;}
	#orta .sol .entry-social .yazar .yazarimg{float:left;width: 20px; height: 20px;}
	#orta .sol .entry-social .yazar .yazarimg img{border-radius: 100%; width: 20px; height: 20px;}
	#orta .sol .entry-social .yazar .yazarkendi{float: left; margin-left: 4px; font-size: 14px; line-height: 21px;}
	
	#orta .sol .entry-social .tarihe {float:left;padding: 2px 20px; border-right: 1px solid #eae7e7;}
	#orta .sol .entry-social .tarihe .cal{}
	#orta .sol .entry-social .tarihe .cal a{color: #9c9a9a;}
	#orta .sol .entry-social .tarihe .cal i{}
	
	#orta .sol .entry-social .tarihel {float:left;padding: 2px 20px; border-left: 1px solid #eae7e7;}
	#orta .sol .entry-social .tarihel .cal{}
	#orta .sol .entry-social .tarihel .cal a{color: #9c9a9a;}
	#orta .sol .entry-social .tarihel .cal i{}
	
	#orta .sol .entry-social .tariher {float:left;padding: 2px 20px;}
	#orta .sol .entry-social .tariher .cal{}
	#orta .sol .entry-social .tariher .cal a{color: #9c9a9a;}
	#orta .sol .entry-social .tariher .cal i{}
	
	@media screen and (max-width: 600px) {	
		#orta .sol .entry-social .tarihe {display:none}
	}

	

	@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%;}	

	}	

	#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;}
	
	}

#reklamalani1 {clear: both; text-align: center;float: left; width: 100%; margin-bottom: 7px;}
	#reklamalani2 {clear: both; margin: 5px 0px; text-align: center;}
	#reklamalani3 {clear: both; margin: 0px 0px 5px 0px; text-align: center;}
	
		/* Single and Page */
	#reklamalani4 {clear: both; margin: 5px 0px; text-align: center;}
	#reklamalani5 {clear: both; margin: 5px 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: 600px) {
		#reklamalani6 {float: none;}
	}
		

	.sidebarbas{clear: both;margin-top: 5px; float: left; width: 100%;}
	.sidebarbas ul{ height: auto; float: left; border: 1px solid #f6f6f6;width: 100%;}
	.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: 8px;padding-right: 8px;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: #ff7d01;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 i{z-index: 1;position: relative;}
.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: #ff7d01;margin-left: auto;margin-right: auto;display: block;margin-top: 8px;}
.tt-el-service p {margin: 0px;margin-top: 8px; font-size: 14px;}
.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 #ff7d01;}
@media screen and (max-width: 850px) {
	.vc_col-sm-4   {margin-bottom:20px}	
	.vc_row, .wpb_row, .vc_row-fluid, .service-group, .vc_custom_1449489443217 {display:none;}
}

@media screen and (max-width: 700px) {
.vc_col-sm-4   {display:none;}	
}	


	
#orta .newsname {font-size: 19px;text-transform: uppercase;letter-spacing: 1px;position: relative;overflow: hidden;display: block;padding: 6px 0px 0px 0px;font-weight: 700;padding-left: 6%;}
#orta .newsname:before{content: '';position: absolute;width: 5%;height: 16px;margin-top: 3px;margin-left: -6%;background: url(/wp-content/themes/nettema-plus/news/title-pattern.png) repeat;}
#orta .newsname:after {content: '';position: absolute;width: 85%;height: 15px;background-color: #c2c2c2;margin-top: 3px;margin-left: 10px;background: url(/wp-content/themes/nettema-plus/news/title-pattern.png) repeat;}
	
.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%;}
.bas-lik2 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 41px;line-height: 40px;font-size: 18px;background: #bd1623;padding: 0 10px 0 50px;/* margin-bottom: 5px; */font-weight: 600;color: #fff;}
.bas-lik2 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #90101a;height: 41px;width: 40px;content: "\f0f6";font-family: FontAwesome;position: absolute;text-align: center;font-size: 19px;}
.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 #90101a;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: #566567;padding: 0 10px 0 50px;font-weight: 600;}
.bas-lik4 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #3e4a4c;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 #3e4a4c;top: 15px;left: 40px;}

.vbas-lik4 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.vbas-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;font-weight: 600;}
.vbas-lik4 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #90101a;height: 40px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;content: "\f03d";}
.vbas-lik4 .newsletter:after {display: block;position: absolute;content: "";}
.vbas-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;}

.bas-lik5 {float: left;width: 100%;margin-bottom: 5px;}
.bas-lik5 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 41px;line-height: 40px;font-size: 18px;background: #179e50;padding: 0 10px 0 50px;/* margin-bottom: 5px; */font-weight: 600;color: #fff;}
.bas-lik5 .newsletter span{font-weight: 300;}
.bas-lik5 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #0e8a43;height: 41px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 21px;content: "\f055";line-height: 41px;}
.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 {text-transform: uppercase;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-lik111 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik111 .newsletter {color: #dcd8d8;text-transform: uppercase;transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #566567;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;}
.bas-lik111 .newsletter strong{ color: #fff;}
.bas-lik111 .newsletter:before {color: #fff;font-weight: 300;top: 0;left: 0;background: #3e4a4c;height: 40px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 21px;content: "\f040";}
.bas-lik111 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik111 .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #3e4a4c;top: 15px;left: 40px;}

.bas-lik112 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
.bas-lik112 .newsletter {color: #dcd8d8;text-transform: uppercase;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-lik112 .newsletter strong{ color: #fff;}
.bas-lik112 .newsletter:before {color: #fff;font-weight: 300;top: 0;left: 0;background: #d28208;height: 40px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 20px;content: "\f019";}
.bas-lik112 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik112 .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-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;}

.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: #566567;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;}
.sag .bas-lik1 .newsletter:before {font-weight: 300;top: 0;left: 0;background: #3E4A4C;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 #3E4A4C;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%;}
.goalliste ul li{width: 47.1%;border: 1px solid #f6f6f6; padding: 1% 1% 0% 1%; border-radius: 3px;margin-bottom: 7px;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.5%;}
	.goalliste ul li:nth-child(odd) {margin-right: 0.5%;}	
}

@media screen and (max-width: 550px) {	
	.goalliste ul li {width: 97.5%;margin-left: 0%;margin-right: 0%; margin-bottom: 6px;padding: 1% 1% 0% 1%;}
	.goalliste ul li:nth-child(even) {margin-left: 0%;}
	.goalliste ul li:nth-child(odd) {margin-right: 0%;}
}


.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: 70px;
			display: none;
			position: fixed;
			right: 20px;
			background: #bfbfbf;
			color: #fff;
			border-radius: 5px;
			width: 40px;
			text-align: center;
			height: 40px;
			font-size: 20px;
			line-height: 38px;
			cursor: pointer;    z-index: 99999999;
        }	
	
	.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;
						}

	
	.bol-2{width: 100%; float: right;}
	.bol-2 ul li{width: 33%; position: relative; height: 127px; float: left;margin-bottom: 5px;}
	
	
	.bol-2{width: 100%; float: right;    margin-top: 3px;}
	.bol-2 ul li{width: 36%;position: relative;height: 350px;float: left;margin-bottom: 3px;}
	.bol-2 ul li a .images{width:100%;height: 350px;}
	.bol-2 ul li a .images img{width:100%;height: 350px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
	
	.bol-2 ul li a .baslik{line-height: 20px;position: absolute;padding:30px 2% 8px 2%;bottom: 0;width: 96%; color: #fff;font-size: 19px;text-shadow: 0 0 1px #ffffff;text-shadow: 1px 1px rgba(0,0,0,0.8);
	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 );font-size: 18px;
    font-weight: 300; font-family: 'Roboto Condensed', sans-serif; color: #ffda44; line-height: 23px;}
    .bol-2 ul li a .baslik h1{padding-bottom: 4px;font-weight: 500;color: #ffffff;font-size: 20px;}
	.bol-2 ul li a .baslik p{color: #facd0d;line-height: 18px;font-size: 15px;}


    .bol-2 ul li a .icon{position: absolute;text-transform: uppercase; top: 0; right: 1%; padding: 5px 0px; color: #fff; padding-bottom: 4px; font-weight: bold; font-size: 17px; text-shadow: 1px 1px rgba(4, 4, 4, 0.58);}    
	.bol-2 ul li a .icon img.aof {width: 40px;height: 31px;}
	.bol-2 ul li a .icon img.osym{width: 70px;height: 32px;}
	.bol-2 ul li a .icon img.meb{width: 40px;height: 40px;}
	.bol-2 ul li a .icon i,
	.bol-2 ul li a .icon div {padding: 0px 9px;}
	.bol-2 ul li a .icon span{background: rgba(201, 31, 44, 0.72);padding: 5px 9px;}
	
	
	
	.bol-2 ul li a .images img.varsayilan{ width: 60%; padding-left: 20%; padding-right: 20%;}
	.bol-2 ul li:nth-child(1) {width: 35.5%; margin-right: 0.2%;}
	.bol-2 ul li:nth-child(2) {width: 35.5%; margin-right: 0.2%;}
	.bol-2 ul li:nth-child(3),
	.bol-2 ul li:nth-child(4){width: 28.6%; float: right;height: 173.5px;}
	.bol-2 ul li:nth-child(3) a .images img,
	.bol-2 ul li:nth-child(4) a .images img{height: 173.5px;}
	.bol-2 ul li:nth-child(3) a .images,
	.bol-2 ul li:nth-child(4) a .images{height: 173.5px;}
	
	.bol-lik {float: left;width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;margin-bottom: 6px;}
	.bol-lik .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;}
	.bol-lik .newsletter:before {font-weight: 300;top: 0;left: 0;background:#d28208;height: 40px;width: 40px;content: "\f161";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.bol-lik .newsletter:after {display: block;position: absolute;content: "";}
	.bol-lik .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;}

	.bol-lik1 {float: left;width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;margin-bottom: 6px;}
	.bol-lik1 .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #eceaea;background: #bd1623;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;text-transform: uppercase;}
	.bol-lik1 .newsletter strong {color:#fff}
	.bol-lik1 .newsletter:before {color:#fff;font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f03d";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.bol-lik1 .newsletter:after {display: block;position: absolute;content: "";}
	.bol-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;}


	@media screen and (min-width : 1500px) and (max-width : 8000px) {
		#ust-kisim{margin: auto;max-width: 1000px;}
		.bol-2 ul li a .images img,
		.bol-2 ul li,
		.bol-2 ul li a .images {height: 290px;}
		
		.bol-2 ul li:nth-child(3), .bol-2 ul li:nth-child(4),
		.bol-2 ul li:nth-child(3) a .images img, .bol-2 ul li:nth-child(4) a .images img{height: 143.3px;}
	
	}
	
	@media screen and (max-width: 900px) {
		.bol-2 ul li:nth-child(3) a .baslik p {display:none}
		.bol-2 ul li:nth-child(4) a .baslik p {display:none}
	}
	
	
	@media screen and (max-width: 700px) {
	.bol-2 { margin-bottom: 3px;}
	.bol-2 ul li {height: 240px; margin-bottom: 3px;}
	.bol-2 ul li:nth-child(1) a .images img, .bol-2 ul li:nth-child(2) a .images img { height: 240px;}
	.bol-2 ul li:nth-child(1) {width: 49.5%;margin-right: 0.25%;margin-left: 0.25%;}
	.bol-2 ul li:nth-child(2) {width: 49.5%;margin-right: 0.25%;margin-left: 0.25%;	}
	.bol-2 ul li:nth-child(3), .bol-2 ul li:nth-child(4) {width: 49.5%;margin-right: 0.25%;margin-left: 0.25%;height: 240px;float: left;}
	.bol-2 ul li:nth-child(3) a .images img, .bol-2 ul li:nth-child(4) a .images img { height: 240px;}
	.bol-2 ul li a .baslik p{display:none}
	.bol-2 ul li a .baslik h1 { color: #ffffff; font-size: 20px;}
	}	
	
	@media screen and (max-width: 600px) {	
	.bol-2 ul li a .baslik h1 {font-size: 18px;}
	
	.bol-2 ul li, 
	.bol-2 ul li:nth-child(1) a .images img, .bol-2 ul li:nth-child(2) a .images img,
	.bol-2 ul li:nth-child(3), .bol-2 ul li:nth-child(4),
	.bol-2 ul li:nth-child(3) a .images img, .bol-2 ul li:nth-child(4) a .images img {height: 160px;}
	
	}
	
	@media screen and (max-width: 500px) {		
	.bol-2 ul li a .baslik h1 { font-size: 16px; line-height: 18px;}
	.bol-2 ul li, 
	.bol-2 ul li:nth-child(1) a .images img, .bol-2 ul li:nth-child(2) a .images img,
	.bol-2 ul li:nth-child(3), .bol-2 ul li:nth-child(4).
	.bol-2 ul li:nth-child(3) a .images img, .bol-2 ul li:nth-child(4) a .images img {height: 150px;}
	}	
	
	@media screen and (max-width: 410px) {
	
	.bol-2 ul li:nth-child(1), 
	.bol-2 ul li:nth-child(2),
	.bol-2 ul li:nth-child(3),
	.bol-2 ul li:nth-child(4)	{width: 49.5%;margin-right: 0.25%;margin-left: 0.25%;height: 140px;float: left;}
	
	.bol-2 ul li:nth-child(1) a .images img, 
	.bol-2 ul li:nth-child(2) a .images img, 
	.bol-2 ul li:nth-child(3) a .images img, 
	.bol-2 ul li:nth-child(4) a .images img { height: 140px;}

	}
	

	
.sidebarbas .newsname1 {font-family: "Titillium Web",sans-serif;text-transform: uppercase;}
.sidebarbas .newsname1 {margin: 0px auto;float: none !important;width: auto;display: table !important;line-height: 0;padding: 19px 0px 9px;font-size: 21px; margin-bottom: 7px;}
.sidebarbas .newsname1:before {display: table-cell;content: '';width: 30px;height: 0;border-top: 2px solid #000;margin-right: 10px;float: left;}
.sidebarbas .newsname1:after {display: table-cell;content: '';width: 30px;height: 0;border-top: 2px solid #000;margin-left: 10px;float: right;}

	
.sidebarbas .newsname {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 6px 0px 9px 0px;
    font-weight: 300;
    padding-left: 6%;
    }
    
   .sidebarbas .newsname:before{
    content: '';
    position: absolute;
    width: 5%;
    height: 16px;
    margin-top: 3px;
    margin-left: -6%;
	background: url(/wp-content/themes/nettema-plus/news/title-pattern.png) repeat;
}

   .sidebarbas .newsname:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 15px;
    background-color: #c2c2c2;
    margin-top: 3px;
    margin-left: 10px;
    background: url(/wp-content/themes/nettema-plus/news/title-pattern.png) repeat;
}
	
	
	
	.sidebarbas .cat-item{    -webkit-transition: all .4s ease-in-out;
    transition: all .4s 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 #ffda44;
    /* border-top: 1px solid #fbfbfb; */
    border-bottom: 1px solid #f6f6f6;}
	.sidebarbas .cat-item:last-child{border-bottom: none;}
	
	.sidebarbas .cat-item a{float: left;-webkit-transition: all ease 0.8s;-moz-transition: all ease 0.8s;transition: all ease 0.8s; width: 100%; text-align: left; }
	.sidebarbas .cat-item:hover {background:#ffda44}
	.sidebarbas .cat-item:hover a{color:#000}
	.sidebarbas .cat-item:hover{color:#fff}
	
	.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;}
	
	.sidebarbas .sonyorumlar li {padding: 5px 0px !important;}
	.sidebarbas .sonyorumlar li:nth-child(1) .bilgi .yorum,
	.sidebarbas .sonyorumlar li:nth-child(2) .bilgi .yorum,
	.sidebarbas .sonyorumlar li:nth-child(3) .bilgi .yorum { font-size: 13px !important;}
	.sidebarbas .sonyorumlar li a { font-size: 13px !important;}
	.sag .bas-liky {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
	.sag .bas-liky .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-liky .newsletter:before {font-weight: 300;top: 0;left: 0;background: #294682;height: 40px;width: 40px;content: "\f086";font-family: FontAwesome;position: absolute;text-align: center;font-size: 20px;}
	.sag .bas-liky .newsletter:after {display: block;position: absolute;content: "";}
	.sag .bas-liky .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #294682;top: 15px;left: 40px;}

	
	
	/* Preloader */	

#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff;
z-index:9999; 
}

#status {
width:200px;
height:200px;
position:absolute;
left:50%;
top:50%;
background-image:url(/wp-content/themes/nettema-plus/yukleniyor.gif); 
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px;}
/* Preloader */	

.dosyalar{width: 32.65%;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: 100%;float: left;}
.yazili-kaynak ul{float: left; border: 1px solid #f6f6f6; margin-top: 5px; border-radius: 4px;margin-bottom: 5px;width: 100%;}
.yazili-kaynak li{width: 96%;float: left; padding: 10px 2%;border-bottom: 1px dashed #e6e6e6;}
.yazili-kaynak li:last-child{border-bottom: none;}
.yazili-kaynak .yazili-kaynak-i{float: left; padding-top: 1px;color: #adadad;margin-right: 3px;font-size: 14px;}	
.yazili-kaynak .yazili-kaynak-b{font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.yazili-kaynak li:hover i{color: #ea9109;-webkit-transition: all .3s ease-in-out;}
	
.yazili-kaynak1{width: 32.65%;float: left;margin-left: 0.5%;}
.yazili-kaynak1 li{width: 100%;float: left; padding: 8.5px 0px;border-bottom: 1px dashed #e6e6e6;}
.yazili-kaynak1 li:last-child{border-bottom: none;}
.yazili-kaynak1 .yazili-kaynak-i{float: left; padding-top: 1px;color: #bd1623;margin-right: 3px;font-size: 14px;}	
.yazili-kaynak1 .yazili-kaynak-b{font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.yazili-kaynak2 { width: 100%; float: left; margin-top: 10px; margin-bottom: 4px;}
.yazili-kaynak2 ul{ border-top: 1px solid #eee; float: left;border: 1px solid #f6f6f6;width: 100%;}
.yazili-kaynak2 li{width: 99%;float: left;padding: 0px 0% 0px 1%;border-bottom: 1px solid #f6f6f6;border-top: 1px solid #ffffff;line-height: 16px; height: 56px;}
.yazili-kaynak2 li i{-webkit-transition: all .3s ease-in-out;}
.yazili-kaynak2 li:hover i{-webkit-transition: all .3s ease-in-out;color:#ea9109}
.yazili-kaynak2 li:hover i.fa-arrow-circle-right{ 
/* Safari */
-webkit-transform: rotate(-90deg); 
/* Firefox */
-moz-transform: rotate(-90deg); 
/* IE */
-ms-transform: rotate(-90deg); 
/* Opera */
-o-transform: rotate(-90deg); 
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}
.yazili-kaynak2 li:nth-child(odd) {background: #fff;}
.yazili-kaynak2 li:nth-child(even) {background: #fcfcfc;}
.yazili-kaynak2 li:last-child{border-bottom: none;}
.yazili-kaynak2 .yazili-kaynak-a{float: left; padding-top: 1px;color: #bdb9b9;margin-right: 3px;font-size: 14px;}	
.yazili-kaynak2 .yazili-kaynak-b{float: left;font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width: 65%;}
.yazili-kaynak2 .yazili-kaynak-b h2{line-height: 25px; font-weight: 600; font-family: "Titillium Web",sans-serif; font-size: 15px;margin-bottom: 5px;}
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam{font-size: 13px; padding-top: 1px; height: 20px;}
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam span{margin-right: 4px;}
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam span.bir{background: #bd1623;padding: 4px 9px 4px 9px;color: #fff; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam em{font-style: normal !important;}
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam span.iki{background: #179e50;padding: 4px 9px 4px 9px;color: #fff; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.yazili-kaynak2 .yazili-kaynak-b .altbasliktam span.uc{background: #566567;padding: 4px 9px 4px 9px;color: #fff; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.yazili-kaynak2 .yazili-kaynak-c{text-align: center;float: left; font-size: 15px; width: 19.5%; border-left: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6;line-height: 59px;}
.yazili-kaynak2 .yazili-kaynak-d{text-align: center;float: right;font-size: 20px;width: 15%;line-height: 59px;}
.yazili-kaynak2 .yazili-kaynak-d i{margin-right: 0px;}
.yazili-kaynak2 .yazili-kaynak-d span{}


@media screen and (max-width: 800px) {	
		.yazili-kaynak{width: 100%; float: left; }		
		.yazili-kaynak2 .yazili-kaynak-c, .yazili-kaynak2 .yazili-kaynak-d{width: 14%;}
		.yazili-kaynak2 .yazili-kaynak-b{width: 71%;}

	}
	
@media screen and (max-width: 650px) {	
	.yazili-kaynak2 .yazili-kaynak-b .altbasliktam em{display:none }
	}	
	
@media screen and (max-width: 500px) {		
	
		.vc_custom_1449489443217 { margin-bottom: -8px !important;}
	}


.widget-title {position: relative;padding-bottom: 8px;margin-bottom: 1px;text-transform: uppercase;}
.widget-title h5 {font-size: 15px;line-height: 21px;}
.widget-title h5 a{float: right;font-size: 14px;line-height: 23px;text-transform: initial;}
.widget-title span {position: absolute;left: 0;bottom: 0;display: block;width: 66px;height: 2px;background-color: #bd1623;}

.bas-lik14 {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
.bas-lik14 .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-lik14 .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f15c";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
.bas-lik14 .newsletter:after {display: block;position: absolute;content: "";}
.bas-lik14 .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;}
	
ul#tabuk {width: 100%;float: left;/* border-bottom: 2px solid #eee; *//* border-left: 1px solid #eee; */}
ul#tabuk li {float: left;padding: 11px 0px;background: #3e4a4c;font-size: 15px;/* border-top: 1px solid #eee; *//* border-right: 1px solid #eee; */width: 25%;text-align: center;}
ul#tabuk li.hover {background: #eee;}
ul#tabuk li.aktifek {background: #ea9109;font-weight: 600;padding: 11px 0px 1px 0px;}
ul#tabuk li.aktifek:after {position: relative;top: -10px;left: 50%;margin-left: -8px;content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 0 8px 10px 8px;border-color: transparent transparent #ea9109 transparent;top: auto;bottom: -8px;border-width: 10px 8px 0 8px;border-color: #ea9109 transparent transparent transparent;}
ul#tabuk li a{color: #fff;font-weight: 700;}
ul#tabuk li a i{}
ul#tabuk li a img {width: 15px;height: 14px;}
	
.anaaltkisim{ float: left; width: 100%;}	
	
	.anayeniliste1 {float: left; width: 100%;}
	.anayeniliste1 ul {}
	.anayeniliste1 ul li {width: 33%;float: left; height: 178px; margin-bottom: 5px;position: relative;}
	.anayeniliste1 ul li:nth-child(odd) {}
	.anayeniliste1 ul li:nth-child(even) {}
	.anayeniliste1 ul li:nth-child(2),
	.anayeniliste1 ul li:nth-child(5){ margin: 0% 0.5%;}
			
	.anayeniliste1 ul li a {}	
	.anayeniliste1 ul li a .anaimages {width: 100%;height: 147px;}
	.anayeniliste1 ul li a .anaimages img {width: 100%;height: 145px;}
	
	.anayeniliste1 ul li .anaustu{background: #fff; position: relative; top: -36px;width: 87%; margin: auto; padding: 0px 3%;}
	
	.anayeniliste1 ul li .anaustu .anaspan {}
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat { margin: 0 auto; float: none !important; width: auto; display: table !important; line-height: 0; padding: 19px 0px 9px;}
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat:after {display: table-cell;content: '';width: 20px;height: 0;border-top: 1px solid #ccc;}
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat:before {display: table-cell;content: '';width: 20px;height: 0;border-top: 1px solid #ccc;}
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat a{padding: 0px 3px; color: #566567;}
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat a:nth-child(3),
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat a:nth-child(4),
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat a:nth-child(5),
	.anayeniliste1 ul li .anaustu .anaspan .anaspancat a:nth-child(6){display: none !important;}	
	
	.anayeniliste1 ul li .anaustu .anaicerik {height: 33px;overflow: hidden;}
	.anayeniliste1 ul li .anaustu .anaicerik a h3 {text-align: center; font-size: 15px; letter-spacing: -0.025em; color: #000; line-height: 17px;}
	.anayeniliste1 ul li .anaustu .anaicerik a p {text-align: Justify;font-size: 13px; color: #868383; overflow: hidden; height: 75px; line-height: 18px; font-family: 'Open Sans', sans-serif;}
	
	.anayeniliste1 ul li .anadevam {position: relative;top: -36px;} 
	.anayeniliste1 ul li .anadevam span.anadevamspan {margin: 8px 0px 9px 0px; display: -webkit-box;}    
	.anayeniliste1 ul li .anadevam span.anadevamspan a{ color: #c91f2c;margin: 0 auto; float: none !important; width: auto; display: table !important; border: 1px solid #e8e5e5; padding: 6px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
			
	.anayeniliste1 ul li .anasonbilgi{}
	.anayeniliste1 ul li .anasonbilgi .yazar{float:left}
	.anayeniliste1 ul li .anasonbilgi .yazar .yazarimg{float:left}
	.anayeniliste1 ul li .anasonbilgi .yazar .yazarkendi{float: left; margin-left: 4px; font-size: 14px; line-height: 21px; color: #888585;}
	
	.anayeniliste1 ul li .anasonbilgi .anasonek{float:right}
	.anayeniliste1 ul li .anasonbilgi .anasonek .begen{font-size: 18px; float: left; position: absolute; top: 0; right: 0; color: #fff; padding-bottom: 2px;}
	.anayeniliste1 ul li .anasonbilgi .anasonek .yorum{float: left;padding-top: 0px; font-size: 18px;color: #b3aeae;}
	.anayeniliste1 ul li .anasonbilgi .anasonek .yorum i{margin-right:4px;color: #444;}
	.anayeniliste1 .liteicon-2 {display: block;position: absolute;top: 0;z-index: 99;color: white;font-size: 13px;width: 0;height: 0;border-style: solid;border-width: 40px 40px 0 0;border-color: rgba(86, 101, 103, 0) transparent transparent transparent;}
	.anayeniliste1 .liteicon-2:before {font: normal normal normal 14px/1 FontAwesome;position: absolute;top: -33px;left: 6px;background: rgba(0, 0, 0, 0.31);border-radius: 4px;text-align: center;line-height: 25px;font-size: 14px;content: "\f0a1";padding: 0px 6px;}
	.bas-likliste {float: left; width: 100%;font-family: "Titillium Web",sans-serif;}
	.bas-likliste .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #566567;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;}
	.bas-likliste .newsletter:before {font-weight: 300;top: 0;left: 0;background: #3e4a4c;height: 40px;width: 40px;content: "\f067";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.bas-likliste .newsletter:after {display: block;position: absolute;content: "";}
	.bas-likliste .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #3e4a4c;top: 15px;left: 40px;}

	
	@media screen and (max-width: 600px) {
		.anayeniliste1 ul li {width: 49.5%;}
		.anayeniliste1 ul li:nth-child(1){margin: 0% 0.5% 0% 0%;}
		.anayeniliste1 ul li:nth-child(2){margin: 0% 0% 0% 0.5%}
		.anayeniliste1 ul li:nth-child(3){margin: 0% 0.5% 0% 0%;}
		.anayeniliste1 ul li:nth-child(4){margin: 0% 0% 0% 0.5%}
		.anayeniliste1 ul li:nth-child(5){margin: 0% 0.5% 0% 0%;}
		.anayeniliste1 ul li:nth-child(6){margin: 0% 0% 0% 0.5%}
		
		
	}
	
		.post-slide a {}	
	.post-slide a .anaimages {width: 100%;height: 170px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
	.post-slide a .anaimages img.varsayilan {width: 60%;height: 170px;margin-left: 20%;}
	.post-slide a .anaimages img {width: 100%;height: 175px;}
	
	.post-slide .anaustu{background: #fff;position: relative;top: -21px;width: 87%;margin: auto;padding: 8px 3%; border-top: 3px solid #bd1623;}
	
	.post-slide .anaustu .anaspan {}
	.post-slide .anaustu .anaspan .anaspancat { margin: 0 auto; float: none !important; width: auto; display: table !important; line-height: 0; padding: 19px 0px 9px;}
	.post-slide .anaustu .anaspan .anaspancat:after {display: table-cell;content: '';width: 20px;height: 0;border-top: 1px solid #000;}
	.post-slide .anaustu .anaspan .anaspancat:before {display: table-cell;content: '';width: 20px;height: 0;border-top: 1px solid #000;}
	.post-slide .anaustu .anaspan .anaspancat span{padding: 0px 7px;color: #000;font-size: 15px;font-weight: 700;text-transform: uppercase;}
	
	.post-slide .add-comment {top: 10.6%;background-color: rgba(33, 31, 30, 0.44) !important;right: 4%;display: none;}
	.post-slide .post-slide .add-comment:before, .add-comment:after {border-top: 9px solid rgba(33, 31, 30, 0.44) !important;}
	
	#anasayfa .post-slide .add-comment {
		top: 7.4% !important;
		background-color: rgba(0, 0, 0, 0.59) !important;
	}
	
	.post-slide .anaustu .anaicerik {overflow: hidden;}
	.post-slide .anaustu .anaicerik a h3 {    padding-bottom: 3px;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.025em;
    color: #000000;
    line-height: 19px;
    font-weight: 500;
    height: 37px;
    overflow: hidden;}
	.post-slide .anaustu .anaicerik a p {text-align: Justify;font-size: 13px; color: #868383; overflow: hidden; height: 75px; line-height: 18px; font-family: 'Open Sans', sans-serif;}
	
	.post-slide .anaustu .anaicerik-paragraf {    display: none;font-size: 15px; color: #444; font-weight: 300;margin-top: 0px;height: 57px;overflow: hidden;}
	.post-slide .anaustu .anaicerik-paragraf i{color: #0d436b;width: 20px;height: 27px;float: left; font-size: 18px;}
	.post-slide .anaustu .anaicerik-paragraf a{}
	.post-slide .anaustu .anaicerik-paragraf p{text-align: center;font-size: 15px;}
	
	.post-slide .anadevam {position: relative;top: -36px;} 
	.post-slide .anadevam span.anadevamspan {margin: 8px 0px 9px 0px; display: -webkit-box;}    
	.post-slide .anadevam span.anadevamspan a{ color: #c91f2c;margin: 0 auto; float: none !important; width: auto; display: table !important; border: 1px solid #e8e5e5; padding: 6px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
			
	.post-slide .anasonbilgi{}
	.post-slide .anasonbilgi .yazar{float:left}
	.post-slide .anasonbilgi .yazar .yazarimg{float:left}
	.post-slide .anasonbilgi .yazar .yazarkendi{float: left; margin-left: 4px; font-size: 14px; line-height: 21px; color: #888585;}
	
	.post-slide .anasonbilgi .anasonek{float:right}
	.post-slide .anasonbilgi .anasonek .begen{font-size: 18px; float: left; position: absolute; top: 0; right: 0; color: #fff; padding-bottom: 2px;}
	.post-slide .anasonbilgi .anasonek .yorum{float: left;padding-top: 0px; font-size: 18px;color: #b3aeae;}
	.post-slide .anasonbilgi .anasonek .yorum i{margin-right:4px;color: #444;}

	
		
	.ana-yazarlar {}
	.ana-yazarlar ul{float: left;}
	.ana-yazarlar ul li {width: 95.6%;line-height: 15px;height: 123px;border: 1px solid #f3eeee;padding: 1%;position: relative;margin: 5px 0px;border-radius: 3px;}
	.ana-yazarlar ul li a .img{z-index: 99;width: 100px;float: left;margin-right: 7px;height: 68px;background: #345bad;position: relative;}
	.ana-yazarlar ul li a .img: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;right: 0;margin-right: -.0625rem;border-left: 0;border-right: 13px solid #fff;}
	.ana-yazarlar ul li .ana-baslik{max-width: 320px;overflow: hidden;padding-bottom: 4px;font-size: 15px;text-overflow: ellipsis;white-space: nowrap;color: #000;font-family: "Titillium Web",sans-serif;font-weight: 600;}
	.ana-yazarlar ul li .ana-parag{    height: 50px;line-height: 17px;font-size: 14px;color: #464646;border-bottom: 1px solid #f3eeee;padding-bottom: 6px;position: relative;font-family: "Titillium Web",sans-serif;}
	.ana-yazarlar ul li .ana-parag:after {position: absolute;text-align: center;color: #f3eeee;display: inline-block;font-family: FontAwesome;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-decoration: none;content: "\f107";font-size: 16px;left: 25px;width: 8px;text-indent: -1px;bottom: -10px;background: #fff;}
	.ana-yazarlar ul li .ana-author{margin: 9px 0px 3px 0px;}
	.ana-yazarlar ul li .ana-author .ana-author-img{width: 35px;height: 35px;float: left;margin-right: 6px;border-radius: 100%;}
	.ana-yazarlar ul li .ana-author .ana-author-img img{ border-radius: 100%;}
	.ana-yazarlar ul li .ana-author .ana-author-name{font-size: 16px;}
	.ana-yazarlar ul li .ana-author .ana-author-name a{font-family: "Titillium Web",sans-serif; font-weight: 600; font-size: 14px;}
	.ana-yazarlar ul li .ana-author .ana-author-mail{padding-top: 3px;color: #949192;font-size: 13px;}
	.ana-yazarlar .comments{position: relative;background-color: rgb(62, 74, 76);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;}
	.ana-yazarlar .comments{color: #fff;padding: 1px 0px 1px 1px;display: inline-block;min-width: 19px;height: 16px;line-height: 16px;position: absolute;bottom: 18px;right: 5px;}
	.ana-yazarlar .comments:after {position: absolute;bottom: -5px;right: 0;content: '';width: 0px;height: 0px;border-style: solid;border-width: 5px 5px 0 0;border-color: rgb(86, 101, 103) transparent transparent transparent;}
	.ana-yazarlar .bas-lik {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;}
	.ana-yazarlar .bas-lik .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #566567;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;}
	.ana-yazarlar .bas-lik .newsletter:before {font-weight: 300;top: 0;left: 0;background: #3e4a4c;height: 40px;width: 40px;content: "\f0c0";font-family: FontAwesome;position: absolute;text-align: center;font-size: 16px;}
	.ana-yazarlar .bas-lik .newsletter:after {display: block;position: absolute;content: "";}
	.ana-yazarlar .bas-lik .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #3e4a4c;top: 15px;left: 40px;}

		
	
	#reklamalani1 .text,
	#reklamalani2 .text,
	#reklamalani3 .text,
	#reklamalani4 .text,
	#reklamalani5 .text,
	#reklamalani6 .text  {
   	min-height: 80px;
    background: #f9f9f9;
  	line-height: 80px;
   	text-align: center;
  	font-size: 15px;
  	font-weight: 300;
   	text-transform: capitalize;
   	color: #999;
   	position: relative;
    border: 1px solid #eee;
    border-radius: 3px;	
	}	
	
	#reklamalani6 .text  {width: 300px;height: 250px;line-height: 250px;}
	
	#sagdasabit .text, 
	#soldasabit .text  {
		min-height: 80px;
		background: #f9f9f9;    
		text-align: center;
		font-size: 15px;
		font-weight: 300;
		text-transform: capitalize;
		color: #999;
		position: relative;
		border: 1px solid #eee;
		border-radius: 3px;
		margin: 1%;
	}	
	
	#sagdasabit .text, 
	#soldasabit .text  {width: 150px; height: 490px; line-height: 450px;}

	@media screen and (max-width: 700px) {
		#reklamalani1 .text,
		#reklamalani2 .text,
		#reklamalani3 .text,
		#reklamalani4 .text,
		#reklamalani5 .text,
		#reklamalani6 .text {margin: 1%;}	
		#reklamalani6 .text {margin: auto;}
	}

	#reklamalani1 .text {max-width: 728px; margin: auto;}	

	@media screen and (max-width: 728px) {
		#reklamalani3 .text {margin:0% 1%}
	}

	#reklamalani2 .text,
	#reklamalani3 .text,
	#reklamalani4 .text,
	#reklamalani5 .text{ max-width: 468px; margin: auto; min-height: 60px; line-height: 60px;}
	@media screen and (max-width: 728px) {
		#reklamalani2 .text,
		#reklamalani4 .text,
		#reklamalani5 .text {margin:0% 1%}
	}
	
	.onceki-sonraki {border: 1px solid #f6f6f6;  float: left;  width: 100%;  margin-bottom: 10px;  padding: 10px 0px;}
	.onceki-sonraki .prev {width: 47.9%;float: left;padding-left: 2%;}
	.onceki-sonraki .prev a{padding-top: 3px; font-size: 17px; font-family: "Titillium Web",sans-serif; line-height: 21px; margin-top: 2px; float: left; }
	.onceki-sonraki .next {width: 47.9%;float: right;text-align: right;padding-right: 2%;border-left: 1px solid #f6f6f6;}
	.onceki-sonraki .next a{padding-top: 3px; font-size: 17px; font-family: "Titillium Web",sans-serif; line-height: 21px; margin-top: 2px; float: right;  }	
	.onceki-sonraki .prev .onceki,
	.onceki-sonraki .next .sonraki{color: #b3aeae; padding-top: 4px;}	
	.onceki-sonraki .prev .img{ width: 50px; height: 50px; background: #444; border-radius: 100%; float: right; margin-left: 5%;}
	.onceki-sonraki .next .img{ width: 50px; height: 50px; background: #444; border-radius: 100%; float: left; margin-right: 5%;}
	
	@media screen and (max-width: 700px) {
		.onceki-sonraki .next {display:none}
		.onceki-sonraki .prev {width: 95%;float: left;padding-left: 2%;padding-right: 2%;}
	}
	
	.icerikalani .bolu-11{ width: 105px;font-weight: 600;}
	.icerikalani .bolu-1 p {line-height: 20px !important; border-bottom: 1px dashed #EAE7E7;margin: 0 0 0px !important;padding: 0px 0px 5px 0px;}
	.icerikalani .bolu-2 span,
	.icerikalani .bolu-3 span,
	.icerikalani .bolu-4 span,
	.icerikalani .bolu-5 span,
	.icerikalani .bolu-6 span{ width: 105px; float: left;font-weight: 600;}
	.icerikalani .bolu-2,
	.icerikalani .bolu-3,
	.icerikalani .bolu-4,
	.icerikalani .bolu-5,
	.icerikalani .bolu-6{border-bottom: 1px dashed #EAE7E7;padding: 5px 0px;float: left;width: 100%;}
	
	.icerikalani .bolu-3 a { color: #3b5998; font-weight: 600;}
	
	.downn{ clear: both;width: 100px; margin: auto; border: 1px solid #179e50; text-align: center; margin-top: 10px; padding: 6px 0px 5px 0px; border-radius: 4px; background: #179e50; border-bottom: 3px solid #08823b;}
	.downn a{color: #fff;font-size: 19px;}
	
	
	.dokuman-indir {}
	.dokuman-indir ul{}
	.dokuman-indir ul li{width: 100%;float: left;border-bottom: 1px solid #f6f6f6;}
	.dokuman-indir ul li a{}
	.dokuman-indir ul li a .yazili-kaynak-b{width: 89%;padding-left: 1%;float: left;font-size: 16px;line-height: 23px;padding: 5px 0px;border-right: 1px solid #f6f6f6;}
	.dokuman-indir ul li a .yazili-kaynak-d{float: left;font-size: 15px;line-height: 23px;padding: 5px 0px;width: 9.7%;text-align: center;}
	.dokuman-indir li:nth-child(even) {background: #fcfcfc;}
	
	
	.anaustum .anaspan .anaspancat {margin: 0 auto;float: none !important;width: auto;display: table !important;line-height: 0;padding: 19px 0px 9px;}
	.anaustum .anaspan .anaspancat:after {display: table-cell;content: '';width: 30px;height: 0;border-top: 2px solid #000;}
	.anaustum .anaspan .anaspancat:before {display: table-cell;content: '';width: 30px;height: 0;border-top: 2px solid #000;}
	.anaustum .anaspan .anaspancat span{padding: 0px 7px; font-size: 20px; font-weight: 500;}
	.anaustum .anaspan .anaspancat h1{padding: 0px 7px; font-size: 29px; font-weight: 500;}
	.menu-sos.anaustum .anaspan .anaspancat span{padding: 0px 7px;font-size: 24px;font-weight: 500;}yal a{margin-right: 10px;font-size: 16px;}
	
	.menu-sosyal{position: absolute;float: left;line-height: 43px;z-index: 999;}
	.menu-sosyal a{}	
	.menu-sosyal a.facebook{color: #ffffff;width: 43px;float: left;text-align: center;font-size: 16px;border-left: 1px solid #444;line-height: 42px;}
	.menu-sosyal a.facebook:hover{background: #3b5998;}	
	.menu-sosyal a.instagram{color: #ffffff;width: 43px;float: left;text-align: center;font-size: 16px;border-left: 1px solid #444;line-height: 42px;}
	.menu-sosyal a.instagram:hover{background: #d62864;}	
	.menu-sosyal a.twitter{color: #ffffff;width: 43px;float: left;text-align: center;font-size: 16px;border-left: 1px solid #444;border-right: 1px solid #444;line-height: 42px;}
	.menu-sosyal a.twitter:hover{background: #55acee;}
	
	@media screen and (max-width: 850px) {
		.menu-sosyal{display: none;}
		.headersol .logo a .icon span {display: none;}
		[class^="icon-"] {border-right: none;border-left: none;}
		
		
	}
	
	@media screen and (max-width: 550px) {
		.anaustum .anaspan .anaspancat span{font-size: 19px;}
	}
	
	.about{text-align: center;text-align: center;border: 1px solid #f6f6f6;}
	.about-images{margin: 10px 0px;}
	.about-sosyal { margin-bottom: 10px; margin-top: 10px;}
	.about-sosyal a{font-size: 17px;padding: 0px 8px;}
	.about-images img{border-radius: 50%;margin: 0;height: 150px;width: 150px;}
	.about-hakkinda{font-size: 13px;text-align: center;line-height: 17px;font-family: 'Open Sans'; width: 90%;margin: auto;}
	.about-imza img{margin:1px 0px 1px 0px;}	
	.about-sosyal a.facebook{color:#3b5998;}
	.about-sosyal a.instagram{color:#d163ec;}
	.about-sosyal a.twitter{color:#40BFF4;}
	
.blog-soneklenenler	{width: 100%;}
.blog-soneklenenler ul	{ border: 1px solid #f6f6f6; float: left; width: 98%; padding: 0% 1%;}
.blog-soneklenenler	li{width: 100%; float: left; border-bottom: 1px solid #f6f6f6; padding: 15px 0px;}
.blog-soneklenenler	li:last-child{border-bottom: none;}

.blog-soneklenenler .blog-images{position: relative;width: 40%; float: left; height: 180px; background: #f8f8f8; border-radius: 3px;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08); transition: box-shadow 0.3s;}
.blog-soneklenenler .blog-images img{height: 180px;border-radius: 3px;}
.blog-soneklenenler .blog-images .varsayilan{width: 80%; height: 180px; margin-left: 10%;}
.blog-soneklenenler .blog-meta{width: 58%;float: right; padding-left: 2%; font-size: 14px; font-family: 'Open Sans';}
.blog-soneklenenler .blog-meta .blog-cat{color: #ccc8c8;font-family: 'Roboto Condensed', sans-serif; font-size: 17px;}
.blog-soneklenenler .blog-meta .blog-cat span{color:#e64310;text-transform: uppercase;font-weight: 700;}
.blog-soneklenenler .blog-meta .blog-baslik{}
.blog-soneklenenler .blog-meta .blog-baslik h2{font-size: 20px; margin: 5px 0px;  font-family: 'Roboto Condensed', sans-serif;  line-height: 22px; color: #000000;  font-weight: bold;}
.blog-soneklenenler .blog-meta .blog-ozet{}
.blog-soneklenenler .blog-meta .blog-ozet p{}	
.blog-soneklenenler .blog-meta .blog-sosyal{margin: 12px 0px 0px 0px;}
.blog-soneklenenler .blog-meta .blog-sosyal a{ margin-right: 22px; font-size: 17px;}
.blog-soneklenenler .blog-meta .blog-sosyal a.blog-devami{ margin-right: 0px; margin-left: 22px; font-weight: 500; font-family: Roboto; color: #2284ad;}
.blog-soneklenenler .blog-meta .blog-sosyal a.facebook{color: #3b5998;}
.blog-soneklenenler .blog-meta .blog-sosyal a.twitter{color: #40BFF4;}

@media screen and (max-width: 550px) {
.blog-soneklenenler .blog-images {width: 100%;float: none;height: 190px;}
.blog-soneklenenler .blog-images img { height: 190px;}
.blog-soneklenenler .blog-meta {width: 100%;float: none;padding-left: 0%;font-size: 14px;padding-top: 6px;}
		
	}


.blog-soneklenenler1	{width: 100%;margin-top: 10px;float: left;}
.blog-soneklenenler1 ul	{ border: 1px solid #f6f6f6; float: left; width: 98%; padding: 0% 1%;}
.blog-soneklenenler1 ul	li{width: 49%;float: left;border-bottom: 1px solid #f6f6f6;padding: 15px 0px;margin: 0% 0.5%;height: 400px;}
.blog-soneklenenler1 .blog-images{position: relative;width: 100%;float: left;height: 180px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
.blog-soneklenenler1 .blog-images img{height: 180px}
.blog-soneklenenler1 .blog-images .varsayilan{width: 80%; height: 180px; margin-left: 10%;}
.blog-soneklenenler1 .blog-meta{width: 100%;float: left;padding-top: 2%;font-size: 14px;font-family: 'Open Sans';}
.blog-soneklenenler1 .blog-meta .blog-cat{color: #ccc8c8;font-family: 'Roboto Condensed', sans-serif; font-size: 17px;}
.blog-soneklenenler1 .blog-meta .blog-cat a{color: #d163ec;}
.blog-soneklenenler1 .blog-meta .blog-baslik{}
.blog-soneklenenler1 .blog-meta .blog-baslik h2{font-family: serif, sans-serif; font-size: 25px; margin: 5px 0px; color: #000;font-weight: 600;}
.blog-soneklenenler1 .blog-meta .blog-ozet{}
.blog-soneklenenler1 .blog-meta .blog-ozet p{}	
.blog-soneklenenler1 .blog-meta .blog-sosyal{margin: 12px 0px 0px 0px;}
.blog-soneklenenler1 .blog-meta .blog-sosyal a{ margin-right: 15px; font-size: 17px;}
.blog-soneklenenler1 .blog-meta .blog-sosyal a.blog-devami{ margin-right: 0px; margin-left: 22px; font-weight: 600; font-family: Roboto;}
.blog-soneklenenler1 .blog-meta .blog-sosyal a.facebook{color: #3b5998;}
.blog-soneklenenler1 .blog-meta .blog-sosyal a.twitter{color: #40BFF4;}
.blog-soneklenenler1 li:last-child{border-bottom: none;}
.blog-soneklenenler1 ul	li:nth-child(3) {border-bottom: 0px solid #f6f6f6;}

@media screen and (max-width: 550px) {
.blog-soneklenenler1 ul	li {width: 100%;float: none;border-bottom: 1px solid #f6f6f6;height: auto;}
.blog-soneklenenler1 .blog-images {width: 100%;float: none;height: 190px;}
.blog-soneklenenler1 .blog-images img { height: 190px;}
.blog-soneklenenler1 .blog-meta {width: 100%;float: none;padding-left: 0%;font-size: 14px;padding-top: 6px;}
		
	}
		
.blog-soneklenenler2	{width: 100%;margin-top: 0px;float: left;}
.blog-soneklenenler2 ul	{float: left;width: 100%;}
.blog-soneklenenler2 ul	li{width: 100%;float: left;position: relative;}
.blog-soneklenenler2 .blog-images{position: relative;width: 100%;float: left;height: 350px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
.blog-soneklenenler2 .blog-images img{height: 350px; width: 100%;}
.blog-soneklenenler2 .blog-images .yazar{position: absolute;bottom: 2%;right: 2%;}
.blog-soneklenenler2 .blog-images .yazar .yazarimg{float: left;margin-right: 6px;}
.blog-soneklenenler2 .blog-images .yazar .yazarimg img{height: 35px;width: 35px;border-radius: 50%;border: 2px solid #a2a2a2;}
.blog-soneklenenler2 .blog-images .yazar .yazarkendi{float: right;font-size: 18px;color: #ffffff;text-shadow: 1px 1px rgb(0, 0, 0);line-height: 34px;}
.blog-soneklenenler2 .blog-images .varsayilan{width: 60%; margin-left: 20%; margin-right: 20%;}
.blog-soneklenenler2 .blog-meta{width: 100%;float: left;padding-top: 1%;font-size: 15px;font-family: 'Open Sans';}
.blog-soneklenenler2 .blog-meta .blog-cat{color: #ccc8c8;font-family: 'Roboto Condensed', sans-serif; font-size: 17px;}
.blog-soneklenenler2 .blog-meta .blog-cat a{color: #d163ec;}
.blog-soneklenenler2 .blog-meta .blog-baslik{}
.blog-soneklenenler2 .blog-meta .blog-baslik h2{font-family: serif, sans-serif; font-size: 25px; margin: 5px 0px; color: #000;font-weight: 600;}
.blog-soneklenenler2 .blog-meta .blog-ozet{}
.blog-soneklenenler2 .blog-meta .blog-ozet p{ line-height: 21px; font-weight: 600; margin-top: 2px; margin-bottom: 6px;}	
.blog-soneklenenler2 .blog-meta .blog-sosyal{margin: 12px 0px 0px 0px;}
.blog-soneklenenler2 .blog-meta .blog-sosyal a{ margin-right: 15px; font-size: 17px;}
.blog-soneklenenler2 .blog-meta .blog-sosyal a.blog-devami{ margin-right: 0px; margin-left: 22px; font-weight: 600; font-family: Roboto;}
.blog-soneklenenler2 .blog-meta .blog-sosyal a.facebook{color: #3b5998;}
.blog-soneklenenler2 .blog-meta .blog-sosyal a.twitter{color: #40BFF4;}
.blog-soneklenenler2 .add-comment { top: 6.4%; right: 1%;}
.blog-soneklenenler2 .blog-baslik{position: absolute;
    padding: 30px 1.5% 8px 1.5%;
    bottom: 0;
    width: 97%;
    text-shadow: 0 0 1px #ffffff;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
    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 );
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffda44;
    line-height: 23px;}
.blog-soneklenenler2 .blog-baslik h1{ font-size: 24px; font-weight: 600; color: #fff;padding-bottom: 7px; text-shadow: 2px 2px rgba(4, 4, 4, 0.58);}
.blog-soneklenenler2 .blog-baslik span{}

@media screen and (max-width: 500px) {
.blog-soneklenenler2 .blog-images { height: 275px;}
.blog-soneklenenler2 .blog-images img { height: 275px;}	
	}

		
.add-comment {display:block;width:32px;height:25px;line-height:26px;position:absolute;top:12%;right:2%;margin-top:-15px;text-align:center;text-decoration:none;background-color: rgba(0, 0, 0, 0.59);border-radius:2px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
.add-comment:before,
.add-comment:after {content:"";height:0;width:0;position:absolute;top:100%;right:11px;border-right:9px solid transparent;transition:all 0.2s ease;}
.add-comment:hover {box-shadow:2px 2px 0 rgba(0,0,0,0.14);}
.add-comment:hover:before {border-top-color:rgba(0,0,0,0.14);right:9px;top:106%;}
.add-comment .score-number {font-size:14px;font-family:sans-serif;-webkit-transform:scale(1);transform:scale(1);color: #fff;font-weight: 600;}

.blog-soneklenenler .add-comment:before,
.blog-soneklenenler .add-comment:after,
.blog-soneklenenler2 .add-comment:before,
.blog-soneklenenler2 .add-comment:after {content:"";height:0;width:0;position:absolute;top:100%;right:11px;border-right:9px solid transparent;transition:all 0.2s ease;}

.box-circle{position: absolute;bottom: 2%;left: 2%;}
.progress-circle {position: relative;display: inline-block;margin: 0;width: 50px;height: 50px;border-radius: 50%; }
.progress-circle:after {content: '';display: inline-block;width: 100%;height: 100%;border-radius: 50%;-webkit-animation: colorload 2s;animation: colorload 2s; }
.progress-circle span {font-size: 17px;color: #ffffff;position: absolute;left: 50%;top: 50%;display: block;width: 35px;height: 35px;line-height: 36px;margin-left: -17.9px;margin-top: -18px;text-align: center;border-radius: 50%;background: #636363;z-index: 1; }
.progress-circle.progress-50:after {background-image: linear-gradient(-90deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-51:after {background-image: linear-gradient(-86.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-52:after {background-image: linear-gradient(-82.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-53:after {background-image: linear-gradient(-79.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-54:after {background-image: linear-gradient(-75.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-55:after {background-image: linear-gradient(-72deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-56:after {background-image: linear-gradient(-68.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-57:after {background-image: linear-gradient(-64.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-58:after {background-image: linear-gradient(-61.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-59:after {background-image: linear-gradient(-57.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-60:after {background-image: linear-gradient(-54deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-61:after {background-image: linear-gradient(-50.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-62:after {background-image: linear-gradient(-46.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-63:after {background-image: linear-gradient(-43.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-64:after {background-image: linear-gradient(-39.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-65:after {background-image: linear-gradient(-36deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-66:after {background-image: linear-gradient(-32.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-67:after {background-image: linear-gradient(-28.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-68:after {background-image: linear-gradient(-25.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-69:after {background-image: linear-gradient(-21.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-70:after {background-image: linear-gradient(-18deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-71:after {background-image: linear-gradient(-14.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-72:after {background-image: linear-gradient(-10.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-73:after {background-image: linear-gradient(-7.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-74:after {background-image: linear-gradient(-3.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-75:after {background-image: linear-gradient(0deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-76:after {background-image: linear-gradient(3.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-77:after {background-image: linear-gradient(7.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-78:after {background-image: linear-gradient(10.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-79:after {background-image: linear-gradient(14.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-80:after {background-image: linear-gradient(18deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-81:after {background-image: linear-gradient(21.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-82:after {background-image: linear-gradient(25.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-83:after {background-image: linear-gradient(28.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-84:after {background-image: linear-gradient(32.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-85:after {background-image: linear-gradient(36deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-86:after {background-image: linear-gradient(39.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-87:after {background-image: linear-gradient(43.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-88:after {background-image: linear-gradient(46.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-89:after {background-image: linear-gradient(50.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-90:after {background-image: linear-gradient(54deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-91:after {background-image: linear-gradient(57.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-92:after {background-image: linear-gradient(61.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-93:after {background-image: linear-gradient(64.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-94:after {background-image: linear-gradient(68.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-95:after {background-image: linear-gradient(72deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-96:after {background-image: linear-gradient(75.6deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-97:after {background-image: linear-gradient(79.2deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-98:after {background-image: linear-gradient(82.8deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-99:after {background-image: linear-gradient(86.4deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }
.progress-circle.progress-100:after {background-image: linear-gradient(90deg, #e8d704 50%, transparent 50%, transparent), linear-gradient(270deg, #e8d704 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); }

.sidebarbas header {margin-bottom: 0px;min-height:40px;}
figure.figure {float:right;margin:0 0 0 15px;border-radius:50%;overflow:hidden;}
figure.figure img {display:block;}
.commentnum {float:left;margin:0 15px 0 0;font:italic 52px/1 serif;color: #d363ec;}
.comment-author {font-weight:bold;font-size: 18px;font-family: 'Titillium Web';color: #828181;}
.comment-post {display:block;overflow:hidden;text-decoration:none;line-height:20px;margin-top:0px;font-size: 17px !important;}
.comment-text {line-height:20px;font-family:Georgia;font-style:italic;padding:12px;position:relative;border-width:1px;border-style:solid;margin-top: 10px;float: left;}
.comment-text:after,
.comment-text:before {bottom:100%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;}
.comment-text:after {border-width:6px;right:18px;margin-left:-14px;}
.comment-text:before {border-width:7px;right:17px;margin-left:-15px;}
.comment-text {border-color:#f6f6f6;margin-bottom: 9px;}
.comment-text:after {border-bottom-color:#fff;}
.comment-text:before {border-bottom-color:#eae9e9;}


.icerikalani #searchform {width: 43%;border: 1px solid #EEEEEE;margin: auto;margin-top: 20px;}
.icerikalani #searchform {overflow: hidden;clear: both;margin-bottom: 10px;width: 285px;border: 1px solid #f98110;border-right: 1px solid #f98110;height: 38px;}
.icerikalani .searchfield {font-size: 16px !important;padding-left: 3%;height: 38px;border-right: none;color: #999999;display: block;float: left;width: 77.5%;}
.icerikalani .submit {width: 15%;height: 39px;float: right;font-size: 16px;outline: none;display: inline-block;background: #f98110 url(/wp-content/themes/nettema-plus/cssspr.png) no-repeat;overflow: hidden;text-indent: -9999px;text-align: left;background-position: -6px 11px;cursor: pointer;}

.yazar-baslik{
    width: 100%;
    float: left;    margin: 5px 0px;
}

.yazar-baslik .yazar-baslik-gorsel{
    float: left;
    margin-right: 5px;
}
.yazar-baslik .yazar-baslik-yazar{
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    font-family: initial;
    line-height: 35px;
    float: left;
    margin-right: 7px;
}

.yazar-baslik  .yazar-baslik-metin{
    line-height: 38px;
    font-size: 16px;
}


.single-yazar-hakkinda{ border-top: 1px solid #f6f6f6; padding-top: 10px; padding-bottom: 8px; float: left; width: 100%;}
.single-yazar-hakkinda .single-yazar-bolum1 {float: left; width: 50%;}
.single-yazar-hakkinda .single-yazar-bolum1 .gravatar{float: left; margin-right: 20px;}
.single-yazar-hakkinda .single-yazar-bolum1 .gravatar img{width: 75px; height: 75px;  border-radius: 50%;}
.single-yazar-hakkinda .single-yazar-bolum1	.author {}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorbaslik{font-weight: 500; color: #8c919b;  font-style: italic; font-size: 16px;  font-family: Georgia, serif;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authoryazar{font-size: 22px; font-weight: 700; font-family: serif; padding-top: 3px;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal{padding-top: 12px;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul {}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul li{ float: left;margin-right: 15px;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul li a{font-size: 16px;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul li.facebook a{color:#3b5998;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul li.instagram a{color:#d163ec;}
.single-yazar-hakkinda .single-yazar-bolum1	.author .authorsosyal ul li.twitter a{color:#28aae1}

.single-yazar-hakkinda .single-yazar-bolum2	{float: right;width: 50%;}
.single-yazar-hakkinda .single-yazar-bolum2	.baslik{font-weight: 500; color: #8c919b;  font-style: italic; font-size: 16px;  font-family: Georgia, serif;}
.single-yazar-hakkinda .single-yazar-bolum2 .bir-icerik{}
.single-yazar-hakkinda .single-yazar-bolum2 .bir-icerik a .bir-baslik{font-family: Georgia, serif; color: #000;font-size: 18px; padding: 3px 0px; font-weight: 600;}
.single-yazar-hakkinda .single-yazar-bolum2 .bir-icerik a .bir-icerik{line-height: 17px; font-size: 14px;}
.single-yazar-hakkinda .single-yazar-bolum2 .bir-icerik a .bir-devami{font-size: 15px; font-weight: 600;padding-top: 3px;}


	.bol-5{width: 97.5%; float: right;    margin-left: 2.5%;}
	.bol-5 ul li{width: 100%; position: relative; height: 210px; float: left;margin-top: 5px;}
	.bol-5 ul li a .images{width:100%;height: 210px;}
	.bol-5 ul li a .images img{width:100%;height: 210px;background: #f8f8f8;box-shadow: inset 20px 25px 100px rgba(0,0,0,0.08);transition: box-shadow 0.3s;}
	
	.bol-5 ul li a .baslik{width: 96%;line-height: 20px;position: absolute;padding:30px 2% 8px 2%;bottom: 0;color: #fff;font-size: 19px;text-shadow: 0 0 1px #ffffff;text-shadow: 1px 1px rgba(0,0,0,0.8);
	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 );font-size: 15px;
    font-weight: 300; font-family: 'Roboto Condensed', sans-serif; color: #f7892a; line-height: 20px;}
    .bol-5 ul li a .baslik h1{padding-bottom: 4px; font-weight: 500; color: #fff; font-size: 18px;}
	.bol-5 ul li a .baslik p{color: #ffda44; line-height: 18px; font-size: 15px;}

    .bol-5 ul li a .icon{font-size: 13px;position: absolute; top: 0; right: 1%; padding: 2px 2px;color: #fff;font-weight: bold; font-size: 17px; text-shadow: 1px 1px rgba(4, 4, 4, 0.58); text-transform: uppercase;}    
	.bol-5 ul li a .icon img.aof {width: 40px;height: 31px;}
	.bol-5 ul li a .icon img.osym{width: 70px;height: 32px;}
	.bol-5 ul li a .icon img.meb{width: 37px;height: 35px;}
	.bol-5 ul li a .icon i,
	.bol-5 ul li a .icon div {padding: 0px 9px;}
	.bol-5 ul li a .icon span{background: rgba(201, 31, 44, 0.72);padding: 5px 9px;}
	
		
	.bol-5 ul li a .images img.varsayilan{ width: 60%; padding-left: 20%; padding-right: 20%;}


	@media screen and (min-width : 600px) and (max-width : 900px) {
		.bol-5 ul li { width: 49.75%; margin-top: 4px;}
		.bol-5 ul li:nth-child(odd)  { margin-right: 0.5%;}
	}
	


.cat-title {float: left;width: 100%;text-transform: uppercase;margin-bottom: 8px;}
.cat-title .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;/* background: #2d2b2b; */padding: 0 0px 0 50px;/* color: #ffffff; */font-family: 'Helvetica Neue',Roboto,sans-serif;font-size: 17px;font-weight: 500;}
.cat-title .newsletter span{font-weight: 300;}	
.cat-title .newsletter:before {font-weight: 300;top: 0;left: 0;background: #2d2b2b;height: 40px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 20px;content: "\f15c";color: #fff;}
.cat-title .newsletter:after {display: block;position: absolute;content: "";}
.cat-title .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #2d2b2b;top: 15px;left: 40px;}

#arka-ust{width: 100%; background: rgba(45, 43, 43, 0.3); /* border-top: 1px solid #444; */ clear: both;}
#arkas-ust {max-width: 1000px; margin: auto; font-family: 'Open Sans', sans-serif; color: #fff; position: relative; width: 795px; display: flex;}
#arkas-ust .tanitim-iconlari{padding: 13px 0px 1px 0px;}

.temani-sec{margin: auto; width: 455px; height: 95px;padding-top: 3px;}
.temani-sec .temani-sec-icon{text-align: center;float: left;width: 135px;}
.temani-sec .temani-sec-icon div{ color: #ec1b23;font-size: 20px; font-weight: 300; font-family: 'Roboto Condensed', sans-serif;}
.temani-sec .temani-sec-icon div span{ font-weight: 700;}

#arka-ust #arkas-ust .arkas-icon{ height: 51px;width: 136px; line-height: 19px;float: left;margin-right: 14px;}
#arka-ust #arkas-ust .arkas-icon div{font-size: 20px; font-weight: 300;font-family: 'Roboto Condensed', sans-serif;color: #ffda44;}
#arka-ust #arkas-ust .arkas-icon div span{font-weight: bold;}
#arka-ust #arkas-ust .arkas-icon img{ float: left; width: 55px;height: 50px;margin-right: 3px;}

#arka-ust #arkas-ust .bolum-100{width: 135px;}
#arka-ust #arkas-ust .bolum-101{width: 126px; margin-right: 10px;}
#arka-ust #arkas-ust .bolum-102{width: 130px;margin-right: 3px;}
#arka-ust #arkas-ust .bolum-103{width: 138px; margin-right: 5px;}
#arka-ust #arkas-ust .bolum-104{width: 125px; margin-right: 6px;}
#arka-ust #arkas-ust .bolum-105{width: 100px;margin-right: 0px;}

.nanaustum .anaspan .anaspancat { margin: 0 auto; float: none !important; width: auto; display: table !important; line-height: 0; padding: 19px 0px 9px;}
.nanaustum .anaspan .anaspancat:after {display: table-cell;content: '';width: 30px;height: 0;border-top: 1px solid #000;}
.nanaustum .anaspan .anaspancat:before {display: table-cell;content: '';width: 30px;height: 0;border-top: 1px solid #000;}
.nanaustum .anaspan .anaspancat span{padding: 0px 7px; font-size: 24px; font-weight: 300; font-family: 'Open Sans';}	

@media screen and (max-width:810px) {		
#arkas-ust {width: 100%;}
#arkas-ust .tanitim-iconlari {margin: auto;width: 686px;}
#arka-ust #arkas-ust .bolum-104 { margin-right: 0px;}		
#arka-ust #arkas-ust .bolum-105{display:none}			
}

@media screen and (max-width:700px) {		
#arkas-ust .tanitim-iconlari {width: 561px;}			
#arka-ust #arkas-ust .bolum-103 { margin-right: 0px;}
#arka-ust #arkas-ust .bolum-104{display:none}
}

@media screen and (max-width:580px) {		
#arkas-ust .tanitim-iconlari {width: 405px;}
#arka-ust #arkas-ust .bolum-100 {margin-right: 3px;}		
#arka-ust #arkas-ust .bolum-102 {width: 120px;margin-right: 0px;}
#arka-ust #arkas-ust .bolum-103{display:none}		
}

@media screen and (max-width:400px) {	
#arka-ust #arkas-ust .bolum-100 {margin-right: 15px;}
#arka-ust #arkas-ust .bolum-101 { margin-right: 0px;}
#arkas-ust .tanitim-iconlari {margin: auto;width: 278px;}		
#arka-ust #arkas-ust .bolum-102{display:none}
}

.orta-button{padding: 10px 10px;background: #37312a;text-align: center;margin: auto;color: #fff;font-size: 16px;border-radius: 4px;text-transform: uppercase;margin-bottom: 15px;display: table;}
.orta-button a{color: #fff;padding: 10px 0px;}
.vaad{ margin: auto; text-align: center;}
.vaad img{padding-bottom: 14px;}
.vaad-bg {float: left;width: 100%;border-top: 1px solid #f6f6f6;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);/* margin-bottom: 9px; */
background: url(/wp-content/themes/nettema-plus/news/orta-bg.jpg) repeat;background-size: cover;border-top: 3px solid #ffda49;} 
.vaad h2{text-align: center;font-size: 34px;font-weight: bold;margin-top: 0px;color: #ffffff;}
.vaad h2.heading{ text-align: center; font-size: 28px; font-weight: 600; margin-top: 13px;color: #fd7714;}
.vaad h3{font-size: 19px; padding-top: 6px;}
.vaad p{text-align: center;font-size: 19px;color: #ffffff;/* text-shadow: 1px 1px rgba(0, 0, 0, 0.58); */font-weight: 300;}
.vaad p.heading{text-align: center; font-size: 17px; color: #7f1c96;font-weight:500;}
.vaad-list ul{/* margin-top:15px; */}
.vaad-list li{width: 25%;float: left;text-align: center;line-height: 20px;font-size: 17px;font-weight: 300;margin-bottom: 25px;text-shadow: 1px 1px rgba(0, 0, 0, 0.58);color: #fff;}
.vaad-list li div{font-weight: 500;line-height: 23px;margin-top: 10px;color: #ffda44;font-size: 19px;padding-bottom: 5px;}
.vaad-list li .vaad-img{height: 75px;}

@media screen and (max-width: 750px) {
.vaad-bg {display:none}
.vaad-list li {width: 48%; margin-bottom: 15px; height: 150px;padding: 0px 1%;}
}

@media screen and (max-width: 550px) {
.vaad-list li { width: 46%; padding: 0% 2%;}
.vaad-list li p{   font-size: 14px; line-height: 18px;}
}

ul#tab-sinav {float: none; margin: auto; text-align: center;display: table;}
ul#tab-sinav li {float: left;background-color: #f6f7fa;font-size: 15px;text-align: left;width: auto;padding: 8px 23px 11px 23px;position: relative;bottom: -1px;border: 1px solid #f6f6f6;border-bottom: none;border-top-left-radius: 4px;border-top-right-radius: 4px;border-top: 3px solid #f6f7fa;}
ul#tab-sinav li.hover {background: #eee;}
ul#tab-sinav li.aktifek {background: #ffffff;border-top: 3px solid #ff7d01;}
ul#tab-sinav li.aktifek a {color: #ff7d01;}
ul#tab-sinav li a{color: #000;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;font-size: 17px;}
ul#tab-sinav li a i{}
ul#tab-sinav li a img {width: 15px;height: 14px;}
.tab-sinav_icerik{float: left; width: 100%; margin-top: 15px;}
ul#tab-sinav li a div span{font-weight: 300;}
ul#tab-sinav li	.tab-kisa {display:none}

@media screen and (max-width: 900px) {	
ul#tab-sinav li.aktifek { border-bottom: 0px solid #f7892a;}		
ul#tab-sinav li {width: 160px;text-align: center; padding: 8px 15px 11px 15px;}
ul#tab-sinav li.aktifek:after { border-width: 0px 0px 0 0px;}		
}

@media screen and (max-width: 900px) {	
	.tab-sinav_icerik {
		width: 98%;
		margin: 0% 1%;
	}
}


.sol-bolum{float: left;width: 100%;}
.single-doc {width: 100%;}
.tum-sinavlar{margin-top: 10px;background: #151515;padding: 10px 10px;text-align: center;margin: auto;color: #fff;font-size: 16px;border-radius: 4px;text-transform: uppercase;display: table;margin-bottom: 10px;}
.tum-sinavlar a{color: #fff;}
.sol-bolum .sinav-title{text-align: center;font-size: 18px;padding: 10px 0%;width: 100%;font-weight: 700;text-transform: uppercase;border-bottom: 1px solid #f6f6f6;    font-family: 'Titillium Web';}
.sol-bolum .sinav-baslik{width: 100%;float: left;font-size: 15px;background: #f17804;font-weight: 300;border-bottom: 1px solid #f5f5f5;display: block;position: relative;}
.sol-bolum .sinav-baslik img{padding:5px 0px 1px 0px;}
.sol-bolum .sinav-baslik .bir{float: left;width: 19%;text-align: center;padding: 0 0.5%;}
.sol-bolum .sinav-baslik .iki{width: 73.8%;padding: 0 1%;float: left;line-height: 41px;font-size: 18px;font-weight: 700;color: #fff;}
.sol-bolum .sinav-baslik .iki span{font-weight: 300;}
.sol-bolum .sinav-baslik .iki2{width: 73.7%;padding: 0 1%;float: left;}
.sol-bolum .sinav-baslik .uc{width: 10.6%;text-align: center;padding: 0 0.5%;float: left;border-left: 1px solid #e47002;border-right: 1px solid #e47002;}
.sol-bolum .sinav-baslik .dort{float: left;width: 11%;text-align: center;padding: 0 0.5%;/* background: #2c8827; */}
.sol-bolum .sinav-baslik .iki:before {font-weight: 300;top: 0;left: 0;background: #e47002;height: 41px;width: 40px;content: "\f00c";font-family: FontAwesome;position: absolute;text-align: center;font-size: 21px;}
.sol-bolum .sinav-baslik .iki:after {display: block;position: absolute;content: "";}
.sol-bolum .sinav-baslik .iki:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #e47002;top: 15px;left: 40px;}
.sol-bolum .sinav-baslik .iki div{padding-left: 45px;}	
.sol-bolum ul{float: left;width: 100%;margin-bottom: 10px;border-radius: 4px;}
.sol-bolum ul li{width: 99.7%;font-weight: 300;font-size: 20px;border-bottom: 1px solid #f6f6f6;float: left;border-left: 1px solid #f6f6f6;border-right: 1px solid #f6f6f6;}
.sol-bolum ul li:nth-child(odd){ background: #fdfdfd;}
.sol-bolum ul li:hover i,
.sol-bolum ul li:hover a .sinav-adi,
.sol-bolum ul li:hover a .soru-sayisi,
.sol-bolum ul li:hover a .sinav-aciklama .bolum1{}
.sol-bolum ul li a .sinav-adi {float: left;width: 19%;text-align: center;font-weight: 700;padding: 11.3px 0.5% 9.7px 0.5%; font-size: 17px;}
.sol-bolum ul li a .sinav-aciklama {width: 73.7%;padding: 5px 1% 1px 1%;float: left;line-height: 18px;}
.sol-bolum ul li a .sinav-aciklama2 { width: 73.7%; padding: 12px 1%;;float: left;border-left: 1px solid #f6f6f6; font-weight: 500; color: #bd1623; font-size: 17px; border-right: 1px solid #f6f6f6;}
.sol-bolum ul li a .sinav-aciklama .bolum1{font-size: 15px;font-weight: 700;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 98%;}
.sol-bolum ul li a .sinav-aciklama .bolum2{font-size: 14px;}
.sol-bolum ul li a .soru-sayisi {float: left;width: 10.7%;text-align: center;padding: 16px 0.5% 13px 0.5%;font-size: 15px;border-left: 1px solid #f6f6f6;border-right: 1px solid #f6f6f6;}
.sol-bolum ul li a .sinava-basla {float: left;width: 11%;text-align: center;padding: 16px 0.5% 13px 0.5%;font-size: 15px;}
.sol-bolum ul li a .sinava-basla2{padding: 12px 0.5% 6px 0.5%;border-left: 0px solid #f6f6f6;}
@media screen and (max-width: 900px) {	
.single-doc,
.sol-bolum {float: left; width: 100%;margin: 0% 0%;}	
}

@media screen and (max-width: 700px) {	
	
}

@media screen and (max-width: 550px) {		

}


#orta .sag .sinav-tarihi{position: relative;text-align: center;font-size: 23px;font-weight: 300;margin-left: 2.5%;padding: 4px 0px 0px 0px;margin-bottom: 4px;border-top: 5px solid #bd1623;}
#orta .sag .sinav-tarihi .sinav-adi{margin-bottom: 6px; font-weight: 600;line-height: 22px;}
#orta .sag .sinav-tarihi .sinav-adi div span{font-weight: 300;}
#orta .sag .sinav-tarihi .sinav-tarih{font-size: 17px; font-weight: 700;color: #908f8f;}
#orta .sag .sinav-zamani{font-size: 23px; font-weight: 600; color: #fff; background: linear-gradient(to right,#28231f,#483f36,#312c26,#28231f); margin-top: 3px; padding: 6px 0px;}
#orta .sag .sinav-zamani .fa-calendar-o{font-size: 19px;position: relative;top: -1px;}
#orta .sag .sinav-zamani .fa-clock-o{font-size: 21px;}
#orta .sag .duyuru{font-size: 15px; font-weight: 600; margin-left: 2.5%;  background: #e64310; color: #fff; padding: 10px 5px 10px 5px;}
#orta .sag .duyuru a{ float: right; font-weight: 300;color: #fff;}	

#orta .sag .duyuru {font-family: "Titillium Web",sans-serif;text-transform: uppercase;}
#orta .sag .duyuru {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;color: #fff;background: #bd1623;padding: 0 10px 0 50px; font-weight: 600;}
#orta .sag .duyuru: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;}
#orta .sag .duyuru:after {display: block;position: absolute;content: "";}
#orta .sag .duyuru:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #90101a;top: 15px;left: 40px;}
	
#orta .sag .timeline {width: 100%;display: inline-block;position: relative;margin-bottom: 10px;}
#orta .sag .timeline ul{border-bottom: 1px solid #f6f6f6;}
#orta .sag .timeline ul:before {content: " ";width: 1px;height: 100%;position: absolute;left: 0;top: 0;background-color: #f6f6f6;}
#orta .sag .timeline ul li {width: 94.3%;position: relative;display: inline-block;cursor: pointer;margin-left: 5.6%;margin-right: 0%;padding: 6px 0 6px 0;height: 40px;border-bottom: 1px solid #f6f6f6;border-right: 1px solid #f6f6f6;}
#orta .sag .timeline ul li:first-child{border-top: 0px solid #4d4d4d;}		
#orta .sag .timeline ul li:last-child{border-bottom: none;}		
#orta .sag .timeline ul li::before {position: absolute;background-color: #efecec;z-index: 9;content: " ";}		
#orta .sag .timeline ul li::before {width: 10px;height: 10px;left: -7.9%;top:19px;-webkit-border-radius: 19px;-moz-border-radius: 19px;border-radius: 19px;border: 2px solid #ffffff;}
#orta .sag .timeline ul li:first-child:before {background-color: #efecec;}
#orta .sag .timeline ul li h3{font-size: 16px;font-weight: 300;display: table-cell;vertical-align: middle;height: 40px;overflow: hidden;color: #000;font-weight: 500;color: #000;}
#orta .sag .timeline ul li:hover:before {background-color: #07818e;}

#orta .sag .timeline .sinav-baslik {width: 100%;float: left;font-size: 15px;background: #06909e;font-weight: 300;display: block;position: relative;z-index: 8;}
#orta .sag .timeline .sinav-baslik .bir{width: 73.7%;padding: 0 1%;float: left;line-height: 41px;font-size: 18px;font-weight: 700;color: #fff;}
#orta .sag .timeline .sinav-baslik .bir span{font-weight: 300;}
#orta .sag .timeline .sinav-baslik .bir:before {font-weight: 300;top: 0;left: 0;background: #07818e;height: 40px;width: 40px;font-family: FontAwesome;position: absolute;text-align: center;font-size: 20px;z-index: 1;content: "\f0a1";/* content: "\f0a2"; */content: "\f09e";}
#orta .sag .timeline .sinav-baslik .bir:after {display: block;position: absolute;content: "";}
#orta .sag .timeline .sinav-baslik .bir:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #07818e;top: 15px;left: 40px;}
#orta .sag .timeline .sinav-baslik .bir div{padding-left: 45px;}
#orta .sag .timeline .sinav-baslik .iki{float: right;height: 41px;width: 41px;text-align: center;border-left: 1px solid #07818e;}
#orta .sag .timeline .sinav-baslik .iki img {padding: 4px 0px 5px 0px;height: 77%;}
#orta .sag .sinav-tarihi .dot1:after {content: '';right: 12px;position: absolute;top: -9px;width: 4px;height: 20px;background: #dadada;background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));background: -moz-linear-gradient(top, #f1f1f1, #aaa);z-index: 2;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#orta .sag .sinav-tarihi .dot1:before{content: '';right: 10px;position: absolute;top: 5px;width: 8px;height: 8px;background: #737373;z-index: 1;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-moz-box-shadow: 0 1px 1px #fff;-webkit-box-shadow: 0 1px 1px #fff;box-shadow: 0 1px 1px #fff;}
#orta .sag .sinav-tarihi .dot2:after {content: '';right: 24px;position: absolute;top: -9px;width: 4px;height: 20px;background: #dadada;background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));background: -moz-linear-gradient(top, #f1f1f1, #aaa);z-index: 2;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#orta .sag .sinav-tarihi .dot2:before{content: '';right: 22px;position: absolute;top: 5px;width: 8px;height: 8px;background: #737373;z-index: 1;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-moz-box-shadow: 0 1px 1px #fff;-webkit-box-shadow: 0 1px 1px #fff;box-shadow: 0 1px 1px #fff;}
#orta .sag .sinav-tarihi .dot3:after {content: '';left: 12px;position: absolute;top: -9px;width: 4px;height: 20px;background: #dadada;background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));background: -moz-linear-gradient(top, #f1f1f1, #aaa);z-index: 2;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#orta .sag .sinav-tarihi .dot3:before{content: '';left: 10px;position: absolute;top: 5px;width: 8px;height: 8px;background: #737373;z-index: 1;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-moz-box-shadow: 0 1px 1px #fff;-webkit-box-shadow: 0 1px 1px #fff;box-shadow: 0 1px 1px #fff;}
#orta .sag .sinav-tarihi .dot4:after {content: '';left: 24px;position: absolute;top: -9px;width: 4px;height: 20px;background: #dadada;background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));background: -moz-linear-gradient(top, #f1f1f1, #aaa);z-index: 2;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#orta .sag .sinav-tarihi .dot4:before{content: '';left: 22px;position: absolute;top: 5px;width: 8px;height: 8px;background: #737373;z-index: 1;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-moz-box-shadow: 0 1px 1px #fff;-webkit-box-shadow: 0 1px 1px #fff;box-shadow: 0 1px 1px #fff;}

@media screen and (max-width: 900px) {			
#orta .sag {}		
#orta .sag .sinav-tarihi,		
#orta .sag .timeline,
.bol-5 {width: 100%; margin: 0% 0%;}		
#orta .sag .timeline{margin-bottom: 9px;}

}

@media screen and (max-width: 800px) {	
	#orta .sag .timeline ul li {
		width: 97.9%;
		margin-left: 2%;
	}
	#orta .sag .timeline ul li::before {
		display:none;
	}
}


#comment-index {width: 100%;float: left;font-weight: 300;background-repeat: no-repeat;background-size: cover;margin: 8px 0px;}
#comment-index h3{text-align: center;float: left;font-size: 21PX;width: 100%;font-weight: 500;font-family: "Titillium Web",sans-serif;text-transform: uppercase;}
ul.yorum-news { width: 100%; float: left;height: 200px;}
ul.yorum-news li{float: left; margin: 0.5% 0.5%;}
figure.figure {float:right;margin:0 0 0 15px;border-radius:50%;overflow:hidden;}
figure.figure img {display:block;}
.commentnum {float:left;margin:0 10px 0px 5px;font:italic 52px/1 serif;color: #d6d6d4;}
.comment-author {font-weight:bold;font-size: 18px;font-family: 'Titillium Web';color: #000000;}
.comment-post {display:block;overflow:hidden;text-decoration:none;line-height:20px;margin-top:0px;font-size: 17px !important; color: #c72c2c;}
.comment-text {line-height:19px;font-family:Georgia;font-style:italic;padding:12px;position:relative;border-width:1px;border-style:solid;margin-top: 10px;float: left; font-size: 14px;}
.comment-text:after,
.comment-text:before {bottom:100%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;}
.comment-text:after {border-width:6px;right:18px;margin-left:-14px;}
.comment-text:before {border-width:7px;right:17px;margin-left:-15px;}
.comment-text {border-color:#f6f6f6;margin-bottom: 9px;}
.comment-text:after {border-bottom-color:#fff;}
.comment-text:before {border-bottom-color:#eae9e9;}

.sidebarbas ul li.comments {padding: 3px 2%; border-bottom: none;float: left;}
.sidebarbas ul li.comments figure.figure {margin: 5px 0 0 15px;}
.sidebarbas ul li.comments .comment-post {color: #cb3c3c;line-height: 17px;font-size: 15px !important;}
.sidebarbas ul li.comments .commentnum {float: left; margin: 0 6px 0 0; font: normal 52px/1 serif; color: #d6d6d4;}
.sidebarbas ul li.comments .comment-text {padding: 7px; margin-top: 6px;font-size: 14px;}
.sidebarbas ul li.comments .comment-author {font-weight: 600;}

@media screen and (max-width: 700px) {
ul.yorum-news {width: 98%;  margin-right: 1%;margin-left: 1%;}
}

.sidebarbas ul#menu-sosyal-medya {border: none;margin-bottom: 10px;}
.sidebarbas ul#menu-sosyal-medya li{border-bottom: 1px solid #ffffff;} 
.sidebarbas ul#menu-sosyal-medya li{background: #444;}
.sidebarbas ul#menu-sosyal-medya li.facebook {background: #3c5a99;}
.sidebarbas ul#menu-sosyal-medya li.google {background: #c13c31;}
.sidebarbas ul#menu-sosyal-medya li.youtube {background: #cc181e;}
.sidebarbas ul#menu-sosyal-medya li.twitter {background: #1da1f2;}
.sidebarbas ul#menu-sosyal-medya li.instagram {background: #bd3381;}

.sidebarbas ul#menu-sosyal-medya li a{color: #fff;font-weight: 600;font-family: "Titillium Web",sans-serif;}
.sidebarbas ul#menu-sosyal-medya li a:before {content: "\f067";color: #fff;display: inline-block;font: normal normal normal 14px/1 FontAwesome;float:right;font-size:17px;width: 30px; text-align: center;}
.sidebarbas ul#menu-sosyal-medya li.facebook a:before {content: "\f09a";}
.sidebarbas ul#menu-sosyal-medya li.google a:before {content: "\f1a0";}
.sidebarbas ul#menu-sosyal-medya li.youtube a:before {content: "\f167";}
.sidebarbas ul#menu-sosyal-medya li.twitter a:before {content: "\f099";}
.sidebarbas ul#menu-sosyal-medya li.instagram a:before {content: "\f16d";}

.sidebarbas ul#menu-sosyal-medya li a:after {content: "(BeÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸en)";color: #c1c1c1;font-weight: 300;margin-left:4px;font-style:normal;font-size:13px}
.sidebarbas ul#menu-sosyal-medya li.facebook a:after {content: "(BeÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸en)";}
.sidebarbas ul#menu-sosyal-medya li.google a:after {content: "(Takip Et)";}
.sidebarbas ul#menu-sosyal-medya li.youtube a:after {content: "(Abone Ol)";}
.sidebarbas ul#menu-sosyal-medya li.twitter a:after {content: "(Takip Et)";}
.sidebarbas ul#menu-sosyal-medya li.instagram a:after {content: "(Takip Et)";}

li.cat-post-item{}
li.cat-post-item:nth-child(odd) {background: #fdfdfd;}
li.cat-post-item a.post-title{font-size: 15px;font-weight: 700;width: 90%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
li.cat-post-item:before {display: inline-block;font: normal normal normal 20px/1 FontAwesome;float: right;width: 10%;text-align: center; content: "\f046";top: 8px;position: relative;}

#mobile{max-width: 1000px;margin: auto;}
#mobile ul{}
#mobile ul li{float: left; width: 24.5%; border: 0px solid #f6f6f6;border-radius: 4px;margin-right: 0.5%; height: 120px; position: relative;margin-bottom: 10px;margin-top: 3px; background: #fbfbfb;}
#mobile ul li:last-child{margin-right:0px;}
#mobile ul li a{font-size: 19px;padding: 6px;float: left;color: #000;font-weight: 600;}
#mobile ul li a .bolum-1{padding-top: 13px;}
#mobile ul li a .bolum-1 span{font-weight: 300;}
#mobile ul li a .bolum-2{font-weight: 300;font-size: 15px;position: absolute;bottom: 12px;}
#mobile ul li a .bolum-3{position: absolute;right: 5px;top: 5px;}
#mobile ul li a .bolum-3 .bol-1{height: 79px;width: 75px;padding-top: 16px;}
#mobile ul li a .bolum-3 .bol-2{height: 66px;width: 65px;padding-top: 14px;}
#mobile ul li a .bolum-3 .bol-3{height: 84px; width: 82px; padding-top: 7px;}
#mobile ul li a .bolum-3 .bol-4{height: 63px; width: 68px; padding-top: 17px;}

@media screen and (max-width: 700px) {
#mobile{max-width: 700px;margin: auto;}
#mobile ul li{float: left;width: 48%;margin-right: 0.5%; margin-left: 0.5%; margin-bottom: 5px; }
#mobile ul li:last-child{margin-right:0.5%;}
}

@media screen and (max-width: 550px) {
#mobile ul li {float: left;width: 49%;margin-right: 0.5%;margin-left: 0.5%;margin-bottom: 1px;border: 0px solid #f6f6f6;}
#mobile ul {width: 99%;margin-left: 0.5%;margin-right: 0.5%;margin-bottom: 15px;float: left;}
}





.nf-form-fields-required,
.ninja-forms-req-symbol, .nf-error-msg {
    display: none !important;
}

.nf-form-content {
    padding: 0px !important;

}

.nf-field-container, #ninja_forms_required_items {
    margin-bottom: 10px !important;
}

.nf-form-content input:not([type='button']), .nf-form-content textarea, .nf-form-content .list-select-wrap .nf-field-element > div {
    background: rgba(253, 253, 253, 0.48) !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #a7a0a0 !important;
    transition: all .5s !important;
    border-radius: 4px !important;   height: 40px !important;
}

.nf-form-content input:not([type='button']){width: 50% !important;}

.nf-form-content textarea.ninja-forms-field {
    height: 200px !important;
    width: 100% !important;
}

.listselect-wrap{
    width: 50% !important;
}

.nf-form-content .list-select-wrap > div select{
    height: 41px !important;
    padding: 7px 12px 8px 12px !important;
    width: 50% !important;
    color: #a7a3a3 !important;
}
.nf-form-content .list-select-wrap > div div::after {
    height: 44px !important;
}
.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
    width: auto !important;
    height: 40px !important;
    line-height: 9px !important;
    border-radius: 4px !important;
}
@media screen and (max-width: 550px) {
	.listselect-wrap,
	.nf-form-content input:not([type='button']){width: 100% !important;}
	.nf-field-container .nf-field-label { margin-bottom: 0px !important;}
	.nf-field-container, #ninja_forms_required_items {margin-bottom: 0px !important;}
}


	.sikca-plus,
	.ogrengorus{width: 100%;}
@media screen and (max-width: 750px) {
	.sikca-plus,
	.ogrengorus{width: 100% !important;margin-right:0%;margin-left:0%}
	
}




ul.ogrenci-notlari{
    width: 100%;
    float: left;
}
ul.ogrenci-notlari li{
    border: 1px solid #f6f6f6;
    font-size: 15px;
    padding: 10px 4px;
    margin: 0.4% 0%;position: relative;
}

ul.ogrenci-notlari li h5{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 91%;
    display: block;
}
ul.ogrenci-notlari li:hover{background: #Fafafa;-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
ul.ogrenci-notlari li:hover:before {color: #ffda44;}
ul.ogrenci-notlari li:before {
    content: "\f15c";
    display: inline-block;
    font-weight: 300;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    height: 38px;
    width: 40px;
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 18px;
    border-left: 1px solid #f6f6f6;
    line-height: 40px;
}


.sikca-plus .sinav-baslik {width: 100%;float: left;font-size: 15px;background: #e9432c;font-weight: 300;border-bottom: 1px solid #f5f5f5;display: block;position: relative;}
.sikca-plus .sinav-baslik .bir{width: 73.7%;padding: 0 1%;float: left;line-height: 41px;font-size: 18px;font-weight: 700;color: #fff;}
.sikca-plus .sinav-baslik .bir span{font-weight: 300;}
.sikca-plus .sinav-baslik .bir:before {font-weight: 300;top: 0;left: 0;background: #da3a24;height: 40px;width: 40px;content: "\f128";font-family: FontAwesome;position: absolute;text-align: center;font-size: 26px;}
.sikca-plus .sinav-baslik .bir:after {display: block;position: absolute;content: "";}
.sikca-plus .sinav-baslik .bir:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #da3a24;top: 15px;left: 40px;}
.sikca-plus .sinav-baslik .bir div{padding-left: 45px;}
.sikca-plus .sinav-baslik .iki{float: right;height: 41px;width: 41px;text-align: center;border-left: 1px solid #da3a24;}
.sikca-plus .sinav-baslik .iki img {padding: 4px 0px 5px 0px;height: 77%;}

.ac-container{    margin-bottom: 15px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.ac-container label{
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #444;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-size: 15px;
	padding: 11px 7px 4px 7px;
}


.ac-container h3 label:hover{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.ac-container h3{padding: 0px !important;border-left: 1px solid #f6f6f6;border-bottom: 0px solid #f6f6f6;border-right: 1px solid #f6f6f6;}
.ac-container .sikcasorular{width: 100%;margin: 0% 0% 0% 0%;}
.ac-container li:nth-child(even) { background: #fdfdfd;}
.ac-container input:checked + h3 label,
.ac-container input:checked + h3 label:hover{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.ac-container input:checked + h3 {border-left: 1px solid #f6f6f6;}
.fa-arti:before {content: "\f055";}
.fa-eksi:before {content: "\f056";}

.sikcasorubaslik {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;margin-top: 15px;}
.sikcasorubaslik .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #fff;text-transform: uppercase;background: #bd1623;padding: 0 10px 0 50px; margin-bottom: 5px;font-weight: 600;}
.sikcasorubaslik .newsletter:before {font-weight: 300;top: 0;left: 0;background:#90101a;height: 40px;width: 40px;content: "\f128";;font-family: FontAwesome;position: absolute;text-align: center;font-size: 26px;}
.sikcasorubaslik .newsletter:after {display: block;position: absolute;content: "";}
.sikcasorubaslik .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;}
.sikcasorubaslik .newsletter a{float: right;color: #fff;}

.bilesenbaslik {float: left; width: 100%;font-family: "Titillium Web",sans-serif;height: 40px;margin-top: 15px;}
.bilesenbaslik .newsletter {transition: all .2s ease-in-out;display: block;position: relative;height: 40px;line-height: 40px;font-size: 14px;color: #ffda44;background: #463d35;padding: 0 10px 0 50px;margin-bottom: 5px;font-weight: 600;}
.bilesenbaslik .newsletter:before {font-weight: 300;top: 0;left: 0;background: #292929;height: 40px;width: 40px;    content: "\f0c0";font-family: FontAwesome;position: absolute;text-align: center;font-size: 18px;}
.bilesenbaslik .newsletter:after {display: block;position: absolute;content: "";}
.bilesenbaslik .newsletter:after {transition: all .2s ease-in-out;width: 0;height: 0;border: solid 5px transparent;border-left: solid 5px #292929;top: 15px;left: 40px;}
.bilesenbaslik .newsletter a{float: right;color: #fff;}
.ac-container h3 label i {float: right;color: #000000;font-size: 20px; font-style: normal;line-height: 21px;}
.ac-container h3 label:hover i {}
.ac-container h3 label i:before{
    content: "\f055";
    display: inline-block;
    font-weight: 300;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    height: 40px;
    width: 40px;
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #f6f6f6;
    line-height: 40px;
    padding-top: 0px;
    }
	
.ac-container input:checked + h3 label i:before{
    content: "\f056";
    display: inline-block;
    font-weight: 300;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    height: 38px;
    width: 40px;
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #f6f6f6;
    line-height: 40px;
    color: #da3a24;
    }

.ac-container article p a{
    color: #da3a24;
    font-weight: 600;
}

.ac-container article h6 a{
    color: #bd1623;
    font-weight: 600;
}


.ac-container label .bune {
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label h2 {
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label .spa{
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
        font-size: 15px;
    font-weight: 500;color: #000;
}

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	    border: 1px solid #f6f6f6;
    border-top: none;
}
.ac-container article p{
	
	color: #777;
	line-height: 18px;
	    font-size: 14px !important;
    padding: 10px 10px 12px 20px !important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container article h6{
	
	color: #777;
		line-height: 19px;
	    font-size: 14px !important;
    padding: 10px 10px 12px 20px !important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
border: 1px solid #f6f6f6;
    border-top: none;
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}


.signs ,.signsdetail ul {
float: left;
height: auto;
width: 100%;
    padding: 1% 0%;
}
.signs ,.signsdetail ul li {
width: 23.4%;
    height: 150px;
    float: left;
    margin-bottom: 7px;
    text-align: center;
    margin-right: 0.5%;
    border: 1px solid #ECECEC;
    margin-left: 0.7%;
    border-radius: 3px;
}
#textcontent .signs .signsdetail ul li img {
margin-top: 1px;
padding: 0;
border: 0;
margin: 4px 25px 3px 25px;
}
#textcontent img {
float: left;}

#textcontent .signs .signsdetail ul li p {
color: #2e303a;
text-align: center;
font-size: 9px;
line-height: 12px;
padding: 0 1px;
}


@media screen and (max-width: 600px) {
	.signs, .signsdetail ul li {    margin-left: 0px;width: 32%;}
}

@media screen and (max-width: 550px) {
.signs, .signsdetail ul li {margin-left: 3px; width: 48%;}
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #7FB2C1;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b0d4e3;
	background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d4e3), color-stop(100%,#88bacf));
	background: -webkit-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -o-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -ms-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #80B8CE;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{color: #3d7489;text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{text-align: center;	}
	p.codrops-demos {position: relative;top: auto;left: auto;}
}

.index-right {width: 99%;margin-left: 1%;}
@media screen and (max-width: 800px) {
	.index-right {
		width: 100%;
		margin-left: 0%;
	}
}	
			
.rakamlarla-biz{max-width: 400px; font-weight: 900; margin: auto; display: table; margin-bottom: 8px;}
.rakamlarla-biz .rakam{float: left;margin-right: 2px;font-size: 27px;line-height: 24px;}
.rakamlarla-biz .rakam i{font-size: 16px;margin-right: 2px;position: relative;top: -3px;}
.rakamlarla-biz .rakam1{float: left;font-size: 12px;width: 50px;line-height: 12px;}
.rakamlarla-biz .rakam1 span{font-weight: 300;}

.index-menu{max-width: 345px; margin: auto;}
.iconing-new {float: left;width: 100%;}
.iconing-new ul{ float: left;margin-bottom: 10px;}
.iconing-new ul li{width: 33.3333%;float: left;text-align: center;background: #fdfdfd;padding: 16px 0px;}
.iconing-new ul li:nth-child(odd) {background: #f9f9f9;}
.iconing-new ul li a{}
.iconing-new ul li a .img{}
.iconing-new ul li a .img img{padding-bottom: 5px;}
.iconing-new ul li a .name{font-size: 14px;color: #000;}

#index-accordion {margin: 10px 0px;}
button.accordion {background-color: #f6f7fa;color: #444;cursor: pointer;padding: 11px 11px 7px 11px;width: 100%;border: none;text-align: left;outline: none;font-size: 18px;transition: 0.4s;margin-bottom: 5px;font-weight: 300;}
button.accordion.active, button.accordion:hover {background-color: #ff7d01;color: #fff;}
button.accordion:after {content: '\002B';float: right;margin-left: 5px;}
button.accordion.active:after {content: "\2212";color: #fff;}
div.panel {padding: 0 11px;background-color: white;max-height: 0px;overflow: hidden;transition: max-height 0.2s ease-out;}
div.panel p{margin-bottom: 10px;float: left;text-align: justify;font-size: 16px;line-height: 18px;font-weight: 300;}
div.panel ul {margin-top: 4px;}
div.panel ul li{ margin: 5px 0px; text-align: justify; font-size: 16px; line-height: 19px; font-weight: 300;}
button.accordion h3{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 94%;
}
ul#tab-sinav{width: 99%;border-bottom: 1px solid #f6f7fa; padding-left: 1%;}
ul#tab-sinav .fa-life-ring{font-size: 15px;}
.destek{float: left;width: 100%;text-align: center;margin-bottom: 11px;}
.destek .baslik{font-size: 40px;font-weight: 300;}
.destek .baslik span{font-weight: 900;}
.destek .altbaslik{font-size: 21px;font-weight: 300;color: #676565;margin-bottom: 25px;}
.liste{width: 100%;float: left; margin-top: 30px;}
.liste ul{width: 70%; margin: auto;}
.liste li{width: 33.33%;float: left;text-align: center;}
.ustbaslik {position: absolute;display: inline-block;background-color: #e6e9ed;padding: 3px;width: 85px;margin: 0 auto;margin-left: 18px;margin-top: -30px;}
.ustbaslik p {font-size: 12px;line-height: 15px;font-weight: 400;margin: 0;}
.ustbaslik:after {position: absolute;content: "";width: 0;height: 0;bottom: -10px;left: 0;border-style: solid;border-width: 10px 10px 0 0;border-color: #e6e9ed transparent transparent transparent;}
.liste li .img{width: 65px;height: 65px;border-radius: 50%;background: #ff7d01;margin: auto;}
.liste li i{color: #fff;font-size: 24px;line-height: 60px;}
.destek .baslik1{font-size: 16px;font-weight: 900;margin-top: 7px;}
.destek .altbaslik1{font-size: 15px;font-weight: 300;margin-top: 2px;}
.destek .liste .fa-whatsapp:before {content: "\f232"; font-size: 30px;}

@media screen and (max-width: 650px) {
	.destek .baslik {font-size: 25px;}
	.destek .altbaslik {font-size: 16px;}
	.liste ul {width: 100%;margin: auto;}
	.liste li {width: 300px;float: none;text-align: center;margin: auto;padding-bottom: 41px;}
}

@media screen and (max-width: 400px) {
	.destek .baslik {font-size: 25px;}
	.destek .altbaslik {font-size: 16px;}	
	.liste li {width: 100%;}
}

@media screen and (max-width: 800px) {
	ul#tab-sinav {
    width: 96%;
    border-bottom: 1px solid #f6f7fa;
    padding-left: 2%;
    margin-left: 1%;
    margin-right: 1%;
	}
}
