@font-face {
    font-family: webdings1;
    src: local(webdings1), url('../fonts/webdings1.woff') format('opentype');
}


#target_slider .item{
    margin: 3px;
	padding: 3px;
	text-align: center;
}
#target_slider .item img{
    display: block;
    width: 100%;
    height: auto;
	margin-bottom: 3px;
}



#target_slider	{
	margin-bottom: 30px;
    font-size: 13px;
    line-height: normal;
}

#target_slider a:link{
    text-decoration: none;

}

#target_slider a:visited{
    text-decoration: none;

}

#target_slider a:hover{
    text-decoration: underline;
    color: #ffffff;
}


.owl-carousel .owl-stage-outer {
    max-height: 380px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .owl-carousel .owl-stage-outer {
	max-height: none;
	margin-bottom: 20px;
	height: auto;
  }
}

.owl-carousel .owl-wrapper-outer {
  
  min-height: 330px;
}

.bottom_text	{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.owl-theme .owl-controls {
  margin-top: 0;
  margin-bottom: -15px;
}

.owl-theme .owl-controls .owl-nav div {
  color: #1B1B1B;
  margin: 5px;
  padding: 3px 5px;
  font-size: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #DFDFDF;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  font-family: 'webdings1';
    width: 40px;
    display: inline;
}

.owl-theme .owl-controls .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav div {
  margin: 3px;
  padding: 1px 3px;
  font-size: 30px;
  width: 30px;
  }
}