/*
Theme Name: NET Sürücü
Theme URI: http://www.nettema.com/
Author: Burak Coskun
Version: 1.5
Description: NET Sürücü teması, 2021 yılından itibaren juzkthemes.com ekibi tarafından geliştirilmektedir.

*/

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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x:hidden!important;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
    background-color: #F7D40A;
    padding: 5px 5px;
    margin: 10px 10px
}

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

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

blockquote p:after {
    content: "\f10e";
    font-family: FontAwesome;
    padding-left: 7px;
    margin-top: 6px;
    color: #bd1623;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #444
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.alignnone,
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 1.25em;
}

img.alignleft {
    float: left;
    margin-right: 10px;
}

img.alignright {
    float: right;
    margin-left: 10px;
}

p img,
.wp-caption {
    margin-top: 0.4em;
}

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

.clear {
    clear: both;
}

:focus {
    outline: 0;
}

table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    line-height: 2;
    margin: 0 0 10px;
    width: 100%;
    font-size: 13px;
}

tr {
    border-left: 1px solid #ededed;
}

td {
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 4px 9px;
}

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

iframe {
    width: 100%;
}

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

.menu-menu-container,
.menu-menu-container ul,
.menu-menu-container ul li,
.menu-menu-container ul li a,
.menu-menu-container #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-menu-container:after,
.menu-menu-container>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-menu-container #menu-button {
    display: none;
}

.menu-menu-container {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    max-width: 900px;
    float: left;
}

#menu-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menu-menu-container>ul>li {
    float: left;
}

.menu-menu-container.align-center>ul {
    font-size: 0;
    text-align: center;
}

.menu-menu-container.align-center>ul>li {
    display: inline-block;
    float: none;
}

.menu-menu-container.align-center ul ul {
    text-align: left;
}

.menu-menu-container.align-right>ul>li {
    float: right;
}

.menu-menu-container.align-right ul ul {
    text-align: right;
}

.menu-menu-container>ul>li>a {
    padding: 17px 15px 16px 15px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: 600;
}

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

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

.menu-menu-container>ul>li.has-sub>a {
    padding-right: 25px;
}

.menu-menu-container>ul>li.has-sub>a::after {
    position: absolute;
    top: 16px;
    right: 13px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.menu-menu-container>ul>li.has-sub:hover>a::after {
    border-color: #fff;
}

.menu-menu-container ul ul {
    position: absolute;
    left: -9999px;
    z-index: 1;
}

.menu-menu-container li:hover>ul {
    left: auto;
}

.menu-menu-container.align-right li:hover>ul {
    right: 0;
}

.menu-menu-container ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-menu-container.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu-menu-container ul ul li {
    height: 0;
    padding: 1px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.menu-menu-container ul li:hover>ul>li {
    height: 40px;
}

.menu-menu-container ul ul li a {
    padding: 13px 15px;
    border-left: 2px solid #bd1623;
    width: 236px;
    font-size: 13px;
    background: #444;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.menu-menu-container ul ul li:hover>a,
.menu-menu-container ul ul li a:hover {
    color: #ffffff;
}

.menu-menu-container ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.menu-menu-container.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.menu-menu-container ul ul li.has-sub:hover>a::after {
    border-color: #ffffff;
}

@media all and (max-width: 846px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .menu-menu-container>ul>li.current-menu-item>a {
        font-weight: bold;
        background-color: #333;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .menu-menu-container {
        width: 100%;
        margin-bottom: 8px;
    }
    .menu-menu-container ul {
        width: 100%;
        background: #bd1623;
        display: none;
        z-index: 1;
    }
    .menu-menu-container.align-center>ul,
    .menu-menu-container.align-right ul ul {
        text-align: left;
    }
    .menu-menu-container ul li,
    .menu-menu-container ul ul li,
    .menu-menu-container ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    .menu-menu-container ul li a,
    .menu-menu-container ul ul li a {
        width: 100%;
    }
    .menu-menu-container>ul>li,
    .menu-menu-container.align-center>ul>li,
    .menu-menu-container.align-right>ul>li {
        float: none;
        display: block;
    }
    .menu-menu-container ul ul li a {
        padding: 15px 20px 15px 30px;
        font-size: 13px;
        color: #fff;
        background: none;
        border-left: 1px solid #28ABBF;
    }
    .menu-menu-container ul ul li:hover>a,
    .menu-menu-container ul ul li a:hover {
        color: #fff;
    }
    .menu-menu-container ul ul ul li a {
        padding-left: 40px;
    }
    .menu-menu-container ul ul,
    .menu-menu-container ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    .menu-menu-container>ul>li.has-sub>a::after,
    .menu-menu-container ul ul li.has-sub>a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    .menu-menu-container #menu-button {
        display: block;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        background: #292828;
        text-indent: -999em;
        border-bottom: 4px solid #bd1623;
    }
    .menu-menu-container #menu-button::after {
        content: '';
        position: absolute;
        top: 19px;
        left: 20px;
        display: block;
        width: 22px;
        height: 3px;
        background: #fff;
    }
    .menu-menu-container #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 20px;
        display: block;
        width: 22px;
        height: 3px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }
    .menu-menu-container .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 42px;
        width: 52px;
        cursor: pointer;
    }
    .menu-menu-container .submenu-button::after {
        content: '';
        position: absolute;
        top: 15px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    .menu-menu-container .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 20px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    .menu-menu-container .submenu-button.submenu-opened:after {
        display: none;
    }
    .menualani2 {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

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

#searchform .searchfield {
    font-size: 16px !important;
    padding-left: 3%;
    height: 39px;
    border-right: none;
    color: #999999;
    display: block;
    float: left;
    width: 77.5%;
}

#searchform .submit {
    width: 19%;
    height: 40px;
    float: right;
    font-size: 16px;
    outline: none;
    display: inline-block;
    background: #c91f2c url('cssspr.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -0px 12px;
    cursor: pointer;
}

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

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

.author-img {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 1px;
    margin-right: 7px;
    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: 10px;
}

.menualani2 {
    margin: 0 auto;
    clear: both;
    height: 45px;
    background: #bd1623;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.menualani {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.headerust {
    clear: both;
    height: 100px;
    width: 100%;
    background: #000 url(default.jpg) no-repeat center top;
}

.headersol {
    float: left;
}

.headersol .logo {
    float: left;
    padding-top: 12px;
}

.headersol .logo a {}

.headersol .logo a .icon {
    float: left;
    font-size: 40px;
    color: #fff;
}

.headersol .logo a .name {}

.headersol .logo a .name h1 {
    text-shadow: 0 0 1px #928E8E;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
}

.headersol .logo a .name p {
    font-size: 15px;
    color: #DADADA;
}

.headerust .headerust1 {
    max-width: 1000px;
    margin: 0 auto;
}

.headerust .headerust1 .sola {
    width: 30%;
    padding-top: 13px;
    float: left;
}

.headerust .headerust1 .saga {
    width: 70%;
    float: right;
}

@media screen and (max-width: 850px) {
    .headersol {
        float: none;
        width: 97%;
        margin: auto;
    }
    .headersol .logo {
        padding-top: 5px;
        position: absolute;
        z-index: 3;
        width: 36%;
        margin-left: 32%;
        margin-right: 32%;
        text-align: center;
        top: 0px;
    }
    .headersol .logo a {
        color: #FFF;
    }
    .headersol .logo a .icon {
        font-size: 30px;
        width: 100%;
    }
    .headersol .logo a .name p {
        color: #F5F1F1;
        font-size: 13px;
    }
    .headersol .logo a .name h1 {
        font-size: 18px;
    }
    .headersol .logo a .icon img {
        height: 42px;
        width: 140px;
    }
    .headerust .headerust1 .sola {
        width: 0%;
    }
    .headerust .headerust1 .saga {
        width: 100%;
        float: none
    }
    .headerust {
        margin-top: 56px;
        height: 83px;
    }
}

@media screen and (max-width: 600px) {
    .headersol .logo {
        padding-top: 5px;
        position: absolute;
        z-index: 3;
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media screen and (max-width: 400px) {
    .headersol .logo {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
}

.search {
    position: relative;
    float: right;
    display: inline-block;
    z-index: 1;
}

[class^="icon-"] {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-shadow: 1px 1px 2px #bd1623;
    box-shadow: inset 0px 0px 0px #bd1623;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
    z-index: 10;
    position: relative;
    line-height: 39px;
    padding: 3px 11px 2px 15px;
}

[class^="icon-"]:hover {
    background: #bd1623;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.search_form {
    background: #bd1623;
    position: absolute;
    z-index: 0;
    padding: 0px 5px;
    right: 1px;
    border-radius: 4px;
    top: 15px;
    overflow: hidden;
    width: 20px;
    height: 0px;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.search_form input {
    background: #fff;
    border: none;
}

.search_form input[type='text'] {
    border-radius: 5px 0 0 5px;
    width: 150px;
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 23px;
}

.search_form input[type='submit'] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 5px;
    min-height: 24px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
}

.search_box {
    visibility: hidden;
}

.search_box:checked~.search_form {
    width: 310px;
    height: 40px;
    padding: 5px;
    top: 46px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}

.search_box:checked~.search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}

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

.search_box:checked~[class^="icon-"] {
    background: #bd1623;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.search_box:checked~[class^="icon-"]:before {
    margin-right: 5px;
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}

.search #searchform {
    border: none;
}

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

@media screen and (max-width: 846px) {
    .search {
        position: absolute;
        float: none;
        display: block;
        right: 0;
        padding-top: 4px;
    }
    .search_form {
        z-index: 99;
    }
    [class^="icon-"]:hover {
        background: #bd1623;
        box-shadow: none;
    }
    .search_box:checked~.search_form {
        width: 320px;
        height: 40px;
        padding: 5px;
        top: 52px;
    }
    .search_box:checked~[class^="icon-"] {
        background: #bd1623;
    }
}

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

/* 		İNDEX																		*/

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

ul#tabi {
    height: 41px;
    width: 100%;
    margin-top: 13px;
    border-bottom: 1px solid #E2DBDB;
    border-left: 1px solid #ECECEC;
}

ul#tabi li {
    float: left;
    border-right: 1px solid #ECECEC;
    height: 40px;
    width: 60px;
    border-top: 1px solid #ECECEC;
    background: #F6F6F6;
}

ul#tabi li a {
    display: block;
    border-top-color: #e1e1e1;
    border-left-color: #e1e1e1;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

ul#tabi li.aktifi a {
    height: 40px;
    color: #bd1623;
}

ul#tabi li.aktifi {
    background: #FDFDFD;
    height: 41px;
}

ul#tabi li:hover {
    background: #FDFDFD;
    height: 41px;
}

ul#tabi li:hover a {
    color: #bd1623;
}

div.tabi_icerik {
    float: left;
    width: 96%;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 2%;
    background: #FDFDFD;
    border-bottom: 1px solid #E2D3D3;
}

div.tabi_icerik img {
    border: none;
    padding-top: 14px;
    width: 90px;
    height: 80px;
}

div.tabi_icerik p {
    font-size: 13px;
    margin-top: 7px;
}

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

#anasayfa {
    max-width: 1000px;
    margin: auto;
}

#anasayfa .sol {
    width: 65.5%;
    float: left;
    padding-right: 0.5%;
}

#anasayfa .sag {
    width: 33.5%;
    float: right;
    padding-left: 0.5%;
}

@media screen and (max-width: 850px) {
    #anasayfa .sol {
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }
    #anasayfa .sag {
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
        margin-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    #anasayfa .sol {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    #anasayfa .sag {
        width: 100%;
        padding-right: 0.5%;
        padding-left: 0.5%;
    }
}

#orta {
    max-width: 1000px;
    margin: auto;
}

#orta .sol {
    width: 67%;
    float: left;
    padding-right: 0.5%;
}

#orta .sag {
    width: 32%;
    float: right;
    padding-left: 0.5%;
}

@media screen and (max-width: 850px) {
    #orta .sol {
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }
    #orta .sag {
        width: 98%;
        padding-right: 1%;
        padding-left: 1%;
    }
}

.anasayfasss {
    width: 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: 360px;
    margin: auto;
}

#slider div img {
    display: block;
    width: 100% !important;
    height: 360px;
    -webkit-filter: brightness(.9) hue-rotate(-10deg) sepia(.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}

#slider {}

#slider .item {
    position: relative;
}

#slider .text {
    font-weight: 500;
    display: block;
    line-height: 20px;
    position: absolute;
    padding: 30px 2% 11px 2%;
    bottom: 0%;
    width: 96.2%;
    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);
}

#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 .text2 {
    bottom: 1%;
    ;
}

#slider .text span {
    padding: 4.3px 0px;
    color: #ff9b01;
    text-shadow: 2px 1px 1px #060505;
    margin: 4px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

#slider .text h1 {
    padding: 0px 0px 5px 0px;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    /* font-weight: 600; */
    /* font-family: "Titillium Web",sans-serif; */
    line-height: 25px;
}

#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('cssspr.png') center no-repeat rgba(0, 0, 0, 0.55);
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -8px -56px;
    height: 30px;
    left: 0;
    border-right: 5px solid #000;
}

#slider .owl-buttons .owl-prev:hover {
    border-right: 5px solid #9e141f;
    width: 3%;
    display: inline-block;
    background: url('cssspr.png') center no-repeat rgba(158, 20, 31, .7);
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -6px -56px;
    left: 0
}

#slider .owl-buttons .owl-next {
    width: 2%;
    color: #000;
    float: right;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    bottom: 39%;
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    display: inline-block;
    background: url('cssspr.png') center no-repeat rgba(0, 0, 0, 0.55);
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -10px -107px;
    width: 13px;
    height: 30px;
    right: 0;
    border-left: 5px solid #000;
}

#slider .owl-buttons .owl-next:hover {
    border-left: 5px solid #9e141f;
    width: 3%;
    display: inline-block;
    background: url('cssspr.png') center no-repeat rgba(158, 20, 31, .7);
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    background-position: -6px -107px;
    right: 0
}

#slider .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    opacity: 0
}

#slider .owl-next:before {
    content: "\f104";
    font-family: FontAwesome;
    opacity: 0
}

#slider .owl-pagination {
    float: left;
    display: block;
    width: 100%;
    background: #444444;
    height: 8px;
}

#slider .owl-pagination .owl-page {
    display: block;
    color: #7f0606;
    float: left;
    width: 20%;
    background: #444;
    height: 8px;
}

#slider .owl-pagination .active {
    display: block;
    color: #7f0606;
    background: #bd1623;
    height: 8px;
    width: 20%;
}

#slider .entry-top-details {
    position: absolute;
    top: 5px;
    left: 6px;
    color: #fff;
    font-size: 13px;
    opacity: 0.9;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

#slider .entry-top-details .comments-triangle {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 0 7px;
    border-color: rgba(125, 44, 44, 0.63) transparent transparent transparent;
}

#slider .entry-top-details .entry-details-comment {
    padding: 6px 8px;
    background: rgba(158, 20, 31, .7);
    display: inline-block;
    border-radius: 2px;
}

#slider .entry-top-details .entry-details-views {
    padding: 3px 6px;
    display: inline-block;
}

#slider2 {
    width: 99.9%;
    margin: auto;
    clear: both;
}

#slider2 .item img {
    display: block;
    width: 100% !important;
    height: 150px !important;
}

#slider2 {
    margin: 5px 0px;
}

#slider2 .item {
    position: relative;
    border-right: 2px solid #fff;
    margin-top: 5px;
}

#slider2 .icon {
    display: block;
    position: absolute;
    top: 30%;
    right: 34%;
    padding: 2% 4%;
    color: rgba(249, 243, 243, 0.8);
    font-size: 40px;
    line-height: 15px;
}

#slider2 .text {
    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 */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-prev {
    margin-bottom: 2px;
}

.owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}

.owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.owl-prev,
.owl-next {
    padding: 14px 10px;
    color: #000;
    background: rgba(255, 253, 253, 0.77);
    font-size: 28px;
}

@media screen and (max-width: 550px) {
    #slider,
    #slider .item,
    #slider div img {
        height: 200px;
    }
    #slider3 .item img,
    #slider2 .item img {
        height: 180px !important;
    }
    .owl-buttons,
    #slider .text h1 {
        font-size: 17px;
        padding: 6.3px 0px;
    }
    #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%;
    }
}

.container .post-slide {
    padding: 0 2px 10px 1px;
    cursor: pointer;
}

.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: -46px;
    right: 1%;
}

#news-slider {
    margin-top: 5px;
    border: 1px solid #f6f6f6;
    width: 98%;
    padding: 1%;
    margin-bottom: 10px;
}

.container .owl-theme .owl-controls .owl-buttons div {
    border-radius: 3px;
    margin: 0px 0px 0px 5px;
    padding: 0px 11px 3px 11px;
    opacity: 1;
    color: #fff;
    background: #90101a;
    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: #90141e;
    color: #eee;
}

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

@media screen and (max-width:550px) {
    .container .owl-buttons {
        top: -51px;
    }
}

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

/********* Slider Bitti *********/

/********* Öne Çıkan Konu *********/

.onecikan {
    float: left;
    width: 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;
}

/********* Öne Çıkan Konu Bitti *********/

/********* Öne Çıkan Konu 1*********/

.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;
}

/********* Öne Çıkan Konu Bitti 1 *********/

/********* Öne Çıkan Konu 2*********/

.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;
}

/********* Öne Çıkan Konu Bitti 2 *********/

@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 {}

.duyurular li {
    height: 51px;
    border-bottom: 1px dashed #e8e8e8;
    padding: 4px 0px 6px 0px;
    #position: relativeoverflow: hiddenwidth: 1width: 3display: tablewidth: 1#position: absoluteposition: absolute
}

.duyurular li:last-child {
    border-bottom: 0px dashed #f1f1f1;
}

.duyurular li:nth-child(1) {
    /* padding: 0px 0px 7px 0px; */
    width: 100%;
}

.duyurular li a .date-widget .baslik {
    height: 45px;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.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: 42px;
    height: 52px;
    float: left;
    background: url(images/icon-calendar-widget.png) no-repeat;
    background-size: 40px 51px;
    margin: 0 5px 0 0;
    text-align: center;
}

.event-date-widget strong {
    display: block;
    font-size: 25px;
    color: #fff;
    padding: 11px 0 0 0;
}

.event-date-widget span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 0.8px 0 0 0;
    position: relative;
    bottom: 2px;
}

@media screen and (max-width: 800px) {
    .duyurular {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .duyurular {
        width: 98%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 14px;
        display: block
    }
}

@media screen and (max-width: 750px) {
    .bilgiler {
        display: none;
    }
}

/********* Bilgiler Bitti *********/

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

/* 		SIDEBAR																			*/

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

.sag {
    width: 32%;
    float: right;
    padding-left: 0.5%;
}

.onecikansidebar li {
    width: 100%;
    height: 72px;
}

.onecikansidebar li .baslik {}

.onecikansidebar li .baslik h3 {
    font-size: 13px;
    color: #000;
    padding-bottom: 7px;
    font-weight: 600;
    font-family: sans-serif, 'Open Sans', sans-serif, tahoma, arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.onecikansidebar li .resim {
    float: left;
    margin-right: 8px;
}

.onecikansidebar li .resim img {
    width: 90px;
    height: 60px;
    border-radius: 4px;
}

.onecikansidebar li .author {
    font-weight: 600;
    color: #908787;
    font-style: italic;
    float: left;
    margin-right: 20px;
}

.onecikansidebar li .date {
    line-height: 17px;
    font-size: 13px;
    height: 37px;
    overflow: hidden;
}

.onecikansidebar li .comments {
    position: relative;
    top: -3px;
    background-color: #848484;
    float: right;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0;
    border-radius: 2px;
    border-bottom-right-radius: 0;
}

.onecikansidebar li .comments {
    color: #fff;
    padding: 1px 0px 1px 1px;
    display: inline-block;
    min-width: 19px;
    height: 16px;
    line-height: 16px;
}

.onecikansidebar li .comments:after {
    position: absolute;
    bottom: -5px;
    right: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #5b5b5b transparent transparent transparent;
}

.sosyal {}

.sosyal li {
    float: left;
    margin-bottom: 9px;
    width: 50%;
}

.sosyal li a {}

.sosyal li a .icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #848484;
    color: #fff;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    float: left;
    margin-right: 4px;
}

.sosyal li a .name {
    font-weight: 900;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Open Sans', arial, sans-serif;
}

.sosyal li a .disc {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
}

.sosyal li.facebook .icon {
    background: #517fa4;
}

.sosyal li.facebook .name {
    color: #517fa4;
}

.sosyal li.twitter .icon {
    background: #2FC2EF;
}

.sosyal li.twitter .name {
    color: #2FC2EF;
}

.sosyal li.youtube .icon {
    background: #bb0000;
}

.sosyal li.youtube .name {
    color: #bb0000;
}

.sosyal li.instagram .icon {
    background: #517fa4;
}

.sosyal li.instagram .name {
    color: #517fa4;
}

@media screen and (max-width: 750px) {
    .sosyal li {
        float: left;
        margin-bottom: 9px;
        width: 24%;
    }
}

@media screen and (max-width: 500px) {
    .sosyal li {
        float: left;
        margin-bottom: 9px;
        width: 50%;
    }
}

.sidebarbaslik {
    margin-bottom: 10px;
    background: url(bg-primary-nav.gif) repeat-x;
    border: 1px solid #F3F2F2;
    border-bottom: 1px solid #DCDADA;
    clear: both;
    width: 99.5%;
    height: 35px;
    font-family: 'Roboto', sans-serif, 'Open Sans', sans-serif, tahoma, arial;
}

.sidebarbaslik .ico {
    width: 39px;
    height: 35px;
    float: left;
    background: #f8f8f8;
    background: url(bg-primary-nav-sep.gif) right bottom no-repeat;
}

.sidebarbaslik .name {
    font-size: 14px;
    float: left;
    padding: 10px;
}

@media screen and (max-width: 850px) {
    .sidebarbaslik {
        width: 99.7%;
    }
}

ul#tab {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

ul#tab li {
    border-right: 1px solid #fff;
    width: 32.9%;
    float: left;
    padding: 6px 0px;
    text-align: center;
    font-size: 20px;
    background: #444;
}

ul#tab li a {
    color: #FFF;
}

ul#tab li.aktif {
    background: #bd1623;
}

ul#tab li.aktif a {
    color: #FFF;
}

.tab_icerik .bulut {
    border-top: none;
    margin-bottom: 8px;
    display: inline-block;
}

.tab_icerik .bulut a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 12px;
}

.tab_icerik .bulut a {
    margin-left: 16px;
    padding: 1px 10px 1px 12px;
    background: #58585A;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px;
    font-size: 13px !important;
}

.tab_icerik .bulut a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #58585A transparent transparent;
    border-style: solid;
    border-width: 13px 12px 13px 0;
}

.tab_icerik .bulut a:after {
    content: "";
    position: absolute;
    top: 11.5px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #bd1623;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.tab_icerik .bulut a:hover {
    background: #bd1623;
}

.tab_icerik .bulut a:hover:before {
    border-color: transparent #bd1623 transparent transparent;
}

.tab_icerik .bulut a:hover:after {
    background: #fff;
}

.sonyorumlar {
    clear: both;
}

.sonyorumlar ul {
    float: left;
}

.sonyorumlar li {
    height: 45px;
    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: 100px;
}

.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: 112px;
    }
    .sidebareditor li .baslik h3 {
        font-size: 14px;
    }
    .sidebareditor li .baslik {}
}

/********* Ä°con Liste *********/

.iconliste1 {
    float: left;
    width: 100%;
}

.iconliste1 ul {}

.iconliste1 ul li {
    width: 20%;
    float: left;
    height: 82px;
    padding-top: 18px;
}

.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: 74px;
        padding-top: 9px;
    }
    .iconliste {
        padding: 0 !important;
    }
}

@media screen and (max-width: 550px) {
    .iconliste1 ul li:nth-child(5) {
        display: none
    }
    .iconliste1 ul li {
        width: 25%;
    }
    .iconliste1 ul li a .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .iconliste1 ul li:nth-child(2) {
        display: none
    }
    .iconliste1 ul li {
        width: 33.33333%;
    }
}

/********* Ä°con Liste *********/

.iconliste {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 0% 0.5%;
}

.iconliste ul {}

.iconliste ul li {
    /* margin-bottom: 3px; */
    width: 33%;
    float: left;
    height: 72px;
    padding-top: 11px;
    /* border-radius: 4px; */
    background: rgba(247, 247, 247, 0.41);
    /* border: 1px solid #f5f5f5; */
    /* margin-right: 1%; */
    /* border-bottom: 2px solid #f3efef; */
}

.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: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.iconliste ul li.icon {}

.iconliste ul li a .name {
    line-height: 16px;
    padding-top: 4px;
    /* text-shadow: 0 0 1px #dcdcdc; */
    letter-spacing: -0.025em;
}

.iconliste ul li.name {
    padding-top: 3px;
}

.iconliste ul li:nth-child(2),
.iconliste ul li:nth-child(4),
.iconliste ul li:nth-child(6),
.iconliste ul li:nth-child(8) {
    background: #f7f7f7;
}

.iconliste ul li:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #C91F2C;
}

.iconliste ul li:hover a {
    color: #fff;
}

.iconliste ul li:hover a i {
    color: #fff;
}

@media screen and (max-width: 850px) {
    .iconliste ul li.tablet {
        display: none
    }
    .iconliste ul li {
        margin-bottom: 0px;
        width: 25%;
    }
    .iconliste ul li:nth-child(3) {
        margin-right: 0%;
    }
    .iconliste ul li:nth-child(4) {
        margin-right: 0%;
    }
    .iconliste ul li:nth-child(5) {
        background: #f7f7f7;
    }
}

@media screen and (max-width: 500px) {
    .iconliste ul li {
        /* margin-bottom: 3px; */
        width: 33.33%;
        float: left;
        height: 72px;
        padding-top: 11px;
        /* border-radius: 4px; */
        background: rgba(247, 247, 247, 0.41);
        /* border: 1px solid #f5f5f5; */
        /* margin-right: 1%; */
        /* border-bottom: 2px solid #f3efef; */
    }
    .iconliste ul li.tablet {
        display: block
    }
    .iconliste ul li:nth-child(3) {
        margin-right: 0%;
    }
    .iconliste ul li:nth-child(4) {
        margin-right: 0%;
    }
    .iconliste ul li:nth-child(5) {
        background: rgba(247, 247, 247, 0.41);
    }
    .iconliste ul li:nth-child(5):hover {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #C91F2C;
    }
}

#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: 100%;
    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;
    }
}

/********* İcon Liste Bitti *********/

/********* 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 #ea9109;
    margin-top: 15px;
    float: left;
    height: 222px;
    color: #fff
}

#footer .footer {
    margin: auto;
    max-width: 1000px;
}

#footer .footer .footerbaslik {
    color: #ea9109;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 0 3px 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: 27%;
    height: auto;
    margin: 0;
    padding: 0 1%;
    border-left: 1px solid #2f2e2e;
    min-height: 197px;
}

#footer .footer .liste3 {
    float: left;
    width: 28%;
    height: auto;
    margin: 0;
    padding-left: 1%;
    min-height: 197px;
    padding-right: 1%;
    border-left: 1px solid #2f2e2e;
    border-right: 1px solid #171616;
}

#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: 40%;
    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;
}

#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 {
    font-size: 15px;
    color: #d4cece;
    line-height: 20px;
    padding-top: 11px;
    float: left;
}

#footer .footer .liste4 .basbas {
    margin-top: 7px;
    line-height: 16px;
    color: #bd1623;
    font-size: 14px;
}

#footer .footer .liste4 .aciklama {
    margin-top: 2px;
    line-height: 16px;
    color: #444444;
    font-size: 14px;
}

#footer .footer .liste4 ul {
    list-style: none;
    margin-top: 30px;
    width: 240px;
    margin: auto;
}

#footer .footer .liste4 ul li a {
    color: #fff;
    font-size: 14px;
}

#footer .footer .liste4 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 .liste4 ul li:last-child {
    margin-right: 0px;
}

#footer .footer .liste4 ul li.facebook:hover {
    background: #3c5b9b;
}

#footer .footer .liste4 ul li.twitter:hover {
    background: #359bed;
}

#footer .footer .liste4 ul li.google:hover {
    background: #d44132;
}

#footer .footer .liste4 ul li.instagram:hover {
    background: #ba2dad;
}

#footer .footer .liste4 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;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    width: 30%;
}

#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 .footer .liste2 {
        display: none
    }
    #footer .footer .liste3 {
        width: 40%;
        border-right: none;
    }
    #footer .footer .liste4 {
        float: left;
        width: 55%;
    }
}

@media screen and (max-width: 700px) {
    #copyright {
        height: auto;
        text-align: center;
    }
    #footer .footer .liste4 {
        width: 98%;
        border-right: none;
        padding: 0;
        margin-left: 1%;
        margin-right: 1%;
    }
    #footer .footer .liste3,
    #footer .footer .liste2 {
        display: none
    }
    #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;
    }
}

/********* Popüler Konular *********/

.populer {
    width: 100%;
}

.populer .item-post {
    overflow: hidden;
    padding: 5px 0px 1px 0px;
    border-bottom: 1px dashed #f1f1f1;
    width: 100%;
}

.populer .item-post:last-child {
    border-bottom: none;
}

.populer .post-number {
    float: left;
    background: #d2d2d2;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    line-height: 29.5px;
    text-align: center;
    width: 30px;
    margin-right: 0px;
    margin-top: 14px;
    position: absolute;
    border-radius: 100%;
    border: 3px solid #fff;
}

.populer .post-images {
    float: left;
    width: 30%;
    margin-right: 5px;
    margin-left: 23px;
}

.populer .post-number:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    border-style: solid;
    border-width: 11px 0px 1px 12px;
    border-color: #fff transparent transparent transparent;
}

.populer .post-images img {
    width: 100%;
    height: 65px;
}

.populer .post-right {}

.populer .post-right h4 {
    line-height: 21px;
    font-size: 15px;
}

.populer .post-right h4 a {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
}

.populer .entry-meta .date {
    color: #9C9C9C;
    margin-top: 2px;
    width: 130px;
    float: left;
}

.populer .entry-meta .comments {
    color: #9C9C9C;
    margin-top: 2px;
    float: left;
}

.populer .item-post:hover a {
    color: #bd1623;
}

.populer .item-post:hover .post-number {
    background: #bd1623;
}

/********* Sayfalama *********/

.wp-pagenavi {
    clear: both;
    margin: 18px 0px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 6px 9px;
    margin-right: 2px;
    border-radius: 5px;
    font-size: 13px;
}

.wp-pagenavi a:hover {
    background: #bd1623;
    color: #FFF;
    border: 1px solid #bd1623;
}

.wp-pagenavi span.current {
    color: #FFF;
    background: #bd1623;
    padding: 6.3px 9px;
    border: 1px solid #bd1623;
}

/********* Foto Galeri *********/

.previous-image {
    float: left;
}

.next-image {
    float: right;
}

.entry-meta {
    font-size: 13px;
}

.next-image a,
.previous-image a {
    padding: 2px 15px 3px 15px;
    background: #bd1623;
}

.next-image a {
    float: right;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-radius: 3px;
}

.previous-image a {
    float: left;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-radius: 3px;
}

.next-image a,
.previous-image a {
    color: #fff;
}

.entry-content {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.entry-date a {
    color: #bd1623;
}

.post-edit-link {
    font-weight: 600;
    color: #960A0A;
}

.attachment img {
    border: 1px solid #DEDBDB;
    padding: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#orta .sol .sosyalmedya {
    margin-top: 5px;
}

.edit-link {
    float: right;
}

#orta .sol .baslikalani .baslik h1 i {
    font-size: 21px;
    color: #bd1623;
}

.attachment {
    margin-bottom: 10px;
}

#gallery-1 img {
    width: 96% !important;
    height: 115px !important;
    margin-top: 2px !important;
}

#gallery-1 img {
    transform: rotate(-2deg) !important;
    padding: 2px;
    border: 1px solid #DCDADA !important;
}

#gallery-1 img:hover {
    opacity: 0.4;
}

#gallery-1 .gallery-item {
    width: 32% !important;
    margin-right: 1.2% !important;
    ;
}

.gallery-icon {
    transform: rotate(2deg) !important;
    border: 1px solid #DCDADA;
    width: 96% !important;
    height: 125px !important;
    margin-bottom: 20px;
}

#gallery-1 .gallery-caption {
    display: none;
}

.wp-caption,
.alignnone {
    max-width: 100% !important;
}

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

/* 		SİNGLE																			*/

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

#orta .sol .baslikalani {
    margin-bottom: 5px;
}

#orta .sol .baslikalani .baslik {
    clear: both;
    border-bottom: 1px dashed #EAE7E7;
    padding-bottom: 6px;
}

#orta .sol .baslikalani .baslik h1 {
    font-weight: 500;
    color: #313131;
    letter-spacing: -0.040em;
    font-size: 2.23em;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    line-height: 31px;
}

#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: 1.55em;
    margin: 0 0 15px;
    color: #565656;
}

#orta .sol .icerikalani blockquote {
    border: 0 solid #bd1623;
    border-left-width: 4px;
    background: #f6f6f6;
    font-style: italic;
    color: #686868;
    padding-left: 11px;
    font-size: 16px;
    margin-left: 10px;
}

#orta .sol .icerikalani h1 {
    font-size: 22px;
    font-weight: 900;
    padding: 5px 0px;
}

#orta .sol .icerikalani h2 {
    font-size: 21px;
    font-weight: 900;
    padding: 5px 0px;
}

#orta .sol .icerikalani h3 {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 0px;
}

#orta .sol .icerikalani h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 5px 0px;
}

#orta .sol .icerikalani h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

#orta .sol .icerikalani h6 {
    font-size: 17px;
    font-weight: 600;
    padding: 5px 0px;
}

#orta .sol .icerikalani ol li {
    list-style-type: decimal;
    list-style-position: inside
}

#orta .sol .icerikalani ul li {
    list-style-type: square;
    list-style-position: inside;
}

#orta .sol .konresim img {
    width: 100%;
    height: auto;
}

#orta .sol .icerikalanitag {
    clear: both
}

#orta .sol .icerikalanitag {
    border-top: none;
    padding: 8px 0px;
    display: inline-block;
}

#orta .sol .icerikalanitag a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 12px;
}

#orta .sol .icerikalanitag a {
    margin-left: 16px;
    padding: 1px 10px 1px 12px;
    background: #58585A;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 5px;
    font-size: 13px !important;
}

#orta .sol .icerikalanitag a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #58585A transparent transparent;
    border-style: solid;
    border-width: 13px 12px 13px 0;
}

#orta .sol .icerikalanitag a:after {
    content: "";
    position: absolute;
    top: 11.5px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffF;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

#orta .sol .icerikalanitag a:hover {
    background: #bd1623;
}

#orta .sol .icerikalanitag a:hover:before {
    border-color: transparent #bd1623 transparent transparent;
}

#orta .sol .icerikalanitag a:hover:after {
    background: #fff;
}

#orta .sol #sosyalmedya {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#orta .sol #sosyalmedya ul {}

#orta .sol #sosyalmedya ul li {}

#orta .sol #sosyalmedya ul li a .icon {
    margin-right: 0px;
    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 {
    margin-bottom: 5px;
    color: #BBB8B8;
    float: left
}

.breadcrumb {
    float: left;
}

.breadcrumb a {
    padding: 5px;
    color: #BBB8B8;
}

/* Yorum Ekle */

ul.yorumlistele {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    clear: both;
}

ul.yorumlistele li {
    list-style-type: none;
}

h4.kacyorum {
    font-weight: 600;
    font-size: 18px;
    color: #404040;
    line-height: 28px;
    margin: 15px 0;
}

.yorum {}

.yorum a {}

.yorumavatar {
    float: left;
}

.yorumavatar img {
    width: 50px;
    height: 50px;
    border: 3px solid rgb(200, 200, 200);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.yorumkullanici {
    background-color: rgb(242, 242, 242);
    padding: 4px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.yorumkullanici h3 {
    font-size: 15px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}

.yorumtarih {
    font-size: 12px;
    text-align: right;
}

.yorumtarih a {
    color: #7E7E7E;
}

i.yorumtarihikon {
    float: left;
    background: url("images/tarih.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 0px;
    margin-right: 5px;
}

.fa-yorumtarihikon:before {
    content: "\f133";
    margin-right: 3px;
    color: #888;
}

.fa-cevaplaikon:before {
    content: "\f0e6";
    margin-right: 3px;
}

.cevapla a {
    font-size: 10px;
    background-color: #58585A;
    padding: 1px 6px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
}

.yaziyorum {
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgb(236, 236, 236);
    margin-top: 15px;
    margin-left: 70px;
}

.yorumyazi {
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.yorumyazi p {
    font-size: 16px;
    padding: 5px !important;
}

#respond ul.children {
    padding: 0px 0px 0px 40px !important;
}

.cevapla {
    text-align: right;
    padding: 3px 10px;
    text-transform: uppercase;
}

i.cevaplaikon {
    float: left;
    background: url("images/cevapla.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 0px;
    margin-right: 5px;
}

em.yorumonay {
    font-size: 12px;
    padding: 4px;
}

#respond {
    float: left;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
    border-radius: 0 0 2px 2px;
    margin-bottom: 17px;
    padding-right: 2%;
}

#respond h4 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

#respond h4 a {
    color: #D45255;
}

#respond .comment {
    width: 98.2%;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgb(236, 236, 236);
    padding: 8px 0px 0px 12px;
    border-radius: 3px;
    height: 96px;
    margin-bottom: 5px;
}

#respond input[type='text'] {
    line-height: 19px;
    width: 29.8%;
    float: left !important;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 7px;
    height: 38px;
    clear: both;
    display: block;
}

#respond input[type='submit'] {
    border: none;
    background-color: #bd1623;
    padding: 5px 10px 6px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px
}

p#yorumgiris {
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 13px;
    font-weight: 600;
}

p.comment-subscription-form {
    display: none;
}

/* Yorum Ekle */

/*-- Related Posts --*/

.related-posts {
    margin-top: 7px;
    background: #FFFFFF;
}

.related-posts h3 {
    margin-bottom: 10px;
}

.related-posts h4 {
    font-size: 18px;
    font-weight: 500;
}

.related-posts .date {
    color: #999999;
    margin-top: 5px;
}

.related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.related-posts ul li {
    overflow: hidden;
    margin-bottom: 5px;
    width: 48%;
    float: left;
}

.related-posts ul li:nth-child(odd) {
    margin-right: 1%;
}

.related-posts ul li:nth-child(even) {
    margin-left: 1%;
}

.related-posts img {
    height: 150px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#orta .sol .entry-social {
    padding: 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%;
    }
}

/* Reklam Alanları */

#soldasabit {
    position: fixed;
    left: 4px;
    z-index: 1;
    bottom: 5px;
}

#sagdasabit {
    position: fixed;
    right: 4px;
    z-index: 1;
    bottom: 5px;
}

@media screen and (max-width: 950px) {
    #soldasabit,
    #sagdasabit {
        display: none !important;
    }
}

/* İndex */

#reklamalani1 {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    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;
    }
}

/* Reklam Alanları */

.sidebarbas {
    clear: both;
}

.sidebarbas .name {
    display: none;
}

.sidebarbaslik .name {
    display: block;
}

.anasayfasinif {
    width: 100%
}

.anasayfasinif .ehliyetsinif {
    width: 49%;
    float: left;
}

.anasayfasinif .ehliyetsinif .tabi_icerik {}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama {
    float: left;
    margin-right: 2%;
}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 {
    line-height: 18px;
    padding-left: 22px;
}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 .cikmis {
    margin-top: 32px;
    padding: 7px 5px;
    background: #bd1623;
    width: 100px;
    float: right;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama1 .cikmis a {
    color: #fff;
}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama .baslik {
    padding: 1px 5px;
    font-size: 12px;
    color: #bd1623;
}

.anasayfasinif .ehliyetsinif .tabi_icerik .aciklama .baslik1 {
    font-size: 15px;
    padding: 0px 5px;
    padding-bottom: 7px;
}

.sontestler {
    width: 49%;
    float: right;
}

.sontestler {}

.sontestler ul {
    clear: both;
}

.sontestler ul li {
    height: 29px;
    border-bottom: 1px dashed #f1f1f1;
}

.sontestler ul li a {
    font-size: 14px;
    line-height: 30px;
}

.sontestler ul li a .sontestler_icon {
    float: left;
    padding-right: 6px;
}

.sontestler ul li a .sontestler_icon1 {
    float: left;
}

.sontestler ul li a .sontestler_icon2 {
    color: #B5B8B9;
    float: right;
    font-size: 13px;
}

.sontestler ul li:hover a {
    color: #bd1623
}

.sontestler ul li:hover a .sontestler_icon2 {
    color: #bd1623
}

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

.vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column-inner::before {
    content: " ";
    display: table;
}

.tt-el-service {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.tt-el-service .el-icon {
    display: inline-block;
    font-size: 25px;
    background-color: #f7f7f7;
    color: #bd1623;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    position: relative;
    margin-bottom: 8px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tt-el-service .el-icon::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tt-el-service .el-icon img {
    display: inline-block;
    width: 0px;
    position: relative;
    vertical-align: middle;
    z-index: 10;
}

.tt-el-service h4 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif, tahoma, arial;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: 0.8px;
    margin: 0px;
    position: relative;
}

.tt-el-service h4::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #bd1623;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 8px;
}

.tt-el-service p {
    margin: 0px;
    margin-top: 8px;
    font-size: 15px;
}

.tt-el-service.has-group::after {
    right: -20px;
}

.tt-el-service.has-group::before,
.tt-el-service.has-group::after {
    content: '';
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(239, 239, 239, 0.25)), color-stop(20%, #efefef), color-stop(80%, #efefef), color-stop(100%, rgba(239, 239, 239, 0.25)));
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -o-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: -ms-linear-gradient(left, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 0.25) 0%, #efefef 20%, #efefef 80%, rgba(239, 239, 239, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40efefef', endColorstr='#40efefef', GradientType=1);
    width: 63px;
    height: 1px;
    position: absolute;
    top: 43px;
}

.tt-el-service.has-group::before {
    left: -20px;
}

.tt-el-service.has-group.group-last::after {
    display: none
}

.tt-el-service.has-group.group-first::before {
    display: none
}

.tt-el-service:hover .el-icon::before {
    width: 65px;
    height: 65px;
    top: 2px;
    left: 2px;
    background-color: transparent;
    border: 3px solid #bd1623;
}

@media screen and (max-width: 850px) {
    .vc_col-sm-4 {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 700px) {
    .vc_col-sm-4 {
        display: none;
    }
}

.bas-lik {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    height: 40px;
}

.bas-lik .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bd1623;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #90101a;
    height: 40px;
    width: 40px;
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #90101a;
    top: 15px;
    left: 40px;
}

.bas-lik2 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik2 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    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: 40px;
    width: 40px;
    content: "\f0f6";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik2 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik2 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #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%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik5 .newsletter {
    margin-top: 7px;
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #179e50;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik5 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #0e8a43;
    height: 40px;
    width: 40px;
    content: "\f282";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik5 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik5 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #0e8a43;
    top: 15px;
    left: 40px;
}

.bas-lik6 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik6 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #EA9109;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik6 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #d28208;
    height: 40px;
    width: 40px;
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik6 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik6 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #d28208;
    top: 15px;
    left: 40px;
}

.bas-lik7 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik7 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bd1623;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik7 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #90101a;
    height: 40px;
    width: 40px;
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik7 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik7 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #90101a;
    top: 15px;
    left: 40px;
}

.bas-lik8 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik8 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bd1623;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik8 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #90101a;
    height: 40px;
    width: 40px;
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik8 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik8 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #90101a;
    top: 15px;
    left: 40px;
}

.bas-lik9 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik9 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bd1623;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik9 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #90101a;
    height: 40px;
    width: 40px;
    content: "\f02b";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik9 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik9 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #90101a;
    top: 15px;
    left: 40px;
}

.bas-lik10 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik10 .newsletter {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #EA9109;
    padding: 0 10px 0 50px;
    margin-bottom: 5px;
    font-weight: 600;
}

.bas-lik10 .newsletter:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #d28208;
    height: 40px;
    width: 40px;
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.bas-lik10 .newsletter:after {
    display: block;
    position: absolute;
    content: "";
}

.bas-lik10 .newsletter:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #d28208;
    top: 15px;
    left: 40px;
}

.bas-lik11 {
    float: left;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}

.bas-lik11 .newsletter {
    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%;
    font-family: "Titillium Web", sans-serif;
}

.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: 25px;
    display: none;
    position: fixed;
    right: 20px;
    background: #bd1623;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    cursor: pointer;
    z-index: 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;
}

@media screen and (max-width: 800px) {
    .logpass,
    .logemail {
        width: 36px;
    }
}

@media screen and (min-width: 100px) and (max-width: 350px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 81%;
    }
}

@media screen and (min-width: 351px) and (max-width: 410px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 83%;
    }
}

@media screen and (min-width: 411px) and (max-width: 450px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 85%;
    }
}

@media screen and (min-width: 451px) and (max-width: 510px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 87%;
    }
}

@media screen and (min-width: 511px) and (max-width: 550px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 88%;
    }
}

@media screen and (min-width: 551px) and (max-width: 610px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 89%;
    }
}

@media screen and (min-width: 561px) and (max-width: 650px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 90%;
    }
}

@media screen and (min-width: 651px) and (max-width: 725px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 91%;
    }
}

@media screen and (min-width: 726px) and (max-width: 840px) {
    .sidebarbas .fname #log,
    .sidebarbas .fname #pwd {
        width: 92%;
    }
}

.bol-2 {
    width: 100%;
    float: right;
}

.bol-2 ul li {
    width: 33%;
    position: relative;
    height: 127px;
    float: left;
    margin-bottom: 5px;
}

.bol-2 ul li:nth-child(2),
.bol-2 ul li:nth-child(5) {
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.bol-2 ul li a .images {
    width: 100%;
    height: 120px;
}

.bol-2 ul li a .images img {
    width: 100%;
    height: 120px;
}

.bol-2 ul li a .baslik {
    line-height: 20px;
    position: absolute;
    padding: 30px 2% 6px 2%;
    bottom: 0;
    width: 96%;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 1px #ffffff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}

.bol-2 ul li a .icon {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0px;
    color: #fff;
    background: rgba(12, 12, 12, 0.46)
}

.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-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 (max-width: 700px) {
    .bol-2 ul li {
        width: 49.5%;
    }
    .bol-2 ul li:nth-child(1) {
        margin-right: 0.5%;
        margin-left: 0%;
    }
    .bol-2 ul li:nth-child(2) {
        margin-left: 0.5%;
        margin-right: 0%
    }
    .bol-2 ul li:nth-child(3) {
        margin-right: 0.5%;
        margin-left: 0%;
    }
    .bol-2 ul li:nth-child(4) {
        margin-left: 0.5%;
        margin-right: 0%
    }
    .bol-2 ul li:nth-child(5) {
        margin-right: 0.5%;
        margin-left: 0%;
    }
    .bol-2 ul li:nth-child(6) {
        margin-left: 0.5%;
        margin-right: 0%
    }
}

/** Sidebar Bileşenler **/

.sidebarbas .newsname {
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}

.sidebarbas .newsname {
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bd1623;
    padding: 0 10px 0 50px;
    font-weight: 600;
}

.sidebarbas .newsname:before {
    font-weight: 300;
    top: 0;
    left: 0;
    background: #90101a;
    height: 40px;
    width: 40px;
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

.sidebarbas .newsname:after {
    display: block;
    position: absolute;
    content: "";
}

.sidebarbas .newsname:after {
    transition: all .2s ease-in-out;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 5px #90101a;
    top: 15px;
    left: 40px;
}

.sidebarbas .cat-item {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #c7c1c1;
    background: #fafafa;
    padding: 9px 2%;
    font-weight: 500;
    margin-top: 1px;
    float: left;
    width: 96%;
    text-align: right;
    font-size: 15px;
    border-left: 2px solid #444;
}

.sidebarbas .cat-item a {
    float: left;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sidebarbas .cat-item:hover {
    background: #444
}

.sidebarbas .cat-item:hover a {
    color: #fff
}

.sidebarbas .cat-item:hover {
    color: #fff
}

.sidebarbas .cat-item:nth-child(1) {
    border-left: 2px solid #bd1623;
    box-shadow: inset 0 0 0 0 #bd1623;
}

.sidebarbas .cat-item:nth-child(1):hover {
    box-shadow: inset 500px 0 0 0 #bd1623;
}

.sidebarbas .cat-item:nth-child(2) {
    border-left: 2px solid #3b5998;
    box-shadow: inset 0 0 0 0 #3b5998;
}

.sidebarbas .cat-item:nth-child(2):hover {
    box-shadow: inset 500px 0 0 0 #3b5998;
}

.sidebarbas .cat-item:nth-child(3) {
    border-left: 2px solid #ea9109;
    box-shadow: inset 0 0 0 0 #ea9109;
}

.sidebarbas .cat-item:nth-child(3):hover {
    box-shadow: inset 500px 0 0 0 #ea9109;
}

.sidebarbas .cat-item:nth-child(4) {
    border-left: 2px solid #179e50;
    box-shadow: inset 0 0 0 0 #179e50;
}

.sidebarbas .cat-item:nth-child(4):hover {
    box-shadow: inset 500px 0 0 0 #179e50;
}

.sidebarbas .cat-item:nth-child(5) {
    border-left: 2px solid #28abbf;
    box-shadow: inset 0 0 0 0 #28abbf;
}

.sidebarbas .cat-item:nth-child(5):hover {
    box-shadow: inset 500px 0 0 0 #28abbf;
}

.sidebarbas .cat-item:nth-child(6) {
    border-left: 2px solid #CC0099;
    box-shadow: inset 0 0 0 0 #CC0099;
}

.sidebarbas .cat-item:nth-child(6):hover {
    box-shadow: inset 500px 0 0 0 #CC0099;
}

.sidebarbas .cat-item:nth-child(7) {
    border-left: 2px solid #999900;
    box-shadow: inset 0 0 0 0 #999900;
}

.sidebarbas .cat-item:nth-child(7):hover {
    box-shadow: inset 500px 0 0 0 #999900;
}

.sidebarbas .cat-item:nth-child(8) {
    border-left: 2px solid #339999;
    box-shadow: inset 0 0 0 0 #339999;
}

.sidebarbas .cat-item:nth-child(8):hover {
    box-shadow: inset 500px 0 0 0 #339999;
}

.sidebarbas .cat-item:nth-child(9) {
    border-left: 2px solid #FF33FF;
    box-shadow: inset 0 0 0 0 #FF33FF;
}

.sidebarbas .cat-item:nth-child(9):hover {
    box-shadow: inset 500px 0 0 0 #FF33FF;
}

.sidebarbas .cat-item:nth-child(10) {
    border-left: 2px solid #006600;
    box-shadow: inset 0 0 0 0 #006600;
}

.sidebarbas .cat-item:nth-child(10):hover {
    box-shadow: inset 500px 0 0 0 #006600;
}

.sidebarbas .cat-item:nth-child(11) {
    border-left: 2px solid #bd1623;
    box-shadow: inset 0 0 0 0 #bd1623;
}

.sidebarbas .cat-item:nth-child(11):hover {
    box-shadow: inset 500px 0 0 0 #bd1623;
}

.sidebarbas .cat-item:nth-child(12) {
    border-left: 2px solid #3b5998;
    box-shadow: inset 0 0 0 0 #3b5998;
}

.sidebarbas .cat-item:nth-child(12):hover {
    box-shadow: inset 500px 0 0 0 #3b5998;
}

.sidebarbas .cat-item:nth-child(13) {
    border-left: 2px solid #ea9109;
    box-shadow: inset 0 0 0 0 #ea9109;
}

.sidebarbas .cat-item:nth-child(13):hover {
    box-shadow: inset 500px 0 0 0 #ea9109;
}

.sidebarbas .cat-item:nth-child(14) {
    border-left: 2px solid #179e50;
    box-shadow: inset 0 0 0 0 #179e50;
}

.sidebarbas .cat-item:nth-child(14):hover {
    box-shadow: inset 500px 0 0 0 #179e50;
}

.sidebarbas .cat-item:nth-child(15) {
    border-left: 2px solid #28abbf;
    box-shadow: inset 0 0 0 0 #28abbf;
}

.sidebarbas .cat-item:nth-child(15):hover {
    box-shadow: inset 500px 0 0 0 #28abbf;
}

.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;
}

/** Sidebar Bileşenler Bitti **/

/* Preloader */

body {
    owerflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* sayfa yüklenirken gösterilen arkaplan rengimiz */
    z-index: 9999;
    /* efektin arkada kalmadığından emin oluyoruz */
}

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

/* Preloader */

.dosyalar {
    width: 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: 100%;
    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;
}

ul#tabuk li a i {}

ul#tabuk li a img {
    width: 15px;
    height: 14px;
}

@media screen and (max-width: 450px) {
    ul#tabuk li a {
        font-weight: 500;
    }
    ul#tabuk li {
        font-size: 13px;
    }
}

.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(2),
.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-4 {
    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-4: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%
    }
}

.ana-yazarlar {}

.ana-yazarlar ul {
    float: left;
}

.ana-yazarlar ul li {
    width: 95.6%;
    line-height: 15px;
    height: 123px;
    border: 1px solid #f3eeee;
    padding: 2%;
    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;
}