/* CSS Document */

.owl-theme .owl-controls{
	/*background:rgba(0,0,0,0.5);*/
	height:50px;
	margin-top:-45px;
	text-align:right;
}
.owl-pagination{
	background:rgba(255,255,255,0.6);
	margin-top:8px;
	padding-top:4px;
	margin-bottom:0px;
}




/********************************************************************/
.contents_box{
	margin:auto;
	padding-top:5px;
	width:100%;
	height:auto;
	min-height:450px;
	overflow:hidden;
}
.contents_box ul{
	margin:auto;
	width:95%;
	height:auto;
	overflow:hidden;
	
}
.contents_box ul li{
	position:relative;
	float:left;
	margin-left:8px;
	margin-right:8px;
	margin-top:10px;
	margin-bottom:10px;
	width:44%;
	height:auto;
	-webkit-box-shadow:#B8B8B8 0px 0px 5px;
	-moz-box-shadow: #B8B8B8 0px 0px 5px;
	box-shadow: #B8B8B8 0px 0px 5px;
	overflow:hidden;
}

.contents_box ul li .top_pic{
    z-index: 2;
	margin:auto;
	width:100%;
	height:auto;
	
	overflow:hidden;
	
}
.contents_box ul li .top_pic a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
}
.contents_box ul li .top_pic img{
	width:100%;
	height:auto;
	padding:1px;
	overflow:hidden;
	
}


.contents_box ul li .titles{
	width:100%;
	padding:2px;
	text-align:left;
	line-height:16px;
	color:#282828;
	background:rgba(255,255,255,0.7);
	font-size:14px;
	overflow:hidden;
}





/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.element * {
  position: absolute;
  margin: 0;
}

























