/* 
 * 	Core Owl Carousel CSS File
 *	v1.21
 */
.owl-carousel .item{
	height:auto; 
	max-height:700px; 
	position:relative;
}
#home-carousel2.owl-carousel {
	
}
#home-carousel2.owl-carousel .item{
	height:auto; 
	position:relative;
}
#home-carousel2.owl-carousel .item-image{
	height:auto; 
	width:100%;
	position:relative;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.slide-round:hover, .slide-round:focus{
	border-bottom:0px none;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.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;
}	
#home-carousel2.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(../images/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;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.21
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}
#home-carousel1 .owl-controls, #home-carousel2 .owl-controls{
	position:relative;
	top:-20px;
	z-index:100;
}
#home-carousel1.owl-theme .owl-buttons{
	position:absolute;
	top:-400px;
	width:100%;
	height: 0px;
	left:0%;
	margin-left:0px;
}
#home-carousel2.owl-theme .owl-buttons{
	position:absolute;
	top:-400px;
	width:100%;
	height: 0px;
	left:0%;
	margin-left:0px;
}
/* Styling Next and Prev buttons */

#home-carousel1.owl-theme .owl-controls .owl-buttons div{
	outline: 0;
	width: 44px;
	height: 165px;
	text-indent: -9999px;
	z-index: 9999;
}
#home-carousel2.owl-theme .owl-controls .owl-buttons div{
	outline: 0;
	width: 44px;
	height: 165px;
	text-indent: -9999px;
	z-index: 9999;
}
.owl-theme .owl-controls .owl-buttons div{
	margin-top: 0px;
	top: 50%;
	display: inline;
	*display: inline;/*IE7 life-saver */
	position: absolute;
	top: 50%;
	outline: 0;
	width: 44px;
	height: 165px;
	text-indent: -9999px;
	z-index: 9999;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 50%;
	margin-left:-510px;
	background: url(../images/icons.png) no-repeat 0px -144px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	left: 50%;
	margin-left:560px;
	background: url(../images/icons.png) no-repeat -48px -144px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/icons.png) no-repeat -96px -144px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/icons.png) no-repeat -144px -144px;
}
#home-carousel1.owl-theme .owl-controls .owl-buttons .owl-prev, #home-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:0px;
	top:0px;
	margin-left:-44px;
	background: url(../images/icons.png) no-repeat 0px -144px;
}
#home-carousel1.owl-theme .owl-controls .owl-buttons .owl-next, #home-carousel2.owl-theme .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:0px;
	top:0px;
	margin-left:50%;
	background: url(../images/icons.png) no-repeat -48px -144px;
}
#home-carousel1.owl-theme .owl-controls .owl-buttons .owl-prev:hover, #home-carousel2.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/icons.png) no-repeat -96px -144px;
}
#home-carousel1.owl-theme .owl-controls .owl-buttons .owl-next:hover, #home-carousel2.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/icons.png) no-repeat -144px -144px;
}
.articles-wrapper .owl-controls .owl-buttons{
	right: 0%;
}
.articles-wrapper .owl-controls .owl-buttons div{
	margin-top: 0px;
	top: 0%;
}
.articles-wrapper .owl-controls .owl-buttons .owl-next{
	margin-left:0px;
	float:right;
	background: url(../images/icons.png) no-repeat -185px 0px;
}

.articles-wrapper .owl-controls .owl-buttons .owl-prev{
	left: 0%;
	margin-left:0px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;	
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 33px;
	height: 4px;
	margin: 0 5px;
	outline: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #ffa503;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 190px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#home-carousel1 .owl-item .slider-text{
	width:50%;
	overflow:hidden;
	right:0%;
	position:absolute;
	display:block;
	font-family: 'signikabold';
	font-size: 56px;
	line-height: 64px;
	color:#fff;
	margin:-100px 2% 0px 0px;
	text-align:right;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-backface-visibility: hidden;
}
#home-carousel1 .owl-item .slider-text:hover{
	opacity: .6; /* other browsers  and IE9+ */
	filter: alpha(opacity=60); /* IE6+ */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* this works in IE8 only */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-backface-visibility: hidden;
}
#home-carousel2 .owl-item .slider-text{
	width:86%;
	overflow:hidden;
	position:absolute;
	font-family: 'signikabold';
	font-size: 28px;
	line-height: 35px;
	color:#fff;
	margin:0px 7%;
	top:auto;
	bottom:30%;
	margin-bottom:-90px;
	opacity: .7; /* other browsers  and IE9+ */
	filter: alpha(opacity=70); /* IE6+ */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* this works in IE8 only */
	text-align:center;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}
.owl-item .slider-text:hover, .owl-item .slider-text:focus{
	border:0px none;
}
.owl-item .slider-text span{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*background: url("../images/h1-bg.png");*/
}
#home-carousel1 .wrapper{
	position:absolute;
	z-index:100;
	right: auto;
	left: 50%;
	margin-left:-480px;
	top: 0px;
	width:100%;
	height:100%;
}
#home-carousel2 .wrapper{
	position:absolute;
	z-index:100;
	right: 0px;
	left:0px;
	min-width:auto;
	max-width:auto;
	top: 0px;
	width:100%;
	height:100%; 
}
#home-carousel1 .wrapper{
	position:absolute;
	z-index:100;
	right: auto;
	left: 50%;
	margin-left:-480px;
	z-index: 100;
	top: 0px;
	width:100%;
	height:100%;
}
#home-carousel2 .wrapper a{
    top:173px;
}
#home-carousel1 .item .item-image{
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.slide-round{
	width:320px;
	height:320px;
	position:absolute; 
	bottom:auto;
	left:0%;
	top:-150px;
	margin-top:-140px\9;/* IE8 and below */
	margin-left:2%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slide-round .item-border{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}
.slide-round:hover .item-border{
	/* Firefox */
	-moz-transform: rotate(30deg);
	/* WebKit */
	-webkit-transform: rotate(30deg);
	/* Opera */
	-o-transform: rotate(30deg);
	/* Standard */
	transform: rotate(30deg);
}
.slide-round img{
	width:84%;
	height:84%;
	position:absolute;
	left:8%;
	top:8%;
	margin-left:0px\9;/* IE8 and below */
	margin-top:0px\9;/* IE8 and below */
	*margin-left:4px;/* IE7 and below */
	*margin-top:4px;/* IE7 and below */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slide-round .item-shadow{
	width:84%;
	height:84%;
	position:absolute;
	border:4px solid #fff;
	left:8%;
	top:8%;
	z-index:100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;/*
	-webkit-box-shadow: inset 0 0 30px #fff;
	-moz-box-shadow: inset 0 0 30px #fff;
	box-shadow: inset 0 0 30px #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-backface-visibility: hidden;*/
}
.slide-round .item-shadow:hover{/*
	-webkit-box-shadow: inset 0 0 60px #fff;
	-moz-box-shadow: inset 0 0 60px #fff;
	box-shadow: inset 0 0 60px #fff;*/
}
.owl-controls{
	max-width:960px;
	margin:0px auto; 
}
.owl-pagination{
	position:absolute;
	width:96%;
	margin:0px 2%;
	left:0px;
	height:20px; 
}
.gray-filter {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
   
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-moz-backface-visibility: hidden;
}
.gray-filter-none {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'1\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
   
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-moz-backface-visibility: hidden;
}
