/* ----------------------------- 	*/
/* ==GLOBAL > BODY				*/
/* ----------------------------- 	*/
	body {
		height: 100%;
		font-family: 'Open Sans', sans-serif !important;
		font-size: 0.75em;
		color: #333333;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	.mobile-hidden
	{
		display:show;	
	}
	
	.header-mobile {
		display: none;
	}
	.header-desktop {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: space-around; -webkit-justify-content: space-around;
		height: 155px;
	}

	.mobile-show
	{
		display:none;
	}

	.top-search-wrapper-mobile {
		display: none;
	}

	.menu-top-large-search-mobile {
		display: none;
	}
	
	#btn_up
	{
		display: none; 
		position: fixed; 
		z-index: 10000; 
		bottom: 40px; 
		right: 10px; 
		padding: 2px;
		background-color: #00205b;
		border-radius: 5px;
		border: none;
	}
		#btn_up img
		{
			width:35px;
			height:auto;
		}
	
/* ----------------------------- 		*/
/* ==GLOBAL > CONTAINER 		*/
/* ----------------------------- 		*/
	div.container-wrapper {
		position: relative;
		margin: 0 auto;
		width: 1010px;
	}
	div.container-wrapper.container-shadow {
		-moz-box-shadow: 0px 1px 5px #666666;
		-webkit-box-shadow: 0px 1px 5px #666666;
		-o-box-shadow: 0px 1px 5px #666666;
		box-shadow: 0px 1px 5px #666666;
	}
	
/* ----------------------------- */
/* ==GLOBAL > HEADER		 */
/* ----------------------------- */
	div.header-wrapper {
		position: relative;
		width: 100%;
		padding: 0;
	}


/* ----------------------------- */
/* ==GLOBAL > CONTENT		 */
/* ----------------------------- */
	div.content-wrapper {
		position: relative;
		width: 100%;
		min-height: 800px;
		background: #FFF;
/*		box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.5);  */
	}
		
		
/* ----------------------------- 	*/
/* ==GLOBAL > FOOTER		*/
/* ----------------------------- 	*/
	div.footer-wrapper {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url(../_img/footer_bg.jpg) top left repeat-x #3a3a3c;
		min-height: 350px;
	}

/* ----------------------------- 	*/
/* ==GLOBAL > MISC				*/
/* ----------------------------- 	*/
div.plugin-more-orange-icon {
	display: inline-block;
	font-size: 17px;
	padding-right: 4px;
	font-weight: 600;
	font-style: normal;
}
	div.spacer-dashed {
		height: 1px;
		width: 100%;
		border-bottom: 1px dashed #CCCCCC;
		margin: 5px 0;
	}
	div.spacer-solid {
		height: 1px;
		width: 100%;
		border-bottom: 1px solid #333333;
		margin: 10px 0;
	}



/* ----------------------------- */
/* ==PAGINATION				 */
/* ----------------------------- */
div#ajax-pagination-content {
	min-height: 150px;
}
div.pagination-wrapper {
	text-align:center;
}
	div.pagination-wrapper ul {
		list-style: none;
		margin: 0 0 20px;
		padding: 0;
		display: inline-block;
	}
		div.pagination-wrapper ul li {
			float: left;
		}
			div.pagination-wrapper ul li a {
				color: #1b2266;
				width: 25px;
				height: 20px;
				line-height: 20px;
				text-align: center;
				display: block;
				cursor: pointer;
				font-weight: bold;
			}
			div.pagination-wrapper ul li a.active {
				color: #dd1b12;
			}


/* ----------------------------- */
/* == PATWHAY  */
/* ----------------------------- */
.pathway-wrapper {
	width: 100%;
	display:block;
	padding:4px 0px;
	background-color:#eee;
	margin-bottom: 5px;
}
	.pathway-wrapper img.icon-home {
		height:15px;	
		margin-top:1px;
	}
	
	ul.pathway-list {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 10px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	}
		ul.pathway-list li {
			color: #999;
			padding: 0 3px;
			font-size:12px;
			text-transform:;
			margin: auto 0;
		}
			ul.pathway-list li a {
				color: #999;
			}
			ul.pathway-list li a:hover {
				text-decoration: underline;
			}


.wrapper-catalogs {
	display: flex;
	flex-wrap: wrap;
}