#owl-demo .item {
	margin: 0.5em; transition:0.5s; cursor: pointer; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
#owl-demo .item:hover a {
	color: rgb(234, 96, 96);
}
#owl-demo .item img {
	height: auto; display: block;
}
.item img {
	transition:0.5s; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
.item a {
	transition:0.5s; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
.item p {
	transition:0.5s; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
.item img:hover {
	opacity: 1;
}
.item a:hover {
	opacity: 1;
}
.item p:hover {
	opacity: 1;
}
.owl-theme .owl-controls {
	text-align: center;
}
.item h4 a {
	padding: 0.5em 0px 0.4em; transition:0.5s; color: rgb(25, 25, 25); text-transform: uppercase; font-family: "open_sansbold"; font-size: 1.5em; display: block; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
.item h4 a:hover {
	color: rgb(234, 96, 96);
}
.item p {
	color: rgb(25, 25, 25); line-height: 1.8em; font-size: 0.87em;
}
.owl-theme .owl-controls .owl-buttons div {
	margin: 5px; transition:0.5s; width: 34px; height: 34px; color: rgb(255, 255, 255); font-size: 12px; display: block; -ms-zoom: 1; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.6;
}
.owl-theme .clickable.owl-controls .owl-buttons div:hover {
	text-decoration: none;
}
.owl-prev {
	background: url("../images/arrows.png") no-repeat 9px 6px rgb(127, 140, 140); top: -22%; right: 4%; position: absolute;
}
.owl-next {
	background: url("../images/arrows.png") no-repeat -26px 6px rgb(127, 140, 140); top: -22%; right: 0%; position: absolute;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block; -ms-zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
	background: url("../images/c-arrows.png") no-repeat; margin: 5px 7px; border-radius: 20px; width: 12px; height: 12px; display: block; opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px;
}
.owl-theme .owl-controls .active.owl-page span {
	opacity: 1;
}
.owl-theme .clickable.owl-controls .owl-page:hover span {
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	padding: 2px 10px; border-radius: 30px; width: auto; height: auto; color: rgb(255, 255, 255); font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px;
}
.loading.owl-item {
	background: url("AjaxLoader.gif") no-repeat center; min-height: 150px;
}
.owl-carousel .owl-wrapper::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-carousel {
	width: 100%; padding-top: 20px; display: none; position: relative; -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	width: 100%; overflow: hidden; position: relative;
}
.owl-carousel .autoHeight.owl-wrapper-outer {
	transition:height 500ms ease-in-out; -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-ms-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none;
}
.grabbing {
	
}
.owl-carousel .owl-wrapper {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0); -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0); -moz-backface-visibility: hidden;
}
.owl-origin {
	perspective: 1200px; -webkit-perspective: 1200px; -moz-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%;
}
.owl-fade-out {
	animation:fadeOut 0.7s both; z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease;
}
.owl-fade-in {
	animation:fadeIn 0.7s both; -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	animation:backSlideOut 1s both; -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	animation:backSlideIn 1s both; -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	animation:scaleToFade 0.7s both; -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	animation:goDown 0.6s both; -webkit-animation: goDown .6s ease both; -moz-animation: goDown .6s ease both;
}
.owl-fadeUp-in {
	animation:scaleUpFrom 0.5s both; -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	animation:scaleUpTo 0.5s both; -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both;
}
@media only screen and (max-width:1440px) and (min-width:1366px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
}
@media only screen and (max-width:1366px) and (min-width:1280px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
.owl-prev {
	top: -20%; right: 2%;
}
.owl-next {
	top: -20%; right: -2%;
}
}
@media only screen and (max-width:1280px) and (min-width:1024px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
.item h4 a {
	font-size: 1.2em;
}
.owl-prev {
	top: -20%; right: 2%;
}
.owl-next {
	top: -20%; right: -2%;
}
}
@media only screen and (max-width:1024px) and (min-width:768px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
.item h4 a {
	font-size: 1em;
}
}
@media only screen and (max-width:800px) and (min-width:640px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
.item h4 a {
	font-size: 1em;
}
.da-slide .da-link {
	padding: 10px 34px 8px; top: 225px; margin-left: 10px;
}
}
@media only screen and (max-width:640px) and (min-width:480px)
{
.owl-carousel {
	margin: 0px auto; padding: 2%; width: 95%;
}
.da-slide .da-link {
	padding: 10px 34px 8px; top: 200px; margin-left: 10px;
}
.da-slide {
	padding: 0px 5%; width: 80%;
}
}
@media only screen and (max-width:480px) and (min-width:320px)
{
.owl-carousel {
	
}
.da-slide .da-link {
	padding: 8px 18px 6px; top: 240px; font-size: 1.2em; margin-left: 10px;
}
.owl-next {
	right: -2%;
}
}
@media only screen and (max-width:320px) and (min-width:240px)
{
.owl-carousel {
	
}
#owl-demo .item img {
	margin: 0px auto; width: 160px; text-align: center;
}
.cau_left a img {
	margin: 0px auto; width: 160px; text-align: center;
}
.da-slide .da-link {
	padding: 8px 18px 6px; top: 240px; font-size: 1.2em; margin-left: 10px;
}
.owl-prev {
	right: 14%;
}
.cau_hide {
	display: none;
}
}
