
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.rowl {
  margin-left: 0px;
  *zoom: 1;

}
.rowl:before,
.rowl:after {
  display: table;
  content: "";
  line-height: 0;
}
.rowl:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.span12 {
  width: 96%;

}


.rowl-fluid {
  width: 100%;
  *zoom: 1;

}
.rowl-fluid:before,
.rowl-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.rowl-fluid:after {
  clear: both;
}



[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 12px;
  height: 60px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 4px;
  
}
/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-chevron-left {
background-image:url('../images/left.png');
background-repeat:no-repeat;
background-position:0 50%;
  }
.icon-chevron-right {
background-image:url('../images/right.png');
background-repeat:no-repeat;
background-repeat:no-repeat;
background-position:0 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .rowl {
    margin-left: -2%;
    *zoom: 1;
  }
  .rowl:before,
  .rowl:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .rowl:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .span12 {
    width: 96%;
  }
 
  .rowl-fluid {
    width: 100%;
    *zoom: 1;
  }
  .rowl-fluid:before,
  .rowl-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .rowl-fluid:after {
    clear: both;
  }
  .rowl-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .rowl-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .rowl-fluid .controls-rowl [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .rowl-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .rowl {
    margin-left: 0px;
    *zoom: 1;
  }
  .rowl:before,
  .rowl:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .rowl:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 544px;
  }
  .rowl-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  
}
@media (max-width: 767px) {

  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .rowl-fluid {
    width: 100%;
  }
  .rowl,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .rowl-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .rowl-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rowl-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
 .span12 {
    width: 100%;
  }
  .owl-themel .owl-controls .owl-buttons .owl-prev{
	
	top:80px;


		}
	
		.owl-themel .owl-controls .owl-buttons .owl-next{
		top:40px;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousell .owl-wrapperl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousell{
	display: none;
	position: relative;
	width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousell .owl-wrapperl{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousell .owl-wrapperl-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousell .owl-wrapperl-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-carousell .owl-iteml{
	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);
}


/* fix */
.owl-carousell  .owl-wrapperl,
.owl-carousell  .owl-iteml{
	-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);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-themel .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-themel .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: px;
	padding: 3px 10px;
	font-size: 12px;

}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-themel .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-themel .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-themel .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;
}

.owl-themel .owl-controls .owl-page.active span,
.owl-themel .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-themel .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-iteml.loading{
	min-height: 150px;
	background: url(../../owl-carousel/AjaxLoader.gif) no-repeat center center

}


		#owl-demol .item{
		  text-align:center;
		  color: #FFF;
		  margin:5px;

		
		}
		#owl-demol .item p 
		{
		
		font-family: Calibri;
		color:#000;
		text-decoration:none;
		}
		#owl-demol .item img
		{
		border-style:solid;
		border-color:#FFFFFF;
		border-width:5px;
		padding-left:3px;
		padding-right:3px;
		background-color:#FFFFFF;
		border-radius:4px;
		}
		.owl-themel .owl-controls .owl-buttons div {
		  padding: 5px 9px;
		}

		.owl-themel .owl-buttons i{
		  margin-top: 2px;
		}

		/*To move navigation buttons outside use these settings:*/

		.owl-themel .owl-controls .owl-buttons div {
		  position: absolute;
		}

		.owl-themel .owl-controls .owl-buttons .owl-prev{
	left: -30px;
	top: 20px;

		}
	
		.owl-themel .owl-controls .owl-buttons .owl-next{
		  right: -38px;
		  top: 20px;
		}
@media only screen and (min-width : 641px) and (max-width : 768px)
{
.owl-themel .owl-controls .owl-buttons .owl-prev
{
top:50%;
	left: -70px;

}
.owl-themel .owl-controls .owl-buttons .owl-next
{
top:50%;
right: -70px;
}
 .span12 
 {
 width:80%;
 margin-left:10%;
 margin-right:10%;
 }
}
@media only screen and (min-width : 481px) and (max-width : 640px)
{
.owl-themel .owl-controls .owl-buttons .owl-prev
{
top:50%;
	left: -70px;

}
.owl-themel .owl-controls .owl-buttons .owl-next
{
top:50%;
right: -70px;
}
 .span12 
 {
 width:80%;
 margin-left:10%;
 margin-right:10%;
 }
}
@media only screen and (min-width : 241px) and (max-width : 320px)
{
.owl-themel .owl-controls .owl-buttons .owl-prev
{
top:50%;
	left: -50px;

}
.owl-themel .owl-controls .owl-buttons .owl-next
{
top:50%;
right: -50px;
}

 .span12 
 {
 width:80%;
 margin-left:10%;
 margin-right:10%;
 }
#owl-demol .item img
{
width:85%;}
}