
./* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 80%;
	-ms-touch-action: pan-y;
	margin:0 auto;
	padding:0;
}
.rslides.owl-carousel{
	width: 100%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin:0 auto;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.slides li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position:relative;
	background:none;
	position:relative;
	z-index:99;
	padding:0;
	margin: 0 5%;
	text-align:center;
}
.slides li > a h2 {
	 color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
	padding:0;
	background:#d07943;
	vertical-align:middle;
	height:57px;
	padding:9px;
	font-weight:500;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
}
.slides li > a:hover h2 {
	background:#000000;
}
.slides li > a h2 > span {
	display:block;
	padding:10px 0 0 0;
}
.slides li > a, .slides li > a:hover {
	display:block;
	text-decoration:none;
	max-width:230px;
	margin:0 auto;
}
.slides li > a img {
	display:block;
	margin:0;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 51%;
	width: 27px;
  	height: 27px;
	overflow:hidden;
	text-indent:-100px;
}
.owl-prev {
  left: -30px;
  background:url(../images/pre-slide.png) no-repeat left top;
}
.owl-next {
  right: -30px;
  background:url(../images/next-slide.png) no-repeat left top;
}
.rslides li {
	position:relative;
	padding:0;
}
.rslides li img {
	display:block;
	width:100%;
}
.rslides li .banner_text {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin:auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.rslides li .banner_text p {
	box-sizing:border-box;
	max-width:20em; /*318px / 16px = 19.875em*/
	width:100%;
	/* border-left:4px solid #ffffff;
	border-right:4px solid #ffffff; */
    padding: 1em 0.5em 1em 0.5em; /*17px 7px 12px 25px / 16px = 1.0625em 0.4375em 0.4375em 1.5625em*/
	/* border-radius:6px; */
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	/* -webkit-border-radius:5px; */
	font-size:2.5vw;  /*16px/ 16px = 1em*/
	line-height:1.5em; /*24px/ 16px = 1em*/
	color:#e5e5e5;
	float: right;		background: #1b245f;		text-align: center;		opacity: 0.8;
}
p.business-banner { background: #1b245f !important; }
p.hpbanner1 { background: #1b245f !important; }p.hpbanner2 { background: #1b245f !important; }p.hpbanner3 { background: #1b245f !important; }
p.hpbanner4 { background: #1b245f !important; }
.rslides li .banner_text p span {
	display:block;
	text-transform:uppercase;
	font-size:1.2em; /*35/16= 2.1875em;*/
	line-height:1em;
	color:#ffffff;
	padding:0 0 0.2em 0; /*7px / 16px = 0.2em*/
	font-weight:700;		letter-spacing: 1px;
}
/*=============================================================================  
MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START  
============================================================================= */ 
/* 640px/16px = 40em */
@media only screen and (min-width: 40em) {
.rslides li .banner_text p {
	font-size:1.4em;  /*16px/ 16px = 1em*/
	
}
}
/*=============================================================================  
MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START  
============================================================================= */ 
/* 640px/16px = 40em */
@media only screen and (min-width: 1070px) {
	.owl-carousel{
	width: 100%;

}
}
