/******************** MENU *********************/
#menu_vert {
	margin-bottom: 0;
	padding: 0;}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;}

#menu_vert li.menuactive ul {
	margin: 0;}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;}
* html #menu_vert li a {
height: 1%;
width: 100%;}
* html #menu_vert li hr {
	height: 1%;}
/** end fix **/
/* first level links */
div#menu_vert a {
	/* IE6 has problems with this, fixed above */
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	/* this will be link color for all levels */
	color: #458bbe;
	/* Fixes IE7 whitespace bug */
	min-height: 1em;
	/* no underline for links */
	text-decoration: none;/* you can set your own image here this is tall enough to cover text heavy links */	
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
/* first level links, more padding */
div#menu_vert ul a {

	background-color: #FFFFFF;
	color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;
}

div#menu_vert ul a:hover {

	background-color: #458bbe;
	color: #FFFFFF;
	border: 1px solid #458bbe;
	border-radius: 4px;

}

/* second level links, more padding */
div#menu_vert ul ul a {

	background-color: #FFFFFF;
	color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;

}

div#menu_vert ul ul a:hover {

	background-color: #458bbe;
	color: #FFFFFF;
	border: 1px solid #458bbe;
	border-radius: 4px;

}
/* third level links, more padding */
div#menu_vert ul ul ul a {

	background-color: #FFFFFF;
	color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;

}

div#menu_vert ul ul ul a:hover {
	background-color: #FFFFFF;
	color: #0E5E7D;
	border: 1px solid #0E5E7D;
	border-radius: 4px;

}
div#menu_vert li a.menuactive {
	color: #FFFFFF;
	background-color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;
	}
div#menu_vert ul li a.menuactive {
	color: #FFFFFF;
	background-color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;
	}
div#menu_vert ul li a.menuactive.menuparent.parent {
	color: #003399;
	background-color: #FFFFFF;
	border: 1px solid #003399;
	border-radius: 4px;
	}

	
div#menu_vert ul ul li a.menuactive {
	color: #FFFFFF;
	background-color: #458bbe;
	border: 1px solid #458bbe;
	border-radius: 4px;
	}
/* Stylesheet: menu-vert Modified On 2016-04-29 16:06:08 */
/* 
 * 	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;
	padding: 0 15px 10px 15px;
	text-align: center;
}
.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);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.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);/*IE7 fix*/
	opacity: 1;
}

/* 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
}
.customNavigation{
  text-align: right;
  margin-bottom: 10px;
  margin-right: 15px;
}
.customNavigation a{
  -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);
 }
.customNavigation a.btn {
	background-color: #eee;
	border-radius: 2px;
	color: #666;
}
.customNavigation a.btn:hover {
	background-color: #666;
	color:white;
}
.customNavigation a.btn.next {
	padding: 6px 11px 6px 13px;
}
.owl-item .img {
	background-color: #000;
	position: relative;
}
.owl-item .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.owl-item .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(0,0,0,.6);
	}
	.owl-item .img .image-overlay h4 {
		color: white;
		position:absolute;
		bottom:-40px;
		left:20px;
		right:20px;
		text-align: center;
		font-size: 18px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		}
		.owl-item .img:hover .image-overlay h4 {
			bottom:20px;
		}
		.owl-item .img .image-overlay .overlay-icon {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			margin: -70px auto 0;
			opacity:0;
			background-color: #42b0db;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.owl-item .img:hover .image-overlay .overlay-icon {
				opacity:0.85;
				margin: 60px auto 0;
			}
		.owl-item .img .image-overlay .overlay-icon i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 2px;
		}

/* Portfolio magnific popup custom styles */
.portfolio-gallery .img {
	background-color: #000;
	position: relative;
	margin-bottom: 30px;
}
.portfolio-gallery .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.portfolio-gallery .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(0,0,0,.6);
	}
	.portfolio-gallery .img .image-overlay h4 {
		color: white;
		position:absolute;
		bottom:-40px;
		left:20px;
		right:20px;
		text-align: center;
		font-size: 18px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		}
		.portfolio-gallery .img:hover .image-overlay h4 {
			bottom:20px;
		}
		.portfolio-gallery .img .image-overlay .overlay-icon {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			margin: -70px auto 0;
			opacity:0;
			background-color: #42b0db;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.portfolio-gallery .img:hover .image-overlay .overlay-icon {
				opacity:0.85;
				margin: 50px auto 0;
			}
		.portfolio-gallery .img .image-overlay .overlay-icon i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 22px;
		}

/* Stylesheet: buddy Modified On 2015-01-10 15:13:08 */
