<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&amp;display=swap&amp;subset=latin-ext");
body {
font-family: 'Barlow', sans-serif;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-wrap: break-word;
}
article {
width: 100%;
}
aside {
height: 100%;
}
header {
position: -webkit-sticky;
position: sticky;
top: -126px;
z-index: 1020;
}
figure {
max-width: 100% !important;
}
a, button, div, img, div:not(.fancybox-content), i, img:not(.fancybox-image), input, span, li {
-webkit-font-smoothing: antialiased;
-webkit-transition: all 250ms ease-out;
-moz-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
text-rendering: optimizeLegibility;
}
a:hover {
text-decoration: none;
color: inherit;
}
.btn-link {
font-weight: 400;
color: #000;
text-decoration: none;
}
a {
color: #000;
text-decoration: none;
background-color: transparent;
}
h1, h1 a {
font-size: 36px;
color: #1c1c1c;
font-weight: 800;
}
h2, h2 a {
font-size: 30px;
color: #010101;
font-weight: 800;
padding-left: 15px;
position: relative;
}
h3, h3 a {
font-size: 24px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
}
h4, h4 a {
font-size: 22px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
}
h5, h5 a {
font-size: 18px;
color: #000;
font-weight: 700;
letter-spacing: 0.5px;
}
h6, h6 a {
font-size: 16px;
color: #1c1c1c;
font-weight: 700;
}
p {
font-size: 16px;
color: #1c1c1c;
font-weight: 400;
line-height: 24px;
}
p a, ul a, ol a {
color: inherit;
text-decoration: underline;
}
p.clamp a {
color: inherit;
text-decoration: none;
}
p strong {
font-weight: 600;
}
.news_detail h2, .news_detail h2 a {
font-size: 22px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
padding-left:0;
margin-top: 25px;
}
.news_list_theme1 p a, .news_list_theme2 p a, .news_list_theme3 p a, .news_list_theme4 p a {
text-decoration: none;
}
.videoIcon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
width: 46px;
height: 46px;
font-size: 46px;
color: rgba(255, 255, 255, 0.6);
}
.psize18 {
font-size: 18px;
color: #1c1c1c;
font-weight: 400;
line-height: 26px;
}
.psize18 strong {
font-weight: 600;
}
.psize14 {
font-size: 14px;
color: #1c1c1c;
font-weight: 400;
line-height: 18px;
}
.psize14 strong {
font-weight: 600;
}
.clamp {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.clamp2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.clamp3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.veryLightGrey {
color: #a1a1a1 !important;
}
.lightGrey {
color: #8c8c8c !important;
}
.grey {
color: #707070 !important;
}
.middleDarkGrey {
color: #1c1c1c !important;
}
.darkGrey {
color: #353535 !important;
}
.veryDarkGrey {
color: #1c1c1c !important;
}
.white {
color: #fff !important;
}
.black {
color: #000 !important;
}
.bglightBlue {
background-color: #238aaf !important;
}
.bgdarkBlue {
background-color: #238aaf !important;
}
.bgblue {
background-color: #824b97 !important;
}
.bgorange {
background-color: #e77e21 !important;
}
.bgdarkOrange {
background-color: #c27532 !important;
}
.bgred {
background-color: #e21909 !important;
}
.bggreen {
background-color: #2daa60 !important;
}
.bglightGreen {
background-color: #35b298 !important;
}
.bgyellow {
background-color: #efc414 !important;
}
.bgpurple {
background-color: #804895 !important;
}
.bglightGrey {
background-color: #f8f8f8 !important;
}
.bggrey {
background-color: #cecece !important;
}
.bgwhite {
background-color: #ffffff !important;
}
.bgblack {
background-color: #000000 !important;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: all 250ms ease-out;
}
.btn-primary {
color: #fff;
background-color: #804895;
border-color: #804895;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.5px;
font-weight: 600;
padding: 1rem 3rem;
border-radius: 6px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff !important;
background-color: #492756 !important;
border-color: #492756 !important;
outline: none !important;
box-shadow: none !important;
}
.btn-secondary {
color: #09519d;
background-color: transparent;
border: 1px solid #09519d;
border-radius: 0;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.5px;
font-weight: 500;
padding: 0.5rem 2rem;
}
.btn-secondary:hover, .btn-secondary:focus , .btn-secondary:active {
color: #fff !important;
background-color: #09519d !important;
border-color: #09519d !important;
box-shadow: none !important;
}
.btn-link {
color: #000000;
background-color: transparent;
border-radius: 0;
font-size: 18px;
line-height: 24px;
font-weight: 700;
padding: 0.5rem 2rem;
}
.btn-link:hover {
color: #000000;
background-color: transparent;
text-decoration: none;
margin-right: -15px;
}
.social {
color: #fff;
border-radius: 100%;
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
text-align: center;
font-size: 16px;
margin-left: 1px;
}
.social:hover {
color: #fff;
}
.social i {
color: #fff;
}
.facebook {
background-color: #4267b2;
}
.twitter {
background-color: #000;
}
.youtube {
background-color: #ff0000;
}
.linkedin {
background-color: #0077b5;
}
.mail {
background-color: #238aaf;
}
.whatsapp {
background-color: #1d9e11;
}
.messenger {
background-color: #0d87ff;
}
.instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.pinterest {
background-color: #e60023;
}
.tiktok {
background-color: #000;
}
.bluesky {
background-color: #0085FF;
}
.form-control {
color: #495057;
background-color: #fefefe;
border: 1px solid #e8e8e8;
font-weight: 500;
transition: all 250ms ease-out;
}
.filterContain .form-control {
color: #010101;
background-color: #eeeeee;
border: 1px solid #e8e8e8;
font-weight: 500;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #acacac;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(172, 172, 172, .25);
}
.form-group label {
color: #010101;
font-size: 16px;
font-weight: 600;
}
.imageRadius {
border-radius: 8px;
}
.date, .rate {
font-size: 14px;
color: #a1a1a1;
font-weight: 500;
margin-left: 10px;
}
.fw500 {
font-weight: 500 !important;
}
.fw600 {
font-weight: 600 !important;
}
.fw700 {
font-weight: 700 !important;
}
.fw800 {
font-weight: 800 !important;
}
.fs11 {
font-size: 11px !important;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin-bottom: 1rem;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcrumb-item {
font-size: 14px;
color: #454545;
font-weight: 500;
}
.breadcrumb-item.active {
font-weight: 700;
}
.breadcrumb a {
font-size: 14px;
color: #454545;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
padding-right: .5rem;
font-size: 10px;
}
.tags a {
font-size: 14px;
font-weight: 400;
border-radius: 4px;
color: #1c1c1c;
padding: 0.4rem 0.5rem;
line-height: 14px;
display: inline-block !important;
margin-right: 10px;
background-color: #e6e6e6;
}
.tags a:hover {
background-color: #d5cdcd;
}
.line {
display: block;
height: 1px;
width: 100%;
background-color: #e6e6e6;
margin: 4rem 0;
}
#manset_slide {
position: relative;
}
#manset_slide .owl-stage {
display: inline-flex;
height: 100%;
}
#manset_slide .owl-stage-outer {
height: 100%;
}
#manset_slide .owl-item {
width: 100%;
min-width: 740px;
}
#manset_slide .category_box {
position: absolute;
left: 17px;
top: 17px;
}
.post_cat {
font-size: 14px;
font-weight: 400;
border-radius: 4px;
color: #484848;
padding: 0.4rem 0.5rem;
line-height: 12px;
display: inline-block !important;
margin-right: 9px;
margin-bottom: 4px;
}
.post_cat:hover {
background-color: #bbbbbb !important;
}
.headline_news_overlay {
background: rgb(0, 0, 0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 50%;
padding-left: 20px;
padding-bottom: 20px;
}
.headline_news_caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding-left: 20px;
padding-bottom: 20px;
}
.user_write .user {
display: inline-block;
margin-bottom: 10px;
}
.user_write .user a {
display: flex;
align-items: center;
color: #cacaca;
font-size: 14px !important;
font-weight: 400;
}
.user_write .user a img {
width: 22px;
height: 22px;
display: inline-block;
margin-right: 4px;
}
.user_write .user a img.avatar {
border-radius: 50%;
}
.manset_list {
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 0;
}
.manset_list li {
background: rgb(244, 244, 244);
background: -moz-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#f4f4f4", GradientType=1);
color: #afafaf;
border-right: 1px solid #d5d5d5;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
font-size: 18px;
font-weight: 600;
padding: 10px 20px;
min-height: 60px;
display: flex;
align-items: center;
line-height: 21px;
position: relative;
cursor: pointer;
-webkit-box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
transition: none;
margin-bottom:10px;
}
.manset_list li:last-child {
margin-bottom: 0;
}
.manset_list li.active, .manset_list li:hover {
background: rgb(42, 94, 148);
background: -moz-linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
background: -webkit-linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
background: linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a5e94", endColorstr="#4da2d3", GradientType=1);
color: #fff;
}
.manset_list li.active::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 14.5px 15px 14.5px 0px;
border-color: transparent #4da2d3 transparent transparent;
position: absolute;
left: -15px;
z-index: 2;
}
.home_news_contain {
background-image: url(//www.sivilsayfalar.org/wp-content/themes/sivilsayfalar/assets/img/bg_home_news.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.block-title::after, .block-title::before {
position: absolute;
top: 0;
content: '';
background: #000;
left: 0px;
}
.block-title::before {
width: 4px;
height: 13px;
}
.block-title::after {
width: 13px;
height: 4px;
}
.news_slideBox {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.newsOverlay {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 30%;
padding: 14px;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.news_slideBox .category_box {
position: absolute;
left: 14px;
top: 14px;
}
.newsOverlay .user_write {
position: absolute;
left: 9px;
bottom: 5px;
}
.news_slideBox:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.03);
}
.news_slideBox a {
display: block;
}
#news_slide .owl-dots .owl-dot, #manset_slide .owl-dots .owl-dot, #news_slide_detail .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
width: 26px;
margin: 0 5px;
outline: none;
}
#news_slide .owl-dots .owl-dot span, #manset_slide .owl-dots .owl-dot span, #news_slide_detail .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 auto;
background: rgba(23, 94, 119, 0.5);
display: block;
-webkit-backface-visibility: visible;
transition: all .2s ease;
border-radius: 100%;
}
#news_slide .owl-dots .owl-dot.active span, #manset_slide .owl-dots .owl-dot.active span, #news_slide_detail .owl-dots .owl-dot.active span {
background: rgba(23, 94, 119, 1);
width: 26px;
border-radius: 10px;
}
#news_slide .owl-dots .owl-dot:hover span, #manset_slide .owl-dots .owl-dot:hover span, #news_slide_detail .owl-dots .owl-dot:hover span {
background: rgba(23, 94, 119, 1);
}
#news_slide .owl-nav {
position: absolute;
left: -5%;
right: 0;
top: 70px;
margin: auto;
width: 110%;
height: 35px;
display: flex;
justify-content: space-between;
}
#news_slide_detail .owl-nav {
position: absolute;
left: 0;
right: 0;
top: 53px;
margin: auto;
width: 100%;
height: 35px;
display: flex;
justify-content: space-between;
}
#news_slide .owl-nav .owl-next:before, #news_slide_detail .owl-nav .owl-next:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#news_slide .owl-nav .owl-prev:before, #news_slide_detail .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#news_slide.owl-theme .owl-nav [class*=owl-]:hover, #news_slide_detail.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
color: #000;
text-decoration: none;
}
#news_slide .owl-nav button.owl-next, #news_slide .owl-nav button.owl-prev, #news_slide button.owl-dot, #news_slide_detail .owl-nav button.owl-next, #news_slide_detail .owl-nav button.owl-prev, #news_slide_detail button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
}
.news_list_theme1:hover .newsImage img, .news_list_theme2:hover .newsImage img, .news_list_theme3:hover .newsImage img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.newsImage {
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
#calendar .owl-stage-outer, #calendarDetail .owl-stage-outer {
margin-right: 39px;
padding-right: 39px;
}
#calendar .item, #calendarDetail .item {
background-color: #d7d7d7;
font-size: 16px;
color: #8c8c8c;
text-align: center;
font-weight: 800;
padding: 0;
display: flex;
justify-content: space-between;
}
#calendar .item span, #calendarDetail .item span {
background-color: #d7d7d7;
font-size: 16px;
color: #8c8c8c;
text-align: center;
font-weight: 800;
padding: 10px 0;
border-right: 1px solid #bfc1c3;
display: flex;
width: 100%;
justify-content: center;
}
#calendar .owl-nav, #calendarDetail .owl-nav {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
display: flex;
justify-content: space-between;
}
#calendar .owl-nav .owl-next:before, #calendar .owl-nav .owl-prev:before, #calendarDetail .owl-nav .owl-next:before, #calendarDetail .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: flex;
height: 100%;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 18px;
line-height: 1;
color: #ffffff;
background-color: #a4a4a4;
align-items: center;
justify-content: center;
}
#calendar .owl-nav .owl-prev:before, #calendarDetail .owl-nav .owl-prev:before {
content: "\f053";
}
#calendar .owl-nav .owl-next:before, #calendarDetail .owl-nav .owl-next:before {
content: "\f054";
}
#calendar .owl-nav button.owl-next, #calendar .owl-nav button.owl-prev, #calendarDetail .owl-nav button.owl-next, #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 39px;
}
#calendar .owl-nav button.owl-next, #calendar .owl-nav button.owl-prev, #calendar button.owl-dot, #calendarDetail .owl-nav button.owl-next, #calendarDetail .owl-nav button.owl-prev, #calendarDetail button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
margin: 0;
}
#calendar.owl-theme .owl-nav .disabled, #calendarDetail.owl-theme .owl-nav .disabled {
opacity: 1;
cursor: default;
}
.calendarBox {
min-height: 92px;
color: #fff;
}
.calendarBox .calendar_time, .calendarBox .icon {
background-color: rgba(0, 0, 0, 0.20);
}
.calendarBox .calendar_time {
padding: 0 10px;
}
.calendarBox .icon {
padding: 0 8px;
}
.calendarBox .calendar_time .dayNumber {
font-weight: 700;
font-size: 30px;
line-height: 26px;
}
.calendarBox .calendar_time .month {
font-weight: 400;
font-size: 12px;
line-height: 13px;
}
.calendarBox .calendar_time .day {
font-weight: 400;
font-size: 12px;
line-height: 13px;
}
.calendarBox .eventName {
padding: 13px;
font-weight: 600;
font-size: 18px;
line-height: 20px;
}
.categoryBox_contain {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
background-color: #fff;
}
.categoryBox_contain ul {
list-style: none;
padding: 20px;
}
.categoryBox_contain ul li {
border-bottom: 1px solid #e6e2e7;
}
.categoryBox_contain ul li:last-child {
border-bottom: 0;
}
.categoryBox_contain ul li a {
font-size: 16px;
color: #707070;
font-weight: 600;
padding: 11px 11px;
display: block;
}
.categoryBox_contain ul li a:hover {
color: #824b97;
margin-left: 5px;
}
.newsletterContain {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(100%, rgba(14, 111, 163, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#0e6fa3', GradientType=1);
padding: 50px 0;
}
.newsletterTitle {
color: #fff;
font-size: 35px;
font-weight: 700;
line-height: normal;
letter-spacing: 0.5px;
}
.subscribeInput {
border-radius: 4px;
border: 2px solid #fff;
font-weight: 600;
font-size: 20px;
color: #fff;
opacity: 0.57 !important;
background-color: transparent !important;
outline: 0;
-webkit-transition: all 250ms ease-out;
-moz-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 68px;
min-width: 360px;
border-right: 0 !important;
letter-spacing: 0.5px;
}
.subscribeInput:focus, .subscribeInput:hover {
opacity: 1 !important;
background-color: transparent !important;
box-shadow: none !important;
border: 2px solid #fff !important;
border-right: 0 !important;
color: #fff;
}
.btn_subscribe {
border-radius: 4px;
background-color: #804895;
height: 68px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
color: #fff;
font-weight: 700;
font-size: 22px;
padding: 0 45px;
border: 2px solid #fff;
opacity: .57 !important;
letter-spacing: 0.5px;
}
.btn_subscribe:hover {
background-color: #804895;
opacity: 1 !important;
}
.subscribeInput::-webkit-input-placeholder { color: #fff;
;
}
.subscribeInput::-moz-placeholder { color: #fff;
;
}
.subscribeInput:-ms-input-placeholder { color: #fff;
;
}
.subscribeInput:-moz-placeholder { color: #fff;
;
}
.newsletterContain:hover .btn_subscribe, .newsletterContain:hover .subscribeInput {
opacity: 1 !important;
}
.footerBlocks h4, .footerSocial h4 {
border-bottom: 2px solid #353535;
display: inline-block;
}
.footerBlocks ul {
list-style: none;
padding-inline-start: 12px;
}
.footerSocial ul {
list-style: none;
padding-inline-start: 0px;
margin-top: 5px;
}
.footerSocial ul li {
display: inline-block;
margin-right: 3px;
margin-bottom: 6px;
}
.footerBlocks ul li {
display: block;
margin-bottom: 2px;
}
.footerBlocks ul li a {
display: inline-block;
color: #353535;
font-size: 14px;
font-weight: 500;
}
.footerBlocks ul li a:hover {
margin-left: 5px;
}
.footerBlocks ul li a::before {
font-family: "Font Awesome 5 Free";
content: "\f0da";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #353535;
align-items: center;
justify-content: center;
margin-right: 5px;
}
.footerLine {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(50%, rgba(128, 72, 149, 1)), color-stop(100%, rgba(35, 138, 175, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#238aaf', GradientType=1);
padding: 26px 0;
}
.footerLineNav a {
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 500px;
letter-spacing: 0.5px;
}
.footerLineNav a::after {
content: "|";
display: inline-block;
margin: 0 5px;
}
.footerLineNav a:last-child::after {
display: none;
}
.copyrightText {
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 500px;
letter-spacing: 0.5px;
}
.yasalMetin {
color: #323232;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.5px;
line-height: 22px;
text-align: center;
}
.navContain {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(40%, rgba(54, 136, 195, 1)), color-stop(100%, rgba(9, 81, 157, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#09519d', GradientType=1);
}
.navbar-expand-lg .navbar-nav a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 10px 11px;
}
.dropdown-menu {
position: absolute;
top: 98%;
left: 0;
z-index: 1000;
display: block;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
}
.dropdown:hover &gt; .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #ffffff !important;
text-decoration: none !important;
background-color: #0d55a0 !important;
}
.dropdown-item {
display: block;
width: 100%;
padding: .5rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-toggle::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f107";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: inherit;
line-height: 1;
color: inherit;
margin: 0;
vertical-align: baseline;
border: 0;
margin-left: 3px;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
background-color: rgba(0, 0, 0, 0.6);
}
.searchContain {
background-color: transparent;
border: 0;
}
.searchContain .searchInput {
background-color: transparent;
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
outline: none;
box-shadow: none;
color: #fff;
font-size: 20px;
}
.searchInput::-webkit-input-placeholder {
color: #fff;
}
.searchInput::-moz-placeholder {
color: #fff;
}
.searchInput:-ms-input-placeholder {
color: #fff;
}
.searchInput:-moz-placeholder {
color: #fff;
}
.btnClose {
color: #fff !important;
text-shadow: none;
float: none;
font-size: 30px;
opacity: 1;
position: absolute;
right: 0;
top: -40px;
outline: none;
}
.btnClose:focus {
outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.navbar-toggler-icon {
display: inline-block;
width: auto;
height: auto;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
.navbar-toggler-icon::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0c9";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 26px;
line-height: 1;
color: #fff;
}
.navbar-expand-lg .navbar-nav a {
color: #212529;
text-decoration: none;
background-color: transparent;
}
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none;
outline: none;
}
.categoryBox_contain.collapse:not(.show) {
display: block !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: none !important;
}
.author_box_contain {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 20px;
}
.author_box_contain .author_box {
display: flex;
}
.author_box_contain .author_box .author_image {
max-width: 110px;
width: 110px;
}
.author_box_contain .author_box .author_detail_box {
display: block;
}
.author_box_contain .author_box .author_detail_box .author_position {
font-size: 12px;
color: #919191;
font-weight: 600;
}
.author_box_contain .author_box .author_detail_box .user_date {
font-size: 12px;
color: #919191;
font-weight: 600;
}
.author_box_contain .author_box .author_detail_box .content_number {
font-size: 11px;
color: #fff;
font-weight: 600;
border-radius: 4px;
padding: 0.2rem 0.5rem;
background-color: #1c1c1c;
display: inline-block;
}
.news_list .news_list_theme1 {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 30px;
}
.news_list_theme1 p.clamp {
margin-bottom: 0;
}
.stk_box {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 20px;
height: 100%;
}
.stk_box .stk_image {
position: relative;
width: 100%;
background-color: #fff;
text-align: center;
max-height: 100%;
display: flex;
align-items: center;
justify-content: center;
min-height: 200px;
height: 100%;
}
.stk_box .stk_image .stk-logo {
width: 90%;
margin: auto;
}
.stk_box .stk_name {
display: flex;
padding-top: 20px;
font-size: 13px;
color: #010101;
font-weight: 500;
text-align: center;
margin-top: auto;
justify-content: center;
align-items: center;
}
.calendarDetail .calendarBox .calendar_time .dayNumber {
font-weight: 700;
font-size: 37px;
line-height: 29px;
}
.calendarDetail .calendarBox .eventName {
padding: 13px;
font-weight: 700;
font-size: 20px;
line-height: 25px;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 110px;
}
.calendarDetail #calendarDetail .item span {
font-size: 32px;
padding: 10px 0;
}
.calendarDetail #calendarDetail .owl-nav .owl-next:before, .calendarDetail #calendarDetail .owl-nav .owl-prev:before {
font-size: 38px;
}
#event .modal-content {
border-radius: 0;
border: 0;
}
#event .modal-header {
border-bottom: 0;
display: block;
}
#event .close {
float: none;
font-size: 60px;
font-weight: 700;
color: #000;
text-shadow: none;
opacity: 1;
display: block;
text-align: right;
padding: 0;
line-height: 40px;
height: 40px;
overflow: hidden;
margin: 0;
margin-left: auto;
outline: none;
}
.library_box {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 0;
height: 100%;
border: 1px solid #e8e8e8;
border-radius: 6px;
overflow: hidden;
}
.library_image {
max-width: 35%;
}
.library_details  {
max-width: 65%;
}
.dictionary_links li {
margin: 3px !important;
}
.dictionary_links a {
background-color: #eeeeee;
border-radius: 6px;
color: #010101;
font-weight: 500;
font-size: 16px;
width: 33px;
text-align: center;
height: 33px;
display: flex;
align-items: center;
padding: 0;
justify-content: center;
}
.dictionary_links a.active, .dictionary_links a:hover {
color: #010101 !important;
background-color: #efc414 !important;
border-color: transparent !important;
}
.dictionary_content_box {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
background-color: #fff;
padding: 25px;
border-radius: 10px;
position: relative;
}
.dictionary_content_box:hover {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
}
.manifesto {
background-image: url(//www.sivilsayfalar.org/wp-content/themes/sivilsayfalar/assets/img/bg_manifesto.jpg);
background-repeat: no-repeat;
background-size: 60%;
background-position: center;
}
.writer_box {
cursor: pointer;
}
.writer_box .overlay {
background: rgb(42,94,148);
background: -moz-linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
background: -webkit-linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
background: linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a5e94",endColorstr="#238aaf",GradientType=1);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
flex-direction: column;
}
.writer_box .overlay a {
color: #fff;
font-size: 25px;
margin: 0 10px;
}
.writer_box .overlay a:hover {
padding-bottom: 10px;
}
.writer_box:hover .overlay {
opacity: 1;
}
.entry-text{
font-weight: 400;
font-style: normal;
font-size: 24px;
}
#socialModal .social {
color: #fff;
border-radius: 10px;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
font-size: 23px;
margin-left: 14px;
}
@media (max-width: 1199.98px) {
.newsletterTitle {
font-size: 30px;
}
.btn-link {
font-size: 16px;
}
.library_image {
max-width: 100%;
}
.library_details {
max-width: 100%;
margin-top: 20px;
}
#manset_slide .owl-item {
width: 100%;
min-width: 619.984px;
}
#news_slide_detail .owl-nav {
top: 43px;
}
#news_slide .owl-nav {
top: 50px;
}
}
@media (max-width: 991.98px) {
.entry-text{
font-size:20px;
}
.tags a{
font-size: 12px;
line-height:30px;
margin-bottom: 10px;
}
.categoryBox_contain.collapse:not(.show) {
display: none !important;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 60px;
}
.dropdown-menu {
display: none;
}
#manset_slide .owl-item {
width: 100%;
min-width: 690px;
min-height: 400px;
}
}
@media (max-width: 767.98px) {
.subscribeInput {
border-right: 2px solid #fff !important;
width: 100%;
}
.newsletterTitle {
font-size: 25px;
}
h1, h1 a {
font-size: 30px;
}
h2, h2 a {
font-size: 25px;
}
h3, h3 a {
font-size: 22px;
}
h4, h4 a {
font-size: 20px;
}
h5, h5 a {
font-size: 18px;
}
h6, h6 a {
font-size: 16px;
}
p {
font-size: 16px;
line-height: 24px;
}
.psize18 {
font-size: 16px;
line-height: 20px;
}
.psize14 {
font-size: 12px;
line-height: 17px;
}
.stk_box {
padding: 5px;
padding-bottom: 20px;
}
.footerLine {
padding: 13px 0;
}
.line {
margin: 1.5rem 0;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 40px;
}
.calendarDetail #calendarDetail .owl-nav .owl-next:before, .calendarDetail #calendarDetail .owl-nav .owl-prev:before {
font-size: 22px;
}
.calendarDetail #calendarDetail .item span {
font-size: 22px;
padding: 10px 0;
}
.library_details {
max-width: inherit;
margin-top: 10px;
}
.library_image {
max-width: 40%;
margin-left: 10px;
margin-top: 10px;
}
#manset_slide .owl-item {
width: 100%;
min-width: 510px;
min-height: 400px;
}
.content-container img {
max-width: 100%;
height: auto;
width: 100%;
padding: 0;
float: none;
margin: 10px 0;
}
.content-container p {
overflow-wrap: break-word;
overflow: auto;
clear:inherit;
}
}
@media (max-width: 575.98px) {
figure{
clear:both;
margin:10px auto;
margin: 10px auto !important;
float: none !important;
}
#manset_slide .owl-item {
width: 100%;
min-width: 290px;
min-height: 300px;
}
#news_slide .owl-dots .owl-dot, #manset_slide .owl-dots .owl-dot, #news_slide_detail .owl-dots .owl-dot {
width: 18px;
}
#news_slide .owl-dots .owl-dot.active span, #manset_slide .owl-dots .owl-dot.active span, #news_slide_detail .owl-dots .owl-dot.active span {
width: 20px;
}
.content-container p{
overflow-wrap: break-word;
clear:both;
}
}
.alignleft {
background: #dbdbdb;
float: left;
margin: 0 10px 5px 0;
padding: 5px;
box-sizing: initial;
}
.alignright {
background: #dbdbdb;
float: right;
margin: 10px;
padding: 3px;
box-sizing: initial;
}
.aligncenter {
display: block;
margin: 0 auto;
max-width: 100%;
}
.content-container iframe{
width:100% !important;
min-height:450px !important;
}
.content-container img{
max-width:100%;
height: auto;
}
#news_slide .owl-stage-outer{
z-index:99;
}
.content-container p{
overflow-wrap: break-word;
clear:inline-start;
}
blockquote{
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}
blockquote::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
display: block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
line-height: 1;
color: #717171;
margin-bottom: 10px;
text-align: left;
}
blockquote::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10e";
display: block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
line-height: 1;
color: #717171;
text-align: right;
margin-top: 10px;
}
#reports_slide .owl-stage-outer {
-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
z-index: 2;
}
#reports_slide .owl-dots  {
margin-top: 15px;
}
#reports_slide .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
width: 26px;
margin: 0 5px;
outline: none;
}
#reports_slide .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 auto;
background: rgba(23, 94, 119, 0.5);
display: block;
-webkit-backface-visibility: visible;
transition: all .2s ease;
border-radius: 100%;
}
#reports_slide .owl-dots .owl-dot.active span {
background: rgba(23, 94, 119, 1);
width: 26px;
border-radius: 10px;
}
#reports_slide .owl-dots .owl-dot:hover span {
background: rgba(23, 94, 119, 1);
}
#reports_slide .owl-nav {
position: absolute;
left: -5%;
right: 0;
top: -5%;
bottom: 0;
margin: auto;
width: 110%;
height: 35px;
display: flex;
justify-content: space-between;
z-index: 1;
}
#reports_slide .owl-nav .owl-next:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#reports_slide .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#reports_slide.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
color: #000;
text-decoration: none;
}
#reports_slide .owl-nav button.owl-next, #reports_slide .owl-nav button.owl-prev {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
}</pre></body></html>