﻿/*MENU*/

header, a, img, li {
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 21px;
}
/* Basic layout */

header ul {
    list-style-type: none;
}

header li {
    display: inline;
    float: left;
}

img .logo {
    float: left;
    width:200px;
}


nav {
    width: 100%;
    margin: 0 auto;
}

header {
    background: #2f4d65;
    width: 100%;
    position: fixed;
    float: left;
    z-index: 10;
    font-size: 15px;
    display: inline-block;
}

    header a {
        color: #FFF;
        text-decoration: none;
    }

        header a.active, header a:hover {
            color: #3d3d3d;
        }

    header li {
        margin-left: 15px;
    }

    /* Sizes for the bigger menu */
    header.large {
        height: 84px;
        border-bottom: 1px solid #c4c2c2;
    }

        header.large img {
            width: 320px;
            padding: 10px 0;
            height: auto;
        }

        header.large li {
            margin-top: 35px;
        }


    /* Sizes for the smaller menu */
    header.small {
        background: rgba(47, 77, 101, 0.99) ;
        height: 50px;
        margin-top: -40px;
        font-size: 13px;
        border-bottom: 1px solid #c4c4c4;
    }

        header.small img {
            width: 250px;
            height: auto;
            padding: 8px;
            background: #fff;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.3);
            box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.3);
        }

        header.small li {
            margin-top: 17px;
        }



* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
} 

.menu {
    overflow: hidden;
}

    .menu ul {
        float: right;
    }

        .menu ul li {
            float: left;
        }

            .menu ul li a {
                display: block;
                color: #FFF;
            }

                .menu ul li a:hover {
                    color: #fe0000;
                    text-decoration: none;
                }

.menuAc {
    padding: 10px;
    color: #000;
    cursor: pointer;
    display: none;
    background:rgba(254, 0, 0, 0.97);
}


header.mobile {
    display: none;
    position: relative;
    background: transparent;
    color: #FFF;
    width: 100%;
    border: none;
    padding: 10px 0;
}

.logo-mobile {
    padding: 10px 0;
    display: none;
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .menuAc {
        display: block;
        border-radius: 4px;
    }

    .menu ul {
        display: none;
    }

        .menu ul li {
            float: none;
        }

            .menu ul li a {
            }

    .img .logo {
        display: block;
        width: auto;
        height: auto;
    }

    header {
        display: none;
    }

        header.small {
            display: none;
        }

        header.large {
            display: none;
        }

        header.mobile {
            display: block;
        }

    .logo-mobile {
        display: block;
    }


    .menu ul {
        float: left;
        background: rgba(47, 77, 101, 0.99);
        width: 100%;
        border-radius: 4px;
        padding: 0 10px;
        margin-top: 5px;
    }


    li.sosyalikon {
        width: 24%;
        float:left;
        margin-bottom: 3px;
    }



    .facebook {
        color: #FFF;
        padding: 4px 6px;
        background: #3b5998 !important;
    }


    .twitter {
        background: rgba(71, 166, 238, 1)!important;
        padding: 4px;
        color: #FFF;
    }


    .google {
        background: rgba(221, 75, 57, 1) !important;
        padding: 4px;
        color: #FFF;
    }


    .youtube {
        background: rgba(221, 75, 57, 1) !important;
        padding: 4px;
        color: #FFF;
    }

      .sosyalmenuust {
    font-size:12px; 
    text-align:center;
}

.sosyalmenuust li {
    float:right;
    }

.sosyalmenuust li a {
    color:#ccc;
    }
.sosyalmenuust li a:hover {
    color:#fff;
    text-decoration:none;
    }


.sosyalmenualt {
    font-size:12px; 
    text-align:center;
}

.sosyalmenualt li {
    float:right;
    }

.sosyalmenualt li a {
    color:#ccc;
    }
.sosyalmenualt li a:hover {
    color:#fff;
    text-decoration:none;
    }

    .menu ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding: 1px 8px 10px 10px;
    }

    .iletisim {
        margin-top: -86px !important;
    }

    .slayt {
        display: none;
    }

    .icerik {
        margin-top: -105px;
    }

    .kategori {
        margin-top: -105px;
    }

    .kurumsal {
        margin-top: -105px;
    }

    .table {
        display: none;
    }
}

@media (min-width: 1001px) {
    .menu ul {
        display: block !important;
    }

    header.mobile {
        display: none;
    }

    .logo-mobile {
        display: none;
    }

    .logo
    {
        width:200px !important;
        height:auto;
    }
}




