@import url(http://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext);

/******************** Sticky footer styles ********************/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    background-color: #EFEFEF;
    font-family: "Cabin", Arial, Helvetica, sans-serif;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #710000;
}
/******************** Sticky footer styles *******************/




.muze_color {
    color: #676565;
}

.muze_body_color {
    color: #262526;
}

.muze_text {
    color: #710000;
    font-weight: 700;
    line-height: 1.7;
}

.muze_btn_color {
    color: white;
    background-color: #B82E2E;
}


.detay {
    background-color: #ffffff;
    max-width: 1200px;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-top: 120px;
    height: 500px;
}


.muze_title {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 48px;
    z-index: 100;
    top: 150px;
}

.gray_background {
    background-color: gray;
}


.sub_page_body {
    background-color: #77D4D9;
}

.colorwhite {
    color: white;
}

.cerceve {
    margin: 0 auto;
    border: 4px solid #D41467;
    background: repeat-x;
    border-radius: 8px;
}

.yuvarlak {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 5px solid #970000;
    margin: 0 auto;
    margin-bottom: 8px;
}

.kare8radius {
    border-radius: 8px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 4px solid #262526;
    margin: 0 auto;
}

.border43 {
    border-radius: 8px;
    border: 4px solid #970000;
}

.text-white {
    color: #fff;
}

.margintop20 {
    margin-top: 20px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop70 {
    margin-top: 70px;
}

.margintop82 {
    margin-top: 82px;
}

.margintop100 {
    margin-top: 100px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.marginbottom20 {
    margin-bottom: 50px;
}

.margin_auto4center {
    margin: 0 auto;
}

.minhieght200 {
    min-height: 200px;
}

.minhieght170 {
    min-height: 170px;
}

.minhieght100 {
    min-height: 100px;
}

.minhieght250 {
    min-height: 250px;
}

.maxhieght100 {
    max-height: 100px;
}

.minwidth90 {
    min-width: 90px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.center_image {
    margin-right: auto;
    margin-left: auto;
}

.gorusoneri {
    line-height: 0.90;
}

hr {
    background-color: #710000;
    height: 1px;
}

.modal-content {
    background-color: #FFF;
    color: #000;
}

.btn-cekim {
    color: #710000;
    background-color: white;
    border-color: #710000;
}

    .btn-cekim:hover {
        color: #fff;
        background-color: #9c2727;
        border-color: #710000;
    }


.ortafooter {
    /*border-radius: 8px;*/
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding: 10px 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 2px solid #676565;
}

    .ortafooter a {
        color: #710000;
    }

        .ortafooter a:hover {
            color: #333;
            border-radius: 8px;
            -webkit-box-shadow: inset 5px 5px 153px 5px rgba(166,45,45,0.5);
            -moz-box-shadow: inset 5px 5px 153px 5px rgba(166,45,45,0.5);
            box-shadow: inset 5px 5px 153px 5px rgba(166,45,45,0.5);
            -o-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -ms-transition: all .5s;
        }

.fb-share-button span {
    vertical-align: baseline !important;
}


/**************** Go to Top **********************/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #dcd9d9;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: #9c2727;
    }

    #back-to-top.show {
        opacity: 1;
    }
/**************** Go to Top **********************/

/**************** Videolar **********************/
.videolarDiv > div {
    margin-bottom: 40px;
}

    .videolarDiv > div > a > img {
        margin-right: auto;
        margin-left: auto;
    }

/**************** Videolar **********************/

.sayfa-ana-baslik {
    font-family: "Comic Sans MS", cursive, sans-serif;
    letter-spacing: 10px;
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    color: #710000;
    text-align: center;
    text-shadow: 3px 3px 1px #FFF, -3px -3px 1px #FFF, -3px 3px 1px #FFF, 2px -2px 1px #FFF;
}

.sayfa-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #262526;
    border-bottom: 2px solid #262526;
    margin-bottom: 40px;
    padding-bottom: 4px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sayfa-alt-baslik {
    font-size: 15px;
    font-weight: bold;
    color: #262526;
    border-bottom: 2px solid #262526;
    margin-bottom: 40px;
    padding-bottom: 4px;
    margin-left: 15px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sayfa-video-alt-baslik {
    font-size: 15px;
    font-weight: bold;
    color: #676565;
    border-bottom: 2px solid #710000;
    margin-bottom: 40px;
    padding-bottom: 4px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

.slider {
    margin-top: 72px;
}

.altresimhref {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

    .altresimhref:hover {
        text-decoration: none;
    }

.alt_resim_bolmeleri {
    margin: 20px 0px;
}

/*********iletisim*****/
.iletisim {
    color: #4B989C;
}

    .iletisim .ahref_style {
        color: #b51010;
    }
/*********iletisim*****/


/*********NAV BAR*****/
.navbar-toggle {
    margin-top: 22px;
}

    .navbar-toggle .icon-bar {
        background: #fff;
        width: 30px;
        height: 3px;
        border-radius: 0px;
    }

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar .container-fluid-2 {
    /*box-shadow: 0 5px 10px 1px #3d8fd5;*/
    background: #263F3B;
    background-color: #710000;
    /*border-bottom: 2px solid #D41467;*/
}

.navbar .container-fluid {
    /*box-shadow: 0 5px 10px 1px #3d8fd5;*/
    background: #263F3B;
    background-color: #710000;
    /*border-bottom: 2px solid #D41467;*/
}

.sekillendir {
    color: #333 !important;
    font-size: 11px;
    font-weight: 600;
    padding-right: 15px;
    height: 20px;
}

.navbar ul {
    margin-top: 2px;
}

    .navbar ul li a:hover {
        border-radius: 10px;
        color: #d2d2d2;
    }

.nav li a {
    color: #FFF;
    font-weight: 600;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    /*text-align: center;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    /*text-decoration: solid;*/
    background-color: rgba(255, 255, 255, 0.00);
}


.dropdown-menu > li > a {
    /*padding-top: 16px;*/
    padding-bottom: 15px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: rgba(0, 0, 0, 0.00);
    }

.navbar-right {
    margin-right: 0px;
}

.navbar-brand {
    height: 50px;
    padding-top: 0px;
}

.footer_muze {
    color: #ffffff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 500px;
}

/*********NAV BAR*****/

/**************************** HARITA *************************************************/
#harita_bosluk {
    padding: 20px;
}
/******************** MAP *************************/
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
/******************** MAP *************************/

/**************************** HARITA *************************************************/

/******************** LOGO *************************/

.logo img {
    max-height: 60px;
    margin-top: -20px;
    /*width: 200px;*/
}

/******************** LOGO *************************/

/******************** TOP ICON *************************/
#top {
    height: 60px;
    bottom: 50px;
    display: none;
    position: fixed;
    right: 20px;
    cursor: pointer;
}
/******************** TOP ICON *************************/

/******************** CAROUSEL  *************************/
.carousel-inner > .item > img {
    min-height: 250px;
    min-width: 100%;
}
/******************** CAROUSEL  *************************/

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav li a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav li a {
        padding-left: 1px;
        padding-right: 1px;
        font-size: 9px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
}

/******************** Hover on menu********************/
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }    
}
/******************** Hover on menu********************/

@media (max-width: 767px) {
    .navbar ul li {
        background: #710000;
    }

        .navbar ul li a {
            color: #fff;
        }

    .navbar-nav {
        margin: 0px;
        float: left;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    footer {
        font-size: 12px;
    }

    .title {
        background: #306a9c;
        margin-bottom: 15px;
    }

    .title-section {
        background: #306a9c;
        position: relative;
        padding-top: 70px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .title-header {
        margin: 0 0 5px 15px;
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }

    .yuvarlak {
        width: 100px;
        height: 100px;
    }

    .sayfa-ana-baslik {
        letter-spacing: 3px;
        font-size: 22px;
        text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF;
    }

    .logo img {
        margin-top: 0px;
    }

    .slider {
        margin-top: 67px;
    }

    .carousel-caption h3 {
        font-size: 12px;
    }
}