.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: white;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
}

.fixed img {
    height: 55px;
    width: auto;
}

.fixed p {
    height: 6px;
}

.anim {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.corgette {
    /*font-family: 'Courgette', cursive;*/
}

.engravers {
    font-family: 'engravers_mtbold';
}

* {
    margin: 0;
    padding: 0;
}

footer {
    background-color: #215968;
    color: white;
    padding: 20px 0;
    
}

.ub40 {
    padding-top: 40px;
}

.ub60 {
    padding-top: 60px;
}

.kucuk {
    font-size: 14px;
}

.buyuk {
    font-size: 24px;
}

.sosyal li {
    float: left;
    line-height: 40px;
}

.sosyal {
    list-style-type: none;
    margin: auto;
    width: 111px;
}

.phone {
    height: 38px !important;
    width: auto !important;
}

.marka {
    height: 65px !important;
    width: auto !important;
}

.sosyal img {
    height: 36px;
    width: auto;
}

.buradayiz {
    border-bottom: 10px solid #C0C0C0;
}


.menu {
    list-style-type: none;
}

.menu li {
    padding-left: 50px;
    display: inline-block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.menu a {
    color: white;
    background-color: black;
    outline-color: black;
}

.menu a:hover {
    text-decoration: none;
    color: white;
}

.lucida {
    font-family: 'lucida_handwritingitalic';
}

.aparaj {
    font-family: 'aparajitaregular';
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.baslik {
    background-image: url(img/baslik.jpg);
    background-repeat: repeat-x;
    background-position: 0 8px;
}

.baslik2 {
    background: white;
    font-size: 42px;
    padding: 20px;
    position: relative;
    top: -7px;
}

.sagbaslik {
    padding-left: 50%;
}

.sagbaslik2 {
    padding-left: 33.3%;
}

.solbaslik {
    padding-right: 50%;
}

.solbaslik2 {
    padding-right: 33.3%;
}

.solbaslik3 {
    padding-right: 44%;
}

.oswald {
    font-weight: 500;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}

.haberbaslik {
    /*font-family: 'Courgette', cursive;*/
    color: black !important;
    margin-top: 20px;
    display: block;
}


.centik {
    font-size: 40px;
}


.ustekaydir {
    position: absolute;
    width: 460px;
    float: right;
    padding: 20px 40px 20px 0px;
    right: 0;
    text-align: center;
}

.font18 {
    font-size: 18px;
}

.yillar {
    list-style-type: none;
    max-width: 615px;
}

.yillar li {
    width: 204px;
    float: left;
}

.yili {
    position: relative;
    font-size: 44px;
    line-height: 44px;
    width: 120px;
    text-align: center;
    display: block;
    top: 54px;
    color: #666;
    margin-top: -32px;
}

.yillar a {
    text-decoration: none;
    color: black !important;
}

.buradayiz2 {
    background-image: url('img/buradayiz2.png');
    background-position: 15px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.link {
    position: relative;
    margin-top: 10px;
    display: block;
    font-size: 24px;
    color: black;
    float: right;
    clear: both;
}

.font16 {
    font-size: 16px;
}

.ikon {
    height: 50px;
    width: auto;
}

.tab {
    font-size: 50px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: -80px;
    top: 96px;
}

.tablar {
    max-width: 750px;
    margin: auto;
}

.cp {
    cursor: pointer;
}


.tur_incele {
    display: none;
    box-shadow: rgb(166, 130, 126) 0px 0px 0px 0px inset;
    background: linear-gradient(rgb(196, 189, 151) 5%, rgb(196, 189, 151) 100%) rgb(196, 189, 151);
    border-radius: 3px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 16px;
    padding: 6px 24px;
    text-decoration: none !important;
    text-shadow: rgb(77, 53, 52) 0px 1px 0px;
    position: absolute;
    right: 4%;
    bottom: 1%;
    margin-bottom: 10px;
}

.tur_incele:hover {
    color: rgb(255, 255, 255);
}

.turlar:hover .tur_incele {
    display: inline-block;
}

.kutu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    height: 507px;
    margin: 20px;
    overflow: auto;
}

.kutu table {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
}

.kutu table br {
    height: 4px;
}

.kutu td {
    padding: 14px 16px;
    vertical-align: top;
}

.kirmizi {
    color: rgba(192, 0, 0, 1);
}

td.cizgi {
    padding: 0;
    line-height: 2px;
    background-color: #ddd;
}

.kutu table.table2 {
    line-height: 26px;
    width: 90%;
    margin: 0 5%;
    font-size: 24px;
}

.sagayasla {
    text-align: right;
}

.kirmizi.sagayasla {
    width: 35%;
    font-size: 36px;
    font-weight: bold;
    padding-right: 7%;
    padding-top: 6%;
}

.kutu p {
    font-size: 18px;
    padding: 6px;
    line-height: 24px;
}

.kutu strong {
    font-size: 22px;
    line-height: 36px;
    padding: 20px;
}

.icerik {
    padding: 20px;
}

input[type="text"],
textarea {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
}

textarea {
    height: 85px;
}

.table3 td {
    padding: 8px;
    font-size: 16px;
}

.btn2 {
    padding: 0 10px;
    width: 100%;
}

h3 {
    font-size: 30px;
}

.tek {
    background-color: #f7f7f7;
    float: left;
    display: block;
    clear: both;
    width: 100%;
}

.max80 {
    max-width: 80% !important;
    margin: 0 10%;
}

.max90 {
    max-width: 90% !important;
    margin: 0 5%;
}

.ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 8px;
    margin-bottom: 14px;
}

.ngg-gallery-thumbnail {
    border: 2px solid #002b87;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ngg-gallery-thumbnail img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 88px;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    display: block !important;
}

.lb-data .lb-number {
    display: none !important;
}

.yazi_kategori {
    list-style-type: none;
    /*font-family: 'Courgette', cursive;*/
    font-size: 30px;
    background-color: #ddd;
    padding: 15px;
}

.yazi_kategori li {
    border-bottom: 1px solid #eee;
}

.yazi_kategori a {
    color: #000 !important;
}

.fixed2 {
    position: fixed;
    top: 140px;
}

.fixed3 {
    position: fixed;
}

.font11 {
    font-size: 11px;
}

.kucuk3lu {
    height: 36px !important;
    margin: 8px;
}

@media screen and (max-width: 320px) {
    .menu li {
        padding-left: 10px;
    }
    .gidis {
        width: 12%;
    }
}

@media screen and (min-width: 360px) and (max-width: 480px) {
    .menu li {
        padding-left: 20px;
    }
} 

@media screen and (min-width: 480px) {
    .menu li {
        padding-left: 40px;
    }
}

@media screen and (max-width: 480px) {
    .umreturlari .col-md-6{
        padding: 0 4px !important;
    }
    .dolmustur{
        margin-top: -80px !important;
    }
    .logoust {
        max-width: 40%;
    }
    .yuzde60mobil{
        width: 60%;
    }
    .yuzde50mobil{
        width: 50%;
    }
    .tab {
        font-size: 34px;
        top: 65px;
        margin-top: -40px;
    }
    .turlar {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .kutu table {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .kutu td {
        padding: 10px 8px;
    }
    .kutu{
        margin: 20px 0;
        min-height: 320px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .lSPager.lSGallery{
        margin: 5px !important;
    }
    .lSSlideOuter .lSGallery li {
        float: left;
        width: 32.7px !important;
    }
}
@media screen and (max-width: 480px) {
    .font11mobil {
        font-size: 11px;
    }
    .font12mobil{
        font-size: 12px !important;
    }
    .sagbaslik,
    .sagbaslik2 {
        padding-left: 0;
    }
    .solbaslik,
    .solbaslik2,
    .solbaslik3{
        padding-right: 0;
    }
    .mobildeyok {
        display: none !important;
    }    
    .font24{
        font-size:18px;
    }
    .font18{
        font-size:14px;
    }
    .yazi_kategori{
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        font-size: 22px;
    }
    .ustekaydir{
        position: relative;
        width: auto;
        float: none;
        padding: 0;
        right: auto;
        text-align: center;
    }
    .yillar{
        width: 160px;
        margin: auto;
    }
    .yillar li {
        width: 160px;
    }
    .yili {
        font-size: 34px;
        line-height: 34px;
        width: 100px;
        top: 42px;
        margin-top: -32px;
    }
    footer {
        padding: 4px;
    }
    .font20{
        font-size:15px;
    }
    h3{
        font-size:22px;
    }
    .kirmizi.sagayasla {
        width: 42%;
        font-size: 28px !important;
        font-weight: bold;
        padding-right: 6%;
        line-height: 40px;
    }
    .kutu td.cizgi{
        padding: 0;
    }
    .kutu p {
        font-size: 14px;
    }
    .mobilde_center{
        text-align: center;
        display: block;
    }
    input[type="text"], textarea {
        width: 80%;
    }
    .sagayasla {
        font-size: 14px !important;
        line-height: 16px;
    }
    .btn2 {
        padding: 0 10px;
        width: 80%;
        font-size: 8px;
    }
}
@media screen and (min-width: 480px) {
    .webdeyok {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .baslik2 {
        font-size: 20px;
        line-height: 50px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .baslik2 {
        font-size: 26px;
        line-height: 60px;
    }
}
.fr {
    float: right !important;
}

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

.dolmustur {
    position: absolute;
    width: 80% !important;
    left: 10%;
    top: 50%;
    margin-top: -110px;
}

.text-center {
    text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	width: 100% !important;
	height: 100%;
    left: 0;
}

.max775{
    max-width: 775px;
}

.max500{
    max-width: 500px;
}

.sayfa_icerigi *{
    width: auto !important;  
}

.customNavigation{
    display: none;
}


.tur_baslik {
    text-align: center;
}

.ust{
    display: none; 
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999;
    background: white;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.75);
}