/*

Theme Name: Viewpoint
Theme URL: http://demo.favthemes.com/viewpoint/
Description: Responsive and Customizable Joomla! Premium Template
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Version: 2.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/copyleft/gpl.html

*/

/*  Table of Content
================================================================================

1. RESPONSIVE GRID
2. FONT ICON
3. J!CONTENT CSS
4. MODULES CSS
5. TYPOGRAPHY
6. MODULE VARIATIONS
7. COMPONENT PAGE
     
================================================================================ */



/* 1. RESPONSIVE GRID  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.row-fluid {
  margin: 0 auto;
  max-width: 1120px;
}

/* Mobile */
@media (max-width: 767px) {

  .container-fluid {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  #fav-intro2.span3,
  #fav-intro4.span3,
  #fav-showcase2.span3,
  #fav-showcase4.span3,
  #fav-top2.span3,
  #fav-top4.span3,
  #fav-bottom2.span3,
  #fav-bottom4.span3,
  #fav-footer2.span3,
  #fav-footer4.span3 { 
    float: left;
    width: 48.5%;
    margin-left: 3%;
  }
  #fav-intro1.span3,
  #fav-intro3.span3,
  #fav-showcase1.span3,
  #fav-showcase3.span3,
  #fav-top1.span3,
  #fav-top3.span3,
  #fav-bottom1.span3,
  #fav-bottom3.span3,
  #fav-footer1.span3,
  #fav-footer3.span3 {
    float: left;
    width: 48.5%;
    margin-left: 0;
  }
  #fav-intro3.span3,
  #fav-showcase3.span3,
  #fav-top3.span3,
  #fav-bottom3.span3,
  #fav-footer3.span3 {
    clear:both;
  }
  .row-fluid .span4 {
    float: left;
    width: 31.3%;
    margin-left: 3%;
  }
  #fav-slide2.span4,
  #fav-showcopyright.span3,
  #fav-copyright.span3,
  #fav-copyright2.span9 {
    float: none;  
    width: 100%;
    margin-left: 0;
  }

}

@media (max-width: 480px) {

  .row-fluid .span4,
  .row-fluid .span3,
  .row-fluid .span6,
  .row-fluid .span9 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

}

/* IE6 Styles */
.lt-ie7 .container-fluid, 
.lt-ie7 .row-fluid { 
  display:none; 
}

/* 2. FONT ICON
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

[class^="fa fa-"],
[class*=" fa fa-"] {
  font-size: 18px;
  padding-right: 0.6em;
}

/* Make FontAwesome compatible with Joomla! IcoMoon
---------------------------------------------------------------------- */

span.icon-chevron-right,
span.icon-list,
span.icon-cog,
span.icon-envelope,
span.icon-print,
span.icon-edit,
span.icon-search,
span.icon-ok,
.icon-home,
.icon-first,
.icon-cancel,
.icon-file-add,
.icon-eye, 
.icon-folder-2,
.icon-first,
.icon-previous,
.icon-next,
.icon-last,
.icon-user,
.icon-arrow-left {
  background: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 0.4em;
  font-style: normal;
}
span.icon-chevron-right:before,
span.icon-list:before,
span.icon-cog:before,
span.icon-envelope:before,
span.icon-print:before,
span.icon-edit:before,
span.icon-search:before,
span.icon-ok:before,
.icon-home:before,
.icon-cancel:before,
.icon-file-add:before,
.icon-eye:before, 
.icon-folder-2:before,
.icon-first:before,
.icon-previous:before,
.icon-next:before,
.icon-last:before,
.icon-user:before,
.icon-arrow-left {
  font-family: FontAwesome;
}
.icon-first,
.icon-previous,
.icon-next,
.icon-last {
  font-style: normal;
  margin-top: 0.2em;
}
/* Read More Arrow */
span.icon-chevron-right {
  font-size: 24px;
  line-height: 1em;
}
span.icon-chevron-right {
  content: "\f105";
}
/* Article Options */
span.icon-cog {
  font-size: 16px;
}
span.icon-cog:before {
  content: "\f013";
}
/* Article Mail */
span.icon-envelope:before {
  content: "\f0e0";
}
/* Article Print */
span.icon-print:before {
  content: "\f02f";
}
/* Article Edit */
span.icon-edit:before {
  content: "\f044";
}
/* Cancel Button */
.icon-cancel:before {
  content: "\f00d"; 
}
/* Article Add */ 
.icon-file-add:before { 
  content: "\f08e"; 
}
/* Toggle Editor */  
.icon-eye:before { 
  content: "\f06e"; 
}
/* Create Article Image */  
.icon-folder-2:before { 
  content: "\f07b"; 
} 
/* Pagination First */   
.icon-first:before { 
  content: "\f049"; 
}
/* Pagination Previous */
.icon-previous:before { 
  content: "\f04a"; 
}
/* Pagination Next */
.icon-next:before { 
  content: "\f04e"; 
}
/* Pagination Last */
.icon-last:before { 
  content: "\f050"; 
}
/* Smart Search Advanced Button */
span.icon-list {
  font-size: 14px;
}
.icon-list:before {
  content: "\f03a";
}
/* Smart Search Search Button */
.icon-search:before {
  content: "\f002";
}
/* 404 */
.icon-home {
  padding-top: 3px;
  margin-right: 14px;
}
.icon-home:before {
  content: "\f015";
}
/* Edit Profile */
.icon-user:before {
  content: "\f007";
}
/* Editor Save Button */
.icon-ok:before {
  content: "\f00c";
}
/* Log Out Button */
.icon-arrow-left {
  padding-top: 6px;
}
.icon-arrow-left:before {
  content: "\f053";
}


/* 3. J!CONTENT CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Article 
---------------------------------------------------------------------- */

.blog, 
.blog-featured, 
.item, 
.item-page { 
	text-align:justify; 
	display:block; 
	overflow:hidden; 
}
.item, 
.item-page,
div[class^="leading-"],
div[class*=" leading-"] { 
	margin-bottom: 2px;
  padding-bottom: 1em;
  overflow: hidden;
}
.blog .btn [class^="fa fa-"],
.blog .btn [class*=" fa fa-"],
.blog-featured .btn [class^="fa fa-"],
.blog-featured .btn [class*=" fa fa-"],
.item .btn [class^="fa fa-"],
.item .btn [class*=" fa fa-"],
.item-page .btn [class^="fa fa-"],
.item-page .btn [class*=" fa fa-"] {
	line-height: 1em;
  font-size: 21px;
  vertical-align: top;
  padding-right: 7px;
}
.blog p.readmore .btn, 
.blog-featured p.readmore .btn {
  padding: 12px 21px 12px 14px;
  margin-top: 8px;
  font-size: 21px;
  box-shadow: none;
}
.blog p.readmore .btn:hover, 
.blog-featured p.readmore .btn:hover {
  text-shadow: 0 1px 1px #444;
  box-shadow: none;
}
.blog p.readmore .btn:active, 
.blog p.readmore .btn:focus, 
.blog-featured p.readmore .btn:active,
.blog-featured p.readmore .btn:focus {
  top: 0;
}
p.readmore {
  margin-bottom: 0;
}
.blog .btn .icon-chevron-right:before, 
.blog-featured .btn .icon-chevron-right:before {
  content: "\f105";
}

/* IE */
.lt-ie8 .blog p.readmore .btn,
.lt-ie8 .blog-featured p.readmore .btn {
  padding-bottom: 8px;
  padding-left: 21px;
}
.lt-ie8 .blog .btn .icon-chevron-right, 
.lt-ie8 .blog-featured .btn .icon-chevron-right {
  padding-top: 8px;
  margin-right: 7px;
}

/* Article Title 
---------------------------------------------------------------------- */

.page-header h2, 
h2.item-title, 
.componentheading { 
  background: url(../images/bg-article.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 10px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: left; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.page-header h2 a, 
h2.item-title a { 
	color: #333;
}
.page-header h2 a:hover, 
h2.item-title a:hover { 
	color: #AA528B;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.page-header { 
	border:none;
	margin: 14px 0 21px;
  padding-bottom: 0;
}
.items-leading .btn-group.pull-right,
div[class^="item column-"] .btn-group.pull-right, 
div[class*=" item column-"] .btn-group.pull-right,
.item-page .btn-group.pull-right {
  margin: 0 1px 7px 21px;
}
.componentheading {
  margin-top: 16px;
  padding: 8px 21px 6px;
}
.page-header h1 {
  margin-bottom: 0;
  padding-top: 2px;
}

/* Mobile */
@media (max-width: 768px) {

  .page-header { 
    margin-top: 0;
  }
  .page-header h1 {
    padding-top: 0;
  }
  .page-header h2,
  h2.item-title, 
  .componentheading {
    font-size: 24px;
  }

}

/* Article Info 
---------------------------------------------------------------------- */

dl.article-info { 
  font-size: 16px;
}
dl.article-info i {
	font-size: 16px;
}
.article-info dd { 
	font-size: 0.8em; 
	margin-left:0; 
}
dt.article-info-term {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  font-size: 1em; 
  line-height: 1.5em;
  color: #333;
  margin-bottom: 1em;
}
span.content_rating {
	display: block;
  padding: 2px 0 5px;
}
div.content_rating {
  margin-top: 7px;
  margin-bottom: 21px;
}
a.btn.dropdown-toggle { 
	margin-bottom: 0; 
}
.btn-group .btn.dropdown-toggle,
.btn-group .btn.dropdown-toggle:hover {
  box-shadow: none;
  background-color: #eee!important;
  color: #444!important;
  text-shadow: 0 1px 1px #fff;
  padding: 6px 12px 4px;
  border: 1px solid #e6e6e6;
}
.btn-group .btn.dropdown-toggle:focus,
.btn-group .btn.dropdown-toggle:active { 
  top: 0; 
}
.dropdown-menu {
	min-width: 100%;
	background-color: #eee;
  border: 1px solid #e6e6e6;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
ul.dropdown-menu {
	padding-bottom:0;
}
ul.dropdown-menu li:hover a { 
	background-color: transparent; 
}
.dropdown-menu li > a {
  padding: 3px 12px 3px 12px;
  text-align: center;
}
ul.dropdown-menu a:hover { 
	color: #AA528B; 
	background-color: transparent; 
	background-image:none;
}
.dropdown-menu li.print-icon i,
.dropdown-menu li.email-icon i,
.dropdown-menu li.edit-icon i {
	font-size:16px;
	padding-right: 0.5em;
}
span.content_vote input.btn.btn-mini {
	margin: 0;
	padding: 4px 10px 3px;
  box-shadow: none;
}
span.content_vote input.btn.btn-mini:active,
span.content_vote input.btn.btn-mini:focus {
  top: 0;
  text-shadow: none;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* IE */
.lt-ie8 .dropdown-menu {
  margin-right: 0;
}

/* Article Items More 
---------------------------------------------------------------------- */

.items-more .nav-tabs.nav-stacked { 
	margin-bottom: 36px; 
}
.items-more .nav-tabs.nav-stacked > li > a {
  border: none;
  padding-top: 14px; 
  padding-left: 0;
}
.items-more .nav-tabs.nav-stacked > li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* Article Pagination
---------------------------------------------------------------------- */

.pagination ul li, 
.pagination ul li a, 
.pagination ul li span, 
.pager .next a, 
.pager .previous a {
  background: #eee;
  border:none; 
  margin-right: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li a:hover, 
.pager .next a:hover, 
.pager .previous a:hover {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear; 
	color: #111;
  background-color: #AA528B;
}
.pager .next a, 
.pager .previous a {
	padding: 8px 18px 6px;
  background-color: #AA528B;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pager li > a:hover, 
.pager li > a:focus {
  background-color: #111;
}
ul.pagination-list li a [class^="fa fa-"], 
ul.pagination-list li a [class*=" fa fa-"] {
  font-size: 14px;
  color: #fff;
  padding-right: 0;
  vertical-align: middle;
}
.pagination ul li a {
  background-color: #111;
  background-image: none;
  color: #AA528B;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 12px 6px;
  text-transform: uppercase;
  border: none; 
  margin-right: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li a:hover {
  background-color: #111;
  color: #fff;
}
.pagination ul > .disabled > span, 
.pagination ul > .disabled > a, 
.pagination ul > .disabled > a:hover,
.pagination ul > li > a:hover, 
.pagination ul > .active > a, 
.pagination ul > .active > span {
  background-color: #111;
  color: #fff;
}
.pagination p.counter.pull-right {
  font-family: 'Fjalla One', sans-serif;
 	font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.nav-tabs > li > a {
  padding-top: 14px;
  padding-bottom: 0;
}
ul.nav-tabs.nav-stacked > li > a {
  border: none;
}
ul.nav-tabs.nav-stacked > li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
ul.pager.pagenav li:before {
  content: none;
}

/* IE */
.lt-ie8 .pagination ul > .disabled > a {
  display: none;
}

/* Article Lists 
---------------------------------------------------------------------- */

.item ul, 
.item-page ul,
.items-leading ul {
  list-style-type: none;
  margin-left: 0; 
}
.item ul li, 
.item-page ul li,
.items-leading ul li { 
  line-height: 1.5em;
}
.item ul li li, 
.item-page ul li li,
.items-leading ul li li,
.item ul li li li, 
.item-page ul li li li li,
.items-leading ul li li li,
.item ul li li li li, 
.item-page ul li li li li,
.items-leading ul li li li li {
  padding-left: 1.4em; 
}
.item ul li:before, 
.item-page ul li:before,
.items-leading ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}
.item ul.nav.nav-tabs li:before, 
.item-page ul.nav.nav-tabs li:before,
.items-leading ul.nav.nav-tabs li:before {
  content:  none;
  padding-right: 0;
}
.item ul.dropdown-menu li:before,
.item-page ul.dropdown-menu li:before,
.items-leading ul.dropdown-menu li:before {
  content: none;
}

/* Tiptool
---------------------------------------------------------------------- */

.tip-wrap .tip { 
	max-width: 200px;
	background-color: #111;
	color: #eee; 
	padding: 0.5em 1em;
}

/* Badge 
---------------------------------------------------------------------- */

.badge { 
	margin-left: 1em;
	margin-right: 1em;
	padding: 2px 10px;
	line-height: 2em;
	font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 9px;
  border-radius: 4px;
}
.badge-info { 
	background-color: #AA528B;
}

/* Accordion
---------------------------------------------------------------------- */

.accordion-group {
	border: none; 
}
.accordion-group .accordion-heading { 
	border-bottom: 2px solid #111;
}
.accordion-group .accordion-heading:hover { 
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; 
}
.accordion-heading .accordion-toggle {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 0 12px!important;
}

/* Archived Articles 
---------------------------------------------------------------------- */

.archive form#adminForm button.btn.btn-primary {
  vertical-align: middle;
  display: block;
  margin-top: 14px;
}
#adminForm fieldset.filters {
  margin-top: 24px;
}
#archive-items {
	margin-top: 10px;
}
div.filter-search.alert.alert-info {
	background-color: #f5f5f5; 
	border: 1px solid #e3e3e3;
	color: #444;
  padding: 8px 10px;
  margin-bottom: 18px;
}
.archive fieldset.filters input {
	margin-bottom: 0;
	min-height: 28px;
}

/* List All Categories 
---------------------------------------------------------------------- */

.categories-list {
  padding-top: 14px;
}
.categories-list h4.item-title {
	font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}
.categories-list h3.page-header.item-title {
	font-size: 18px;
	margin: 0;
  padding: 1px 0;
  border: none;
  font-weight: normal;
}
.categories-list ul {
	list-style-type: none;
	margin-left: 0;
}
.categories-list ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
	padding-right: 10px;
	color: #333;
}
.categories-list i.icon-plus {
	font-size: 16px;
	padding: 0;
}
.categories-list [class^="fa fa-"], 
.categories-list [class*=" fa fa-"] {
  padding-right: 0;
  font-size: 16px;
}
.categories-list a.btn.btn-mini.pull-right {
	padding: 8px 8px 2px;
  box-shadow: none;
}
.categories-list span.item-title a {
  margin-top: 14px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

/* IE */
.lt-ie8 .categories-list a.btn.btn-mini.pull-right {
  padding: 6px 8px 0;
}

/* Category List
---------------------------------------------------------------------- */

div.category-list {
	margin-top: 14px;
}
ul.category.list-striped.list-condensed {
	list-style-type: none;
	margin-left: 0;
}
ul.category span.list-edit.pull-left.width-50 a {
	color: #111;
	margin-right: 1em;
}
.category-list ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
	padding-right: 10px;
	color: #333;
}
.category-list i.hasTip.icon-edit.tip {
	font-size: 16px;
}
.category-list .btn-toolbar {
  margin-bottom: 6px;
}
ul.category.list-striped.list-condensed li {
  padding: 1px 0 0;
}
ul.category.list-striped span.list.pull-left {
  float: none;
}

/* Create Article
---------------------------------------------------------------------- */

div.edit.item-page {
	margin-top: 1em;
}
div.edit.item-page .nav-tabs > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
}
div.edit button.btn.btn-primary {
	background-color: #AA528B; 
  color: #fff; 
  background-image:none; 
}
div.edit .btn i,
div.edit button.btn.btn-primary i {
	margin-right: 0;
}
div.edit button.btn.btn-primary:hover {
	background-color: #AA528B;
}
div.edit.item-page .btn, 
div.edit.item-page .btn-primary {
	padding: 8px 12px 6px;
}
div.edit.item-page .btn i, 
div.edit.item-page .btn-primary i {
	font-size: 16px;
	line-height: 16px;
}
button.btn#jform_publish_up_img , 
button.btn#jform_publish_down_img { 
	padding: 4px 5px 3px 9px;
	box-shadow: none;
}
button.btn#jform_publish_up_img:hover, 
button.btn#jform_publish_down_img:hover {
	background-color: #fff;
}
div.edit.item-page .toggle-editor.btn-toolbar.pull-right {
	margin-top: 20px;
}
div.edit.item-page .btn-toolbar {
  margin-bottom: 10px;
}
div.edit.item-page .nav-tabs > li > a:hover { background-color: #eee; }
textarea.mce_editable {
	width: 97%!important;
}

/* Featured Articles
---------------------------------------------------------------------- */

.items-leading .createdby { 
	font-size: 1em; 
}
.blog-featured h2.item-title {
	margin: 14px 0 21px;
}

/* Mobile */
@media handheld, only screen and (max-width: 979px) {

  .blog-featured h2.item-title {
    margin-top: 10px;
  }

}

/* List News Feeds 
---------------------------------------------------------------------- */

div.newsfeed-category {
	margin-top: 14px;
}
div.newsfeed-category h2,
h2.redirect-ltr {
	background: url(../images/bg-article.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 8px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: left; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
h2.redirect-ltr {
  margin-top: 14px;
  padding: 12px 21px 6px;
}
h2.redirect-ltr a {
  color: #111111;
}
div.newsfeed.redirect-ltr h3,
div.newsfeed.redirect-ltr h2 {
  font-size: 21px;
}
div.newsfeed-category ul.category.list-striped.list-condensed {
  margin-top: 14px;
}

/* Login Form 
---------------------------------------------------------------------- */

.login,
.logout {
	margin-top: 14px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login fieldset.well {
	padding: 30px 0 0;
}
.logout button.btn.btn-primary {
  padding: 12px 24px 10px 16px;
}
.logout button.btn.btn-primary [class^="fa fa-"],  
.logout button.btn.btn-primary [class*=" fa fa-"] {
	font-size: 21px;
	line-height: 1em;
  vertical-align: text-top;
}
.logout .form-horizontal .controls {
	margin-left: 0px;
}
.login .nav-tabs > li > a,
.logout .nav-tabs > li > a {
  padding-top: 12px;
}

/* User Profile
---------------------------------------------------------------------- */

div.profile {
	margin-top: 14px;
}
div.profile legend {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	border: none;
}
div.profile ul.btn-toolbar.pull-right {
	margin: 0;
	float:none;
}
div.profile ul.btn-toolbar.pull-right a.btn {
	font-size: 21px;
  padding: 14px 21px 10px;
}
div.profile ul.btn-toolbar.pull-right a.btn i,
div.profile ul.btn-toolbar.pull-right span.icon-user {
	font-size: 21px;
	line-height: 1em;
  vertical-align: text-top;
}
div.profile fieldset legend{
	margin-bottom: 14px;
  padding-top: 4px;
  text-transform: uppercase;
}
div.profile #users-profile-custom legend {
  padding-top: 15px;
  text-transform: uppercase;
}
div.profile dl.dl-horizontal {
  margin-top: 10px;
}
div.profile dl.dl-horizontal dt,
div.profile dl.dl-horizontal dd {
	text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
}
div.profile dl.dl-horizontal dt {
	width: 14em;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}

/* IE */
.lt-ie8 div.profile ul.btn-toolbar.pull-right a.btn {
  padding: 9px 21px 7px;
}
.lt-ie8 div.profile ul.btn-toolbar.pull-right a.btn i,
.lt-ie8 div.profile ul.btn-toolbar.pull-right span.icon-user {
  vertical-align: middle;
}

/* Edit User Profile
---------------------------------------------------------------------- */

div.profile-edit button.btn.btn-primary.validate {
	text-transform: none;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
}
div.profile-edit div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2em;
}
div.profile-edit fieldset legend {
	padding-top: 0.5em;
}

/* Registration Form
---------------------------------------------------------------------- */

div.registration button.btn.btn-primary.validate {
	text-transform: none;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
}
div.registration div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2em;
}
div.registration fieldset legend {
	padding-top: 0.5em;
}

/* Username Reminder
---------------------------------------------------------------------- */

div.remind {
	margin-top: 24px;
}
div.remind .form-horizontal .control-label {
  text-align: left;
}
div.remind fieldset div.control-group {
	margin-top: 26px;
	margin-bottom: 0;
}
div.remind div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}

/* Password Reset
---------------------------------------------------------------------- */

div.reset {
	margin-top: 24px;
}
div.reset .form-horizontal .control-label {
  text-align: left;
}
div.reset fieldset div.control-group {
	margin-top: 26px;
	margin-bottom: 0;
}
div.reset div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}

/* Single Contact
---------------------------------------------------------------------- */

div.contact fieldset legend {
	font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
	font-size: 18px;
	padding-top: 24px;
  margin-bottom: 7px;
	border: none;
}
div.contact dl.dl-horizontal dt,
div.contact dl.dl-horizontal dd {
	line-height: 21px;
	text-align: left;
  margin-left: 0;
}
div.contact .dl-horizontal dd {
	margin-left: 2em;
}
dl.contact-address.dl-horizontal {
  margin-top: 34px;
  margin-bottom: 28px;
}
div.contact div.form-actions {
	border: none;
	background: transparent;
	padding-left: 0;
	padding-top: 2px;
  padding-bottom: 3px;
	margin-top: 0;
}
div.contact div.page-header {
  margin: 11px 0 40px;
}
div.contact div.accordion-inner {
  padding: 0;
}
div.contact span.jicons-icons {
  display: none;
}
div.contact span.contact-street:before,
div.contact span.contact-emailto:before,
div.contact span.contact-telephone:before,
div.contact span.contact-fax:before,
div.contact span.contact-mobile:before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
  color: #444;
}
div.contact span.contact-street:before {
  content: "\f015";
}
div.contact span.contact-emailto:before {
  content: "\f0e0";
}
div.contact span.contact-telephone:before {
  content: "\f095";
}
div.contact span.contact-fax:before {
  content: "\f02f";
}
div.contact span.contact-mobile:before {
  content: "\f10a";
  padding-left: 2px;
}
div.contact .accordion-heading .accordion-toggle {
  padding: 12px 20px 8px;
}
div.contact .form-horizontal .control-group {
  margin-bottom: 12px;
}
div.contact .nav-list > li > a {
  padding: 21px 0;
}
div.contact .nav-tabs > li > a {
  padding-top: 12px;
  padding-left: 0;
  padding-bottom: 0;
}
#accordionContact.accordion {
  margin: 0;
}

/* Featured Contacts
---------------------------------------------------------------------- */

div.blog-featured fieldset legend {
	font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	border: none;
}
div.blog-featured table {
	width: 100%;
	line-height: 2em;
	margin-bottom: 10px;
	text-align: center;
}
div.blog-featured thead a {
	color: #111;
}
div.blog-featured thead tr {
	background-color: #eee;
}
div.blog-featured thead th {
	padding: 6px 4px;
	border: 1px solid #e2e2e2;
}
div.blog-featured tbody td {
	padding: 0.3em 0.5em;
	border: 1px solid #e5e5e5;
}
div.blog-featured div.display-limit select.inputbox.input-mini {
	margin-top: 0.5em;
}

/* List Contacts
---------------------------------------------------------------------- */

div.contact-category {
	margin-top: 14px;
}
div.contact-category h2 {
	background: url(../images/bg-article.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 8px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: left; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
div.contact-category ul.category.list-striped {
	list-style-type: none;
	margin-left: 0;
  margin-top: 14px;
}
div.contact-category ul.category.list-striped strong.list-title:before{
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
	padding-right: 10px;
	color: #333;
}
div.contact-category select#limit.inputbox.input-mini {
  vertical-align: baseline;
}
div.contact-category table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: transparent;
  font-size: 1em;
}
div.contact-category table tr {
  border: 1px solid #DDDDDD;
}
div.contact-category table tr:first-child th, 
div.contact-category table tr:first-child td, 
div.contact-category table thead:first-child tr:first-child th, 
div.contact-category table thead:first-child tr:first-child td,
div.contact-category table tbody:first-child tr:first-child th, 
div.contact-category table tbody:first-child tr:first-child td {
  border-top: 0px none;
}
div.contact-category table tr:first-child th, 
div.contact-category table tr:first-child td, 
div.contact-category table thead:first-child tr:first-child th, 
div.contact-category table thead:first-child tr:first-child td,
div.contact-category table tbody:first-child tr:first-child th, 
div.contact-category table tbody:first-child tr:first-child td {
  border-top: 0px none;
  padding-left: 21px;
}
div.contact-category table thead th,
div.contact-category table tbody th {
  vertical-align: bottom;
}
div.contact-category table th {
  background-color: #EEEEEE;
  color: #444;
}
div.contact-category table th a {
  color: #444;
}
div.contact-category table th {
  font-weight: bold;
  border: 0px none;
}
div.contact-category table th, 
div.contact-category table td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  text-align: left;
}

/* Search Form
---------------------------------------------------------------------- */

div.search {
	margin-top: 14px;
}
div.search [class^="fa fa-"], 
div.search [class*=" fa fa-"] {
  padding-right: 0;
}
div.search button.btn.hasTooltip {
	padding: 6px 6px 4px 10px;
}
div.search button.btn.hasTooltip:hover {
  background-color: #111;
  color: #fff;
}
div.search button.btn.hasTooltip i {
	margin-right: 0;
	padding-right: 2px;
}
div.search fieldset legend {
	font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
	font-size: 18px;
	padding-top: 14px;
	margin-bottom: 6px;
	border: none;
}
div.search div.phrases-box label {
  padding-top: 6px;
  padding-bottom: 0;
}
div.search div.ordering-box label {
  margin-top: 24px;
  margin-bottom: 16px;
}
div.search select#ordering.inputbox {
  margin-bottom: 14px;
}
div.search fieldset.only label {
  padding-top: 6px;
  padding-bottom: 0;
}
div.search dd {
	font-size: 14px;
	line-height: 1.5em;
}
div.search dt.result-title {
	line-height: 44px;
}
div.search dd.result-category {
	font-style: italic;
	color: #999;
}
div.search dd.result-created {
	font-weight:bold;
}
#searchForm div.btn-toolbar {
  margin-top: 28px;
  margin-bottom: 0;
}

/* IE */
.lt-ie8 div.search button.btn.hasTooltip {
  padding-bottom: 0;
}
.lt-ie8 div.search fieldset.phrases {
  margin-top: 40px;
}

/* Web Links in a Category
---------------------------------------------------------------------- */

div.weblink-category {
	margin-top: 14px;
}
div.weblink-category h2 {
	background: url(../images/bg-article.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 8px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: left; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
div.weblink-category ul.category.list-striped {
	list-style-type: none;
	margin-left: 0;
  margin-top: 8px;
}
div.weblink-category div.list-title {
  display: inline;
}
div.weblink-category div.list-title img {
  display: none;
}

/* Submit a Web Link
---------------------------------------------------------------------- */

div.edit .btn-group > .btn:last-child {
	padding: 10px 14px;
	font-family: sans-serif;
	text-transform:none;
}
div.edit .toggle-editor.btn-toolbar.pull-right {
	margin-top: 20px;
}

/* Category Children
---------------------------------------------------------------------- */

.cat-children .page-header {
	margin: 0;
	padding: 0;
}
.cat-children h3.page-header {
	font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
	font-weight: normal;
	font-size: 16px;
	border: none;
	margin: 0;
}

/* Category List
---------------------------------------------------------------------- */

div.cat-items a.btn.btn-primary {
  padding: 14px 24px 8px;
}
div.cat-items span.icon-plus {
  font-size: 21px;
  line-height: 1em;
}

/* Wrapper
---------------------------------------------------------------------- */

.contentpane iframe.wrapper {
	margin-top: 14px;
	border: 1px solid #ccc;
}
#blockrandom {
	border: 1px solid #ccc;
}

/* Element Invisible
---------------------------------------------------------------------- */

.element-invisible {
  display: none!important;
}


/* 4. MODULES CSS  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Moduletable
---------------------------------------------------------------------- */

.moduletable,
div[class^="moduletable-"],
div[class*=" moduletable-"] { 
	text-align: justify; 
	overflow:hidden; 
	margin-top: 14px; 
	margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 979px) {

  .moduletable,
  div[class^="moduletable-"],
  div[class*=" moduletable-"] { 
    margin-top: 10px; 
    margin-bottom: 10px;
  }

}

/* Moduletable Title
---------------------------------------------------------------------- */

.moduletable h3 { 
  background: url(../images/bg-module.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 10px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable .custom h3,
div[class^="moduletable-"] div[class^="custom-"] h3,
div[class*=" moduletable-"] div[class*=" custom-"] h3 {
  color: #333; 
  font-size: 24.5px; 
  margin: 10px 0;
  background: none;
  text-shadow: none;
  border-radius: none 0px;
  box-shadow: none;
  border: none;
  padding: 0;
  text-transform: none;
}
.moduletable .custom h1,
div[class^="moduletable-"] div[class^="custom-"] h1,
div[class*=" moduletable-"] div[class*=" custom-"] h1,
.moduletable .custom h2,
div[class^="moduletable-"] div[class^="custom-"] h2,
div[class*=" moduletable-"] div[class*=" custom-"] h2,
.moduletable .custom h3,
div[class^="moduletable-"] div[class^="custom-"] h3,
div[class*=" moduletable-"] div[class*=" custom-"] h3,
.moduletable .custom h4,
div[class^="moduletable-"] div[class^="custom-"] h4,
div[class*=" moduletable-"] div[class*=" custom-"] h4,
.moduletable .custom h5,
div[class^="moduletable-"] div[class^="custom-"] h5,
div[class*=" moduletable-"] div[class*=" custom-"] h5,
.moduletable .custom h6,
div[class^="moduletable-"] div[class^="custom-"] h6,
div[class*=" moduletable-"] div[class*=" custom-"] h6  {
  margin: 14px 0;
}
.moduletable .custom h5,
div[class^="moduletable-"] div[class^="custom-"] h5,
div[class*=" moduletable-"] div[class*=" custom-"] h5 {
  font-size: 16px;
}
.moduletable .custom h6,
div[class^="moduletable-"] div[class^="custom-"] h6,
div[class*=" moduletable-"] div[class*=" custom-"] h6 {
  font-size: 14px;
}

.moduletable h3 i,
div[class^="moduletable-"] h3 i,
div[class*=" moduletable-"] h3 i { 
    font-size: 24px;
}

/* Mobile */
@media (max-width: 979px) {

  .moduletable h3,
  div[class^="moduletable-"] h3,
  div[class*=" moduletable-"] h3 { 
    font-size: 24px;
    margin-bottom: 14px;
  }

}

/* Module Menu
---------------------------------------------------------------------- */

/* Menu Default */
.moduletable .custom ul,
div[class^="moduletable-"] ul,
div[class*=" moduletable-"] ul { 
	list-style-type: none;
	margin-left: 0; 
}

.moduletable .custom ul li,
div[class^="moduletable-"] ul.nav.menu li, 
div[class*=" moduletable-"] ul.nav.menu li, 
div[class^="moduletable-"] ul li,
div[class*=" moduletable-"] ul li { 
	line-height: 2em;
}
.moduletable .custom ul li li,
div[class^="moduletable-"] ul.nav.menu li li, 
div[class*=" moduletable-"] ul.nav.menu li li, 
div[class^="moduletable-"] ul li li,
div[class*=" moduletable-"] ul li li,

.moduletable .custom ul li li li,
div[class^="moduletable-"] ul.nav.menu li li li, 
div[class*=" moduletable-"] ul.nav.menu li li li,
div[class^="moduletable-"] ul li li li, 
div[class*=" moduletable-"] ul li li li,

.moduletable .custom ul li li li li,
div[class^="moduletable-"] ul.nav.menu li li li li, 
div[class*=" moduletable-"] ul.nav.menu li li li li,
div[class^="moduletable-"] ul li li li li, 
div[class*=" moduletable-"] ul li li li li {
	padding-left: 1.4em; 
}
.moduletable .custom ul li a:before,
div[class^="moduletable-"] .custom ul li a:before,
div[class*=" moduletable-"] .custom ul li a:before,
div[class^="moduletable-"] ul.nav.menu li a:before,
div[class*=" moduletable-"] ul.nav.menu li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
 	color: #333;
}
.moduletable .custom ul li.current.active a,
div[class^="moduletable-"] ul.nav.menu li.current.active a,
div[class*=" moduletable-"] ul.nav.menu li.current.active a,
div[class^="moduletable-"] ul li.current.active a,
div[class*=" moduletable-"] ul li.current.active a {
	color: #444;
	line-height: 2em;
}
.nav > li > a:hover { background-color: transparent; }


/* Menu Basic */
.moduletable ul.nav.menubasic,
div[class^="moduletable-"] ul.nav.menubasic,
div[class*=" moduletable-"] ul.nav.menubasic {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.moduletable ul.nav.menubasic li,
div[class^="moduletable-"] ul.nav.menubasic li,
div[class*=" moduletable-"] ul.nav.menubasic li {
  list-style-type: none;
  margin-bottom: 0;
  line-height: 2em;
  border-top: 1px solid #ddd;
}
.moduletable ul.nav.menubasic li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li:first-child {
  border-top: none;
}
.moduletable ul.nav.menubasic li.current.active:first-child a,
div[class^="moduletable-"] ul.nav.menubasic li.current.active:first-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active:first-child a,
.moduletable ul.nav.menubasic li:first-child a:hover,
div[class^="moduletable-"] ul.nav.menubasic li:first-child a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li:first-child a:hover {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.moduletable ul.nav.menubasic li.current.active:last-child a,
div[class^="moduletable-"] ul.nav.menubasic li.current.active:last-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active:last-child a,
.moduletable ul.nav.menubasic li:last-child a:hover,
div[class^="moduletable-"] ul.nav.menubasic li:last-child a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li:last-child a:hover {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.moduletable ul.nav.menubasic li a,
div[class^="moduletable-"] ul.nav.menubasic li a,
div[class*=" moduletable-"] ul.nav.menubasic li a {
  padding: 9px 14px 7px;
  line-height: 2em;
  display: block;
  font-size: 16px;
}
.moduletable ul.nav.menubasic li a,
div[class^="moduletable-"] ul.nav.menubasic li a,
div[class*=" moduletable-"] ul.nav.menubasic li a li a {
  padding-left: 14px;
}
.moduletable ul.nav.menubasic li li a,
div[class^="moduletable-"] ul.nav.menubasic li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li a {
  padding-left: 28px;
}
.moduletable ul.nav.menubasic li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li a {
  padding-left: 42px;
}
.moduletable ul.nav.menubasic li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li a {
  padding-left: 56px;
}
.moduletable ul.nav.menubasic li li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li li a {
  padding-left: 70px;
}
.moduletable ul.nav.menubasic li a:before,
div[class^="moduletable-"] ul.nav.menubasic li a:before,
div[class*=" moduletable-"] ul.nav.menubasic li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
  padding-right: 0;
  color: #aaa;
  float: right;
  font-size: 15px;
  line-height: 2em;
}
.moduletable ul.nav.menubasic li a:hover,
div[class^="moduletable-"] ul.nav.menubasic li a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li a:hover {
  background-color: #f3f3f3;
  color: #444;
}
.moduletable ul.nav.menubasic li a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li a:hover:before {
  color: #777;
}
.moduletable ul.nav.menubasic li.current.active a,
div[class^="moduletable-"] ul.nav.menubasic li.current.active a,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active a {
  background-color: #AA528B;
  color: #fff;
}
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child a,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a {
  background-color: #fff;
  border-radius: 0;
  color: #444;
}
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover {
  background-color: #f3f3f3;
  color: #444;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small a,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a {
  color: #444;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small a:hover,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:hover,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:hover {
  color: #333;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small a:before,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:before,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child a:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:before {
  color: #aaa;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small a:hover:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child a:hover:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active ul.nav-child.unstyled.small a:hover:before {
  color: #777;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover,
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a,
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a {
  background-color: #AA528B;
  color: #fff;
}
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.current.active a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child li.current.active.deeper.parent a:hover:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:before,
.moduletable ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
div[class^="moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
div[class*=" moduletable-"] ul.nav.menubasic li.active.deeper.parent ul.nav-child.unstyled.small li.current.active a:hover:before,
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a:before,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a:before,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.current.active.deeper.parent a:before,
.moduletable ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a:before,
div[class^="moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a:before,
div[class*=" moduletable-"] ul.nav.menubasic ul.nav-child.unstyled.small li.active.deeper.parent li.active.deeper.parent ul.nav-child a:before {
  color: #fff;
}
.moduletable ul.nav.menubasic li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li.current.active a:before {
  color: #fff;
}
.moduletable ul.nav.menubasic li li,
div[class^="moduletable-"] ul.nav.menubasic li li,
div[class*=" moduletable-"] ul.nav.menubasic li li,
.moduletable ul.nav.menubasic li li li,
div[class^="moduletable-"] ul.nav.menubasic li li li,
div[class*=" moduletable-"] ul.nav.menubasic li li li,
.moduletable ul.nav.menubasic li li li li,
div[class^="moduletable-"] ul.nav.menubasic li li li li,
div[class*=" moduletable-"] ul.nav.menubasic li li li li {
  line-height: 2em;
  padding-left: 0;
}
.moduletable ul.nav.menubasic li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li:hover,
.moduletable ul.nav.menubasic li li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li li:hover,
.moduletable ul.nav.menubasic li li li li:hover,
div[class^="moduletable-"] ul.nav.menubasic li li li li:hover,
div[class*=" moduletable-"] ul.nav.menubasic li li li li:hover {
  background: none;
}
.moduletable ul.nav.menubasic li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li:first-child,
.moduletable ul.nav.menubasic li li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li li:first-child,
.moduletable ul.nav.menubasic li li li li:first-child,
div[class^="moduletable-"] ul.nav.menubasic li li li li:first-child,
div[class*=" moduletable-"] ul.nav.menubasic li li li li:first-child {
  border-top: 1px solid #ddd;
}
.moduletable ul.nav.menubasic li li.current.active,
div[class^="moduletable-"] ul.nav.menubasic li li.current.active,
div[class*=" moduletable-"] ul.nav.menubasic li li.current.active,
.moduletable ul.nav.menubasic li li li.current.active,
div[class^="moduletable-"] ul.nav.menubasic li li li.current.active,
div[class*=" moduletable-"] ul.nav.menubasic li li li.current.active,
.moduletable ul.nav.menubasic li li li li.current.active,
div[class^="moduletable-"] ul.nav.menubasic li li li li.current.active,
div[class*=" moduletable-"] ul.nav.menubasic li li li li.current.active {
  background-color: #AA528B;
  color: #fff;
}
.moduletable ul.nav.menubasic li li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li li.current.active a:before,
.moduletable ul.nav.menubasic li li li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li li li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li li li.current.active a:before,
.moduletable ul.nav.menubasic li li li li.current.active a:before,
div[class^="moduletable-"] ul.nav.menubasic li li li li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menubasic li li li li.current.active a:before {
  color: #fff;
}


/* Menu Arrow */
.moduletable ul.nav.menuarrow,
div[class^="moduletable-"] ul.nav.menuarrow,
div[class*=" moduletable-"] ul.nav.menuarrow { 
	list-style-type: none;
}
.moduletable ul.nav.menuarrow li a,
div[class^="moduletable-"] ul.nav.menuarrow li a,
div[class*=" moduletable-"] ul.nav.menuarrow li a { 
  color: #111;
  font-size: 16px;
  margin-bottom: 5px;
  border-bottom: 2px solid #000000;
}
.moduletable ul.nav.menuarrow li a,
div[class^="moduletable-"] ul.nav.menuarrow li a,
div[class*=" moduletable-"] ul.nav.menuarrow li a,
.moduletable ul.nav.menuarrow li li a,
div[class^="moduletable-"] ul.nav.menuarrow li li a,
div[class*=" moduletable-"] ul.nav.menuarrow li li a,
.moduletable ul.nav.menuarrow li li li a,
div[class^="moduletable-"] ul.nav.menuarrow li li li a,
div[class*=" moduletable-"] ul.nav.menuarrow li li li a,
.moduletable ul.nav.menuarrow li li li li a,
div[class^="moduletable-"] ul.nav.menuarrow li li li li a,
div[class*=" moduletable-"] ul.nav.menuarrow li li li li a {
  line-height: 2em;
  padding-top: 6px;
  padding-bottom: 2px;
}
.moduletable ul.nav.menuarrow a,
div[class^="moduletable-"] ul.nav.menuarrow a,
div[class*=" moduletable-"] ul.nav.menuarrow a {
  display: block;
}
.moduletable ul.nav.menuarrow li a:before,
div[class^="moduletable-"] ul.nav.menuarrow li a:before,
div[class*=" moduletable-"] ul.nav.menuarrow li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding: 5px 11px;
  color: #fff;
  background-color: #111;
  margin-right: 1em;
  font-size: 21px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}
.moduletable ul.nav.menuarrow li a:hover,
div[class^="moduletable-"] ul.nav.menuarrow li a:hover,
div[class*=" moduletable-"] ul.nav.menuarrow li a:hover,
.moduletable ul.nav.menuarrow li.current.active a,
div[class^="moduletable-"] ul.nav.menuarrow li.current.active a,
div[class*=" moduletable-"] ul.nav.menuarrow li.current.active a {
  color: #AA528B;
}
.moduletable ul.nav.menuarrow ul.nav-child,
div[class^="moduletable-"] ul.nav.menuarrow ul.nav-child,
div[class*=" moduletable-"] ul.nav.menuarrow ul.nav-child {
  margin-top: 7px;
  margin-bottom: 7px; 
}
.moduletable ul.nav.menuarrow ul.nav-child ul.nav-child,
div[class^="moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child,
div[class*=" moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child,
.moduletable ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child,
div[class^="moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child,
div[class*=" moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child,
.moduletable ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child ul.nav-child,
div[class^="moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child ul.nav-child,
div[class*=" moduletable-"] ul.nav.menuarrow ul.nav-child ul.nav-child ul.nav-child ul.nav-child {
  margin-top: 7px;
  margin-bottom: 7px; 
}
.moduletable ul.nav.menuarrow li li,
div[class^="moduletable-"] ul.nav.menuarrow li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li,
.moduletable ul.nav.menuarrow li li li,
div[class^="moduletable-"] ul.nav.menuarrow li li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li li,
.moduletable ul.nav.menuarrow li li li li,
div[class^="moduletable-"] ul.nav.menuarrow li li li li,
div[class*=" moduletable-"] ul.nav.menuarrow li li li li {
	margin-left: 1.4em;
  margin-bottom: 7px;
}

/* Breadcrumb
---------------------------------------------------------------------- */

.breadcrumb { 
	background-color: transparent; 
	margin:0; 
}
.breadcrumb .moduletable {
	margin:0;
}
.moduletable ul.breadcrumb {
  padding:0;
}

/* Nav
---------------------------------------------------------------------- */

.nav-pills > .active > a, .nav-pills > .active > a:hover { 
  background:none; 
  color:inherit; 
}

/* Login Form
---------------------------------------------------------------------- */

#login-form .input-prepend.input-append .add-on:first-child, 
#login-form .input-prepend.input-append .btn:first-child {
	margin-left: 0;
}
#login-form ul.unstyled a:before {
  display: none;
}
#login-form a.btn.hasTooltip {
	padding: 3px 7px 5px;
	box-shadow: none; 
}
#login-form [class^="fa fa-"], 
#login-form [class*=" fa fa-"] {
	padding-right: 0;
}
#login-form i {
	font-size: 18px;
}
#login-form ul.unstyled i.icon-arrow-right {
	font-size: 14px;
  padding-left: 0.5em;
  color: #333;
}
#login-form ul.unstyled li a:hover {
	text-decoration: none;
}
#form-login-submit .btn-primary {
  margin-top: 10px;
}

/* Search
---------------------------------------------------------------------- */

div.search input.inputbox.search-query,
div[class^="search-"] input[class^="inputbox-"].search-query,
div[class*=" search-"] input[class^="inputbox-"].search-query {
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.search button.btn.btn-primary,
div[class^="search-"] button.btn.btn-primary,
div[class*=" search-"] button.btn.btn-primary {
	font-size: 18px;
  padding: 6px 12px 4px;
  vertical-align: top;
  box-shadow:none; 
}
div.search button.btn.btn-primary:hover,
div[class^="search-"] button.btn.btn-primary:hover,
div[class*=" search-"] button.btn.btn-primary:hover { 
	background-image: none;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; 
}
div.search button.btn.btn-primary:active,
div[class^="search-"] button.btn.btn-primary:active,
div[class*=" search-"] button.btn.btn-primary:active,
div.search button.btn.btn-primary:focus,
div[class^="search-"] button.btn.btn-primary:focus,
div[class*=" search-"] button.btn.btn-primary:focus { 
  top: 0;
}
div.search form.form-inline,
div[class^="search-"] form.form-inline,
div[class*=" search-"] form.form-inline {
	margin-bottom: 4px;
}
#search-form .btn.btn-primary {
	font-weight:normal;
	font-size: 14px;
	font-family: sans-serif;
	text-transform: none;
	padding: 9px 16px 7px;
}
#search-form .btn i {
	font-size: 18px;
}

/* IE */
.lt-ie8 div.search button.btn.btn-primary {
  font-size: 14px;
  margin-left: 14px;
  margin-top: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
}

/* Smart Search Module
---------------------------------------------------------------------- */

div.finder {
  margin-top: 24px;
}
#finder-search button.btn,
div[id^="finder-search"] button.btn,
div[id*=" finder-search"] button.btn {
  margin: 0 14px 14px;
}
#finder-search .btn.btn.disabled,
div[id^="finder-search"] .btn.btn.disabled,
div[id*=" finder-search"] .btn.btn.disabled {
  padding: 10px 21px 8px 14px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}
#finder-search a.btn,
div[id^="finder-search"] a.btn,
div[id*=" finder-search"] a.btn,
#finder-search .btn.btn-primary,
div[id^="finder-search"] .btn.btn-primary,
div[id*=" finder-search"] .btn.btn-primary {
  padding: 10px 21px 8px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  text-shadow: none;
}
span.highlight {
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}
ul.search-results {
  list-style: none;
  margin-left: 0;
}
div.result-url {
  color: #777;
  font-style: italic;
}
#finder-search a.btn {
  padding-left: 18px;
}

/* Weblinks
---------------------------------------------------------------------- */

ul.weblinks,
ul[class^="weblinks-"],
ul[class*=" weblinks-"] {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}
ul.weblinks li a:before,
ul[class^="weblinks-"] li a:before,
ul[class*=" weblinks-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Syndicate Feeds
---------------------------------------------------------------------- */

.moduletable a.syndicate-module {
	padding-bottom: 10px;
	display: block;
}
.moduletable [class^="syndicate-module"] span,
.moduletable [class*=" syndicate-module"] span,
.moduletable [class^="syndicate-module-"] span, 
.moduletable [class*=" syndicate-module-"] span {
	line-height: 2em;
}

/* Archived Articles
---------------------------------------------------------------------- */

ul.archive-module,
ul[class^="archive-module-"],
ul[class*=" archive-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.archive-module li,
ul[class^="archive-module-"] li,
ul[class*=" archive-module-"] li {
	line-height: 2em;
}
ul.archive-module li a:before,
ul[class^="archive-module-"] li a:before,
ul[class*=" archive-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Article Most Read
---------------------------------------------------------------------- */

ul.mostread,
ul[class^="mostread-"],
ul[class*=" mostread-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.mostread li,
ul[class^="mostread-"] li,
ul[class*=" mostread-"] li {
	line-height: 2em;
}
ul.mostread li a:before,
ul[class^="mostread-"] li a:before,
ul[class*=" mostread-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Article Categories
---------------------------------------------------------------------- */

ul.categories-module,
ul[class^="categories-module-"],
ul[class*=" categories-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.categories-module ul,
ul[class^="categories-module-"] ul,
ul[class*=" categories-module-"] ul,
ul.categories-module ul ul,
ul[class^="categories-module-"] ul ul,
ul[class*=" categories-module-"] ul ul {
  list-style-type: none;
}
ul.categories-module h4,
ul[class^="categories-module-"] h4,
ul[class*=" categories-module-"] h4 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul.categories-module li,
ul[class^="categories-module-"] li,
ul[class*=" categories-module-"] li {
	line-height: 2em;
}
ul.categories-module li a,
ul[class^="categories-module-"] li a,
ul[class*=" categories-module-"] li a {
    font-family: Helvetica, sans-serif;
}
ul.categories-module li a:before,
ul[class^="categories-module-"] li a:before,
ul[class*=" categories-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Articles Category
---------------------------------------------------------------------- */

ul.category-module,
ul[class^="category-module-"],
ul[class*=" category-module-"] {
	list-style-type: none;
	margin-left: 0;
}
ul.category-module h4,
ul[class^="category-module-"] h4,
ul[class*=" category-module-"] h4 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul.category-module li,
ul[class^="category-module-"] li,
ul[class*=" category-module-"] li {
	line-height: 2em;
}
ul.category-module li a:before,
ul[class^="category-module-"] li a:before,
ul[class*=" category-module-"] li a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
  color: #333;
}

/* Who's Online
---------------------------------------------------------------------- */

ul.whosonline li {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.whosonline li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* Newsflash
---------------------------------------------------------------------- */

h4.newsflash-title,
h4[class^="newsflash-title-"],
h4[class*=" newsflash-title-"] {
  font-size: 24px;
  margin-bottom: 21px;
  margin-top: 48px;
  clear: both;
}
div.newsflash a.readmore,
div[class^="newsflash-"] a.readmore,
div[class*=" newsflash-"] a.readmore {
  display: inline-block;
  background-color: #AA528B;        
  background-image: none;
  color: #fff; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400; 
  padding: 14px 21px 10px 14px;
  margin: 2em 0 1em 0;
  font-size: 21px;
  text-transform: uppercase; 
  vertical-align: top;
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  border-radius: 3px; 
  box-shadow: none;
  border: none;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
div.newsflash a.readmore:hover,
div[class^="newsflash-"] a.readmore:hover,
div[class*=" newsflash-"] a.readmore:hover { 
  background-image: none;
}
div.newsflash a.readmore a,
div[class^="newsflash-"] a.readmore a,
div[class*=" newsflash-"] a.readmore a {
  color: #fff;
}
div.newsflash a.readmore:before,
div[class^="newsflash-"] a.readmore:before,
div[class*=" newsflash-"] a.readmore:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top; 
  font-size: 18px;
  margin-right: 14px;
  content: "\f105"; 
}

/* IE */
.lt-ie8 div.newsflash a.readmore {
  padding: 12px 21px;
}

/* Statistics
---------------------------------------------------------------------- */

dl.stats-module,
dl[class^="stats-module-"], 
dl[class*=" stats-module-"] {
	margin-bottom: 0;
}
dl.stats-module dt,
dl[class^="stats-module-"] dt, 
dl[class*=" stats-module-"] dt {
	background-color: #eee;
	line-height: 32px;
	padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
 border-radius: 4px;
}
dl.stats-module dd,
dl[class^="stats-module-"] dd, 
dl[class*=" stats-module-"] dd {
	line-height: 32px;
}

/* Tags
---------------------------------------------------------------------- */

div.tags .label-info[href], 
div.tags .badge-info[href] {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #111;
  padding: 10px 14px 8px;
  margin-top: 14px;
  margin-bottom: 14px;
}
div.tag-category {
  margin-top: 14px;
}
div.tag-category fieldset.filters.btn-toolbar {
  margin-top: 28px!important;
}
div.tag-category h2 {
  background: url(../images/bg-article.png) #FFFFFF;
  color: #111111;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777;
  padding: 10px 21px 6px;
  margin-top: 0;
  margin-bottom: 21px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
div.tag-category .thumbnails > li {
  margin-left: 0;
  margin-right: 21px;
}
div.tag-category ul.thumbnails h3 {
  font-size: 16px;
  line-height: 24px;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.tag-category ul.thumbnails h3 a {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 10px 14px 8px;
  text-shadow: 0 -1px 0 #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.tag-category ul.thumbnails h3 a:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  text-shadow: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; 
}
ul.category.list-striped {
  list-style: none;
}
ul.category.list-striped li h3 a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
}

/* Edit Modules
---------------------------------------------------------------------- */

span.icon-edit {
  margin-right: 0;
}
a.btn.jmodedit {
  padding: 3px 0 3px 7px;
  box-shadow: none;
}


/* 5. TYPOGRAPHY 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Lead
---------------------------------------------------------------------- */

.lead { 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}
p.lead {
  margin-bottom: 5px;
}

/* Mobile */
@media (max-width: 979px) {

  .lead { 
    font-size: 21px;
    line-height: 1.5em;
  } 

}


/* Emphasis Classes
---------------------------------------------------------------------- */

.text-warning { color: #c09853; }
a.text-warning:hover { color: #a47e3c; }

.text-error { color: #b94a48; }
a.text-error:hover { color: #953b39; }

.text-info { color: #3a87ad; }
a.text-info:hover { color: #2d6987; }

.text-success { color: #468847; }
a.text-success:hover { color: #356635; }


/* Blockquote
---------------------------------------------------------------------- */

blockquote {
  font-family: Times, serif;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 1.2em;
  border-left: none;
  font-style: italic;
}
blockquote:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  float:left;
  font-size: 70px;
  color: #111;
  line-height: 1em;
  margin-right: 0.5em;
  content: "\f10e";
}
blockquote p { 
  margin-bottom: 0; 
  font-size: 1em; 
  line-height: 1.3em; 
}
blockquote small { line-height: 3em; }


/* Drop Caps
---------------------------------------------------------------------- */

p.dropcap:first-letter { 
  font-size: 5em;
  line-height: 1em;
  float: left;
  font-family: Times, serif;
  padding-right: 0.3em;
}


/* Pre, Code
---------------------------------------------------------------------- */

pre { 
  padding: 6px 12px; 
  font-size: 12px; 
}
code { 
  padding: 4px 8px; 
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 12px; 
}

/* Mobile */
@media (max-width: 767px) {

  pre { 
    display: inline-block;
  }
   
}


/* Buttons
---------------------------------------------------------------------- */


/* Default */
.btn { 
  background-color: #AA528B;        
  background-image: none;
  color: #fff; 
  font-family: 'Fjalla One', sans-serif; 
  font-size: 21px;
  padding: 14px 24px 10px;
  margin: 0 0 1em 0; 
  text-transform: uppercase; 
  vertical-align: top;
  word-spacing: 4px;
  border: none;
  vertical-align: baseline;
  text-shadow: 0 1px 1px #7c3c66;
  box-shadow: #7c3c66 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px;
  webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; 
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  border-radius: 3px; 
}
.btn:hover { 
  color: #fff;
  background-color: #bc73a2;
  background-image: none;
  box-shadow: #7c3c66 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px; 
  border: none;
}
.btn:active,
.btn:focus { 
  box-shadow: none!important;
}
.btn.disabled, 
.btn[disabled] {
  background-color: #aaa;
} 
.btn.disabled:hover, 
.btn[disabled]:hover,
.btn.disabled:focus, 
.btn[disabled]:focus { 
  background-color: #888;
  box-shadow: none;
}
.btn i {
font-size: 21px;
}

/* IE */
.lt-ie8 .btn {
  padding-bottom: 8px; 
}

/* Primary */

.btn-primary {
  color: #fff; 
  background-color: #AA528B; 
  box-shadow: #7c3c66 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px;   
  background-image:none;
  border: none;
}
.btn-primary:hover { 
  color: #fff; 
  background-color: #111; 
  background-image: none;
  box-shadow: #444 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px;
  border: none;
}
.btn-primary:active,
.btn-primary:focus { 
  box-shadow:none!important; 
}
.btn-primary.disabled, 
.btn-primary[disabled] {
  background-color: #888;
} 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus { 
  background-color: #444;
}
.btn-primary.disabled i, 
.btn-primary[disabled] i {
  margin-right: 0.5em;
}

/* Info */

.btn-info { 
  background-color: #0192c9!important; 
  box-shadow: #016d96 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  text-shadow: 0 1px 1px #016d96!important; 
  color: #fff!important;
}
.btn-info:hover,
.btn-info:focus, 
.btn-info.disabled,
.btn-info[disabled] { 
  background-color: #01abeb!important; 
  box-shadow: #016d96 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  color: #fff!important; 
}
.btn-info:focus,
.btn-info:active { 
  box-shadow: none!important; 
}

/* Success */

.btn-success { 
  background-color: #65a23a!important; 
  box-shadow: #467028 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  text-shadow: 0 1px 1px #467028!important;
  color: #fff!important;
}
.btn-success:hover,
.btn-success:focus, 
.btn-success.disabled, 
.btn-success[disabled] { 
  background-color: #75bb43!important; 
  box-shadow: #467028 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  color: #fff!important;
}
.btn-success:focus,
.btn-success:active { 
  box-shadow: none!important; 
}

/* Warning */

.btn-warning { 
  background-color: #f89406!important; 
  box-shadow: #d78005 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  text-shadow: 0 1px 1px #d78005!important;
  color: #fff!important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.disabled,
.btn-warning[disabled] { 
  background-color: #fbb147!important; 
  box-shadow: #d78005 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  color: #fff!important;
}
.btn-warning:focus,
.btn-warning:active { 
  box-shadow: none!important; 
}

/* Danger */

.btn-danger { 
  background-color: #ff4444!important; 
  box-shadow: #cc0000 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  text-shadow: 0 1px 1px #cc0000!important; 
  color: #fff!important;
}
.btn-danger:hover,
.btn-danger:focus, 
.btn-danger.disabled, 
.btn-danger[disabled] { 
  background-color: #ff6666!important;
  box-shadow: #cc0000 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important; 
  color: #fff!important; 
}
.btn-danger:focus,
.btn-danger:active { 
  box-shadow: none!important; 
}

/* Inverse */

.btn-inverse { 
  background-color: #444444!important; 
  box-shadow: #1F1F1F 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  text-shadow: 0 1px 1px #1F1F1F!important;
  color: #fff!important;
}
.btn-inverse:hover, 
.btn-inverse:focus,
.btn-inverse.disabled, 
.btn-inverse[disabled] { 
  background-color: #676767!important; 
  box-shadow: #1F1F1F 0 4px 0px, rgba(0, 0, 0, 0.3) 0 7px 3px!important;
  color: #fff!important;
}
.btn-inverse:focus,
.btn-inverse:active { 
  box-shadow: none!important; 
}

/* Button sizes */

.btn-large {
  padding: 21px 36px 18px;
  font-size: 24px;
}
.btn-small {
  padding: 12px 18px 8px;
  font-size: 16px;
}
.btn-mini {
  padding: 10px 14px 6px;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 10px;
  box-shadow: none;
}
.btn-mini:hover,
.btn-mini:focus {
  box-shadow: none;
}
.btn-mini:active,
.btn-mini:focus {
  top: 0;
}

/* IE */

.lt-ie8 button.btn-large.btn {
  padding-bottom: 8px;
  line-height: 1em;
}


/* Inline Labels
---------------------------------------------------------------------- */

span.label-red, 
span.label-blue, 
span.label-green, 
span.label-grey, 
span.label-orange { 
  padding:2px 6px; 
  font-size:14px; 
  color:#fff; 
}

span.label-red { 
  background-color:#ff4444; 
}
span.label-red:hover { 
  background-color:#cc0000; 
}

span.label-blue { 
  background-color:#0192c9; 
}
span.label-blue:hover { 
  background-color:#016d96; 
}

span.label-green { 
  background-color:#65a23a; 
}
span.label-green:hover { 
  background-color:#467028; 
}

span.label-orange { 
  background-color:#f89406; 
}
span.label-orange:hover { 
  background-color:#d78005; 
}

span.label-grey { 
  background-color: #444444; 
}
span.label-grey:hover { 
  background-color: #1F1F1F; 
}


/* Box Icons
---------------------------------------------------------------------- */

.simple-box, 
.info-box, 
.success-box, 
.warning-box, 
.error-box { 
  padding:8px 35px 8px 14px; 
  margin: 15px 0; 
}

.simple-box { 
  background-color: #eeeeee; 
  border: 1px solid #e7e7e7; 
  color: #777; 
}
.info-box { 
  background-color: #D9EDF7; 
  border: 1px solid #BCE8F1; 
  color: #3A87AD; 
}
.success-box { 
  background-color:#dff0d8;
  border-color:#d6e9c6; 
  color:#468847; 
}
.warning-box { 
  background-color:#fcf8e3; 
  border: 1px solid #fbeed5; 
  color:#c09853; 
}
.error-box { 
  background-color: #F2DEDE; 
  border-color: #EED3D7; 
  color: #B94A48; 
}

/* Bubbles
---------------------------------------------------------------------- */

.bubble-red,
.bubble-blue,
.bubble-green,
.bubble-grey,
.bubble-orange { 
  position: relative; 
  padding: 15px; 
  margin: 10px 0; 
  color: #444; 
  background-color: #fff; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;  
}
.bubble-red:after,
.bubble-blue:after,
.bubble-green:after,
.bubble-grey:after,
.bubble-orange:after { 
  position: absolute; 
  bottom: -12px; 
  left: 50px; 
  width: 0; 
  border-width: 12px 12px 0; 
  border-style: solid; 
  content: ""; 
  display: block;
}

/* Bubble Red */
.bubble-red {
  border: 2px solid #f44;
}
.bubble-red:after {
  border-color: #f44 transparent;
}

/* Bubble Blue */
.bubble-blue { 
  border: 2px solid #0c82c5; 
}
.bubble-blue:after { 
  border-color: #0c82c5 transparent;
} 

/* Bubble Green */
.bubble-green { 
  border: 2px solid #9bbb04; 
}
.bubble-green:after { 
  border-color: #9bbb04 transparent;
}

/* Bubble Grey */
.bubble-grey { 
  border: 2px solid #ccc; 
}
.bubble-grey:after { 
  border-color: #ccc transparent;
} 

/* Bubble Orange */
.bubble-orange { 
  border: 2px solid orange; 
}
.bubble-orange:after { 
  border-color: orange transparent;
}  

/* Image Styles
---------------------------------------------------------------------- */

.img-right, 
.img-left, 
.img-rounded { 
  vertical-align: middle; 
  max-width:100%; height:auto; 
  -ms-interpolation-mode:bicubic; 
}

/* Image Right */

.img-right { 
  float: right; 
  margin: 0 0 10px 30px; 
}

@media handheld, only screen and (max-width: 480px) {

  .img-right { 
    float: none; 
    margin: 0; 
  }

}

/* Image Left */

.img-left { 
  float:left; 
  margin: 0 30px 10px 0; 
}

@media handheld, only screen and (max-width: 480px) {

  .img-left { 
    float: none; 
    margin: 0; 
  }

}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* Image Circle */

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}

/* Image Polaroid */

.img-polaroid { 
  padding: 8px; 
  background-image: url(../images/bg-module.png);
  border: none;
}

/* Image Shadow */

.img-shadow {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);        
}
.img-right.img-shadow {
  margin-right: 7px;
}
.img-left.img-shadow {
  margin-left: 7px;
}

/* Image Fill */

.img-fill {
  background-color: #AA528B;
}


/* 6. MODULE VARIATIONS  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Variation 1 */

.moduletable-sfx1 h3 {
  background: url(../images/bg-module.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 10px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx1 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 2 */

.moduletable-sfx2 h3 {
  background-color: #111; 
  color: #fff; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff;
  padding: 10px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx2 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 3 */

.moduletable-sfx3 h3 {
  background-color: #AA528B; 
  color: #fff; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff;
  padding: 10px 21px 6px; 
  margin-top: 0; 
  margin-bottom: 21px;
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx3 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 4 */

.moduletable-sfx4 {
  background: url(../images/bg-module.png) #FFFFFF; 
  color: #111111;
  padding: 10px 21px 7px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
}
.moduletable-sfx4 h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777;
  margin-top: 0; 
  margin-bottom: 21px;
  padding-bottom: 7px;
  border-bottom: 2px solid #111;
  text-transform: uppercase; 
}
.moduletable-sfx4 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 5 */

.moduletable-sfx5 {
  background-color: #111; 
  color: #fff;
  padding: 10px 21px 7px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
}
.moduletable-sfx5 h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff;
  margin-top: 0; 
  margin-bottom: 21px;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase; 
}
.moduletable-sfx5 a,
.moduletable-sfx5 a:hover,
.moduletable-sfx5 a:before {
  color: #fff;
}
.moduletable-sfx5 a:hover{
  color: #444;
}
.moduletable-sfx5 a.readmore {
  color: #fff!important;
  background-color: #222!important;
}
.moduletable-sfx5 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 6 */

.moduletable-sfx6 {
  background-color: #AA528B; 
  color: #fff;
  padding: 10px 21px 7px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px; 
}
.moduletable-sfx6 h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff;
  margin-top: 0; 
  margin-bottom: 21px;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase; 
}
.moduletable-sfx6 a,
.moduletable-sfx6 a:hover,
.moduletable-sfx6 ul li a:before {
  color: #fff;
}
.moduletable-sfx6 a:hover{
  color: #111;
}
.moduletable-sfx6 a.readmore {
  color: #fff!important;
  background-color: #222!important;
}
.moduletable-sfx6 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 7 */

.moduletable-sfx7 {
  padding: 10px 21px 7px; 
  border: 1px solid #dddddd;  
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx7 h3 {
  background: url(../images/bg-module.png) #FFFFFF; 
  color: #111111; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #777777; 
  padding: 10px 21px 6px; 
  margin: -10px -21px 21px -21px; 
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx7 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 8 */

.moduletable-sfx8 {
  padding: 10px 21px 7px; 
  border: 1px solid #dddddd;  
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx8 h3 {
  background-color: #111; 
  color: #fff; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff; 
  padding: 10px 21px 6px; 
  margin: -10px -21px 21px -21px; 
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx8 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* Variation 9 */

.moduletable-sfx9 {
  padding: 10px 21px 7px; 
  border: 1px solid #dddddd;  
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx9 h3 {
  background-color: #AA528B; 
  color: #fff; 
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  word-spacing: 3px;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 0 0 1px #fff; 
  padding: 10px 21px 6px; 
  margin: -10px -21px 21px -21px; 
  text-transform: uppercase; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -o-border-radius: 3px;
}
.moduletable-sfx9 h3 i {
  font-size: 24px;
  line-height: 36px;
  padding: 0 14px 0 0;
}

/* No Icon Variation */

div[class^="moduletable-"] .noicon i,
div[class*=" moduletable-"] .noicon i {
  display: none;
}

/* 7. COMPONENT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body.contentpane {
  padding: 1em;
}
body.contentpane #adminForm .table th, 
body.contentpane #adminForm .table td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
body.contentpane fieldset.filter.clearfix .btn {
  padding: 2px 10px;
}
body.contentpane fieldset.filter.clearfix .btn i {
  font-size: 16px;
  padding:0;
}
body.contentpane #imageForm button.btn {
  padding :8px 12px 6px;
  text-transform: none;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
}
body.contentpane #imageForm button.btn:hover {
  border: 1px solid #ddd;
}
body.contentpane #imageForm button.btn.btn-primary:hover {
  border: none;
}
body.contentpane #imageForm #upbutton.btn  {
  padding: 2px 10px;
  margin-top: 7px;
}
body.contentpane #imageForm .control-group {
  margin: 0;
}

/* Fix for Bootstrap Print Links
---------------------------------------------------------------------- */

@media print {
  a[href]:after {
    content: none;
  }
  #fav-nav-sm { 
    display: none; 
  }
  #fav-navbar { 
    display: none; 
  }
  #fav-styles {
    display: none; 
  }
}


/* K2 Admin
---------------------------------------------------------------------- */

body.contentpane td.hidden-phone a.modal {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
  margin-left: 0;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
div#k2Frontend table.k2FrontendToolbar td.button {
  font-weight: normal;
  padding: 9px 16px 4px;
  font-size: 14px; 
  line-height: 21px; 
  *line-height: 21px;
  border: 1px solid #ddd; 
  text-align: center; 
  vertical-align: middle; 
  cursor: pointer; 
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}
div#k2Frontend table.k2FrontendToolbar td.button:hover {
  background-color: #eee;
  background-image:none;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; 
}
div#k2Frontend table.k2FrontendToolbar td.button a:hover {
  color: #444;
}
span.icon-32-save.icon-save,
span.icon-32-cancel.icon-cancel,
div.btn-toolbar i {
  font-size: 16px;
  margin-right: 0.5em;
}
div.btn-toolbar .btn,
div.toggle-editor .btn-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
}
div.btn-toolbar .btn i,
div.toggle-editor .btn-group i {
  display: none;
}
div.btn-toolbar .btn:active,
div.btn-toolbar .btn:focus,
div.toggle-editor .btn-group:active,
div.toggle-editor .btn-group:focus {
  top: 0;
}
div.toggle-editor .btn-group {
  margin: 0;
}
div.toggle-editor .btn-group a.btn {
  border: none;
  margin: 0;
}
div.btn-toolbar .btn:hover,
div.toggle-editor .btn-group:hover {
  background-color: #111;
  color: #fff!important;
  background-image:none;
}
div.btn-toolbar a.btn:hover {
  color: #444;
}
div#k2Frontend hr.sep,
div#k2Frontend .table td {
  border: none;
}
#k2FrontendEditToolbar h2 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}
button#helpsite-refresh.btn {
  display: block;
}