﻿                        
/* css control carousel*/
	.template5 .owl-prev,.template5 .owl-next
	{
		background-color: transparent;
    	border: 1px solid #e0e0e0;
    	top: -27px;
		border-radius: 0px;
	}
	.template5 .owl-prev
	{
		right: 50px;
		left: initial;
	}
	.template5 .owl-prev i, .template5 .owl-next i
	{
		font-size: 14px;
		height: 40px;
		width: 40px;
		top: -11px;
	}
	.template5 .owl-prev i
	{
		color:#555;
		right: 19px;
    	top: -6px;
	}
	.template5 .owl-next i
	{
		color:#555;
		left: 35px;
		top: -6px;
	}
	/* css control carousel*/	
/*.template5 li{
		width: 100% !important;
	}*/
	.template5 li .item_content{
		position: relative;
	}
	.template5 li .item_content ._image{
		position:relative;
	}
	.template5 li .item_content ._image div
	{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50px;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		/*display: table;
    	width: 100%;*/
	}
	.template5 li .item_content ._image:hover div
	{
		background: rgba(12, 112, 210, 0.5);
		height: 100%;
	}

	.template5 li .item_content ._image div a
	{
	    text-transform: uppercase;
    	font-size: 15px;
		font-weight: 700;
		font-style: italic;
		color: #fff;
		display: block;
		padding-left: 15px;
		line-height: 22px;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		padding-top: 4px;
		/*vertical-align: middle;
    	display: table-cell;*/
	}
	.template5 li .item_content ._image:hover div a
	{
		padding-top: 30%;
		text-align: center;
		
	}
	.template5 li .item_content ._image div a span
	{
		display: inline-block;
		-moz-transition: 1s;
		-o-transition: 1s;
		-webkit-transition: 1s;
		transition: 1s;
		position: relative;
	}
	.template5 li .item_content ._image:hover div a span
	{
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	.template5 li .item_content ._image div a span i
	{
		font-size: 12px;
		padding-left:5px;
	}
	
	.bgr-title {
		background: rgba(12, 112, 210, 0.8);
	}
	
	.template5 .item_content .content_inner ._title
	{
		margin-top: 10px;
		margin-bottom: 5px;
		color: #737373;
		text-align: center;
	}
	
	.template5 .item_content .content_inner
	{
		padding-left: 5px;
		padding-right: 5px;
		text-align: justify;
		padding-bottom: 10px;
	}
	.template5 .item_content .content_inner ._content
	{
		font-size:13px;
	}

















