#demo{
    border: #DCE4EA solid 1px;
    padding: 1em;
    margin-top: 2em;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #2993DD;
}

/* 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: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* 
 * 	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: 100%;
	-ms-touch-action: pan-y;
}
.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%;
}
.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);
}


.orange{
	
}
.orange i{
	color: #DA6F00;
}
.darkCyan{
}
.darkCyan i{
	color: #30a7d1;
}
.forestGreen{
}
.forestGreen i{
	color: #28b99a;
}
.darkblue {
}
.darkblue i {
	color: #385f7e;
}
.dodgerBlue {
}
.dodgerBlue i {
	color: #716557;
}
.skyBlue {
}
.skyBlue i{
	color: #7417A4;
}
.zombieGreen {
}
.zombieGreen i {
	color: #dc564a;
}
.violet {
}
.violet i {
	color: #6d371b;
}




.yellowLight {
	background: #fee664;
}
.steelGray {
	background: #cad3d0;
}






#owl-demo .item {
    display: block;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    background-color: #F7F7F7;
    overflow: hidden;
    border: solid #D2D2D2 1px;
    min-height: 202px;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}

.owl-theme .owl-buttons i{
  margin-top: 2px;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px; 
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 55px;
}
.item i{
font-size: 5em;
text-shadow: 
 #eaeaea 1px 1px,
 #eaeaea 2px 2px,
 #eaeaea 3px 3px,
 #eaeaea 4px 4px,
 #eaeaea 5px 5px,
 #eaeaea 6px 6px,
 #eaeaea 7px 7px,
 #eaeaea 8px 8px,
 #eaeaea 9px 9px,
 #eaeaea 10px 10px,
 #eaeaea 11px 11px,
 #eaeaea 12px 12px,
 #eaeaea 13px 13px,
 #eaeaea 14px 14px,
 #eaeaea 15px 15px,
 #eaeaea 16px 16px,
 #eaeaea 17px 17px,
 #eaeaea 18px 18px,
 #eaeaea 19px 19px,
 #eaeaea 20px 20px,
 #eaeaea 21px 21px,
 #eaeaea 22px 22px,
 #eaeaea 23px 23px,
 #eaeaea 24px 24px,
 #eaeaea 25px 25px,
 #eaeaea 26px 26px,
 #eaeaea 27px 27px,
 #eaeaea 28px 28px,
 #eaeaea 29px 29px,
 #eaeaea 30px 30px,
 #eaeaea 31px 31px,
 #eaeaea 32px 32px,
 #eaeaea 33px 33px,
 #eaeaea 34px 34px,
 #eaeaea 35px 35px,
 #eaeaea 36px 36px,
 #eaeaea 37px 37px,
 #eaeaea 38px 38px,
 #eaeaea 39px 39px,
 #eaeaea 40px 40px,
 #eaeaea 41px 41px,
 #eaeaea 42px 42px,
 #eaeaea 43px 43px,
 #eaeaea 44px 44px,
 #eaeaea 45px 45px,
 #eaeaea 46px 46px,
 #eaeaea 47px 47px,
 #eaeaea 48px 48px,
 #eaeaea 49px 49px,
 #eaeaea 50px 50px,
 #eaeaea 51px 51px,
 #eaeaea 52px 52px,
 #eaeaea 53px 53px,
 #eaeaea 54px 54px,
 #eaeaea 55px 55px,
 #eaeaea 56px 56px,
 #eaeaea 57px 57px,
 #eaeaea 58px 58px,
 #eaeaea 59px 59px,
 #eaeaea 60px 60px,
 #eaeaea 61px 61px,
 #eaeaea 62px 62px,
 #eaeaea 63px 63px,
 #eaeaea 64px 64px,
 #eaeaea 65px 65px,
 #eaeaea 66px 66px,
 #eaeaea 67px 67px,
 #eaeaea 68px 68px,
 #eaeaea 69px 69px,
 #eaeaea 70px 70px,
 #eaeaea 71px 71px,
 #eaeaea 72px 72px,
 #eaeaea 73px 73px,
 #eaeaea 74px 74px,
 #eaeaea 75px 75px,
 #eaeaea 76px 76px,
 #eaeaea 77px 77px,
 #eaeaea 78px 78px,
 #eaeaea 79px 79px,
 #eaeaea 80px 80px,
 #eaeaea 81px 81px,
 #eaeaea 82px 82px,
 #eaeaea 83px 83px,
 #eaeaea 84px 84px,
 #eaeaea 85px 85px,
 #eaeaea 86px 86px,
 #eaeaea 87px 87px,
 #eaeaea 88px 88px,
 #eaeaea 89px 89px,
 #eaeaea 90px 90px,
 #eaeaea 91px 91px,
 #eaeaea 92px 92px,
 #eaeaea 93px 93px,
 #eaeaea 94px 94px,
 #eaeaea 95px 95px,
 #eaeaea 96px 96px,
 #eaeaea 97px 97px,
 #eaeaea 98px 98px,
 #eaeaea 99px 99px,
 #eaeaea 100px 100px;
}	
.item  h1{
font-family: master-ar-reg;
font-weight: 100;
color: #333;
font-size: .9em;

}
