@font-face{
	font-family:'BarlowCondensed';
	font-style:normal;
	font-weight:200;
	src:local('BarlowCondensed'),
	url(../fonts/BarlowCondensed-Regular.ttf) format('truetype');
}

@font-face {  
	font-family: 'Oswald';  
	font-weight: 400;  
	font-style: normal;  
	font-display: swap; 
	/* Read next point */  
	unicode-range: U+000-5FF; 
	/* Download only latin glyphs */  
	src: local('Oswald'),      
	url(../fonts/Oswald-Regular.ttf) format('truetype');
}

@font-face {  
	font-family: 'Oswald';  
	font-weight: bold;
	font-style: normal;  
	font-display: swap; 
	/* Read next point */  
	unicode-range: U+000-5FF; 
	/* Download only latin glyphs */  
	src: local('Oswald'),      
	url(../fonts/Oswald-Medium.ttf) format('truetype');
}

@font-face{
	font-family:'Agency FB';
	font-style:normal;
	font-weight:400;
	src:local('Agency FB'),
	local('AgencyFB-Regular'),
	url(../fonts/Agency_FB.woff) format('woff'),
	url(../fonts/Agency_FB.ttf) format('truetype');
}

/* Link Colors in body */
a,
a:visited,
a:link,
a:link:visited,
a.external.text.text,
a.external.text:visited,
a.external.text:link,
a.external.text:link:visited	{
	color: #FFD700;
	text-decoration:  none;
}
a:hover,
a:link:hover,
a.external.text:hover {
	color: #FFFF64;
}

div.djNavigationMenu {
	
}

ul.menunavigationMenu li {
	content: "";
	display: block;
	padding: 1px 0 1px 0;
	margin-right: 15px;
	margin-bottom: 3px;
	background-color: #4B4F56;
	font-family: 'Agency FB', sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

ul.menunavigationMenu li.active {
	background-color: #595E66;
}
ul.menunavigationMenu li img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -6px;
	margin-right: 6px;
}
ul.menunavigationMenu li a {
	display: block;
	padding: 8px 5px 8px 10px;
}
ul.menunavigationMenu li a:hover {
	background-color: #70767F;
}
ul.menunavigationMenu li::before {
	content: "";
    display: block;
    margin: -1px 0 -43px -5px;
    height: 44px;
    width: 3px;
	background-color: #E5B223;
}
div.menunavigationLogin  div.login-greeting {
	display: none;
}

div.menunavigationLogin .add-on + #modlgn-username, 
div.menunavigationLogin .add-on + #modlgn-passwd {
	background-color: #3E4147;
	border-top: 1px solid #202426;
	border-left: 1px solid #202426;
	border-right: 1px solid #546266;
	border-bottom: 1px solid #546266;
}

div.menunavigationLogin .input-prepend .add-on:first-child, 
div.menunavigationLogin .input-prepend .btn:first-child {
	background-color: #4B4F56;
	border-top: 1px solid #546266;
	border-left: 1px solid #546266;
	border-right: 1px solid #202426;
	border-bottom: 1px solid #546266;
}

ul.socialLinks {
	width: auto;
}
ul.socialLinks li {
	display:block;
	float:left;
	background-color: #707070;
	border-radius: 6px;
	border-bottom: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	width: 26px;
	height: 26px;
	padding:5px;
	margin-right:5px;
}
ul.socialLinks li:hover {
	background-color: #999999;
}
ul.socialLinks li a {
	width: 26px;
	height: 26px;
}
ul.socialLinks li a:hover {
	background:transparent;
	cursor: pointer;
}
ul.socialLinks a span {
	font-size:0px;
}
ul.socialLinks img {
	width: 26px;
	height: 26px;
	margin-top:-5px;
}

/* Header */
header.header .brand {
	display:none;
}

/* Site Width */
@media (min-width: 768px) {
	.row-fluid .span3 {
		width: 190px;
	}
	.row-fluid .span9 {
		width: calc(100% - 270px);
	}
}
@media (min-width: 3800px) {
	.row-fluid .span9 {
		width: calc(100% - 320px);
	}
}
div.phocaGallerySlideshow div.bx-wrapper {
	text-align: center;
	background-color: #4B4F56;
}

div.phocaGallerySlideshow li {
    margin-left: -25px;
}
div.phocaGallerySlideshow li:nth-child(2),
div.phocaGallerySlideshow li:nth-child(3),
div.phocaGallerySlideshow li:nth-child(4),
div.phocaGallerySlideshow li:nth-child(5),
div.phocaGallerySlideshow li:nth-child(6),
div.phocaGallerySlideshow li:nth-child(7),
div.phocaGallerySlideshow li:nth-child(8),
div.phocaGallerySlideshow li:nth-child(9),
div.phocaGallerySlideshow li:nth-child(10) {
    margin-right: 27px;
}
div.bx-controls-direction {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin-bottom: -20px;
	height:0px;
}
div.bx-controls-direction a.bx-prev,
div.bx-controls-direction a.bx-next {
	font-size:0px;
}
div.bx-controls-direction a.bx-prev::after {
	content: "";
	display:inline-block;
	float:left;
	margin-left: 10px;
	margin-top: -50px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url(../images/btn_previous.png);
	background-size: 40px;
}
div.bx-controls-direction a:hover.bx-prev::after {
	content: url(../images/btn_previous_hover.png);
	background: none;
	cursor: pointer;
}
div.bx-controls-direction a.bx-next::after {
	content: "";
	display:inline-block;
	float:right;
	margin-right: 10px;
	margin-top: -50px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url(../images/btn_next.png);
	background-size: 40px;
}
div.bx-controls-direction a:hover.bx-next::after {
	content: url(../images/btn_next_hover.png);
	background: none;
	cursor: pointer;
}

/* Body */
.body {
	font-family: 'Oswald', sans-serif;
}

.body .container {
	color: #C0C0C0;
	background-color: #36393F;
	font-size: 18px;
	line-height: 24px;
}

div.row-fluid div.search {
	background-color: #4B4F56;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Item Page */
div.item-page {
	background-color: #4B4F56;
	padding: 10px 20px 10px 20px;
}
div.item-page div.btn-group.pull-right {
	margin-top: -61px;
	margin-right: -9px;
}

div.item-page div.page-header {
	margin: 0 -20px 20px -20px;
	border-bottom: 3px solid #36393F;
}

div.row-fluid div.well {
	background-color: #4B4F56;
	border: 1px solid #546266;
}

div.row-fluid div.well hr {
	display: none;
}

div.row-fluid div.well blockquote {
	border-color: transparent;
}

div.row-fluid div.well span.label-inverse {
	font-size: 16px;
	padding: 5px;
}
div.row-fluid div.well a {
	color: #333;
}

div.row-fluid h1.page-header,
div.item-page h1 {
	padding: 14px 0 10px 20px;
	margin: -10px -20px 10px -20px;
	width: calc(100% +20px);
	background-color: #555960;
	color: #73E9B2;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Agency FB', arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 2px solid #36393F;
}

/* Left Side Navigation */
div.sidebar-nav h3 {
	padding: 12px 10px 10px 20px;
	margin-left:-30px;
	color: #73E9B2;
	background-color:#4B4F56;
	font-weight: normal;
	font-size: 26px;
	font-family: 'Agency FB', arial;
	letter-spacing: 0px;
	text-transform: uppercase;
}
div.sidebar-nav h3::before {
	content: "";
	display: inline-block;
	margin-bottom: -20px;
    margin-left: -20px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/navigation_header_bg.png);
}

div.item-page h2 {
	color: #D8D8D8;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
}
li {
	line-height: 26px;
}

div.item-page div.page-header h2 {
	padding: 14px 20px 10px 20px;
	margin: -10px 0 -5px 0;
	background-color: #555960;
	color: #73E9B2;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Agency FB', arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	border: 0px;
}
/*
div.item-page div.page-header h2::after {
	content: "";
	display:inline-block;
	margin: -14px 0 -13px 20px;
	padding: 0px;
	width: 70px;
	height: 48px;
	background-color: #4B4F56;
	background-repeat: no-repeat;
	background-image: url(../images/page_title_bg.png);
}
*/

/* Home Welcome Module */
div.phocaGallerySlideshow h3,
div.moduletablehomePageHeader h3 {
	border: 0px;
	padding: 14px 0 12px 20px;
	margin: 0;
	width: calc(100% +20px);
	background-color: #555960;
	color: #73E9B2;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Agency FB', arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 2px solid #36393F;
}

div.moduletablehomePageHeader div.customhomePageHeader {
	min-height: 270px;
	margin-top: 3px;
	background-color: #4B4F56;
	padding: 10px 20px 10px 20px;
}

div.phocaGallerySlideshow h3 {
    margin-bottom: 2px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: calc(100% - 40px);
}
.span12 {
	width: calc(100% - 40px);
}
.offset12 {
	margin-left: calc(100% - 40px);
}
.container {
	max-width: calc(100% - 20px);
}

footer.footer hr {
	display: none;
}

footer.footer div.container {
	color: #c0c0c0;
	margin-top: 10px;
}

dl.search-results dt,
dl.search-results dd {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

/* Custom Tables */
table.customTableClass1 {
	border: 0px;
	border-collapse: collapse;
}

.customTableClass1 td, .customTableClass1 tr {
	color: #C0C0C0;
	border: 2px solid #36393E;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.customTableClass1 tr:nth-child(odd) {
	background-color: #42454A;
}

.customTableClass1 tr:nth-child(even) {
	background-color: #3E4146;
}
