html {
	overflow-y: scroll;
}
body {
	background: #f4f1ea;
	color: #cccccc;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}
#body_bg {
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;

}
h2 {
	font-size:28px;
	font-weight: normal;
	line-height:100%;
	padding-bottom:5px;
	margin:0;
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
}
a {
	color:#333;
}
a:hover {color:#888;}

/* ----[ CONTAINER DIVS ]----*/
#container_header {
	z-index:10;
}
#container_spacer1 {
}
#container_slideshow {
	overflow:hidden;
}
#container_slideshow_modules {
}
#container_breadcrumb {
	padding-bottom:0px;
}
#container_top_modules {
	padding-bottom:0px;
}
#container_hornav_mobile{display:none;}
#container_main {
	padding-top:0px;
	padding-bottom:0px;
}
#container_bottom_modules {
}
#container_base, #container_copyright {
	background: #0B0B0B;
	background: rgba(0, 0, 0, 0.95);
}

#container_copyright {     background: #111;     padding:5px 0; }
#container_spacer2 {     height:30px; } #container_spacer3 {     height:10px;
background: #222; } #container_spacer4 {     background:
url(../images/base_divider.png) repeat-x;     height:20px; } #container_base {
} html body div#container_spacer2.container div.wrapper960 {text-align:
center;} html body div#container_spacer3.container div.wrapper960
{height:100%; }

/* ----[ WRAPPER DIVS ]----*/
.wrapper960 {}
#container_header .wrapper960 {}
#container_header .wrapper960 {
	height: 200px;
}
#container_slideshow .wrapper960 {
	padding:0px;
}
#container_top_modules .wrapper960 {
	padding: 0px;
}
#container_main .wrapper960 {
	padding-top:15px;
	padding-bottom: 5px;
}
#container_spacer1 .wrapper960 {
	height:10px;
	position: relative;
	z-index:5;
}
#container_spacer2.container .wrapper960 {
	border-radius: 0 0 	7px 7px;
	height:10px;
	position: relative;
	z-index:5;
}
#container_spacer4 .wrapper960 {
	height:1px;
	border-color: #aaa;
	border-style: solid;
	border-width: 0px 1px 1px;
	margin-bottom: 0px;
	background: #fafafa;
}
#header {
	position: absolute;
}
#main {}

/* ----[ BLOCK-HOLDER DIVS ]----*/
.block_holder {padding:5px 20px;}
#container_header.block_holder {
}
#slideshow_modules.block_holder{
	padding:0px 10px;
}
#top_modules.block_holder {}
#top3_modules.block_holder {
	padding: 10px 10px 0px;
}
#container_spacer2 .wrapper960 {
	height:10px;
}

#base.block_holder {
	padding-bottom:10px;
}

/* ----[ MISC ]----*/
#container_main .wrapper960, #container_spacer1 .wrapper960, #container_bottom_modules .wrapper960, 
#container_spacer2 .wrapper960, #container_hornav_mobile .wrapper960, #container_top3_modules .wrapper960,
#container_slideshow_modules .wrapper960, #container_slideshow .wrapper960, #container_top_modules .wrapper960{
}

#bottom_modules.block_holder, #top_modules.block_holder {
	padding: 10px 10px;
	border-radius: 0px;
}
#container_bottom_modules .wrapper960 {
	padding:5px 0px;
}
.sidecol_block .module{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.1);
}


/* ----[ HEADER ]----*/
.hornavmenu {
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#331b1b1b',endColorstr='#b21b1b1b',GradientType=0);
	color:#dddddd;
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.91); /* drop shadow */
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.91); /* drop shadow */
	box-shadow: 0 0 16px rgba(0,0,0,.91);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,.55);
	border-radius:7px 7px 0px 0px;
	height:60px;
	position: relative;
	top:150px;
	z-index:15;
	width:100%;
}
.hornavmenu:before {
    background: url(../images/menu_shadow.png) no-repeat scroll 0 0 transparent;
    bottom: -14px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 15;
}
/* Logo */
.logo_container {
	width:100%; 
	top:0px; 
	left:0px;
}

.logo_container, h1.logo, h1.logo a {
	height:140px;
	text-align:left; 
}
h1.logo-text a {
	display:block;
	letter-spacing:-1.2px; 
	top:55px; 
	left:10px; 
	font-size:58px; 
	text-transform:none !important;
	font-weight:normal; 
	text-align:left;
	text-shadow: 0 1px 10px rgba(0,0,0,.75); 
}

p.site-slogan {
	font-size:10px; 
	letter-spacing:5px; 
	top:50px; 
	left:12px; 
	text-align:left; 
	margin:0px;
}

/* Search */
#search {
z-index:20;
right:15px;
top:168px;
opacity: 0.6
}
#search .inputbox {
	color:#cccccc;
	color: rgba(225,225,225,0.5);
}

/*-----------------------------------------------------------------------------------*/
/* Social Media */
/*-----------------------------------------------------------------------------------*/
#socialmedia {
  padding: 0;
  position: absolute;
  right: 9px;
  top: 0px;
  z-index: 101;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset, 0px -1px 3px rgba(0, 0, 0, 0.1) inset;
}
#socialmedia a {
  margin: 0px;
}
#socialmedia ul {
  list-style: none;
  margin: 0 0 0px 0;
}
#socialmedia ul li {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-position: 50% 50%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
#socialmedia ul li a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05) inset;
  display: block;
  width: 45px;
  height: 45px;
  opacity: 1;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
}
#socialmedia ul li a:hover {
  opacity: 1;
}
#socialmedia ul li a [class^="fa-"]::before,
#socialmedia ul li a [class*=" fa-"]::before {
  padding-right: 0;
  color: #fff;
}
#socialmedia ul li:last-child,
#socialmedia ul li:last-child a {
  border-radius: 0 5px 0 0;
}
.is-sticky #socialmedia {
  top: 33px;
}
[class^="social-"],
[class*=" social-"] {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.social-facebook:hover {
  background-color: #3b5998;
}
.social-twitter:hover {
  background-color: #48c4d2;
}
.social-googleplus:hover {
  background-color: #d94a39;
}
.social-youtube:hover {
  background-color: #f45750;
}
.social-pinterest:hover {
  background-color: #cb2027;
}
.social-instagram:hover {
  background-color: #2a5b83;
}
.social-dribbble:hover {
  background-color: #ef5b92;
}
.social-flickr:hover {
  background-color: #f1628b;
}
.social-skype:hover {
  background-color: #18b7f1;
}
.social-digg:hover {
  background-color: #2882c6;
}
.social-linkedin:hover {
  background-color: #71b2d0;
}
.social-vimeo:hover {
  background-color: #62a0ad;
}
.social-yahoo:hover {
  background-color: #ab64bc;
}
.social-tumblr:hover {
  background-color: #3a5976;
}
.social-deviantart:hover {
  background-color: #d0de21;
}
.social-delicious:hover {
  background-color: #3274d1;
}
.social-rss:hover {
  background-color: #fe9900;
}
[class^="social-"]:hover,
[class*=" social-"]:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
}

/* ----[ MENUS ]----*/

/* Hornav */
#hornav {float:left; margin-left:7px;}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {color:#ffffff; line-height:25px; margin:0 2px;}
#hornav li:first-child a {border: none;}
#hornav ul > li {margin-left:0px;}
#hornav ul a, #hornav .separator {
	border: medium none;
	display:block;
	font-size:13px; 
	letter-spacing:1px;
	padding: 17px 12px 15px; 
	text-decoration: none; 
	margin: 1px;
	z-index: 1; 
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;
	box-shadow: 0 0 1px rgba(225, 225, 225, 0.1) inset;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

#hornav ul ul a {line-height:20px; padding: 1px 10px;}

/* Hornav - Child Styling */
#hornav li li a, #hornav li li.active a, #hornav li li.visited a {color:#888888 !important;}

/* Hornav - Child Block Styling */
#hornav li li, #hornav li li li {padding: 6px 0px !important;}
#hornav li li:last-child, #hornav li li li:last-child {background:none !important;}

/* Hornav - Dropdown Block Styling */
#hornav ul li ul {
	background-color: #eeeeee;
	-moz-border-radius:0px 0px 5px 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-radius:0px 0px 5px 5px; 
	margin:0; 
}

/* Hornav - Sub-Child Block Styling */
#hornav li ul li ul {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; padding:5px;
}

/* Hornav - Hover/Highlight Styling */
#hornav ul a:hover, #hornav ul ul a:hover {
	opacity: 1;
}
#hornav li > a:hover, #hornav li.current > a { 
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0.01))); 
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.01) 100%); 
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.01) 100%); 
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.01) 100%); 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.01) 100%);
}
/* MenuMatic */
#subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:11px 25px 11px 15px;
	color:#444444; 
	font-size:14px; 
	text-shadow:none; 
	cursor:pointer; 
	border-bottom:1px solid rgba(0, 0, 0, 0.06); 
	text-shadow: 1px 1px 1px #ffffff;
}
#subMenusContainer li {line-height: normal;}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {
	color:#444444;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* gradient overlay */
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn { background: url(../images/arrow_right.png) right center no-repeat !important;  }

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{background: url(../images/arrow_right_over.png) right center no-repeat;  }

/* /* Parent Main Menu Links ---[javascript users only]*/ */
/* #hornav .mainMenuParentBtn{background: url(../images/arrow_down.png) right 50% no-repeat; padding-right:18px;} */

/* /* Parent Main Menu Links on hover or focus ---[javascript users only]*/ */
/* #hornav .mainMenuParentBtnFocused{background: url(../images/arrow_down_over.png) right 50% no-repeat; padding-right:18px;} */

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px; margin:0 0 0 -2px;}

/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; min-width:170px;}

/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {
	-moz-border-radius: 0 0 8px 8px; 
	-webkit-border-radius: 0 0 8px 8px; 
	border-radius:0 0 8px 8px; 
	border:1px solid #D1D1D1; 
	left:0; 
	padding-bottom:8px;
	padding-top:5px;
}
#subMenusContainer {top:0px;}

/* ----[ SLIDESHOW ]----*/
#slideshow {
	position:relative;
}
#slideshow.block_holder {
	padding:0 !important;
	margin-left: auto;
	margin-right: auto;
}
.mobile_showcase {
	display:none;
}
.mobile_showcase img {
	display: block;
	margin:0 auto;
	max-width:100%;
}
.box_skitter {
    background: transparent !important;
    border: none !important;
}
.box_skitter .next_button, .box_skitter .prev_button {
	width: 48px;
    height: 48px;
}
.box_skitter .next_button {
    right: 20px;
}
.box_skitter .prev_button {
    left: 20px;
}
.joomla_ass img {max-width:none !important;} 
.label_skitter h5, .label_skitter h5 a {
	padding:8px 17px !important;
}
.box_skitter .container_skitter img, .container_skitter, .mobile_showcase img {
	border-radius: 10px !important;
}

/* ----[ BREADCRUMBS ]----*/

#breadcrumb.block_holder {
	padding: 10px 10px 0 10px;
}
#breadcrumb .module_margin {
	margin:0px;
}
#breadcrumb .module_content {
	padding:0;
}
.breadcrumbs {
	padding:2px 5px 0 0;
	color: #CCCCCC;
	color: rgba(255, 255, 255, 0.5);
	width:100%;
	overflow:hidden;
}
.breadcrumbs a {
	color:#DDDDDD;
}
.breadcrumbs img {
	vertical-align: 0%;
	font-weight: 
}
.breadcrumb li a {
color: #DDDDDD;
display: inline-block;
}
.breadcrumb li {
color: #FFFFFF;
text-shadow: none;
} 
ul.breadcrumb {
	padding:0 !important;
}

/* ----[ DEFAULT STYLING ]----*/
/* Module Styling */
.module {
}
.module_margin{
	margin: 10px 5px;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
	margin: 0 0 0.2em 0;
}
.module p {
	padding-bottom:0px;
}
h3, .module_header h3 {
	padding:5px 0 0;
	font-size:20px;
	line-height: 100%;
	font-weight:normal;
}
.module_padding {
    padding: 5px;
}

/* Module Class Suffix */
.module_style-box .module, .style-box .module {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	margin-bottom:20px;
}
.module_style-box, .style-box {
	margin:5px;
}
.module_style-box p, .style-box p {
	margin:0 10px;
}
.module_style-box .module_header > div, .module_style-box .module_content > div,  .style-box .module_header > div, .style-box .module_content > div  {
	padding:0 10px;
}
.module_style-box .module_header > .j51imagelinkhover, .module_style-box .module_content > .j51imagelinkhover,  .style-box .module_header > .j51imagelinkhover, .style-box .module_content > .j51imagelinkhover  {
	padding:0px;
}
.module_style-box .module_padding, .style-box .module_padding {
	padding:10px 0px 5px !important;
}
.top-2 .module_style-box .module, .top-2 .style-box .module{
	margin-bottom:0px;
}
.icon-pen .module_header h3, .module_icon-pen .module_header h3 {
	background: url("../images/icons/pen.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-mail .module_header h3, .module_icon-mail .module_header h3 {
	background: url("../images/icons/mail.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-screen .module_header h3, .module_icon-screen .module_header h3 {
	background: url("../images/icons/screen.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-bubble .module_header h3, .module_icon-bubble .module_header h3 {
	background: url("../images/icons/bubble.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-tick .module_header h3, .module_icon-tick .module_header h3 {
	background: url("../images/icons/tick.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-plus .module_header h3, .module_icon-plus .module_header h3 {
	background: url("../images/icons/plus.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-arrow .module_header h3, .module_icon-arrow .module_header h3 {
	background: url("../images/icons/arrow.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
.icon-star .module_header h3, .module_icon-star .module_header h3 {
	background: url("../images/icons/star.png") no-repeat scroll 0px center transparent;
	padding:5px 36px;
}
/* Module Styling - Menus */
.module ul, .module_menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 0;
}
.module ul.menu a, .module_menu ul.menu a {
	color:#555555;
	padding:4px 0px 6px;
	margin:0px 0px;
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
	padding-left:20px;
	font-size:13px;
	letter-spacing: 1.5px;
/* 	text-transform: uppercase; */
}

.module ul a:hover, .module_menu ul a:hover {
	color:#777 !important;
}
.module ul li li a, .module_menu ul li li a {
	border:none;
	padding-left:25px;
	background:none;
}
.module ul.menu li li a, .module_menu ul.menu li li a {
	padding:4px 30px;
	color:#666 !important;
}
.module ul li li a:hover, .module_menu ul li li a:hover {
	color:#888;
}
.module ul ul, .module_menu ul ul {
	margin-top:-4px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.module ul li:first-child a, .module_menu ul li:first-child a {
	margin-top:-5px;
}


/* ALternative Module Styling */


/** MB TOP **/
/*--Top Modules Divs--*/	
#top_modules.block_holder {
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.5))); 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
	color:#dddddd;91); /* drop shadow */
	box-shadow: 0 0 16px rgba(0,0,0,.91);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 2px 2px rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,.55);
}	

/* MB Top-1 */
.top-1 .module {
color:#ffffff;
}

.top-1 .module_padding {
}

.top-1 h3 {
	color:#ffffff !important;
	padding:0px 0px 5px !important;
}
.top-1 .module ul.menu a, .top-1 .module_menu ul.menu a, .top-1 .module a {
	color:rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 1px #000000;
}
.top-1 .module ul.menu a:hover, .top-1 .module_menu ul.menu a:hover, .top-1 .module a:hover {
	color:rgba(255, 255, 255, 1) !important;
}
.top-1 .module {color:#ffffff;}
.top-1 .module h2, .top-1 .module h3 {
	color:rgba(255, 255, 255, 0.6);
}
/* MB Top-2 */
#wrapper_top-2 {
}
.top-2 .module_margin {
	margin:0 10px;
}
.top-2 .module_padding {
}

/** MAINCONTENT **/
.wrapper_contenttop {
	padding:0 10px;
}
.wrapper_contentbottom {
	padding:0 10px;
}
.contenttop h3 {
	padding:0px 0px 5px !important;
}
.contenttop .module ul.menu a, .contenttop .module_menu ul.menu a, .contenttop .module a,
.contentbottom .module ul.menu a, .contentbottom .module_menu ul.menu a, .contentbottom .module a {
	color:rgba(255, 255, 255, 0.7);
	text-shadow: 1px 1px 1px #000000;
}
.contenttop .module ul.menu a:hover, .contenttop .module_menu ul.menu a:hover, .contenttop .module a:hover,
.contentbottom .module ul.menu a:hover, .contecontentbottomnttop .module_menu ul.menu a:hover, .contentbottom .module a:hover {
	color:rgba(255, 255, 255, 1) !important;
}
.contenttop .module, .contentbottom .module {color:#ffffff;}
.contenttop .module h2, .contenttop .module h3, .contentbottom .module h2, .contentbottom .module h3 {
	color:rgba(255, 255, 255, 0.6);
}
#content_inner, .sidecol_inner {
	margin:8px;
}
.maincontent {
}

/* Sidecol A & B */
.sidecol_block {padding:0 20px;}
.sidecol_a .sidecol_block {padding: 0 20px 0 0px;}
.sidecol_b .sidecol_block {padding: 0 0 0 20px;}
.sidecol_block .module_padding {padding:20px;}
.sidecol_block .module, .sidecol_block .module_menu{
	margin-bottom:20px;
}

.sidecol_block h3 {
	padding:0px 0px 5px !important;
}
.sidecol_block .module ul.menu a, .sidecol_block .module_menu ul.menu a, .sidecol_block .module a {
	color:#eeeeee;
	color:rgba(255, 255, 255, 0.8);
	/* text-shadow: 1px 1px 1px #000000; */
}
.sidecol_block .module ul.menu a:hover, .sidecol_block .module_menu ul.menu a:hover, .sidecol_block .module a:hover {
	color:rgba(255, 255, 255, 1) !important;
}
.sidecol_block .module {color:#ffffff;}

/* Contenttop/Contentbottom */
.contenttop a, .contentbottom a {
	color: #dddddd;
	color: rgba(255,255,255,0.6);
}

/** MB BOTTOM **/
#bottom_modules.block_holder {
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	box-shadow: 1px 0 0 rgba(255,255,255,0.06), inset -1px 0 0 rgba(0,0,0,0.45), inset 1px 0 0 rgba(0,0,0,0.45); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.5))); 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
	color:#dddddd;91); /* drop shadow */
	box-shadow: 0 0 16px rgba(0,0,0,.91);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(225,225,225,0.3), inset 0 1px 1px rgba(255,255,255,0.1);
	box-shadow:0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 2px 2px rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,.55);
}	

/* MB BASE */
#base {
	padding-bottom:0px;
}
#base .module {
	color:#ccc;
	text-shadow: none;
}
#base .module_margin{
	margin:5px;
}
#base .module_content {
	padding-top: 5px;
}
#base .module h3 {
	color:#848484;
	text-shadow: none;
}
#base .module ul.menu a, #base .module_menu ul.menu a {
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
    color: #BBBBBB;
    text-shadow: none;
}

/* MB Base-1 */
#wrapper_base-1 {
	padding-bottom:5px;
}

/* MB Base-2 */
#wrapper_base-2 {
	padding-top:5px;
	border-radius:5px;
	border:1px solid #222;
	background: #111111;
    margin-top: 10px;
}
.base-2 .module_margin {
    margin: 0 5px;
}

/* Footers */
#footer-2 {
	padding-top:5px;
	border-radius:5px;
	border:1px solid #222;
	background: #111111;
	margin-bottom:10px;
}
#footer-2 .module_margin {
    margin: 0 5px;
}
#base_footer .block_holder {
	padding: 10px 0px;
}

/* Copyright */
 #copyright {
	color:#BBBBBB;
	font-size:13px;
	margin: 10px 15px;
 }
#copyright p {
	margin:5px 0;
	padding:0;
}
 
/*  Article Info */
dt.article-info-term {
	color:#888;
	display:none;
}

/* Read More */
.readmore a, input.button, ul.pagination li, li.pagenav-prev, li.pagenav-next, button, .j51-button a, .btn, .pager a,
.module .j51imagelinkhover .j51button a, .module_style-box .j51imagelinkhover .j51button a, button, .pagination li a, .pagination li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 14px;
	margin-bottom: 0;
	font-size: 13px ;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75) !important;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.4)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	background-image: -o-linear-gradient(top,rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #555 #555 #333;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-width: 1px 1px 0 1px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	font-weight:normal;
   -webkit-transition-duration: 0.4s;
   transition-duration: 0.4s;
   -webkit-transition-property: color;
   transition-property: color;
}
.readon, .readmore a {font-size:12px;}
.readmore a:hover, .btn:hover, .pager a:hover {
	color:rgba(0, 0, 0, 0.8);
   	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
p.readmore {padding:0;}
.button {
display: inline-block;
color:#000000;
font-size:14px !important;
padding:4px 20px;
margin:10px 5px 5px;
}
.button:hover, .validate:hover {
	cursor: pointer;
	color:#777777;
}
.btn:hover, .pager a:hover {
	background-image:none;
}

/* Pagination */
ul.pagenav a {color:#333;}
ul.pagenav a:hover {color:#888;}

/* Footer Menu */
#footermenu {
	margin-right:10px;
}
#footermenu ul li{
	padding: 5px 0;
}
#footermenu ul li a {
	color:#AAAAAA;
	font-size:13px;
	border-right: 1px solid #555555;
    padding: 0 10px;
}
#footermenu ul li a:hover {
	color:#ffffff;
}

/* Featured Categories Module */
.module li.featcat {padding:0px !important;}
.featcats_leading li {padding-top: 5px !important;}
div.module div.module_content ul.featcats li.featcat li, div.module div.module_content ul.featcats li.featcat li a {padding-left:0px !important;}
ul.featcats img {
	background: #F0F0F0;
    border:1px solid #DDDDDD;
    padding:4px;
    margin-top:5px;
}

/* Misc */
.vimeo {
	margin:10px 0 15px;
	background-color: #0B0F11;
    border: 1px solid #0B0D0F;
    padding: 4px;
    float:left;
}

/* Contact Tabs */
dl.tabs {float:left; margin: 50px 0 0 0; z-index: 50; clear:both;}
dl.tabs h3 {margin:0px; padding:0px;}
dl.tabs dt {float:left; padding: 4px 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; margin-right: 3px; background: #E9E7E0; color: #fff;}
dl.tabs dt.open {background: #F4F1EA; border-bottom: 1px solid #F9F9F9; z-index: 100; color: #000;}
div.current {clear: both; border: 1px solid #ccc; padding: 10px 10px;}
div.current dd {padding: 0; margin: 0;}
dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Featured Categories Module */
.module li.featcat {padding:0px !important;}
.featcats_leading li {padding-top: 12px !important;}
div.module div.module_content ul.featcats li.featcat li, div.module div.module_content ul.featcats li.featcat li a {padding-left:0px !important;}
ul.featcats img {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	padding:2px;
	margin-top:8px;
}
ul.featcats h4 {margin:0px;}
.mod_featcats-writtenby, .mod_featcats-date {
	padding: 0;
	margin:0;
	color:#666;
	font-style: italic;
}
.mod_featcats-readmore {
	padding:5px 0;
}

/* Hornav Mobile */
#hornav_mobile.block_holder {
	padding:10px;
}
.js .selectnav { 
display: block; 
-webkit-appearance: listbox;
width:100%; 
padding:10px;  
border-radius: 3px;
-webkit-box-shadow: 0 5px 6px -6px b1b1b1;
-moz-box-shadow: 0 5px 6px -6px black;
box-shadow: 0 5px 6px -6px black;
border:1px solid #555;
background-color:#363539;
color:#FFFFFF;
z-index:100;
}

/* Image Link Hover */
.j51imagelinkhover_border {
	padding:0px;
}
.j51thumbs {opacity: 0.9;}

/* Thumbs Gallery Module */
.j51thumbs114 .j51thumbs .j51Box img {
	border-radius: 5px 5px 5px 5px;
}

/* Article Info */
.article-info {
	color: #616068;
	font-size: 12px;
	padding: 0px;
}
.article-info .actions {
    float: right;
    margin: -10px 0 0;
    width: 50px;
}
.articleContent img {
	display: block;
	margin: 20px auto;
}
.article-info dd {
	border-right: 1px solid #444;
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
}
.article-info dd:last-child {
	border-right: medium none;
}
dl.article-info {
	clear: both;
	display: block;
	margin: 10px 0;
	width: 100%;
}
dd > div {
    display: inline;
}