:root{
}
/* styles */
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Rosario', sans-serif;
    font-family: 'Proza Libre', sans-serif;
    background-image: url(../images/system/bg.png);
    background-color: #eeeae1;
    /* background-color: #f1ede6; */
    background-repeat: repeat-x;
    background-position: 50% 0;
    color: rgba(87, 60, 19, 0.8);
    color: rgba(76, 51, 12, 0.83);
    font-weight: 500;
    font-weight: normal;
    font-size: 1.1rem;
    font-size: 1rem;
    letter-spacing: -0.2px;
}
body p {
    line-height: 2;
    line-height: 2.2;
}
b, strong {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.alert {
    font-size: 0.88rem;
    margin-bottom: 2rem;
}
.alert-warning {
    border-color: #f2ead2;
}
.alert p{
    /* line-height: 1.4; */
}
.alert p:last-child{
    margin-bottom: 0;
}
.alert i {
    margin-right: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lemonada', cursive;
    color: #4a3b23;
}
h1 {
    font-size: 1.58rem;
}
h2 {
    font-size: 1.38rem;
}
h3 {
    font-size: 1.18rem;
}
h4 {
    font-size: 1rem;
}
.font-body {
    font-family: 'Proza Libre', sans-serif !important;
}
.header {
    position: relative;
    padding: 0 0 2rem;
}
.header.header-padding{
    padding: 1rem 0 1.5rem;
}
.header.header-center{
    text-align: center;
}
.header.header-seperator-padding{
    padding-left: 110px;
    padding-right: 110px;
}
.header > h1+p {
    font-family: 'Lemonada', cursive;
    color: #4a3b23;
    font-weight: 500;
}
.header:after,
.footer:before {
    content: "";
    display: block;
    width: 60px;
    border-bottom: 1px solid rgba(146, 96, 31, 0.2);
    margin: 15px 0 0;
}
.header.header-center:after{
    margin: 10px auto 0;
}
a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}
.button {
    background-color: #448320;
    display: inline-flex;
    padding: 0.6rem 1.2rem 0.7rem;
    padding: 0.775rem 1.2rem 0.725rem;
    padding-left: 2.8rem;
    border: 0;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    user-select: none;
    transition: .2s all ease-in-out;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    font-size: 0.94rem;
}
.button:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #55982e;
}
.button,
.button:active,
.button:focus,
.button:visited{
    color: rgba(255, 255, 255, 0.9);
}
button.disabled,
button[disabled],
button[disabled]:hover,
button.disabled:hover {
    background-color: #dedede;
    color: #c5c2c2;
    cursor: default;
    pointer-events: none;
}
.button > i {
    position: absolute;
    left: 1rem;
    color: rgba(0, 0, 0, 0.4);
}
button.disabled > i,
button[disabled] > i,
button[disabled]:hover > i,
button.disabled:hover > i {
    color: rgba(0, 0, 0, 0.1);
}
.buttons .button:not(:last-child) {
    margin-right: 1rem;
}
.buttons.buttons-flex{
    display: flex;
}
.buttons.buttons-flex .button {
    flex: auto;
}
.button.button-red{
    background-color: #993c3c;
}
.button.button-red:hover {
    background-color: #a94141;
}
.button.button-orange{
    background-color: #e08e29;
}
.button.button-orange:hover {
    background-color: #ec9e3e;
}
.button.button-beige{
    background-color: #c7bca4;
}
.button.button-beige:hover {
    background-color: #d2c1a0;
}
.button.button-remove {
    padding-left: 0;
    padding: 0.2rem 0.35rem;
    border: 1px solid;
    /* display: flex; */
    /* margin: auto; */
}
.button.button-remove > i {
    position: relative;
    left: auto;
    color: #fff1f1;
    font-size: 10px;
}
.button.button-big {
    letter-spacing: 0;
    padding: 1.1rem 3.1rem;
    padding: 1.2rem 3.1rem 1.07rem;
    padding-left: 4.3rem;
    font-size: 1.17rem;
    font-size: 1.1rem;
}
.button.button-big > i {
    position: absolute;
    left: 1.4rem;
    font-size: 1.5rem;
}
.button.button-small {
    font-size: 0.92rem;
    font-size: 0.845rem;
    letter-spacing: 0;
    padding: 0.75rem 1.2rem 0.55rem;
    padding-left: 2.3rem;
    letter-spacing: -0.3px;
}
.button.button-small > i {
    position: absolute;
    /* margin-top: 1px; */
    left: 0.8rem;
    font-size: 0.86rem;
}
img{
    max-width: 100%;
}

/* card */
.card {
    border: 0;
    border-radius: 2px;
    background-color: #f7f5ef;
    transition: .2s background-color ease-in-out;
}
.card-body {
    padding: 0.875rem;
    height: 10%;
}


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


/* topbar */
.topbar {
    /* position: absolute; */
    /* width: 100%; */
}
.topbar .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.topbar .container ul {
    margin: 0;
    margin-top: 1.25rem;
    margin-right: 1rem;
}
.topbar .container ul li {
    margin-left: 15px;
}
.topbar .container ul li i {
    font-size: 1rem;
    color: rgba(86, 79, 70, 0.9);
}
.topbar .container ul li a.cart.nonempty {
    position: relative;
}
.topbar .container ul li a.cart.nonempty:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: rgba(224, 143, 41, 0.95);
    border-radius: 50%;
    z-index: 1;
    top: 0px;
    right: -5px;
}

/* navbar */
.navbar {
    padding: 0;
    margin-bottom: 38px;
}
.navbar-brand {
    margin-top: -9px;
    max-width: 340px;
}
.navbar-nav .nav-link {
    font-family: 'Lemonada', cursive;
    font-size: 0.89rem;
    letter-spacing: 0.2px;
    font-weight: 500;
    line-height: 1;
    color: rgba(86, 79, 70, 0.9);
}
.navbar-collapse {
    flex-direction: column-reverse;
    align-items: flex-end;
}
.navbar-collapse ul li{
    position: relative;
}
.navbar-collapse ul li:not(:last-child) {
    margin: 0 0.4rem 0 0;
}
.navbar-nav .nav-item.show > .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(224, 143, 41, 0.95);
    color: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.88rem 0.9rem 0.78rem;
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
    align-items: flex-end;
}
.navbar-collapse {
    margin-bottom: 0.8rem;
}
.navbar-nav .nav-item.show > .nav-link {
    border-radius: 3px 3px 0 0;
}
.navbar-collapse ul.dropdown-menu li.nav-item {
    margin: 0;
}
.dropdown-menu .nav-item > .nav-link {
    font-family: 'Proza Libre', sans-serif;
    font-size: 0.83rem;
    padding: 0.8rem 1rem 0.7rem;
}
.navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #f5f5f5;
    color: rgba(86, 79, 70, 0.9);
    border-radius: 0;
}
.dropdown-menu {
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 5px 5px 2px #0001;
    min-width: 11rem;
}
.dropdown-toggle::after {
    border: 1px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 8px;
}

/* carousel */
.carousel-control-next,
.carousel-control-prev {
    width: 70px;
    opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 60px;
    background-size: contain;
}
.carousel-control-prev-icon {
    /* background-image: url(../images/system/carousel-control-left.png); */
}
.carousel-control-next-icon {
    /* background-image: url(../images/system/carousel-control-right.png); */
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.6;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-control-next-icon:before, .carousel-control-prev-icon:before {
    content: "\f104";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-shadow: 0px 0px 8px #a26e1d;
    font-size: 3rem;
}

.carousel-control-next-icon:before {
    content: "\f105";
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
    height: auto;
}

/* seperator */
.seperator {
    min-height: 0.5rem;
}
.seperator-button {
    position: absolute;
    z-index: 1;
    padding-top: 2.5rem;
}

/* content */
.section {
    margin: 1.75rem 0 2.5rem;
    /* padding: 2.5rem 0 3rem; */
}
.section-inner {
    padding: 1rem 0 1.5rem;
}
.general-text {
    text-align: justify;
}
.video {
    margin-top: 0.5rem;
}
.section.section-present-text .buttons {
    margin: 2rem 0 0;
}
.section-present-text .row > div {
    position: relative;
}

.section-present-text .row .buttons {
    position: absolute;
    bottom: 0;
}
.section-home-modules .modules-all .modules-single {
    margin-bottom: 0;
}
.modules-all .card {
    height: auto;
}
.modules-all .card-body {
    /* padding-bottom: 0; */
    height: 100%;
}
.modules-all .infos {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 6rem;
    font-size: 1rem;
    color: rgba(87, 60, 19, 0.6);
}
.modules-all .infos h2 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: -1px;
    transition: .2s color ease-in-out;
    margin-bottom: 0.95rem;
    /* padding: 0 1.5rem; */
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* min-height: 40px; */
}
.modules-all .modules-single:hover .card {
    background-color: #fbf9f7;
}
.modules-all .modules-single:hover h2 {
    color: #448320;
}
.modules-all .infos p.group {
    font-size: 0.9rem;
    margin: 0 0.5rem 1rem;
    line-height: 1;
}
.modules-all .infos p {
    margin: 0;
}
.modules-all .infos .summary {
    font-size: 0.78rem;
    padding: 0 10px;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.modules-all .infos .info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 0.5rem;
    /* flex-direction: column; */
}
.modules-all .infos .info p {
    font-size: 0.73rem;
}
.modules-all .infos .info p:first-child {
    margin-right: 0.7rem;
}
.modules-all .modules-single {
    margin-bottom: 30px;
}
.modules-all .infos .info:before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 0;
    border-bottom: 1px solid #e8e4df;
}
.modules-all .infos .info p strong {
    margin: 0 0 0 5px;
    /* font-weight: 900; */
}
.modules-all .infos > *:last-child{
    margin-bottom: 0 !important;
}
.modules-all.programs-all .row > div {
    position: relative;
    margin-bottom: 2rem;
}
.modules-all.programs-all .modules-single {
    height: 100%;
}
.modules-all.programs-all .modules-single > .card {
    height: 100%;
    padding-bottom: 1rem;
}
.modules-all.programs-all .modules-single > .card .buttons {
    position: absolute;
    bottom: 20px;
    width: 83%;
    width: calc(100% - 2.8rem);
}

/* programme */
.programme .month {
    margin-bottom: 3rem;
}
.programme .month h2 {
    margin-bottom: 1rem;
    font-family: 'Proza Libre', sans-serif;
}
.programme .row {
    margin-left: -3px;
    margin-right: -3px;
}
.programme .row .col {
    flex-basis: 14.28571428571429%;
    flex-grow: unset;
    padding: 0 3px;
    /* max-width: 163px; */
}
.programme .row .col .card {
    margin-bottom: 6px;
    height: 126px;
    /* background-color: #f2efe7; */
    user-select: none;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.programme .row .col:nth-child(2) .card,
.programme .row .col:nth-child(4) .card,
.programme .row .col:nth-child(6) .card,
.programme .row .col:nth-child(9) .card,
.programme .row .col:nth-child(11) .card,
.programme .row .col:nth-child(13) .card,
.programme .row .col:nth-child(16) .card,
.programme .row .col:nth-child(18) .card,
.programme .row .col:nth-child(20) .card,
.programme .row .col:nth-child(23) .card {
    background-color: rgba(247, 245, 239, 0.5);
}
.programme .row .col .card:hover {
    background-color: #fbf9f7;
}
.programme .row .col .card-body {
    padding: 1.2rem;
}
.programme .day-info {
    font-family: sans-serif;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.programme .card.visited:hover .day-info {
    text-shadow: 0px 1px 1px rgba(107, 88, 58, 0.6);
}
.programme .day-info h3 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 0.9;
    margin: 0 0 0.3rem;
    font-style: normal;
    color: #6b583a;
    margin-right: -3px;
}
.programme .day-info p {
    font-size: 0.98rem;
    font-weight: 700;
    /* font-style: italic; */
    opacity: 0;
    transition: .2s opacity ease-in-out;
    text-align: right;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.programme .day-info p span{
    display: block;
}
.programme .day-info p span.day-name {
    font-size: 0.98rem;
}
.programme .card:hover .day-info p {
    opacity: 1;
}
.programme .visited .day-info h3,
.programme .visited .day-info p {
    color: rgba(255, 255, 255, 0.97);
}
/* modal */
.modal-header {
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    padding: 1.6rem 0 1rem;
}
.modal-header .modal-title {
    font-size: 1.2rem;
}
.modal-header .close {
    position: absolute;
    margin-left: 0;
    right: 0;
    top: 0;
    margin: 1.4rem 1.6rem 0 0;
    padding: 0;
    font-size: 2rem;
}
.modal-content {
    background-color: #eeeae1;
}
.documents-modal-body {
    text-align: justify;
    font-size: 0.9rem;
}
.documents-modal-body p {
    line-height: 1.9;
}
.program-single .card-body {
    padding: 1.4rem;
}
.program-single {
    /* margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 1.4rem;
    border-radius: 3px; */
}
.program-single .header h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.program-single .header p {
    font-size: 1rem;
    font-size: 0.9rem;
}
.program-single p {
    line-height: 1.7;
    margin-bottom: 0;
}
.program-single .header {
    padding: 1.4rem 0 1rem;
}
.program-single .header:after {
    margin: 0.5rem auto 0;
}
.program-single-details p {
    font-size: 0.92rem;
}
.program-single-details p strong {
    display: inline-block;
}
.programs-all .table {
    color: inherit;
}
.programs-all .table td {
    border-top: 0;
    font-size: 0.86rem;
    padding: 0.4rem 0;
}
.programs-all .table td:first-child {
    min-width: 5rem;
}
.programs-all .table td i {
    font-size: 0.7rem;
    margin-right: 0.2rem;
}
.program-single-details {
    padding-bottom: 1rem;
}
.program-single .buttons {
    text-align: center;
}
.program-single .button {
    display: flex;
}


/* buy tickets */
.section.section-buy-ticket {
    display: flex;
    justify-content: center;
}

/* festival */
.section.section-presentation-text {
}
.section.section-presentation-text .author {
    float: right;
    max-width: 174px;
    margin: 0.5rem 0 0.5px 2.4rem;
    text-align: center;
}
.section.section-presentation-text h1 {
    margin-bottom: 1.5rem;
}
.section.section-presentation-text .general-text {
    text-align: justify;
}
.section.section-presentation-text .author h2,
.section.section-presentation-text .author p {
    margin: 0 0.1rem;
    font-family: 'Proza Libre', sans-serif;
}
.section.section-presentation-text .author img {
    border-radius: 4px;
    margin-bottom: 0.8rem;
    /* filter: sepia(0.5) brightness(0.87) grayscale(0.2); */
}
.section.section-presentation-text .author h2 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.section.section-presentation-text .author p {
    font-size: 0.8rem;
    line-height: 1.4;
}

/* oyunlar */
.bar{
    margin-bottom: 1.3rem;
}
.filter-bar .row .col:last-child {
    text-align: right;
}
.filter-bar span {
    font-size: 0.9rem;
    color: rgba(87, 60, 19, 0.5);
}
.filter-bar ul {
    margin: 0;
}
.list-filter li:not(:last-child) a.button:after {
    content: "";
    border: 1px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 8px;
    margin-top: -4px;
}
.list-filter li {
    position: relative;
}
.list-filter li .dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    line-height: 1;
    min-width: auto;
}
.list-filter li .dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: rgba(86, 79, 70, 0.9);
    border-radius: 0;
}
.oyunlar-all.modules-all .infos {
    min-height: 18rem;
}
.oyun-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oyun-bar ul {
    margin: 0;
}
.oyun-bar ul li:not(:last-child) {
    margin-right: 4rem;
}
.oyun-bar ul li span.price {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Lemonada', cursive;
}
.oyun-bar ul li span > i {
    margin-right: 0.5rem;
    font-size: 0.9rem;
    color: rgba(87, 60, 19, 0.7);
}
.section-oyunlar-detay .gallery-images .card-body {
    padding: 0.6rem;
}
.gallery-images .col {
    min-width: 20%;
    max-width: 20%;
    margin-bottom: 30px;
}
.gallery-images a {
    margin-bottom: 30px;
}
.gallery-images a img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: 50%;
    border-radius: 2px;
    opacity: 0.90;
    transition: all .2s ease-in-out;
}
.gallery-images a:hover img {
    opacity: 1;
}

/* etkinlikler */
.etkinlikler-all.modules-all .infos {
    min-height: 12rem;
}
/* atolyeler */
.atolyeler-all.modules-all .infos {
    min-height: 8rem;
}
/* makaleler */
.articles-all.modules-all .infos {
    min-height: 22rem;
}

/* tables */
.program-tables table {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(87, 60, 19, 0.8);
}
.program-tables .single-table:not(:last-child) .table {
    margin-bottom: 2rem;
}
.program-tables table tr th, .program-tables table tr td {
    padding: 1.1rem 1.6rem 1rem;
    font-size: 0.88rem;
}
.program-tables table tr th {
    background-color: #f6f4ee;
    font-weight: 600;
}
.program-tables table tr td {
    background-color: #f3f0e8;
    padding: 0.9rem 1.6rem;
    font-weight: 500;
}
.program-tables table tr:nth-child(even) td {
    background-color: #f6f4ee;
}
.program-tables .table thead th {
    border-bottom: 3px solid rgb(218, 212, 205);
}
.program-tables .table thead th > i {
    margin-right: 1rem;
}
.program-tables .table td, .program-tables .table th {
    border-color: rgb(234, 232, 230);
}

/* arsiv */
.nav-tabs {
    /* background-color: #f6f4ee; */
    border-bottom: 3px solid rgb(120, 179, 87);
    align-items: flex-end;
}
.nav-tabs .nav-link {
    padding: 1.3rem 0 1.2rem;
    font-size: 0.85rem;
    /* font-weight: 500; */
    border: 0;
    line-height: 1;
    background-color: #f9f4ef;
    border: 1px solid #efe5dc;
    border-bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-tabs .nav-link:not(:last-child) {
    margin-right: 0.3rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #448320;
    color: #fff;
    border: 0;
    font-size: 0.97rem;
    font-weight: 500;
    height: 56px;
    letter-spacing: -0.3px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    /* border: 0; */
}
.nav-tabs .nav-link:not(.active):hover {
    background-color: #fffaf4;
    border-color: #ece3d9;
}
.nav-tabs .nav-item {
    margin: 0;
}

/* salonlar */
.section-salonlar table tr td:first-child {
    width: 50%;
}
.salonlar-modal-body .maps {
    margin-bottom: 2rem;
}
.salonlar-modal-body iframe {
    width: 100%;
    height: 20vw;
    border: 0;
}
.salonlar-modal-body p {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
}
.salonlar-modal-body p i {
    font-size: 0.8rem;
}

/* destek */
.supporters-all .supporters-row {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    /* margin-left: -30px; */
    /* margin-right: -30px; */
}
.supporters-all .supporter-single {
    /* flex: 1; */
    padding: 0 15px;
    display: flex;
    position: relative;
}
.supporters-all .supporter-single img {
    max-width: 200px;
    max-height: 95px;
    /* width: 160px; */
    object-fit: contain;
    object-position: center;
}
.supporters-all .supporter-single .card-body {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.875rem;
}
.supporters-all .supporter-single .card {
    background-color: transparent;
}
.supporters-all .header {
    padding: 0 0 1rem;
}
.supporters-all .header:after {
    margin-top: 0.5rem;
}
.supporters-all .header * {
    /* font-family: 'Rosario', sans-serif; */
    font-weight: 400;
    color: #bc000f;
    margin: 0;
    line-height: 1;
}
.supporters-all .header:after {
    opacity: 0;
}
.supporters-all .supporter-single:not(:last-child):after {
    content: "";
    display: block;
    top: 40%;
    height: 30%;
    border-right: 1px solid rgba(204, 194, 179, 0.35);
    position: absolute;
    right: 0;
}
.supporters-all .supporters-group:not(:first-child) .header {
    padding: 1rem 0 0.5rem;
}
.supporters-all .supporters-group {
    overflow: hidden;
}
.supporters-all .supporters-group:first-child .header * {
    font-size: 2.6rem;
}
.supporters-all .supporters-group:not(:first-child) .header * {
    font-size: 1.2rem;
}
.supporters-all .supporters-group:last-child .supporters-row {
    flex-flow: wrap;
}
.supporters-all .supporters-group:last-child .supporter-single {
    /* flex-basis: 14%; */
    /* margin-bottom: 1.7rem; */
}
.supporters-all .supporters-group:nth-child(3) .header {
    padding-right: 14rem;
}

/* online */
form#online input:not([type=checkbox]),
form#online textarea,
form#online select {
    padding: 0.6rem 0.6rem 0.4rem;
    font-size: 0.88rem;
}
.cart-sum {
    margin-bottom: 1.75rem;
}
.guvenli-odeme img {
    margin: auto;
    display: block;
}

/* contact */
.contact-map {
    height: 200px;
}
form label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
    font-size: 0.9rem;
}
form input:not([type=checkbox]),
form textarea,
form select {
    width: 100%;
    padding: 0.6rem;
    background-color: #e6e3da;
    border: 1px solid #d0ccbe;
    border-radius: 2px;
}
form .form-elem {
    margin-bottom: 1.7rem;
}
.form-item:not(:last-child) {
    margin-bottom: 1rem;
}
.form-item p {
    margin-bottom: 0;
}
.form-item .col2 {
    width: 20%;
}

/* cart sepet */
.nav-fill .nav-item i {
    margin-right: 0.5rem;
    display: none;
}
.nav-fill .nav-item.active i {
    display: inline;
}
.ticket-table input,
.ticket-table select {
    width: 100%;
    padding: 0.5rem;
    color: #666;
    font-size: 0.8rem;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /* min-width: 10rem; */
    height: 40px;
}
.ticket-table ul {
    display: flex;
    margin: 0;
    font-size: 0.88rem;
}
.ticket-table ul li.list-item-flex-12{
    flex: 1.2;
}
.ticket-table ul li.list-item-flex-06{
    flex: 0.6;
}
.ticket-table ul li.list-item-flex-02{
    flex: 0.2;
}
.ticket-list-area .card-body {
    padding: 2rem 1.75rem;
}
.ticket-table ul.ticket-list-title {
    border-bottom: 1px solid #ddd;
    font-size: 0.97rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.ticket-table-tr:not(:last-child) {
    /*padding-bottom: 1rem;
    margin-bottom: 1rem;*/
    /* padding: 1rem 0 0.8rem; */
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.ticket-table-tr:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ticket-table-tr-title {
    /* padding: 1rem 0; */
    margin-bottom: 1rem;
}
.selected-tickets-row{
    font-size: 0.88rem;
}
.selected-tickets-row:not(:last-child) {
    padding-bottom: 0.7rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #eee;
    /* padding: 1rem 0 0.8rem; */
}
.selected-tickets-row:last-child {
    /* border-bottom: 0; */
    /* padding-bottom: 0; */
}
.ticket-play-infos {
    display: flex;
    margin: 1.5rem 1px;
    align-items: center;
}
.ticket-play-infos img {
    width: 50px;
    margin-right: 2rem;
    border-radius: 3px;
    opacity: 0.8;
}
.ticket-play-info {
    width: 100%;
    font-size: 0.85rem;
    color: rgba(76, 51, 12, 0.65);
}
.ticket-play-info > .row:not(:last-child) {
    margin-bottom: 0.5rem;
}
.ticket-play-infos i {
    font-size: 0.7rem;
    margin-right: 0.7rem;
}
.ticket-play-info > .row .col{
    flex: 0.7;
}
.ticket-play-info > .row .col:first-child {
    font-weight: 500;
    flex: 1.9;
}
.ticket-play-info > .row .col:last-child{
    flex: 1;
}
.ticket-play-info > .row .col p{
    margin: 0;
}
/* cart */
.cart-sum .card {
    background-color: #fffdfa;
}
.cart-sum h2,
.cart-sum h3 {
    font-family: 'Proza Libre', sans-serif;
}
.cart-sum .card-body {
    padding: 2rem;
}
.cart-sum .cart-header {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    /* border-bottom: 2px solid #eee; */
    text-align: center;
}
.cart-sum .cart-header h2 {
    margin: 0;
    font-size: 1rem;
    /* letter-spacing: 0; */
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.cart-sum .cart-header h2 i {
    margin: 0px 0.5rem 1px 0;
    color: #8a7048;
}
.cart-sum .cart-list {
    font-size: 0.8rem;
    line-height: 1;
}
.cart-sum .cart-list ul{
    margin-bottom: 0;
}
.cart-sum .cart-list p {
    margin: 0;
    line-height: 1.7;
    /* font-weight: 500; */
}
.cart-sum .cart-list > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-sum .cart-list > ul > li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
}
.cart-sum .cart-list > ul > li p:last-child{
    text-align: right;
}
.cart-sum .cart-list > ul > li p span {
    margin: 0 0.5rem;
}
.cart-sum .card:first-child {
    border-bottom: 6px dotted #f3ece5;
}
.cart-sum .card:before, .cart-sum .card:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 7px;
    position: absolute;
}
.cart-sum .card:before {
    border-color: transparent transparent #f3ece5 #f3ece5;
    bottom: -4px;
    left: -1px;
}
.cart-sum .card:after {
    right: -1px;
    border-color: transparent #f3ece5 #f3ece5 transparent;
    bottom: -4px;
}
.cart-sum .card:last-child:before {
    border-color: #f3ece5 transparent transparent #f3ece5;
    bottom: auto;
    top: -3px;
    left: -1px;
}
.cart-sum .card:last-child:after {
    border-color: #f3ece5 #f3ece5 transparent transparent;
    bottom: auto;
    top: -3px;
    right: -1px;
}
.cart-sum .card:last-child .cart-list {
    font-size: 1rem;
}
.buttons.online-odeme-buttons {
    margin: 1.2rem 0;
}

/* footer */
.footer {
    position: relative;
    padding: 1rem 0;
    text-align: center;
}
.footer:before {
    display: none;
    bottom: auto;
    top: 0;
    margin: 0 auto 15px;
}
.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer .copyright p {
    /* font-size: 1rem; */
    font-weight: 500;
    margin-bottom: 0;
}
.footer .copyright p:last-child {
    font-size: 0.9rem;
    color: rgba(87, 60, 19, 0.6);
    line-height: 1.2;
}
.footer .copyright p:last-child i {
    color: rgba(68, 131, 32, 0.7);
}
.footer .socials {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.footer .socials ul {
    margin-bottom: 0;
    text-align: unset;
    margin-right: 1.5rem;
}
.footer .social ul i {
    font-size: 1.22rem;
}
.footer .social ul li.list-inline-item {
    margin: 0 0.6rem;
}
.footer .socials ul li:not(:last-child) {
    margin-right: 1rem;
}
.footer .socials p {
    line-height: 1;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}
.footer .documents {
    font-size: 0.75rem;
    color: rgba(87, 60, 19, 0.6);
    line-height: 1.2;
    margin: 0.7rem 0 0 0;
    line-height: 1;
}
.footer .documents ul {
    margin: 0;
}
.footer .documents ul li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 8px;
}

.grecaptcha-badge {
    display: none;
}

@media(max-width: 1200px){
    .button {
        font-size: 0.8rem;
    }
    .button.button-big {
        font-size: 0.9rem;
        padding: 1rem 2rem 1rem 4rem;
    }
    .button.button-small {
        font-size: 0.76rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.88rem 0.4rem 0.78rem;
        font-size: 0.78rem;
        letter-spacing: -0.5px;
    }
    .dropdown-menu .nav-item > .nav-link {
        padding: 0.8rem 1rem 0.7rem;
    }
    .modules-all .infos {
        min-height: 5rem;
    }
    .modal-lg, .modal-xl {
        max-width: 860px;
    }
    .bar .row .col:not(:first-child) {
        flex: 1.25;
    }
    .oyun-bar {
        font-size: 0.9rem;
    }
    .oyun-bar ul li:not(:last-child) {
        margin-right: 2rem;
    }
    .articles-all.modules-all .infos {
        min-height: 25rem;
    }
}
@media (max-width: 991px){
    .topbar {
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 0;
    }
    .topbar .container ul {
        margin: 1rem 0 0;
    }
    .topbar .container ul li {
        margin-left: 0.5rem;
    }
    .navbar {
        margin: 1.3rem 0;
        padding: 0 15px;
    }
    .navbar-brand {
        padding: 0;
        width: auto;
        max-width: 73%;
        margin: 0;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 0.86rem;
        letter-spacing: -0.5px;
        /* font-weight: 500; */
        /* background-color: #e09432; */
        padding: 0.7rem 0.6rem 0.6rem;
        outline: transparent !important;
        position: relative;
        border-radius: 4px;
        /* margin-right: 15px; */
        margin-top: 2rem;
    }
    .navbar-toggler span {
        display: flex;
        align-items: center;
        justify-content: center;
        outline: transparent;
        width: auto;
        height: auto;
    }
    .navbar-toggler span i {
        font-size: 0.5rem;
        margin: 0 0.4rem 0 0;
    }
    .navbar-collapse {
        position: absolute;
        background-color: #f9f9f9;
        top: 100%;
        right: 15px;
        z-index: 16;
        width: 13rem;
        margin: 0;
    }
    .navbar-nav .nav-link, .dropdown-menu .nav-item > .nav-link {
        font-size: 0.76rem;
        padding: 0.8rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.7rem 1rem 0.7rem;
    }
    .navbar-collapse ul li:not(:last-child),
    .navbar-collapse ul li {
        margin: 0 0 0.3rem;
    }
    .navbar-collapse ul li:not(:last-child) {
        border-bottom: 1px solid #f4f4f4;
    }
    .dropdown-menu {
        box-shadow: unset;
        border-radius: 0;
        min-width: auto;
        background-color: #eee;
        padding: 0;
    }

    .navbar-nav {
        padding: 0.5rem;
        border-top: 4px solid #448320;
    }
    .navbar-nav .nav-item.show > .nav-link,
    .navbar-nav .nav-link:hover {
        background-color: #ddd;
        color: rgba(86, 79, 70, 0.9);
    }
    .navbar-nav .nav-link.active {
        background-color: #448320;
        color: rgba(255, 255, 255, 0.9);
    }
    .navbar-nav .nav-item.show > .nav-link,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        border-radius: 2px;
    }
    .navbar-toggler[aria-expanded=true] {
        border-radius: 4px 4px 0 0;
    }
    h1 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.12rem;
    }
    h3 {
        font-size: 0.94rem;
    }
    h4 {
        font-size: 0.88rem;
    }
    body{
        font-size: 0.88rem;
        letter-spacing: -0.5px;
    }
    body p{
        line-height: 2.1;
    }
    .header {
        padding: 0 0 1rem;
    }
    .header.header-padding {
        padding: 1rem 0;
    }
    .section {
        padding: 0;
        margin: 1rem 0;
    }
    .buttons .button:not(:last-child) {
        margin-right: 0.5rem;
    }
    .button.button-big {
        padding: 1rem 0.6rem 1rem 2.1rem;
    }
    .button.button-big > i {
        left: 0.6rem;
        font-size: 1rem;
    }
    .section-present-text .row .buttons {
        position: relative;
        display: flex;
    }
    .section-present-text .row .buttons .button {
        flex: auto;
    }
    .section-home-modules .modules-all .modules-single{
        margin-bottom: 1rem;
    }
    .video {
        margin-top: 2rem;
    }
    .programme .row .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 20px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 30px;
    }
    .carousel-indicators {
        display: none;
    }
    .programme .row .col.padding-col{
        display: none;
    }
    .footer .container {
        /* flex-direction: column-reverse; */
        text-align: center;
    }
    .footer .copyright p {
        line-height: 2;
        margin: 0;
    }
    .footer .container .copyright {
        margin-bottom: 1rem;
    }
    .footer ul {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .footer ul li.list-inline-item {
        margin: 0 0.5rem;
    }
    .section.section-presentation-text .author {
        max-width: 7rem;
    }
    .bar.filter-bar > .row {
        flex-direction: column;
    }
    .bar.filter-bar > .row .col {
        flex: 1;
    }
    .list-inline-item:not(:last-child) {
        margin-right: .3rem;
    }
    .bar.filter-bar .list-inline-item {
        margin-bottom: 0.2rem;
    }
    .filter-bar span {
        font-size: 0.86rem;
        letter-spacing: -1px;
    }
    .filter-bar ul {
        margin-bottom: 1rem;
    }
    .filter-bar ul li:first-child {
        display: block;
    }
    .filter-bar .row .col:last-child {
        text-align: left;
    }
    .filter-bar .button.button-small {
        padding: 0.7rem 0.5rem 0.6rem 1.4rem;
        letter-spacing: -0.8px;
    }
    .filter-bar .button.button-small > i {
        left: 0.5rem;
        font-size: 0.75rem;
    }
    .oyunlar-all.modules-all .infos, .modules-all .infos {
        min-height: auto;
        padding: 2rem 0;
    }
    .modules-all .card-body > img {
        width: 100%;
    }
    .modules-all .infos .summary {
        font-size: 0.88rem;
    }
    .modules-all .infos .info p {
        font-size: 0.88rem;
    }
    .seperator-button {
        /* position: relative; */
        padding-top: 0;
    }
    .seperator-button a.button {
        min-height: 22px;
        font-size: 0;
        padding: 0 0.7rem;
    }
    .seperator-button a.button i {
        position: relative;
        left: auto;
    }
    .oyun-bar {
        flex-direction: column;
        margin: 0;
    }
    .oyun-bar ul:last-child {
        /* display: none; */
        width: 100%;
    }
    .oyun-bar ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }
    .oyun-bar ul:first-child li {
        flex-basis: 64%;
        margin-bottom: 0.5rem;
    }
    .oyun-bar ul:first-child li:nth-child(2n) {
        flex-basis: 36%;
    }
    .oyun-bar ul:first-child li:not(:last-child) {
        margin-right: 0;
    }
    .oyun-bar ul:first-child li span > i {
        margin-right: 1rem;
    }
    .oyun-bar ul:last-child > li {
        display: block;
        width: 100%;
    }
    .oyun-bar ul .button {
        width: 100%;
        padding: 1rem 0;
    }
    .section.section-oyunlar-detay .section-inner > .row {
        flex-direction: column;
    }
    .gallery-images .col {
        flex-basis: 50%;
        max-width: 50%;
        min-width: unset;
        max-height: unset;
    }
    .single-table {
        position: relative;
    }
    .program-tables table tr td {
        padding: 0.9rem 1rem;
    }
    .supporters-all .supporter-single .card-body {
        padding: 0;
    }
    .supporters-all .supporter-single {
        flex-basis: 50%;
        margin-bottom: 1rem;
    }
    .supporters-all .supporters-row {
        flex-wrap: wrap;
    }
    .supporters-all .supporter-single img {
        height: 160px;
        width: 120px;
    }
    .supporters-all .supporter-single .card {
        margin: auto;
    }
    .ticket-list-area .card-body {
        padding: 1rem;
    }
    .ticket-table ul.ticket-list-title {
        font-size: 0.78rem;
    }
    .cart-ticket-area {
        margin-bottom: 2rem;
    }
    .nav-tabs .nav-link {
        width: 100%;
    }
    .nav-tabs .nav-link:not(:last-child) {
        margin: 0;
    }
    .ticket-list-area-single .ticket-table {
        display: flex;
        flex-direction: row;
    }
    .ticket-list-area-single .ticket-table ul.ticket-list-title {
        display: flex;
        flex-direction: column;
    }
    .ticket-list-area-single .ticket-table ul {
        flex-direction: column;
    }
    .ticket-list-area-single .ticket-table ul li {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    .ticket-list-area-single .list-inline-item:not(:last-child) {
        margin: 0;
    }
    .ticket-list-area-single .ticket-table ul.ticket-list-title {
        border-bottom: 1px solid #eee;
    }
    .ticket-list-area-single .ticket-table-head {
        flex: 1;
    }
    .ticket-list-area-single .ticket-table-body {
        flex: 2;
    }
    .ticket-list-area-single .ticket-play-infos {
        flex-direction: column;
        margin-bottom: 0;
    }
    .ticket-list-area-single .ticket-play-infos img {
        width: auto;
        margin: 0;
        margin-bottom: 1rem;
    }
    .ticket-list-area-single .ticket-play-info > .row {
        display: flex;
        flex-direction: column;
    }
    .footer .socials {
        flex-direction: column;
    }
    .footer .socials ul {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .header.header-seperator-padding{
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-images a img {
        height: 150px;
    }
    .program-tables table tr th:first-child,
    .program-tables table tr td:first-child {
        width: 45%;
    }
    .carousel-control-next-icon:before,
    .carousel-control-prev-icon:before {
        font-size: 2rem;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 32px;
    }
}