* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

div, p, span {
    word-break:break-word;
}
a {
    color: #222;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ab474a;
    text-decoration: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    line-height: 1.5;
    background: #f7f7f7;
    color: #555;
}
.header {
    padding: 15px 0;
    background: #dcdbd8;
}

.header .container {
    position: relative;
}

.logo img {
    height: 60px;
}
.mob-lang-selector {
    display: none;
}
.lang-selector {
    position: absolute;
    top: -8px;
    right: 38px;
    font-family: arial;
    font-weight: bold;
    z-index: 99999;
}
.lang-selector ul {
    font-size: 0;
}
.lang-selector ul li {
    display: inline-block;
    font-size: 13px;
}
.lang-selector ul li a {
    display: inline-block;
    padding: 0 20px;
}
.search {
    border: 0;
    background: #f9f9f9 url(../images/search.png) 96% center no-repeat;
    background-size: 15px;
    padding: 12px 50px 12px 12px;
    height: 38px;
    width: 300px;
    float: right;
    border-radius: 4px;
    margin-top: 20px;
}


.menu {
    font-family: 'Roboto Slab', sans-serif;
    background: #ab474a;
    border-bottom: 1px solid #efefef;
    font-weight: 700;
    font-size: 11px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.menu .mmenu li {
    display: inline-block;
    margin-right: 30px;
}
.menu .mmenu li a {
    display: inline-block;
    padding: 12px 6px;
    color: #fff;
}
.menu .mmenu li a:hover {
    background: #dcdbd8;
    color: #ab474a;
}


.black-line {
    height: 3px;
    background: #ccc;
    border-radius: 4px;
}



.more-center {
    text-align: center;
    margin-top: 30px;
}
.more-center a {
    background: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
}
.more-center a:hover {
    background: #ab474a;
}



.home-main {
    margin: 50px 0;
}

.grid-list {
    margin-top: 10px;
}
.grid-list-img {
    position: relative;
}
.grid-list-img img {
    border-radius: 4px;
}
.grid-list-title {
    margin-top: 10px;
}
.grid-list-playicon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    opacity: 0.6;
}
.grid-list-playicon img {
    width: 100%;
}

.grid-list-date {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
}



.def-list {
    margin-bottom: 50px;
}
.def-list img {
    border-radius: 4px;
}
.def-list-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.def-list-desc {
    color: #777;
    margin-bottom: 15px;
}
.def-list-date {
    font-size: 11px;
    color: #333;
    background: #dedede;
    padding: 1px 5px;
    display: inline-block;
}

.post_date {
    font-size: 11px;
    color: #777;
    display: inline-block;
    margin-bottom: 15px;
}


.tag-li {
    list-style: none;
    margin-top: 10px;
}
.tag-li li {
    display: inline-block;
    font-size: 11px;
}
.tag-li li a {
    margin-right: 15px;
    background: #dedede;
    color: #333;
    padding: 3px 6px;
    border-radius: 3px;
    font-style: italic;
}





.go-top {
    position: fixed;
    left: 30px;
    bottom: 0;
    background: #ab474a;
    padding: 10px;
    display: none;
}
.go-top:hover {
    cursor: pointer;
}
.go-top img {
    width: 18px;
    height: 18px;
}
.show {
    display: block;
}

.footer {
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 50px 0;
}
.footer h3 {
    margin-bottom: 10px;
}
.footer-about p {
    padding-right: 50px;
    line-height: 22px;
    font-size: 13px;
    color: #999;
}
.footer-social {
    list-style: none;
    font-size: 13px;
}
.footer-social li a {
    display: block;
    margin-bottom: 10px;
}
.footer-social img {
    width: 14px;
}
.footer-input-holder {
    margin-bottom: 10px;
}
.footer-input-holder input {
    border: 1px solid #f0f0f0;
    font-size: 11px;
    padding: 6px;
    border-radius: 6px;
    width: 300px;
}
.footer-send-btn {
    background: #333;
    color: #fff;
    border: 0;
    width: 120px !important;
}

.copyright {
    text-align: center;
    font-size: 11px;
    margin-top: 30px;
    color: #ccc;
}
.copyright a {
    color: #ccc;
    display: block;
    margin-top: 5px;
}
.footer-margin {
    margin-bottom: 30px;
}

.content-header {
    /*height: 180px;*/
/*    background-size: cover !important;
    background-position: center center !important;*/
    background: #fff;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.68) 0%, rgba(69,72,77,0.45) 48%, rgba(0,0,0,0.68) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.68) 0%,rgba(69,72,77,0.45) 48%,rgba(0,0,0,0.68) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.68) 0%,rgba(69,72,77,0.45) 48%,rgba(0,0,0,0.68) 100%);
}

.content-detail-title {
    font-size: 32px;
    color: #444;
    padding: 30px 0;
    padding-bottom: 0;
    /*line-height: 180px;*/
}

.author_name {
    padding-bottom: 30px;
    color: #777;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.author_name_small {
    padding-bottom: 10px;
    color: #777;
    font-size: 12px;
    margin-top: 8px;
}
@media (max-width: 768px) {
	.content-detail-title {
	    font-size: 22px;
	    /*line-height: 120%;*/
	}
}
.v-more {
    text-align: right;
}
.v-more a {
    color: #ab474a;
}

.content-detail-title-other {
    font-size: 24px;
}

.content-div {
    margin: 30px 0;
}
.content-text {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
    color: #000;
}
.content-text strong {
	color: #000;
	font-size: 1.1rem;
}
.content-text em {
	color: #000;
	font-size: 1.1rem;
}
.content-text img {
    max-width: 100%;
    margin: 0 0 15px 0;
}
.content-text p {
    margin-bottom: 20px;
}
.content-share {
    margin-top: 30px;
}
.content-text .sml-img {
	float: left;
 	margin: 0 15px 0 0;
}
/*Home Dosya*/
.dosya-holder {
    margin-bottom: 30px;
}
.dosya-cover {
    position: relative;
}
.dosya-cover img {
    border-radius: 4px;
}
.dosya-text {
    position: absolute;
    left: 50px;
    bottom: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.dosya-text-1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dosya-text-2 {
	font-size: 40px;
	font-weight: bold;
}
.dosya-text-3 {
	font-size: 18px;
	font-style: italic;
}
.dosya-items {
    margin-top: 30px;
}
.dosya-item {
    margin-bottom: 30px;
}
.dosya-item img {
    border-radius: 4px;
}


.menu-icon {
	display: none;
}

@media (max-width: 768px) {
   .dosya-text {
	    left: 20px;
	    bottom: 20px;
	}
   .dosya-text-1 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.dosya-text-2 {
		font-size: 24px;
	}
	.dosya-text-3 {
		font-size: 13px;
	}
	.content-text {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


@media (max-width: 992px) {
    .menu {
		display: none;
	}
	.search {
	    width: 100%;
	    float: none;
	    margin-top: 0;
	}

	.logo {
		float: left;
		padding: 10px 0;
	}

	.menu-icon {
		float: right;
		display: block;
		font-size: 28px;
		margin: 13px 0 0 0;
	}

	.logo img {
		height: 50px;
	}

	.home-main {
	    margin: 20px 0;
	}

	.menu {
		padding: 10px 0;
	}
	.menu .mmenu li {
		display: block !important;
	}
	.menu .mmenu li a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		display: block !important;
	}
	.menu .mmenu li:last-child a {
		border-bottom: 0;
	}

    .lang-selector {
        display: none;
    }

    .mob-lang-selector {
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 15px;
        padding-top: 5px;

    }
    .mob-lang-selector ul li {
        display: inline-block;
        background: #fff;
        border-radius: 3px;
        margin: 0 3px;
    }
    .mob-lang-selector ul li a{
        display: inline-block;
        text-align: center;
        padding: 5px 15px;
        text-shadow: none;

    }

}




.layout-title-center {
    font-size: 18px;
    padding: 10px;
    color: #ab474a;
    font-family: 'Roboto Slab', sans-serif;
}

.layout-title {
    font-size: 12px;
    background: #ab474a;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.title {
    margin-bottom: 30px;
}


/*sidebar*/
.sidebar {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar-in {
    padding: 10px;
}

.sb-list {
    list-style: none;
}
.sb-list li {
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.sb-list li a {
    color: #ab474a;
}
.sb-list-date {
    font-size: 9px;
    color: #333;
    display: block;
    color: #999;
}


.sb-cat-list {
    list-style: none;
}
.sb-cat-list li a {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    display: block;
}
.sb-cat-list li:last-child a {
    border-bottom: 0;
}

.social {
    list-style: none;
}
.social li a {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    display: block;
}
.social li:last-child a {
    border-bottom: 0;
}
.social li a img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    opacity: 0.8;
}

.sb-tags {
    list-style: none;
}
.sb-tags li {
    display: inline-block;
}
.sb-tags li a {
    margin: 0 15px 10px 0;
    background: #f0f0f0;
    color: #333;
    padding: 3px 6px;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
}


/*Pager*/
.pagination {
    text-align: center;
    clear: both;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.pagination ul {
    margin: 0 auto;
    display: table;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    padding: 8px 12px;
    background: #f0f0f0;
    margin: 0 1px;
    display: inline-block;
    color: #999;
    border-radius: 4px;
}
.pagination ul li a:hover {
    background: #ab474a;
    color: #fff;
}
.pagination ul li a.pgn_die {
    background: #ab474a;
    color: #fff;
}




.video-holder {
    text-align: center;
}
.video-holder iframe {
    min-height: 400px;
}

@media (max-width: 992px) {
    .video-holder iframe {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .video-holder iframe {
        min-height: 300px;
    }
}

.download-pdf {
    background: #ab474a;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
}
.download-pdf a {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    display: block;
}



.audio-player {
    margin-bottom: 15px;
}

.ppq-audio-player {
    background: #ab474a !important;
    border-radius: 4px;
    color: #fff;
}

.play-pause-icon {
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    border: 3px solid #f9f9f9 !important;
    border-radius: 100%;
    background-color: #f0f0f0;
}


.player-bar {
    height: 10px !important;
    margin-top: 51px !important;
}

.player-bar-loaded {
    border-radius: 0 !important;
    background: #ccc !important;
}

.player-bar-played {
    border-radius: 0 !important;
    background: #faebcc !important;
}

.play-pause-icon:after {
    background-image: url("../images/play2.png") !important;
}

.author-list {
    margin-bottom: 50px;
}
.author-list ul li {
    border-bottom: 1px dashed #999;
    padding: 10px 0;
}
.arsiv_pdf a{
    color: #ab474a;
}

.ul-list {
    margin-top: 10px;
    border-top: 1px solid #dedede;
    padding-top: 10px;
}

.ul-list li {
    display: inline-block;
    margin-right: 30px;
}
.ul-list li a {
    color: #ab474a;
}
.def-list-border {
    border-bottom: 1px solid #ccc;
}

.nav-cat {
    background: #AA484C;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.vd-title {
    margin-bottom: 15px;
    padding-left: 10%;
}

.vd-desc {
    margin-top: 10px;
    padding: 0 10%;
}

#inline_content {
    padding: 15px;
}
#inline_content img {
    width: 100% !important;
}
#inline_content iframe {
    width: 100% !important;
}
#inline_content p {
    margin-bottom: 15px !important;
    line-height: 22px;
}
.inline {
    font-size: 15px;
    color: #AA484C;
}

.dipnotBtn {
    background: transparent;
    color: #333;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    border-radius: 3px;
    border: 1px solid #666;
    margin-left: 3px;
}
.dipnotBtn:hover {
    cursor: pointer;
}