





    #sync1 .item{
        background: #0c83e7;
        padding: 0px 0px;
        margin: 5px 1px;
        color: #FFF;
      	/*max-height: 290px;*/
        border-radius: 0px;
        text-align: center;
    }
    #sync1 .item img {
    		width: 100%;
    }
    #sync2 .item{
        background: #fff;
        padding: 1px 0px;
        margin: 5px 1px;
        color: #FFF;
        text-align: center;
        border-radius: 0px;
        cursor: pointer;
        position: relative;
        border: 2px solid #ddd;
    }
    #sync2 .item img {
    	width: 100%;
    	height: 100%;
    	display: block;
    }
    #sync2 .item h1{
      font-size: 18px;
    }
    #sync2 .synced .item{
      background: #fff;
    }
    
    #sync1 {
    	position: relative;
    }
    #sync1 .owl-buttons {
    	position: absolute;
    	top: 50%;
    	width: 100%;
    }
    
    #sync1 .owl-buttons div {
  border-radius: 0;
  font-size: 0;
  height: 27px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 29px;
}
#sync1 .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/owl-left-arrow.png") no-repeat scroll center center;
  left: 15px;
}
#sync1 .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-right-arrow.png") no-repeat scroll center center;
  right: 15px;
}

#sync2 .owl-item.synced .item{
	border: 2px solid #186ACD;
}
/*#sync2 .owl-item.synced .item:after {
	border-bottom: 13px solid red;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -13px;
    width: 0;
}*/
#sync2 {
	margin-top: -17px;
}
.sp-thumbnail-title {
	font-weight: bold;
} 


@media (max-width: 360px) {
	#sync1 .item {
		/*padding-left: 5px;
		padding-right: 5px;*/
		  height:200px;
	}
	#sync1 .item img {
    	height: 100%;
    }
	.sp-thumbnail-title {
		font-size: 12px;
	}
	.sp-thumbnail-description {
		font-size: 12px;
	}
   

}   

@media (max-width: 320px) {
.sp-thumbnail-description {
	height: 34px;
	overflow: hidden;
}
}
     
     
     
 #sync2 {
    	position: relative;
    }
    #sync2 .owl-buttons {
    	position: absolute;
    	top: 50%;
    	width: 100%;
    }
    
    #sync2 .owl-buttons div {
  border-radius: 0;
  font-size: 0;
  height: 27px;
  margin: 0;
  opacity: 1;
  position: absolute;
   top: 50%;
  margin-top: -13px;
  width: 29px;
}
#sync2 .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/owl-left-arrow.png") no-repeat scroll center center;
  left: 15px;
}
#sync2 .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/owl-right-arrow.png") no-repeat scroll center center;
  right: 15px;
}




