
.mySlider{
    background-color: #ccc;
    margin: 0px;
}
.myTop{
    width: 100%;
}
.slider-slide{
  max-height: 296px;
  background-color: #dedede;
  float: left;
}
.slider-baskan{
  
  float: left;
}

#slider-thumbs {
    width: 25%;
    float: left;
    margin-top:7px;
}
    #slider-thumbs > ul >li{
        padding: 0;
    }
        #slider-thumbs > ul >li > a{
            margin:5px;
        }

.hide-bullets {
    list-style:none;
    margin-left: -40px;
}
.sliderThumbs {
    padding: 6px;
    display: table-cell;
    max-width: 100%;
    

}
.carousel-caption {
    max-width: 100%;
    padding: 5px;
    width:100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    left: 0;
}

    .baskan{
        letter-spacing: 0.5px;
        margin-left: -5px;
        margin-right: 5px;
    }
    .baskan img{
        border:3px solid white;
    }
    .baskan h1{
        font-size: 24px;
        color: #5E5E5E;
        margin-top:5px;
    }
    .baskan .unvan{
        color: #767676;
        font-size: 16px;
        margin-top: 0px
    }
    .baskan h3{
        color: #5E5E5E;
        font-size: 18px;
        margin-top: 10px;
    }
    .baskan h3 a{
        text-decoration: none;
        color: #1185c1;
        transition:All 0.3s ease;
        -webkit-transition:All 0.3s ease;
        -moz-transition:All 0.3s ease;
        -o-transition:All 0.3s ease;
    }
    .baskan h3 a:hover{
        color: #5E5E5E;
    }
    .baskan .mesaj{
        color: #1185c1;
        font-size: 18px;
        margin-top: 5px;
        width: 90%;
        border-top: 0.5px solid #dddcdc;
    }
    .baskan .mesaj a{
        text-decoration: none;
        color: #1185c1;
        transition:All 0.3s ease;
        -webkit-transition:All 0.3s ease;
        -moz-transition:All 0.3s ease;
        -o-transition:All 0.3s ease;
    }
    .baskan .mesaj a:hover{
        color: #5E5E5E;
    }

@media only screen and (max-width: 1200px) {
    .baskan{
        background: #dedede;
        letter-spacing: 0.1px;
        min-height: 245px;
    }
    .baskan img{
        border:1px solid white;
    }
    .baskan h1{
        font-size: 14px;
        color: #5E5E5E;
        margin-top:5px;
    }
    .baskan .unvan{
        color: #767676;
        font-size: 16px;
        margin-top: 0px
    }
    .baskan h3{
        color: #5E5E5E;
        font-size: 16px;
        margin-top: 10px;
    }

    .baskan .mesaj{
        color: #40aead;
        font-size: 14px;
        margin-top: 0;
        width: 90%;
    }
}

@media only screen and (max-width: 993px) {
    #slider-foto {
    width: 100%;
    }
    #slider-thumbs{
        display: none;
    }
    .carousel-inner {
        overflow:visible;
    }
}
