<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-family: 'Interstate TR';
    padding: 0;
    margin: 0;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
ul {
    list-style-type: circle;
}
a {
    color: #a9091c;
}

    a:hover {
        color: #1169ad;
    }


.icerik h4 {
    color: #C00434;
    font-size: 18px;
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Interstate TR';
}

h1 {
    font-family: 'Interstate TR Bold';
    color: #BB1818;
    font-size: 1.9rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.li-pdtb10 li {
    padding-top:10px;
    padding-bottom: 10px;
}
.h4, h4 {
    font-size: 1.1rem;
}

.h5, h5 {
    font-size: 1rem;
}

.h3, h3 {
    font-size: 1.6rem;
}

.h3, h2 {
    font-size: 1.7rem;
}

strong, b {
    font-family: 'Interstate TR Bold';
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.top-bg {
    background-color: #f4f2f1;
    border-bottom: 1px solid rgb(174,174,174,0.40);
}

.main-bg {
    /* background-image: url('../images/main-bg-left.png'),url('../images/main-bg-right.png'); */
    background-position: left top,right top;
    min-height: 800px;
    background-repeat: no-repeat;
}

.publications {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .publications img {
        color: #9e9e9e;
        width: 20px;
    }

    .publications span {
        color: #141414;
        font-size: 17px;
        vertical-align: middle;
    }

.publications-open {
    cursor: pointer;
    width: max-content;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
}

.search {
    float: right;
    ;
}

    .search button {
        height: 48px;
        padding: .375rem .85rem;
        border-radius: 0;
    }

    .search .icon-btn {
        background-color: rgba(162, 162,162, 0.20);
    }

        .search .icon-btn i {
            font-size: 21px;
            color: #929292;
        }

    .search input {
        width: auto;
        text-align: center;
        height: 48px;
        border-radius: 0;
        border: 0px;
        background-color: rgba(194, 194,194, 0.10);
        color: #a2a2a2;
        font-size: 15px;
    }

        .search input:focus {
            background-color: rgba(194, 194,194, 0.10);
            border-color: #92929252;
            outline: 0;
            color: #a2a2a2;
            box-shadow: 0 0 0 0.1rem rgba(146, 146, 146, 0.15);
        }

        .search input::-webkit-input-placeholder {
            color: #a2a2a2 !important;
        }

        .search input::-moz-placeholder {
            color: #a2a2a2 !important;
        }

        .search input:-moz-placeholder { /* Older versions of Firefox */
            color: #a2a2a2 !important;
        }

        .search input:-ms-input-placeholder {
            color: #a2a2a2 !important;
        }

    .search .uye-giris {
        color: #fff;
        background-color: #db0325;
    }

    .search .uye-cikis {
        color: #fff;
        background-color: #db0325;
    }

    .search .language-btn {
        background-color: #c7c6c5;
        color: #fff;
    }

.overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.90);
    overflow: auto;
    z-index: 99;
}

.overlay-content {
    top: 35%;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
    color: #fff !important;
}

body[class^="modal-active"] {
    overflow: hidden;
}

.pub {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.overlay-content h2 {
    color: #fff;
}

.pub span {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    word-break: break-word;
}

.pubs img {
    width: 100%;
    max-width: 179px;
    box-shadow: 4px 4px 25px rgba(0, 0,0,0.25);
}

.pubs a {
    text-shadow: 4px 4px 25px rgba(0, 0,0,0.25);
    text-decoration: none;
    color: #fff !important;
}

#shortcuts .shortcuts-bg {
    margin-top: 20px;
}

#slider {
    padding-top: 20px;
}

.owl-dots {
    position: absolute;
    top: 0;
    right: 15px;
}

#shortcuts img {
    height: auto;
}

.shortcut {
    padding-top: 20px;
    padding-bottom: 20px;
    align-self: flex-end;
    text-align: center;
}

    .shortcut span {
        margin-top: 15px;
        display: block;
        vertical-align: bottom;
    }
	
.shortcut {
	
    background-color: #f4f2f1;
     border: 1px solid #d8d8d8;
	     height: 100%;
		 padding:20px 20px;
		 padding:20px 20px;
		 
}

.tkd365-bg  .shortcut {
	 background-image: url('../images/tkd365-bg.jpg');
	 background-size:cover;
	 background-repeat:no-repeat;
	     justify-content: center;
    align-items: center;
    display: flex;
}
.shortcut ul {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	text-align:left;
	color:#2d2d2d;
	font-size:15px !important;
	    display: inline-block;
		  list-style-image: url('../images/square.png');
		      vertical-align: -webkit-baseline-middle;
vertical-align: middle;
 margin-left: 19px;
    margin-top: 4px;
}
.shortcut ul:before {
content: ' ';
    width: 1px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-left: -42px;
}
@media screen and (max-width: 902px) and (min-width: 600px) {
.shortcut ul {
	margin-left:0px;
	margin-top:15px;
}
.shortcut ul:before {
	display:none;
}
}
@media screen and (max-width:600px) and (min-width: 0px) {
.shortcut ul {
	margin-left:0px;
	margin-top:15px;
columns: 1;
}
.shortcut ul:before {
	display:none;
}
}
.asistanodasi-bg .shortcut  {
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}
.asistanodasi-bg{
	padding-right:0px;
	padding-left:15px;
}
.asistanodasi-bg img{
max-width:250px;
width:100%;
}

.terim-klavuz-bg .shortcut  {
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}
.terim-klavuz-bg{
	/*padding-right:5px;*/
	padding-left:5px;
}
.terim-klavuz-bg2{
	padding-right:9px;
	padding-left:2px;
}
.terim-klavuz-bg img{
max-width:250px;
width:100%;
}


.tkd365-bg{
	padding-left:0px;
	padding-right:6px;
}

.tkd365-bg img{
max-width:223px;
width:100%;
}
.tkd365-text {
	display:block;
	    margin-block-end: 0em;
		margin-bottom:0px;
	margin-top:15px;
	
}
.tkd365-text i, .tkd365-text span {
	
	color:#ad1e2e;
	 margin-top: 0px;
        display: inline;
}
.tkd365-text i {
padding-left:10px;
}
.shortcutstwo  {
margin-bottom:20px;
}
.shortcutstwo  .shortcut{
	margin-top:10px;
}

 .tkd-is-birligi-dernekler-bg {
	padding:0px 11px;
}
.kardiyobil-bg {
padding-right:4px;
}
.genc-kardiyologlar-bg {
padding-left:2px;
padding-right:10px;
}
.genc-kardiyologlar-bg2 {
padding-left:6px;
padding-right:0px;
}
.htpg-akademi-bg {
padding-left:5px;
padding-right:15px;
}
.tkd-takvim-bg {
padding-left:2px;
padding-right:5px;
}
.kardiyobil-bg .shortcut  {
	background-image:url(../images/kardiyobil-bg.jpg);
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}
.kardiyobil-bg img {
	max-width:220px;
	width:100%;
}

.tkd-is-birligi-dernekler-bg .shortcut {
    background-image: url(/images/tkd-is-yayin-dernekler-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #f4f2f1;
}
.tkd-is-birligi-dernekler-bg img {
	max-width:220px;
	width:100%;
}

.genc-kardiyologlar-bg .shortcut  {
	background-image:url(../images/genc-bg.png);
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}

.genc-kardiyologlar-bg .takvim  {
	background-image:url(../images/takvim-bg.png) !important;
	
}
.genc-kardiyologlar-bg img {
	max-width:200px;
	width:100%;
}

.genc-kardiyologlar-bg2 .shortcut  {
	background-image:url(../images/genc-bg.png);
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}

.genc-kardiyologlar-bg2 .takvim  {
	background-image:url(../images/takvim-bg.png) !important;
	
}
.genc-kardiyologlar-bg2 img {
	max-width:200px;
	width:100%;
}

.tkd-takvim-bg .shortcut  {
	background-image:url(../images/genc-bg.png);
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}

.tkd-takvim-bg .takvim  {
	background-image:url(../images/takvim-bg.png) !important;
	
}
.tkd-takvim-bg img {
	max-width:200px;
	width:100%;
}


.htpg-akademi-bg .shortcut  {
	background-image:url(../images/htpg-bg.png);
	 background-size:cover;
	 background-repeat:no-repeat;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: #f4f2f1;
}
.htpg-akademi-bg img {
	max-width:200px;
	width:100%;
}

.heightautobox {
    display: flex;
    flex-flow: wrap;
}



@media screen and (max-width: 992px) 
{
	
.terim-klavuz-bg{
	padding-right:5px;
	padding-left:0px;
	margin-top:10px;
}

.asistanodasi-bg{
	padding-right:0px;
	padding-left:6px;
	margin-top:10px;
}

}


@media screen and (max-width: 992px) and (min-width: 768px) {
.tkd365-bg{
	padding-left:0px;
	padding-right:10px;
	margin-top:10px;
}
}


.mg20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.devami {
    background-color: #f1f1f194;
    color: #565656;
    text-align: center;
    border-top: 0px;
}

    .devami i {
        color: #999897;
        padding-left: 3px;
    }
.card-etkinlik {
	background-color:#cc0000;
	color:#fff;
	margin-top:5px;
	font-size:16px;
	
}
.duyuru {
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    width: 100%;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	bottom:0px;
	
}
.duyuru:hover {

	bottom:-6px;
	    box-shadow: 0 6px 18px 0 rgba(135,135,135,0.2);
}
.duyuru-baslik {
    color: #565656;
}

.duyuru-tarih {
    color: #b6b6b6;
    padding-top: 20px;
}

.duyuru-alt {
    margin-top: 2rem;
    margin-bottom: 0rem;
    border-top: 5px solid #e3e3e3;
    width: 30%;
    border-radius: 10px;
}

.cd-horizontal-timeline ol,.cd-horizontal-timeline ul {
    list-style: none;
}

.imgzoom {
    overflow: hidden;
    position: relative;
}

    .imgzoom img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .imgzoom:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.duyuru-link {
    text-decoration: none;
}

    .duyuru-link:hover {
        text-decoration: none;
        color: #fff;
    }

        .duyuru-link:hover .devami {
            color: #fff;
            background-color: #db0325;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.shortcut a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*
    .shortcut a img {
        -webkit-filter: drop-shadow(10px 13px 12px rgba(0,0,0,0.10));
        filter: drop-shadow(10px 13px 12px rgba(0,0,0,0.10));
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.6;
    }

    .shortcut a:hover img {
        -webkit-filter: drop-shadow(10px 13px 12px rgba(0,0,0,0.10));
        filter: drop-shadow(10px 13px 12px rgba(0,0,0,0.10));
        -moz-filter: grayscale(0%);
        
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1;
    }
*/
    .shortcut a:hover span {
        color: #db0325;
    }

.degerlendirme h2, .degerlendirme a {
    margin-bottom: 7.5px;
    margin-top: 0;
    color: #333231;
    font-size: 17px;
}

.degerlendirme-border {
    border-bottom: 1px solid #000;
}

.degerlendirme a:hover {
    text-decoration: none;
    color: #db0325;
}

.degerlendirme-info {
    font-size: 14px;
    display: block;
    color: #2daae1;
    margin-bottom: 7.5px;
}

    .degerlendirme-info strong {
        color: #333231;
    }

.degerlendirme-sum {
    display: -webkit-box;
    text-align: justify;
    font-size: 13px;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    overflow: hidden;
    color: #6b6b6b;
       height: 62px;
}

.degerlendirme img {
    width: 100%;
    float: left;
}

.degerlendirme-img {
    padding-right: 7.5px;
}

.degerlendirme-text {
    padding-left: 7.5px;
}

.degerlendirme::after {
    display: block;
    margin-top: 30px;
    content: "";
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    
}

.degerlendirme::before {
    display: inline;
    border-right: 1px solid #e1e1e1;
    right: 0px;
    position: absolute;
    height: 100%;
    content: "";
}

.degerlendirmeler-tum a {
    display: block;
    margin-top: 30px;
    color: #d75774;
}

    .degerlendirmeler-tum a:hover {
        text-decoration: none;
        color: #db0325;
    }

@media (min-width: 768px) {
    .degerlendirme:nth-child(2)::before, .degerlendirme:nth-child(4)::before {
        content: "";
        border: 0px;
    }

    .degerlendirme:nth-child(3)::after, .degerlendirme:nth-child(4)::after {
        content: "";
        border: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

#destek {
    margin-top: 20px;
}

    #destek img {
        text-align: center;
           max-width: 180px;
        width: 100%;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #destek div {
        text-align: center;
    }

    #destek a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.destek-bg {
        border: 1px solid #d8d8d8;
    background-color: #f4f2f1;
}

#destek h2 {
    margin-top: 10px;
    padding-bottom: 10px;
}

#destek .linkler {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 900px;
    }
}


.footer {
    background: #e5e5e5;
        border-top: 1px solid #d8d8d8;
}

    .footer .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer h5 {
        font-size: 14px;
    }

.footerBox {
    border-left: 1px solid #D9D7D7;
}

.footer {
    font-size: 12px;
}

ul.footer {
    padding-left: 0;
}

    ul.footer li {
        list-style: none;
    }

    ul.footer a {
        color: #404040;
    }

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

.etkinlik img {
    width: 100%;
}

.etkinlik-tarih {
    border-radius: 18px;
    background-color: #f4f2f1;
    padding: 8px 25px;
    margin-bottom: 10px;
    display: block;
    width: max-content;
    color: #565656;
    font-size: 18px;
}

.etkinlik-adi {
    color: #565656;
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.etkinlik-yer {
    padding-left: 10px;
    color: #b41e2f;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.etkinlik-link a {
    padding-left: 10px;
    color: #1d7ec9;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.etkinlik-link i {
    padding-left: 7px;
}


.icon-bar {
    z-index: 99;
    position: fixed;
    background-color: #ECECEC;
    padding: 20px 10px 10px 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px 16px;
        transition: all 0.3s ease;
        color: white;
        margin-bottom: 10px;
        border-radius: 5%;
        font-size: 20px;
    }

        .icon-bar a:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            filter: drop-shadow(5px 5px 5px gray);
            -webkit-filter: drop-shadow(5px 5px 5px gray);
        }

@media (max-width: 992px) {


    .icon-bar {
        z-index: 99;
        position: unset;
        background-color: transparent;
        padding: 0px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

        .icon-bar a {
            display: inline-block;
            text-align: center;
            padding: 6px 13px;
            transition: all 0.3s ease;
            color: white;
            border-radius: 5%;
            font-size: 17px;
        }

            .icon-bar a:hover {
                color: white;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                filter: drop-shadow(5px 5px 5px gray);
                -webkit-filter: drop-shadow(5px 5px 5px gray);
            }
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.instagram {
    background: #9400B7;
    color: white;
}

.linkedin {
    background: #3071B3;
    color: white;
}

.spotify {
    background: #1ed760;
    color: white;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #F3F3F1 !important;
    box-shadow: 3px 3px 9px #0000001a;
    -webkit-box-shadow: 3px 3px 9px #0000001a;
    -moz-box-shadow: 3px 3px 9px #0000001a;
    border: 1px solid #e6e6e6;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: .1rem 0rem;
            margin: 0 .20rem;
        }

        /* makes the dropdown full width  */
        .navbar .dropdown {
            position: static;
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 113px;
			    
        }



        .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu {
            -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        }
        /* shows the dropdown menu on hover */


        .navbar .dropdown-menu {
            border-radius: 0;
            border: 0px;
            background-color: #fff;
        }
}

.navbar {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 768px) {
    .navbar {
        background-color: #F3F3F1 !important;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2.2em;
    height: 1.8em;
    background-color: #db0325;
}

.navbar-dark .navbar-nav .nav-link {
    -webkit-transition: all 0.3s;
    -mos-transition: all 0.3s;
    transition: all 0.3s;
    color: #141414;
}

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #db0325;
}

.navbar-dark .navbar-nav .active &gt; .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #1169ad;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.user-image img {
    width: 100%;
    max-width: 200px;
}

.user-name {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px dashed #979797;
    padding-bottom: 15px;
    font-size: 20px;
    color: #5d5d5d;
}

    .user-name strong {
        color: #323232;
    }

.user-image, .user-name {
    text-align: center;
}

.user-buttons {
    margin-top: 10px;
    margin-bottom: 50px;
}

.user-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    color: #ffF;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #841a1d;
    padding: 10px;
}

    .user-button i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .user-button:first-child {
        background-color: #458549;
    }

    .user-button:hover {
        margin-left: 10px;
        color: #fff;
        text-decoration: none;
    }

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.table td, .table th {
    padding: .40rem;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.breadcrumb {
    border: 1px solid #d8d8d8;
}
.panel-title {
    border: 1px solid #d8d8d8;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.panel-body {
    border: 1px solid #d8d8d8;
    background-color: #F4F5F7;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}

    .panel-body a {
        color: #323232;
    }

    .panel-body table td, .table th {
        padding: .60rem;
        font-size: 15px;
    }

.not_border &gt; .list-group-item {
    background-color: transparent;
    border: 0px;
}

.btn-danger {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #841a1d;
    background-color: #841a1d;
}

    .btn-danger:hover {
        padding-left: 10px;
        border-color: #841a1d;
        background-color: #841a1d;
    }

.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tkdul li {
    background: url("/images/tkd-ul.png") no-repeat left 3px !important;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DADADA;
    margin: 10px 0;
    padding-left: 20px;
}

    .tkdul li a {
        padding-left: 5px;
    }
.resimli-menu img {
    width: 100%;
    padding-bottom: 10px;
    max-width: 150px;
    display: inline-block;
}
.resimli-menu img:hover {

filter: grayscale(100%);
}
.resimli-menu{
    text-align: center;
}
.resimli-menu .col {
    padding: 25px;
}
.resimli-menu a {
    color: #1169ad;
}
.resimli-menu a:hover {
    color: #1169ad;,
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size:40px;
    color: #db0325;
}
.owl-theme .owl-nav {
    margin-top:0px;
}
.owl-prev{
      margin-left: -2px !important;
    top: 20%;
}
.owl-next{

    right: -54px;
    top: 20%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
    color: #db0325;
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}




.owl-carouselslider .owl-dots .owl-dot.active span, .congress-slider .owl-dots .owl-dot:hover span{
  color:#fff;
}
.owl-carouselslider .owl-prev{
  left: 30px;
top:40%;
  position: absolute;
  margin:0px !important;
}
.owl-carouselslider   .owl-prev i, .owl-next i{
  background-color: rgba(129, 129, 129, 0.1);
  font-size: 33px !important;
  color:#D4051D;
  padding-left: 8px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 8px;
}
.owl-carouselslider  .owl-nav [class*=owl-]:hover i {
  background: #D4051D;
  color: #FFF;
  text-decoration: none;
}
.owl-carouselslider   .owl-next{
  right: 30px;
  top:40%;
  margin:0px !important;
  position: absolute;
}
.owl-carouselslider:hover  .owl-nav [class*=owl-] i  {
  background: #D4051D;
  color: #FFF;
  text-decoration: none;
}
.cd-timeline-arrow{
}
.cd-timeline-arrow img {
	width:100%;
	max-width:30px;
	opacity:0.7;
}
.cd-timeline-arrow .prev {
	position:absolute;
	left:0px;
	top:50%;
}
.cd-timeline-arrow .next {
	position:absolute;
	right:0px;
	top:50%;
}</pre></body></html>