/* =============================================================================
  Base
========================================================================== */

.navbar-brand > img {
    max-height: 100px;
    width: auto;
}

.t3colorbox img {
    max-width: 100%;
    height: auto;
}
.align-center {
    text-align: center;
}
body {
    font-family: "Open sans", sans-serif;
    color: #003472;
}

.list-sponsors a img{
    display:block;
    margin:0 0 15px 0;
}

#homeCarousel {
    height: auto !important;
}

/*.carousel-inner .item:first-child .container{display:none !important}
.carousel-inner .item:nth-child(2) .container, .carousel-inner .item:nth-child(3) .container{display:none !important}*/

h1,
h2,
h3,
h4 {
    font-family: "Oswald", "Open sans", sans-serif;
}

a {
    color: inherit;
}
a:hover,
a:focus,
a:active {
    color: inherit;
}

.tx-jfmodalcontent-pi1 div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: none !important;
    max-width: 1000px;
    margin: 0 auto;
}

/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */
.navbar-static-top {
    margin: 0;
    border: 0;
    color: #fff;
}

.navbar-top {
    background: #ff7700;
    font-size: 12px;
    padding: 10px 0;
}

.header-contact i,
.header-social a i{
    font-size: 15px;
}
.header-contact i{
    top: 1px;
    position: relative;
}

.navbar-top .list-inline {
    margin-bottom: 0;
}
.navbar-top .header-contact li {
    margin-right: 15px;
}
.navbar-top .header-contact li .fa {
    margin-right: 5px;
}

.navbar-main {
    margin-bottom: 0;
    color: #fff;
    background: #003472;
    width: 100%;
}
@media(min-width:1200px){
	.navbar-main .navbar-brand {position:relative;
    height: 122px !important;
    padding: 12px 0;
    display: block;}
	.navbar-main .navbar-brand:before {
		content: "";
		background-image: url(../images/ataturk-son.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		height: 125px;
		width: 210px;
		display: block;
		position: absolute;
		bottom: -14px;
		left: calc(100% + 31px);
	}
}
.navbar-main .navbar-brand {
    border-bottom: none !important;
}
.navbar-main li:hover>a,
.navbar-main a:active,
.navbar-main a:focus,
.navbar-main a.is-active {
    background: #ff7700;
    color: #fff;
    border-bottom: 5px solid #fff;
}
.navbar-main .submenu {
    position: absolute;
    list-style: none;
    background: #fff;
    width: 200px;
    right: 0;
    visibility: hidden;
    padding: 15px 0;
    top: 130%;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.navbar-main .submenu li:hover {
    background: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.navbar-main .submenu li a {
    width: 100%;
    border-bottom: none;
    text-decoration: none;
    padding: 10px 30px;
    display: block;
    font-size: 16px;
}
.navbar-main li a {
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    padding: 20px 15px;
    border-bottom: 2px solid transparent;
}
.navbar-main .navbar-nav>li>a {
    padding: 0 15px;
    line-height: 117px;
}
.navbar-main li:hover .submenu {
    top: 100%;
    visibility: visible;
	opacity:1;
}
.navbar-main .icon-bar {
    background: #fff;
}

/* Home Slider 
================================= */

#homeCarousel {
    min-height: 60px;
}

.carousel-home img {
    width: 100%;
}
.carousel-home .carousel-control {
    background: #1f76bd;
    height: 80px;
    width: 40px;
    top: 50%;
    margin-top: -40px;
    -moz-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
    font-size: 2.5em;
    padding-top: 12px;
}
.carousel-home .carousel-control:hover {
    width: 50px;
}
.carousel-home .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 40%;
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.carousel-home .carousel-title {
    color: #fff;
	margin:0;
    font-family: "Oswald", "Open sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
    font-size: 25px;
    text-transform: uppercase;
    color: #ff7700;
    font-weight: bold;
}
.carousel-home .btn {
    margin-top: 30px;
}

.section-home {
    /*margin: 30px 0;*/
}

.about-us-col {
    position: relative;
    height: auto;
    padding: 15px;
    text-align: center;
    background-color: #003472;
    background-size: 100%;
    color: #fff;
    margin: 25px 0 0 0;
}
.about-us-col .col-icon-wrapper {
    min-height: 80px;
}
.about-us-col .col-title {
}
.about-us-col .col-details {
    text-align: justify;
    margin-bottom: 25px;
    min-height: 80px;
}

/* home/reasons 
================================= */
.home-reasons {
    margin: 25px 0;
}

.reasons-col {
    position: relative;
    overflow: hidden;
}
.reasons-col img {
    width: 100%;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    height: auto;
}

.home-reasons div.row {
    margin: 0 -5px;
}
.home-reasons div.row .col-md-3 {
    padding: 0 5px;
}

.reasons-col .reasons-titles {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(31, 118, 189, 0.8);
    width: 50%;
    color: #fff;
    font-size: 18px;
    height: 100%;
}
.reasons-col .reasons-titles h3 {
    font-size: 14px;
    margin: 5px 0 0 0;
    font-weight: bold;
}
.reasons-col .reasons-titles h5 {
    font-size: 14px;
    margin: 5px 0;
}
.reasons-col .reasons-title {
    font-weight: normal;
}
.reasons-col .on-hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 15px;
    color: #fff;
    text-align: center;
    background: rgba(31, 118, 189, 0.9);
    border-bottom: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.reasons-col:hover .on-hover {
    visibility: visible;
    opacity: 1;
    padding: 10px 0 0 0px;
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
}
.reasons-col:hover img {
    -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
    -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
    transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
}

/* home/causes
================================= */
.cause {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border: 1px solid #1f76bd;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    border-bottom: 3px solid rgba(31, 118, 189, 0.5294117647058824);
}
.cause .cause-progress {
    margin: 0 10px 15px;
    border: 1px solid #1f76bd;
    border-radius: 3px;
}
.cause .cause-progress .progress-bar {
    background: #1f76bd;
    box-shadow: none;
}
.cause .cause-img {
    margin-bottom: 15px;
    width: 100%;
}
.cause .cause-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.cause .cause-details {
    text-align: justify;
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 15px;
    min-height: 115px;
}
.cause:hover {
    background: #f0f0f0;
    color: #144d7b;
    border-color: #144d7b;
}

/* Team 
================================= */
.team-member {
    background: #1f76bd;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #1f76bd;
}
.team-member .thumnail img {
    width: 100%;
}
.team-member .member-name {
    font-weight: bold;
}
.team-member .member-position {
    padding: 0 15px 5px;
}

/* footer 
================================= */
.footer-top {
    background: #003472;
    height: 40px;
}

.main-footer {
    background: #ff7700;
    color: #fff;
}
.main-footer .footer-main {
    padding: 30px 0;
}
.main-footer .footer-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-footer .footer-title .title-under {
    background: #fff;
    margin: 15px 0;
    text-align: left;
}
.main-footer .footer-title .title-under:after {
    margin: 0;
    background: #fff;
}
.main-footer .footer-content {
	text-align:center;
    font-size: 13px;
}
.main-footer .tweet {
    font-size: 13px;
}
.main-footer .tweet:after {
    content: "";
    height: 1px;
    display: block;
    background: #003472;
    width: 150px;
    margin: 15px auto;
}
.main-footer .tweet:last-child:after {
    display: none;
}

.footer-bottom {
    background: #003472;
    padding: 20px;
}

.footer-form .form-group {
    margin-bottom: 5px;
}
.footer-form .form-control {
    background: #003472;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #fff;
    resize: none;
}
.footer-form .btn-submit {
    border-radius: 0;
    background: #003472;
    text-transform: uppercase;
    border: 1px solid #fff;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.footer-form .btn-submit:hover {
    background: #fff;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
    color: #fff;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
    color: #fff;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
    color: #fff;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: #fff;
}

/* Pages 
================================= */
.page-heading {
    background: url("../images/heading-bg5b5d.jpg?1428795369") no-repeat center;
    background-size: cover;
    min-height: 190px;
    color: #fff;
    padding: 25px 15px;
    margin-bottom: 50px;
}
.page-heading .title-under {
    background: #fff;
}

.page-description {
    font-size: 18px;
}

.main-container {
    margin-bottom: 50px;
}

/* Pages/Gallery 
================================= */
.gallery-item {
    padding: 0;
    display: block;
    margin: 0;
}
.gallery-item img {
    width: 100%;
}

.contact-items {
    margin-top: 30px;
}
.contact-items .contact-item {
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 16px;
}
.contact-items .contact-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #1f76bd;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    text-align: center;
}
.contact-items .contact-icon .fa {
    vertical-align: sub;
    font-size: 20px;
    margin-top: 7px;
}

/* contact 
================================= */
.contact-map {
    height: 350px;
    background: #ccc;
}

form .alert {
    display: none;
}

/* Causes 
================================= */
.cause-carousel {
    margin-top: 15px;
    margin-bottom: 30px;
}

/* =============================================================================
  Module
========================================================================== */
.btn-primary {
    background: #003472;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    border: 1px solid transparent;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    display: table;
    margin: 0 0 0 auto;
}
.btn-primary:hover {
    background: #fff;
    color: #1f76bd;
    border: 1px solid #1f76bd;
}

.btn-secondary {
    background: #fff;
    color: #1f76bd;
    border-radius: 0;
}
.btn-secondary:hover {
    background: #1f76bd;
    color: #fff;
}

.title-style-1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 50px;
}

.title-style-2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px;
}
.title-style-2 .title-under {
    display: block;
    margin: 5px 0;
}
.title-style-2 .title-under:after {
    margin: 0;
    margin-top: 10px;
}

.title-under {
    display: block;
    margin: 5px auto;
    background: #1f76bd;
    height: 1px;
    width: 280px;
}
.title-under:after {
    content: "";
    display: block;
    width: 100px;
    background: inherit;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
}

/* Modal
================================= */
.form-control {
    border-radius: 0;
    box-shadow: none;
}

/* Tabeles
================================= */
.table-style-1 thead {
    background: #1f76bd;
    border-bottom: 1px solid #144d7b;
    color: #fff;
}
.table-style-1 td,
.table-style-1 th {
    border-bottom: 1px solid #1f76bd;
}

.table-style-2 thead {
    background: #003472;
    border-bottom: 1px solid #144d7b;
    color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
    background: #1f76bd;
    color: #fff;
}
.table-style-2 td,
.table-style-2 th {
    border-bottom: 1px solid #1f76bd;
}

/* Tabs
================================= */
.nav-tabs {
    border-bottom-color: #1f76bd;
    margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #1f76bd;
    color: #fff;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: #1f76bd #1f76bd #1f76bd #003472;
}

.nav > li:hover > a,
.nav > li ul li a:hover,
.nav > li > a:focus {
    background: #ff7700;
    color: #fff;
}

/* Accordion
================================= */
.panel-default {
    border-color: #1f76bd;
    border-radius: 0;
}
.panel-default > .panel-heading {
    background: #1f76bd;
    color: #fff;
}
.panel-default > .panel-heading:hover {
    background: #003472;
}

/* Modal
================================= */
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-header {
    background: #1f76bd;
    color: #fff;
}
.modal .modal-header .close {
    font-style: 26px;
}

.lightbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.lightbox img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.lightbox .on-hover {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    background: rgba(31, 118, 189, 0.75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 5px;
    right: 5px;
    font-style: 18px;
    display: block;
    font-family: "Dosis", sans-serif;
    bottom: -50px;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
}
.lightbox .on-hover:before {
    content: "";
    display: block;
    width: 46px;
    height: 48px;
    position: absolute;
    background: url("../images/icons/zoom-iconaf02.png?1428101315");
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -24px;
}
.lightbox:hover .on-hover {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
    bottom: 25px;
}
.lightbox:hover img {
    -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
    -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
    transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

/* Ow carousel
================================= */
.owl-nav{display:table;margin:15px auto 0 auto}
.owl-prev,
.owl-next {
    width: 32px;
    height: 32px;
    float: left;
    border: 2px solid;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 30px;
}
.owl-prev{
	margin:0 10px 0 0;
}
.owl-next:hover,
.owl-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

/* =============================================================================
  Responsive
========================================================================== */
/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
    .about-us-col {
        padding: 15px;
    }
    .navbar-main {
        background-image: none;
    }
    .reasons-col:hover .on-hover {
        padding: 15px;
    }

    .reasons-col:hover .on-hover {
        padding: 25px;
    }
    .carousel-home .carousel-title {
        font-size: 20px;
    }
    .carousel-home .carousel-subtitle {
        font-size: 25px;
    }
    .carousel-home .btn {
        margin-top: 15px;
    }
}
/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
    .carousel-home .carousel-title {
        font-size: 20px;
    }
    .carousel-home .carousel-subtitle {
        font-size: 25px;
    }
    .carousel-home .btn {
        margin-top: 15px;
    }

    .navbar-main {
        position: relative;
        background-image: none;
        top: 0;
    }
    #homeCarousel {
        min-height: 0;
        height: auto;
        overflow: hidden;
    }
    .about-us-col {
        margin-bottom: 25px;
    }

    .team-member {
        margin-bottom: 25px;
    }

    .reasons-col {
        margin-bottom: 25px;
    }

    .footer-col {
        margin-bottom: 50px;
    }
}
/* Small devices (tablets, 768px and Down) */
@media (max-width: 768px) {
    .header-contact {
        text-align: center;
    }
    .header-contact li {
        margin: 0 !important;
    }

    .navbar-top .text-right {
        display: none;
    }

    .navbar-header img {
        margin: 0;
        padding: 0;
        padding: 0;
        height: 48px;
    }
    #homeCarousel {
        min-height: 0;
        height: auto;
        overflow: hidden;
    }
    .header-social {
        text-align: center;
    }
    .navbar-main {
        position: relative;
        background-image: none;
        top: 0;
    }

    .navbar-main #navbar {
        float: none !important;
    }
    .navbar-main .navbar-nav>li>a {
		line-height:33px;
        border-bottom: none;
    }
    .navbar-main .navbar-brand {
        padding: 0 0 0 15px;
    }
    .navbar-main .submenu {
        position: initial;
        display: none;
        width: 100%;
    }
    .navbar-main li:hover .submenu,
    .navbar-main li:active .submenu,
    .navbar-main li:focus .submenu {
        display: block;
    }

    .carousel-home .carousel-title {
        font-size: 10px;
    }
    .carousel-home .carousel-subtitle {
		font-size: 13px;
		line-height: 1.3;
    }
    .carousel-home .carousel-subtitle + a{
		display:none;
    }
    .carousel-home .carousel-control {
        background: #1f76bd;
        height: 40px;
        width: 20px;
        top: 50%;
        margin-top: -20px;
    }
    .carousel-home .carousel-control .fa {
        font-size: 1.5em;
        padding-top: 4px;
    }

    .col-form {
        margin-bottom: 25px;
    }
}
/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
    .carousel-home .carousel-title {
        font-size: 10px;
        margin: 0;
    }

    .carousel-home .carousel-caption {
        width: 50%;
    }

    .navbar-top.col-sm-6.col-xs-12.text-right {
        display: none;
    }
    #homeCarousel {
        min-height: 60px;
        height: auto;
        overflow: hidden;
    }
    .navbar-main {
        position: relative;
        background-image: none;
        top: 0;
    }

    .carousel-home .carousel-subtitle {
        font-size: 12px;
        margin: 0;
    }
    .carousel-home .carousel-indicators {
        bottom: 0;
    }
}
/* =============================================================================
  Animations
========================================================================== */
.animate-onscroll {
    visibility: hidden;
}

.animated {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.animated.fadeIn {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.col-title {
    margin: 0 0 10px 0;
    background: #ff7700;
    padding: 3px;
    line-height: 1;
    padding: 10px 3px 13px 3px;
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
    height: auto;
    font-size: 15px;
}

.news-single-img {
    float: none !important;
    margin: 0 !important;
    width: 100%;
}

.news-single-img a {
    float: left !important;
    margin: 5px !important;
}

.news-single-imgcaption {
    padding: 0;
    margin: 0;
}

.home-reasons,
.our-causes,
.our-sponsors {
    display: none;
}

.sagmenu {
    border-collapse: separate;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
    padding: 3px;
    margin: 0 0 5px 0;
    background: #ccc;
}

.sagmenu:hover {
    background: #666;
    color: #fff;
}

.sagmenu .metin {
}

.sagmenu .ok {
    background: none no-repeat
        center right;
    /* float: right; */
    height: 22px;
    width: 22px;
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 315px;
}

#main li {
    border-collapse: separate;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
    padding: 3px;
    margin: 0 0 5px 0;
    background: none no-repeat
        center left #003472;
}

#main > li {
    list-style: none;
}

#main li a {
    padding-left: 22px;
    text-decoration: none;
    color: #fff;
}

#main li:hover {
    border-collapse: separate;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
    padding: 3px;
    margin: 0 0 5px 0;
    background: none no-repeat
        center left #3d82bb;
    color: #fff;
}

.current_page_item {
    background: none no-repeat
        center left #ff7700;
    color: #fff;
}

#main li a:hover {
    color: #000;
}

#jfmodalcontent_c122,
.modalContent img {
    max-width: 100% !important;
    height: auto;
    background: none;
    border: none;
    margin: 0 auto;
    display: table;
    width: auto;
}

@media (min-width: 768px) {
    .modalContent {
        max-width: 750px !important;
    }
}
@media (min-width: 992px) {
    .modalContent {
        max-width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .modalContent {
        max-width: 1170px !important;
    }
}
@media (min-width: 1300px) {
    .modalContent {
        max-width: 1270px !important;
    }
}

.modalContent {
    height: auto !important;
    width: auto !important;
    background: none;
    border: none;
    border: none;
    padding: 0 15px;
}
.modalContent-overlay {
    position: fixed;
    bottom: 0 !important;
    height: 100% !important;
    z-index: 9999;
    width: auto !important;
    right: 0;
}

.modalContent img {
    max-width: 100% !important;
    height: auto;
    background: #fff;
    border: none;
    padding: 10px;
    margin: 0 auto;
    display: table;
    width: auto;
}

.modalContent .close {
    color: #fff !important;
}

#popup1 {
    position: absolute;
    z-index: 99999 !important;
}

.eventsCalendar-list-wrap {
    display: none;
    position: absolute !important;
    top: 0;
    z-index: 5;
    bottom: 0;
    background-color: #fff;
    left: 0;
    right: 0;
}

.eventsCalendar-list-wrap .xxx {
    position: absolute;
    right: 0;
    background-color: #003472;
    padding: 1px 3px 1px 3px;
    color: #fff;
    cursor: pointer;
}

#pits_gmap_popup .tx-pits-wd-calender div {
    width: auto !important;
}
@media (min-width: 768px) {
    #pits_gmap_popup {
        position: fixed;
        top: 17% !important;
        left: 20% !important;
        right: 20% !important;
        display: block;
        width: auto !important;
        z-index: 5 !important;
    }
}
@media (max-width: 768px) {
    #pits_gmap_popup {
        position: fixed;
        top: 10% !important;
        left: 5% !important;
        right: 5% !important;
        display: block;
        width: auto !important;
        z-index: 5 !important;
    }
}

#sb-body img {
    width: auto;
}

.about-us-col .btn-primary {
    background-color: #ff7700;
    color: #fff;
}

.news-list-container IMG {
    width: 100px;
    height: auto;
}

.news-single-img img {
    border: none;
    max-width: 300px;
    height: auto;
}

a.navbar-brand,
a.navbar-brand:hover,
a.navbar-brand:active,
a.navbar-brand:focus {
    background: transparent !important;
    color: inherit !important;
    border-bottom: 0 !important;
    height: auto !important;
}

.csc-textpic-imagecolumn img {
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd !important;
}

.csc-header h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.6;
    background-color: #003472;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-top: 1px solid #003472;
    border-left: 1px solid #003472;
    border-right: 1px solid #003472;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 1px;
}
.csc-header + .csc-uploads {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #003472;
    border-left: 1px solid #003472;
    border-right: 1px solid #003472;
    margin-bottom: 30px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.csc-header + .csc-uploads li {
    margin: 0;
}
.csc-header + .csc-uploads li span {
    text-decoration: none;
}
.csc-header + .csc-uploads li a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
}
.csc-header + .csc-uploads li a:hover {
    background-color: #f9f9f9;
}
div.csc-textpic
    .csc-textpic-imagewrap
    .csc-textpic-imagerow-last
    .csc-textpic-image {
    margin-bottom: 10px;
}
.csc-textpic-below .csc-textpic-imagewrap {
    margin-bottom: 10px;
}

.section-home.rkm {
    padding: 30px 0 0 0;
}
.section-home.about-us {
    background-color: #f5f5f5;
    padding: 30px 0;
}
.section-home.our-causes {
    background-color: #f5f5f5;
}

.list-unstyled .owl-item li {
    border: 1px solid #ddd;
    border-bottom: 3px solid #d9d9d9;
    padding: 10px;
}
.list-unstyled .owl-item li > a {
    height: 180px;
    display: block;
}

.slick_slider .prev_slider {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    left: 0;
    padding: 4px 9px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: unset;
    font-size: 14pt;
    font-weight: bold;
    z-index: 5;
    cursor: pointer;
}
.slick_slider .next_slider {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    right: 0;
    padding: 4px 9px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: unset;
    font-size: 14pt;
    font-weight: bold;
    z-index: 5;
    cursor: pointer;
}
.slick_slider .item a {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 300px;

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    box-shadow: none;
}
.slick_slider_nav .item a {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 50px;
    margin: 0 !important;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    outline: none;
    box-shadow: none;
    border: 2px solid #cfcfcf;
}
.slick_slider_nav .item {
    padding: 2px;
}
.slick_slider_nav .slick-current a {
    border-color: #003472;
}

.product-slider,
.slick_slider_1 {
    border: 1px solid #ddd;
}
.product-slider .slick_slider,
.slick_slider_1 {
    padding: 5px;
}

.product-slider .slick_slider_nav,
.slick_slider_nav_1 {
    background-color: #f5f5f5;
    padding: 7px 7px 0 7px;
}

.backlink {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
}
.backlink a {
    font-size: 13px;
    background-color: #003472;
    color: #fff;
    padding: 5px 15px;
    display: table;
}
.backlink a i {
    font-size: 13px;
    margin: 0 0 0 5px;
}

.slick-dots {
    text-align: center;
    margin: 0;
    line-height: 0;
    padding: 0 0 10px 0;
}
.slick-dots button {
    font-size: 0;
    width: 5px;
    border: 0;
    height: 5px;
    overflow: hidden;
    padding: 0;
    background-color: rgba(1, 57, 131, 0.54);
    border-radius: 50%;
    margin-right: 5px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li:last-child button {
    margin-right: 0;
}
.slick-dots .slick-active button {
    font-size: 0;
    width: 5px;
    border: 0;
    height: 5px;
    overflow: hidden;
    padding: 0;
    background-color: rgb(1, 57, 131);
    border-radius: 50%;
}
.imgs.loading {
    height: 100px;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    position: relative;
}
.imgs.loading:after {
    z-index: 9;
    font-family: FontAwesome;
    content: "\f110";
    font-size: 15px;
    animation: rotate 0.8s infinite linear;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin: -7px 0 0 0;
}
.imgs.loading:before {
    z-index: 8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.haber-detay .date {
    font-size: 12px;
    display: block;
    margin: 0 0 30px 0;
}
.haber-detay .date i {
    font-size: 12px;
}
.haber-detay .content {
    margin: 0 0 0 0;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.haber-detay .content a {
    background-color: #ddd;
    display: inline-block;
    line-height: 20px;
    padding: 0 7px 0 0;
}
.haber-detay .content a:before {
    font-family: FontAwesome;
    background-color: #003472;
    color: #fff;
    content: "\f0c1";
    margin: 0 5px 0 0;
    padding: 3px 4px 2px 4px;
    height: 22px;
    font-size: 12px;
    line-height: 17px;
    display: table;
    float: left;
}

.list-data {
    max-height: 350px;
    min-height: 350px !important;
    overflow-y: auto;
    padding: 0 10px 0 0;
}
.list-data .list-data-item a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
    padding: 0 0 5px 0;
}
.list-data .list-data-item:last-child a {
    margin-bottom: 0;
    padding: 0 0 0 0;
    border-bottom: 0;
}
.list-data .list-data-item .date {
    display: block;
    color: #ccc;
    font-size: 10px;
}
.list-data .list-data-item .date i {
    font-size: 10px;
    color: #ccc;
    margin: 0 4px 0 0;
}
.list-data .list-data-item .title {
    display: block;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

.list-data::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.list-data::-webkit-scrollbar-track {
    background: #005196;
}

/* Handle */
.list-data::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.list-data::-webkit-scrollbar-thumb:hover {
    background: #ff7700;
}

.ucluhaber .row {
    margin: 0 -2px;
}
.ucluhaber .row .col-md-3 {
    padding: 0 2px;
}

.modalContent-outer {
    overflow-y: auto !important;
}

@media (min-width: 1200px) {
    .col2-5 {
        width: 20%;
        float: left;
        padding: 0 2.5px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .col2-5 {
        width: 33.3%;
        float: left;
        padding: 0 2.5px;
    }
}
@media (max-width: 992px) and (min-width: 550px) {
    .col2-5 {
        width: 50%;
        float: left;
        padding: 0 2.5px;
    }
}
@media (max-width: 550px) {
    .col2-5 {
        width: 100%;
        padding: 0 5px;
    }
}

.modalContent div.csc-textpic {
    width: 100%;
}
.modalContent .csc-textpic-imagerow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.modalContent .csc-textpic-imagerow .csc-textpic-imagecolumn {
    width: 100%;
}
.modalContent .csc-textpic-center-inner,
.modalContent div.csc-textpic-center .csc-textpic-center-outer {
    position: relative !important;
    float: none !important;
    right: 0 !important;
}

.modalContent .close {
    position: absolute;
    right: 15px;
    top: -40px;
}

section.section-home.rkm
    .grid-home-images
    div.csc-textpic-center
    .csc-textpic-center-outer,
section.section-home.rkm
    .grid-home-images
    div.csc-textpic
    div.csc-textpic-imagecolumn,
section.section-home.rkm
    .grid-home-images
    div.csc-textpic-center
    .csc-textpic-center-inner {
    position: relative;
    float: none;
    width: 100%;
    right: 0;
}
section.section-home.rkm
    .grid-home-images
    div.csc-textpic-center
    .csc-textpic-center-inner
    .csc-textpic-imagerow {
    width: 100%;
}
section.section-home.rkm
    .grid-home-images
    div.csc-textpic
    div.csc-textpic-imagecolumn
    * {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    section.section-home.rkm
        .grid-home-images
        div.csc-textpic-center
        .csc-textpic-center-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 0 10px;
    }
    #ortasag {
        margin-top: 100px;
    }
}
@media (max-width: 768px) {
    section.section-home.rkm
        .grid-home-images
        div.csc-textpic-center
        .csc-textpic-center-inner {
        display: block;
    }
}

.footer-contacts{
	
}
.footer-contacts a{
	border:2px solid transparent;
	text-align:left;
    display: inline-block;
	padding:15px 30px 15px 55px;
	background-color:#003472;
	color:#fff;
    position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin: 15px 0 0 15px;
}
.footer-contacts a:first-child{
    margin: 15px 0 0 0;
}
.footer-contacts a:hover{
	border-color:#fff;
}
.footer-contacts a p{
	margin:0;
}
.footer-contacts a i{
    position: absolute;
    left: 15px;
    top: 15px;
}
.footer-contacts a i.fa-info{
    left: 21px;
}
.footer-contacts a i.fa-map-marker{
    left: 19px;
}