.box{
    position: relative;
    box-shadow: 0 0 10px #333;
    margin: 10px;
    border:0;
}
.box:before,
.box:after{
    content: "";
    width: 0;
    height: 0;
    background: rgb(230, 120, 23,0.5);
    position: absolute;
    transition: all 0.5s ease 0s;
}
.box:before{
    top: 0;
    left: 0;
}
.box:after{
    bottom: 0;
    right: 0;
}
.box:hover:before,
.box:hover:after{
    width: 100%;
    height: 100%;
}
.box img{
  width: 350px;
  height: 250px;
}
.box .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.box:hover .social-links{
    opacity: 1;
}
.box .social-links li{
    display: inline-block;
    margin-right: 5px;
}
.box .social-links li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #000;
}
.box .social-links li a:hover{
    background: #e67817;
    color: #fff;
    border-radius: 100%;
}
.box .social-links li a:hover i{
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes loading{
    25%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loading{
    25%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}

.sn-resimgaleri-yukleniyor {
    display: inline-block;
}

.sn-resimgaleri-yukleniyor:not(.sn-resim-yukle) {
    background: url('/Sayfalar/Resimler/sn-yukleniyor.gif')  no-repeat center;
}


.pagination li {
    background-color: #fff !important;
    color: #fff;
    border:0 !important;
}
.pagination li.active {
    background-color: #fff !important;
    color: #fff;
    border:0;
}
.page-item.active .page-link {
    z-index: 2 !important;
    color: #000 !important;
        background: rgb(230, 120, 23) !important;
    border: 1px solid rgb(230, 120, 23) !important;
}

.page-link {
    position: relative !important;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.10 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

.pagination li {
    background-color: white !important;
    padding: 1px 1px !important;
    cursor: pointer !important;
    text-align: center !important;
    border: 0px solid #ddd !important;
    border-radius: .25rem !important;
}