﻿body {
}
 
.urunBanner { width:100%; height:550px; background-color:#fff; padding-top:45px;
}
.urunBanner h3{ color:#717171; display:block; text-align:center; padding:0px; margin:0px;  height:80px; line-height:50px;  background-color:#fff; font-size:33px;
}
#sync2 {
    margin: 0px auto;
    display: block;
    height: 350px;
    width: 1200px;
}

    #sync2 .item {
        display: block;
        height: 315px;
        background: #fff;
       
        cursor: pointer;
        float: left;
        width: 280px;
        text-align: center;
        line-height: 37px;
        font-size: 19px;
        font-weight: normal;
      
    }

        #sync2 .item h1 {
            font-size: 18px;
            padding: 0px;
            margin: 0px;
        }

    #sync2 .synced .item {
        background: rgb(20, 35, 58);
        color: #fff;
    }

    #sync2 span {
        display: block;
        clear: both;
        text-align: center;
        height:25px;
        width:100%;
        font-size:15px;
        color:#333;
        padding-top:10px;
    }

   #sync2  .owl-nav {
    position: absolute;
    text-align: center;
    top: 320px;
 left:48% ;
    width: 85px;
}
  #sync2  .owl-prev {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 33px;
    height: 33px;
    background: url(/images/prev01.png) no-repeat center #fff !important;
   
    display: block;
    border:1px solid #d1d1d1;
}
    #sync2  .owl-next {
    position: absolute;
    top: 10px;
    right: 0px;
    display: block;
    width: 33px;
    height: 33px;
    background: url(/images/next01.png) no-repeat center #fff !important ;
 
    margin-left:1px ;
      border:1px solid #d1d1d1;
}
@media (max-width: 980px) {
    #sync2 {

        width:100%;
    }
    .urunBanner{display:none; visibility:hidden;}
}