/*
Theme Name: Arden
Theme URI: https://www.ardenpanel.com/
Author: KaktusCreative
Author URI: https://www.kaktusmedya.com/kaktus-creative/
Description: ArdenPanel, Herşeyi mükemmel yapmaya yeter.
Version: 1.4
Text Domain: https://www.ardenpanel.com/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    background: #ffecd2!important;
}

a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

.gv {
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 600;
}

h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 600;
}

h3 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
}

h4 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 600;
}

h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

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

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        width: 99%;
        min-width: 99%;
    }
}

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

@media (min-width: 1900px) {
    .container {
        width: 70%;
        min-width: 70%;
    }
}


input[type="text"] {
    margin: 0 0 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

input[type="email"] {
    margin: 0 0 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

input[type="password"] {
    margin: 0 0 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

input[type="checkbox"] {
    padding: 10px !important;
    border-radius: 12px;
}

textarea {
    margin: 0 0 20px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f1f1f1 !important;
    padding: 25px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

select {
    margin: 0 0 20px 0 !important;
    height: 43px !important;
    border-radius: 10px !important;
    border: 1px solid #f1f1f1 !important;
    font-size: 15px !important;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.sayfa button,
.iletisimform button {
    border: none !important;
    border-radius: 20px;
    padding: 15px 25px 15px 25px;
    background: #ecaf2d;
    color: #fff;
}

/* Genel */
.siyah {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #444;
    color: #fff;
}

.beyaz {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fff;
    color: #444;
    margin: 0 0 20px 0;
}

.kirmizi {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fe0000;
    color: #444;
}

.sari {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #ffcc33;
    color: #444;
}

/* Menüler */
.menuduzenle {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

.menuduzenle ul,
.menuduzenle li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuduzenle ul {
    position: relative;
    z-index: 6;
}

.menuduzenle ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

.menuduzenle ul li.hover,
.menuduzenle ul li:hover {
    position: relative;
    z-index: 6;
    cursor: default;
}

.menuduzenle ul ul {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.menuduzenle ul ul li {
    float: none;
    text-transform: none;
}

.menuduzenle ul li:hover>ul {
    visibility: visible;
}

.menuduzenle:after,
.menuduzenle ul:after {
    content: '';
    display: block;
    clear: both;
}

.menuduzenle ul ul {
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.menuduzenle ul ul a {
    line-height: 100%;
    color: #444;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}

.menuduzenle ul li ul a:hover {
    background: none;
    color: #bb1919;
    font-size: 15px;
    font-weight: 600;
}

.menuduzenle ul li:hover>a,
.menuduzenle ul li.active>a {
    color: #bb1919;
    font-size: 14px;
}

.menuduzenle a {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 12px 12px 12px;
}

.menuleri {
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
}

.fon {
    float: left;
    width: 100%;
    height: auto;
    background: #444;
    padding: 20px 0 20px 0;
}

.logo {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

.logo img {
    max-width: 80%;
    height: auto;
}

.heteremenu {
    float: left;
    width: 100%;
    height: auto;
}

.sosyalmedya {
    float: left;
    width: 100%;
    height: auto;
}

.harita {
    float: left;
    width: 100%;
    height: 500px;
    margin: -20px 0 30px 0;
}

.harita iframe {
    float: left;
    width: 100%;
    height: 500px;
}

.bilgitek {
    float: left;
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #fff;
    margin: 30px 0 30px 0;
}

.bilgitek h1 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    padding: 0 0 10px 0;
    margin: 15px 0 0 0;
    font-weight: 700;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.tekbilgi {
    float: left;
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px 5px 20px;
}

.formalani {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    margin: 30px 0 30px 0;
}

.sayfa {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    border-radius: 12px;
}

.sayfa h1 {
    margin: 10px 0 10px 0;
}

.sayfa img {
    max-width: 100%;
}

.kategoritek {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
}

.kategoritek h1 {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin: 0 0 0 0;
}

.kategoritek h5 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px 10px 20px;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    margin: 0 0 0 0;
}

.kategorifoto {
    float: left;
    width: 100%;
    height: 250px;
    background: #444;
}

.baslik {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    margin: 20px 0 20px 0;
}

.baslik h1 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.fotek {
    float: left;
    width: 100%;
    height: auto;
}

.fotek h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 15px 0;
}

.fotek a {
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    color: #fff;
}

.fotek a:hover {
    color: #fe0000;
}

.ibare {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
}

.ibare h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

#kayar {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

#kayar .item {
    float: left;
    width: 95%;
    height: 250px;
    background: #ffcc33;
}

ul.pagination {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

ul.pagination li {
    float: left;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px 8px 5px 8px;
    font-size: 16px;
    background: #fff;
}

/* Kategori */
.kategorigen {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.kategorigenimg {
    float: left;
    width: 100%;
    height: 240px;
}

.kategorigen h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 19px;
    font-weight: 600;
    color: #444;
    padding: 15px 20px 0 20px;
}

.kategorigen h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding: 7px 20px 20px 20px;
}

span.nezaman {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 0 20px 20px 20px;
}

.breadcrumb {
    background: #fff;
}

/* Sorular */
.sorugeneltek {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 0 15px 0;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    border: 1px solid #fff;
}

.sorugeneltek:hover {
    border: 1px solid #ff3366;
}

.sorugeneltek h1 {
    float: left;
    width: 88%;
    height: auto;
    font-size: 17px;
    font-weight: 600;
    color: #444;
    margin: 0 0 0 0;
    padding-left: 12px;
}

.sorugeneltek .sorutarih {
    float: left;
    width: 12%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-align: center;
    border-right: 1px solid #ddd;
}

.sorugeneltek .sorudigertek {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #444;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    margin: 0 0 10px 0;
}

/* Sözleşmeler */
.sozlesmegeneltek {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    color: #444;
    padding: 25px;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.sozlesmegeneltek i {
    font-size: 45px;
}

.sozlesmegeneltek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 13px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.digersozlesme {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.digersozlesme h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #444;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 15px 0;
}

.sozlesmelist {
    float: left;
    width: 100%;
    height: auto;
}

.sozlesmelist a {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #444;
}

.belgevar {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    margin: 0 0 20px 0;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.belgevar h1 {
    float: left;
    width: 100%;
    height: auto;
    color: #444;
    font-size: 18px;
    margin: 0 0 12px 0;
}

.tekbelge {
    float: left;
    width: 100%;
    height: auto;
}

.tekbelge button {
    float: left;
}

/* Haberler */
.habertek {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 0 20px 0;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.habertek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 17px;
    padding: 10px 20px 7px 20px;
    color: #444;
}

.habertek h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 12px 20px;
    color: #444;
}

.haberfoto {
    float: left;
    width: 100%;
    height: 240px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.haberic {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.haberic img {
    max-width: 100%;
}

/* Slayt Yönetimi */
.slayt {
    float: left;
    width: 100%;
    height: 600px;
    background: #333;
}

.slayt .carousel-item {
    height: 600px;
    width: 100%;
    float: left;
}

.slayt .carousel-caption {
    float: left;
    position: absolute;
    width: 100%;
    height: auto;
    content: "";
    top: 35%;
    left: 0px !important;
    z-index: 10;
    color: #fff;
    font-size: 40px;
    text-align: left;
    padding: 0 130px 0 130px;
}

.slayt .carousel-caption h1 {
    float: left;
    width: 55%;
    height: auto;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    margin: 0 0 15px 0;
    text-align: left;
    clear: both;
}

.slayt .carousel-caption h5 {
    float: left;
    width: 50%;
    height: auto;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    margin: 0 0 15px 0;
    text-align: left;
    clear: both;
}

/* Yönetim Kurulu - Meclis Üyeleri - Uzman ve Danışmanlar */
.ykurultek {
    display: inline-block;
    width: 31%;
    height: auto;
    margin-right: 1%;
    background: #fff;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.ykurulfoto {
    float: left;
    width: 100%;
    height: 275px;
}

.ykurultek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 17px;
    padding: 10px 20px 7px 20px;
    color: #444;
}

.ykurultek h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 12px 20px;
    color: #444;
}

.acykurultek {
    width: 31% !important;
    height: auto;
    background: #fff;
    text-align: center !important;
    margin: 0 auto 20px auto;
    padding: 5px;
    border: 1px solid #f1f1f1;
    display: flow-root;
}

.ykurulfoto {
    float: left;
    width: 100%;
    height: 275px;
}

.acykurultek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 17px;
    padding: 10px 20px 7px 20px;
    color: #444;
}

.acykurultek h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 12px 20px;
    color: #444;
}

/* Ürün Kategori */
.kategoriurun {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    margin: 0 0 20px 0;
    border-radius: 12px;
}

.kategoriurunimg {
    float: left;
    width: 100%;
    height: 240px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.kategoriurun h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 19px;
    font-weight: 600;
    color: #444;
    padding: 15px 20px 0 20px;
}

.kategoriurun h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding: 7px 20px 20px 20px;
}

span.nezaman {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 0 20px 20px 20px;
}

.breadcrumb {
    background: #fff;
}

.breadcrumb a {
    font-size: 14px;
    color: #444;
}

.urungaleri {
    float: left;
    width: 100%;
    height: auto;
    min-height: 220px;
    background: #fff;
    padding: 5px;
    margin: 0 0 10px 0;
}

.urungaleri img {
    max-width: 100%;
}

.urundetay {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
}

.urunibare {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 10px 0;
}

.urunibare h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 24px;
    color: #444;
    font-weight: 500;
}

.teklibut {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 10px 0 0 0;
}

a .teklibut {
    font-size: 16px;
    font-weight: 700;
    color: #444;
}

.urungentek {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    padding: 0 0 20px 0;
}

.urungentekimg {
    float: left;
    width: 100%;
    height: 240px;
}

.urungentek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 600;
    color: #444;
    padding: 15px 20px 0 20px;
}

.urungentek h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding: 3px 20px 3px 20px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff3366;
    border-color: #ff3366;
}

/* İletişim */
.iletisimbilgi {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    border-radius: 6px;
}

.iletisimbilgi h1,
.iletisimform h1 {
    float: left;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 17px;
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #eaeaea;
}

.iletisimform {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    border-radius: 6px;
}

.iletteki {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0 5px 0;
}

/* Referanslar */
.referanstek {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
}

.referanstek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 7px 0 7px 0;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-align: center;
}

.referanstekfoto {
    float: left;
    width: 100%;
    height: 150px;
}

/* Etiketler */
.ickutu {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    font-size: 16px;
    margin: 0 0 30px 0;
}

/* Altkısım */
.altkisim {
    float: left;
    width: 100%;
    height: auto;
    min-height: 250px;
    margin: 30px 0 0 0;
    padding: 30px 0 50px 0;
}

.alttek {
    float: left;
    width: 100%;
    height: auto;
}

.alttek a {
    float: left;
    width: 100%;
    height: auto;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.alttek a:hover {
    color: #ff3366;
}

.alttek h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin: 0 0 20px 0;
}

.fososyal {
    float: left;
    width: 100%;
    height: auto;
    margin: 12px 0 0 0;
}

.fososyal a {
    float: left !important;
    width: auto !important;
    height: auto !important;
    font-size: 22px;
    margin-right: 10px;
}

.adres {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
}

.telefon {
    float: left;
    width: 100%;
    height: auto;
    font-size: 23px;
    font-weight: 700;
    color: #444;
    margin: 12px 0 6px 0;
}

.copyright {
    float: left;
    width: 50%;
    height: auto;
    border-top: 1px solid #f1f1f1;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
    font-size: 15px;
}

.tasarlayan {
    float: left;
    width: 50%;
    height: auto;
    border-top: 1px solid #f1f1f1;
    text-align: right;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
    font-size: 15px;
}

.tasarlayan a {
    color: #ff3366;
    font-size: 15px;
}

/* === Mobile Design === */
.mobilust {
    float: left;
    width: 100%;
    height: 60px;
    background: #000;
}

.mobilmenu {
    float: left;
    width: 50%;
    height: auto;
}

.mobilsosyal {
    float: left;
    width: 50%;
    height: auto;
    text-align: right;
    padding: 10px;
}

.mobilsosyal a {
    font-size: 22px;
    color: #fff;
    margin-left: 12px;
}

.mobillogo {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 25px;
    background: #fff;
}

.mobillogo img {
    max-width: 70%;
}

.mobilslayt {
    float: left;
    width: 100%;
    height: 450px;
    background: #333;
}

.mobilslayt .carousel-item {
    height: 450px;
    width: 100%;
    float: left;
}

.mobilslayt .carousel-caption {
    float: left;
    position: absolute;
    width: 100%;
    height: auto;
    content: "";
    top: 35%;
    left: 0px !important;
    z-index: 10;
    color: #fff;
    font-size: 25px;
    text-align: left;
    padding: 0 50px 0 50px;
}

.mobilslayt .carousel-caption h1 {
    float: left;
    width: 55%;
    height: auto;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    margin: 0 0 15px 0;
    text-align: left;
    clear: both;
}

.mobilslayt .carousel-caption h5 {
    float: left;
    width: 50%;
    height: auto;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    margin: 0 0 15px 0;
    text-align: left;
    clear: both;
}

.mobilfooter {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    margin: 30px 0 0 0;
}

.mofotek {
    float: left;
    width: 100%;
    height: auto;
}

.mofotek {
    float: left;
    width: 100%;
    height: auto;
}

.mofotek a {
    float: left;
    width: 100%;
    height: auto;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.mofotek a:hover {
    color: #ff3366;
}

.mofotek h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin: 0 0 20px 0;
}

.mobiladres {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ddd;
    margin: 10px 0 0 0;
}

.mobiltelefon {
    float: left;
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

.mobilsayfa {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
    margin: 20px 0 15px 0;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
}

.mobilsayfa h1 {
    margin: 10px 0 10px 0;
}

.mobilsayfa img {
    max-width: 100%;
}

.mobilharita {
    float: left;
    width: 100%;
    height: auto;
}

.mobilharita iframe {
    max-width: 100%;
}

.ykurultekmobil {
    display: inline-block;
    width: 48%;
    height: auto;
    margin-right: 1%;
    background: #fff;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.ykurultekmobil h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 17px;
    padding: 10px 20px 7px 20px;
    color: #444;
}

.ykurultekmobil h5 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 12px 20px;
    color: #444;
}

.sorugeneltekmobil {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 0 15px 0;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    border: 1px solid #fff;
}

.sorugeneltekmobil:hover {
    border: 1px solid #ff3366;
}

.sorugeneltekmobil h1 {
    float: left;
    width: 80%;
    height: auto;
    font-size: 17px;
    font-weight: 600;
    color: #444;
    margin: 0 0 0 0;
    padding-left: 12px;
}

.sorugeneltekmobil .sorutarih {
    float: left;
    width: 20%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-align: center;
    border-right: 1px solid #ddd;
}

.sorugeneltekmobil .sorudigertek {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #444;
    background: #fff;
    box-shadow: 0 10px 18px 0 rgba(34, 66, 125, .08);
    margin: 0 0 10px 0;
}