/*

Theme Name: Haven
Theme URL: http://demo.favthemes.com/haven/
Description: Premium Responsive Joomla! Template
Author: FavThemes
Author URI: http://www.favthemes.com
Bootstrap Authors: @mdo and @fat
Theme Version: 1.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: 800px;
}

/* 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-plus,
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,
span.icon-location,
.icon-arrow-down,
.icon-copy,
.icon-picture,
.icon-file-add,
.icon-home,
.icon-first,
.icon-cancel,
.icon-file-add,
.icon-eye, 
.icon-folder-2,
.icon-first,
.icon-previous,
.icon-next,
.icon-last,
.icon-arrow-left,
.icon-user,
.icon-lock,
.icon-save {
  background: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 0.4em;
  font-style: normal;
}
span.icon-plus:before,
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,
span.icon-location:before,
.icon-arrow-down:before,
.icon-copy:before,
.icon-picture:before,
.icon-file-add: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-arrow-left:before,
.icon-user:before,
.icon-lock:before,
.icon-save:before {
  font-family: FontAwesome;
}

/* First and Previous Icons */
.icon-first,
.icon-previous,
.icon-next,
.icon-last {
  font-style: normal;
  margin-top: 0.3em;
}
/* Read More Arrow */
span.icon-chevron-right {
  font-size: 21px;
  margin: 0;
  float: right;
  padding: 2px 0 0 21px;
}
span.icon-chevron-right:before {
  content: "\f105";
}
/* Article Options */
span.icon-cog {
  font-size: 16px;
  padding-top: 2px;
}
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 {
  padding-top: 2px;
}
.icon-list:before {
  content: "\f03a";
}
/* Smart Search Search Button */
.icon-search:before {
  content: "\f002";
}
/* List All Categories */
span.icon-plus {
  padding-top: 4px;
  margin-right: 0;
}
span.icon-plus:before {
  content: "\f067";
}
/* 404 */
.icon-home {
  padding-top: 3px;
  margin-right: 14px;
}
.icon-home:before {
  content: "\f015";
}
/* Editor Save Button */
.icon-ok:before {
  content: "\f00c";
}
.icon-file-add:before {
  content: "\f08e";
}
/* Editor Picture Button */
.icon-picture:before {
  content: "\f03e";
}
/* Editor Page Break Button */
.icon-copy:before {
  content: "\f0c5";
}
/* Editor Read More Button */
.icon-arrow-down:before {
  content: "\f063";
}
/* Log Out Button */
.icon-arrow-left {
  font-size: 24px;
  padding-top: 2px;
}
.icon-arrow-left:before {
  content: "\f104";
}
/* Edit Profile */
.icon-user {
  font-size: 18px;
  padding-top: 4px;
}
.icon-user:before {
  content: "\f007";
}
/* Breadcrumbs location icon */
span.icon-location:before {
	content: "\f041";
}
/* Login Form Lock */
.icon-lock {
	font-size: 16px;
	margin-right: 0;
}
.icon-lock:before {
	content: "\f023";
}
/* Icon Save */
.icon-save:before {
	content: "\f00c";	
}


/* 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: 16px;
  overflow: hidden;
  padding-bottom: 21px;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  .item, 
  .item-page,
  div[class^="leading-"],
  div[class*=" leading-"] { 
    margin-bottom: 0;
    padding-bottom: 7px;
  }

}
.blog .btn,
.blog-featured .btn {
	margin-top: 10px;
	padding: 10px 16px 8px;
}
.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-"] {
	font-size: 18px;
}
.blog span[class^="fa fa-"],
.blog span[class*=" fa fa-"],
.blog-featured span[class^="fa fa-"],
.blog-featured span[class*=" fa fa-"],
.item span[class^="fa fa-"],
.item span[class*=" fa fa-"],
.item-page span[class^="fa fa-"],
.item-page span[class*=" fa fa-"],
.category-list span[class^="fa fa-"],
.category-list span[class*=" fa fa-"] {
  font-size: 16px;
}

/* Article Title 
---------------------------------------------------------------------------- */

.page-header h2, 
h2.item-title { 
	color: #545454;
  border-bottom: 1px solid #E54545;
	text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 0;
	padding-top: 4px;
	padding-bottom: 14px;
  text-align: left;
}
.page-header h2 a, 
h2.item-title a { 
	color: #545454;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.page-header h2 a:hover, 
h2.item-title a:hover { 
	color: #545454; 
}
.page-header { 
	border: none;
	line-height: 1.3em;
  margin: 22px 0;
  padding-bottom: 0;
}
.page-header h1 {
  margin-bottom: 0;
  padding-top: 2px;
}
.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-left: 14px; 
}
.items-leading .btn-group.pull-right .btn,
div[class^="item column-"] .btn-group.pull-right .btn, 
div[class*=" item column-"] .btn-group.pull-right .btn,
.item-page .btn-group.pull-right .btn {
  border: none;
  background-color: transparent;
  color: #333;
  border: 1px solid #ddd;
}
.componentheading {
  color: #545454;
	border-bottom: 1px solid #E54545;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3em;
	margin-top: 26px;
	margin-bottom: 21px;
	padding-bottom: 14px;
	text-align: left;
}

/* Article Intro and Full Images 
---------------------------------------------------------------------------- */

div.pull-right.item-image {
  margin: 0 0 10px 30px;
}
div.pull-left.item-image {
  margin: 0 30px 10px 0;
}
p.img_caption {
  margin-top: 21px;
  font-weight: bold;
}

/* Article Info 
---------------------------------------------------------------------------- */

dl.article-info { 
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #999999; 
}
dl.article-info [class^="fa fa-"], 
dl.article-info [class*=" fa fa-"] {
  font-size: 16px;
}
.article-info dd { 
	font-size: 0.8em!important; 
	margin-left: 0; 
}
dt.article-info-term {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1em; 
  line-height: 1.5em;
  color: #333;
}
span.content_rating {
  display: block;
  padding: 2px 0 5px;
}
div.content_rating {
  margin-top: 7px;
  margin-bottom: 21px;
}
.btn-group .btn.dropdown-toggle {
	padding: 8px 12px 4px;
  margin-top: 0;
	box-shadow: none;
}
.dropdown-menu {
	min-width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0;
}
.dropdown-menu [class^="fa fa-"], 
.dropdown-menu [class*=" fa fa-"] {
  font-size: 16px;
}
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: right;
}
ul.dropdown-menu a:hover { 
	color: #E54545; 
	background-color: transparent; 
  background-image:none; 
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
span.content_vote input.btn.btn-mini {
  margin: 0;
  padding: 6px 10px 4px;
	box-shadow: none;
}

/* IE */
.lt-ie9 .dropdown-menu > li > a:hover,
.lt-ie9 .dropdown-menu > li > a:focus {
  background-color: #fff;
  background-image: none;
  FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
}

/* Article Items More 
---------------------------------------------------------------------------- */

.items-more ul.nav-tabs.nav-stacked { 
  margin-bottom: 24px; 
}
.items-more ul.nav-tabs.nav-stacked a { 
  padding-top: 14px; 
  padding-left: 0;
}
.items-more .nav-tabs.nav-stacked > li > a {
  border: none;
}
.items-more .nav-tabs.nav-stacked > li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #ccc;
}
.items-more ol.nav-tabs.nav-stacked {
  margin-top: 14px;
  padding-bottom: 7px;
}
.items-more .nav-tabs > li > a {
  padding-top: 0;
  padding-left: 0;
}

/* Article Read More 
---------------------------------------------------------------------------- */

p.readmore [class^="fa fa-"], 
p.readmore [class*=" fa fa-"] {
  margin-right: 7px;
}
p.readmore a.btn {
  color: #ffffff;
  background-color: #E54545;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 18px;
	margin-top: 21px;
  padding: 16px 28px 10px;
	line-height: 1.2em;
  text-transform: uppercase;
  border-radius: 4px;
	border: none;
  text-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
	box-shadow: 0 4px #b33636;
	top: 2px; 
}
p.readmore a.btn:hover {
	color: #fff;
	background-color: #E54545;
	opacity: 1;
	box-shadow: 0 0 #b33636;
	top: 6px;
}
p.readmore a.btn i {
  font-size: 18px;
}

/* Article Pagination
---------------------------------------------------------------------------- */

.pagination {
  display: block;
}
.pagination ul {
  list-style-type: none;
  line-height: 2.4em;
  padding-left: 0;
  border-radius: 4px;
}
.pagination ul li {
  float: left;
} 
.pagination ul li a {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 14px 21px 10px;
  text-transform: lowercase;
  text-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.pagination ul li a:hover,
.pagination ul li a:focus {
  background-color: #ffffff;
  color: #111;
}
.pagination [class^="icon-"], 
.pagination [class*=" icon-"] {
  font-size: 12px;
  padding-right: 0;
	margin-right: 0;
}
.pagination ul > .active > a {
	color: #111;
}
.pagination ul > .active > a:hover {
  background-color: #ffffff;
  color: #E54545;
}
.pagination ul li a:before {
  content: none!important;
}
.pagination p.counter.pull-right {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* IE */
.lt-ie9 ul.pagination-list li.disabled {
  display: none;
}

/* Mobile */
@media (max-width: 979px) {

  .pagination ul li a, 
  .pager .next a, 
  .pager .previous a {
    padding: 4px 8px 2px;
  }

}

/* Article Navigation
---------------------------------------------------------------------------- */

.pager .next a, 
.pager .previous a {
  color: #FFF;
	background-color: #E54545;
	box-shadow: 0px 4px #B33636;
	top: 2px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 21px 8px;
  text-transform: uppercase;
	border: none;
  border-radius: 4px;
  text-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.pager .next a:hover, 
.pager .next a:focus, 
.pager .previous a:hover,
.pager .previous a:focus {
	color: #FFF;
	background-color: #E54545;
	opacity: 1;
	box-shadow: 0px 0px #B33636;
	top: 6px;
}
ul.pager.pagenav li:before {
  content: none;
}

/* Article Lists 
---------------------------------------------------------------------------- */

.item ul, 
.item-page ul,
.items-leading ul {
  list-style-type: none;
}
.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: #ccc;
}
.item ul.dropdown-menu li:before,
.item-page ul.dropdown-menu li:before,
.items-leading ul.dropdown-menu li:before {
  display: none;
}

/* Archived Articles 
---------------------------------------------------------------------------- */

#adminForm fieldset.filters {
  margin-top: 1em;
}
#adminForm fieldset.filters button.btn.btn-primary {
  vertical-align: middle;
  display: block;
  font-size: 18px;
  padding: 10px 14px 6px;
}
#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;
  border-radius: 4px;
}
.archive fieldset.filters input {
  margin-bottom: 0;
  min-height: 28px;
}

/* Create Article
---------------------------------------------------------------------------- */

div.edit.item-page {
	margin-top: 0;
}
div.edit.item-page div.btn-toolbar {
	margin-bottom: 28px;
}
div.edit.item-page .btn-group > .btn:hover:last-child {
	color: #fff;
}
div.edit.item-page .nav-tabs > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
}
div.edit button.btn.btn-primary {
  background-color: #E54545; 
  color: #fff; 
  background-image: none;
  border: none!important;
  border-radius: 4px!important;
	top: 0;
}
div.edit.item-page .btn, 
div.edit.item-page .btn-primary {
	padding: 8px 12px 6px;
  font-size: 14px;
	text-transform: lowercase;
	margin-top: 32px;
}
div.edit.item-page .btn:hover, 
div.edit.item-page .btn-primary:hover {
	background-color: #111;
	color: #fff;
	opacity: 1;
}
div.edit.item-page .btn [class^="icon-"],
div.edit.item-page .btn [class*=" icon-"], 
div.edit.item-page .btn-primary [class^="icon-"],
div.edit.item-page .btn [class*=" icon-"] {
	font-size: 16px;
	line-height: 16px;
}
div.edit.item-page .chzn-container-single-nosearch {
  margin-bottom: 100%;
}
button.btn#jform_publish_up_img , 
button.btn#jform_publish_down_img { 
  padding: 4px 0 3px 9px;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
button.btn#jform_publish_up_img:hover, 
button.btn#jform_publish_down_img:hover {
	background-color: #fff;
  background-image: none;
  box-shadow: none;
}
div.edit.item-page .toggle-editor.btn-toolbar.pull-right {
	margin-top: 28px;
}
div.edit.item-page .toggle-editor.btn-toolbar.pull-right .btn i {
  font-size: 14px;
}
div.edit.item-page .nav-tabs > li > a:hover { 
  background-color: #eee; 
}
div.edit.item ul li:before, 
div.edit.item-page ul li:before, 
div.edit.items-leading ul li:before {
  content: none;
}
div.edit.item-page .nav-tabs > li > a:hover { 
	background-color: #eee; 
}
textarea.mce_editable {
  width: 98%!important;
}
span.list-edit.pull-left.width-50 {
  margin-right: 7px;
}
div.edit.item-page .tab-content {
  overflow: visible;
}
div.edit.item-page textarea#jform_articletext {
  width: 94% !important;
}
#editor-xtd-buttons .btn {
	padding: 8px 14px 6px;
	font-size: 14px;
	border: medium none;
	border-radius: 4px;
	text-transform: none;
	margin-top: 14px;
}
#editor-xtd-buttons .btn:hover {
	background-color: #111;
	color: #fff;
	opacity: 1;
}
#editor-xtd-buttons .btn i {
  font-size: 14px!important;
  margin-top: 2px;
}

/* Featured Articles
---------------------------------------------------------------------------- */

.items-leading .createdby { 
	font-size: 1em; 
}
.blog-featured h2.item-title {
	margin: 22px 0px;
	padding-bottom: 14px;
}

/* Category Title
---------------------------------------------------------------------------- */

span.subheading-category {
  display: block;
  font-size: 21px;
  line-height: 1.5em; 
  padding: 8px 14px 6px;
  margin-top: -5px;
  margin-bottom: 21px;
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

/* Mobile */
@media (max-width: 979px) {

  span.subheading-category { 
    font-size: 21px !important;
  }

}

/* Category Description 
---------------------------------------------------------------------------- */

div.category-desc ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #ccc;
}

/* List All Categories 
---------------------------------------------------------------------------- */

.categories-list {
  padding-top: 12px;
}
.categories-list h4.item-title {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-weight: normal;
}
.categories-list h3.page-header.item-title {
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  border: none;
  font-weight: normal;
}
.categories-list a.btn.btn-mini.pull-right {
  padding: 4px 6px 0;
	box-shadow: none;
}
.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: #ccc;
}
.categories-list [class^="fa fa-"],
.categories-list [class*=" fa fa-"] {
  font-size: 16px;
  padding: 0;
}
.categories-list [class^="fa fa-"], 
.categories-list [class*=" fa fa-"] {
  padding-right: 0;
  margin-right: 0;
  font-size: 16px;
}

/* Category Children
---------------------------------------------------------------------------- */

.cat-children .page-header {
  margin: 0;
  padding: 0;
}
.cat-children h3.page-header {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  border: none;
  margin: 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: #ccc;
}
.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;
}

/* Tags
---------------------------------------------------------------------------- */

div.tag-category {
  margin-top: 21px;
}
div.tag-category h2 {
  text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid #E54545;
	padding-bottom: 10px;
}
div.tags .label-info[href], 
div.tags .badge-info[href] {
  background-color: #E54545;
  color: #fff;
  padding: 6px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  text-shadow: none;
}
div.tags .label-info[href]:hover, 
div.tags .badge-info[href]:hover,
div.tags .label-info[href]:focus, 
div.tags .badge-info[href]:focus {
  color: #111;
}

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: #E54545;
  color: #fff;
  margin-top: 14px;
	padding: 10px 18px 8px;
  text-shadow: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
	text-transform: uppercase;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.tag-category ul.thumbnails h3 a:hover {
  background-color: #111;
}
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;
}

/* Login Form 
---------------------------------------------------------------------------- */

.login fieldset.well {
  padding: 30px 0 20px;
}
.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: 28px;
}
div.profile legend {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1.3em;
	border: none;
}
div.profile ul.btn-toolbar.pull-right {
	margin: 0;
	float: none;
}
div.profile ul.btn-toolbar.pull-right a.btn {
	padding: 10px 21px;
  border-radius: 4px;
	text-transform: lowercase;
}
div.profile ul.btn-toolbar.pull-right a.btn [class^="icon-"],
div.profile ul.btn-toolbar.pull-right a.btn [class*=" icon-"] {
	font-size: 16px;
	line-height: 16px;
	padding-top: 2px;
}
div.profile fieldset legend{
	margin-top: 36px;
  margin-bottom: 14px;
	font-size: 18px;
	text-transform: uppercase;
}
div.profile #users-profile-custom legend {
  margin-top: 14px;
}
div.profile dl.dl-horizontal {
  margin-top: 10px;
}
div.profile dl.dl-horizontal dt,
div.profile dl.dl-horizontal dd {
	font-weight: normal;
	line-height: 21px;
	text-align: left;
}
div.profile dl.dl-horizontal dd {
	font-weight: bold;
}
div.profile dl.dl-horizontal dt {
	width: 14em;
}

/* 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 label {
  text-align: left;
}
div.remind fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.remind button.btn.btn-primary.validate {
  text-transform: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}
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 label {
  text-align: left;
}
div.reset fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.reset button.btn.btn-primary.validate {
  text-transform: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}
div.reset div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Search Form
---------------------------------------------------------------------------- */

div.search {
  margin-top: 14px;
}
div.search [class^="fa fa-"], 
div.search [class*=" fa fa-"] {
  padding-right: 0;
}
input#mod-search-searchword {
  width: 60%;
}
div.finder {
  margin-top: 14px;
	margin-bottom: 21px;
}
div.search button.btn.hasTooltip {
  padding: 6px 10px 4px;
  margin-right: 0;
  border: none;
  border-radius: 4px;
}
div.search button.btn.hasTooltip:hover {
	background-color: #111;
}
div.search button.btn.hasTooltip [class^="fa fa-"],
div.search button.btn.hasTooltip [class*=" fa fa-"] {
  margin-right: 0;
  padding-right: 2px;
}
div.search fieldset legend {
  font-family: 'Muli', 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;
}
.lt-ie9 div.search fieldset {
  margin-top: 30px;
}

/* Single Contact
---------------------------------------------------------------------------- */

div.contact {
	margin-top: 22px;
}
div.contact fieldset legend {
	font-family: 'Muli', sans-serif;
  font-weight: 400;
	font-size: 18px;
	padding-top: 24px;
  margin-bottom: 7px;
	border: none;
}
div.contact dl.dl-horizontal dt {
	line-height: 21px;
	text-align: left;
  width: 30px;
}
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 21px 10px;
}
#accordionContact.accordion {
  margin: 0;
}

/* IE */
.lt-ie9 div.contact .accordion-heading a[href='#display-links'].accordion-toggle {
  height: 21px;
}
div.contact .form-horizontal .control-group {
  margin-bottom: 12px;
}
div.contact .nav-tabs > li > a {
  padding-top: 12px;
  padding-left: 0;
  padding-bottom: 0;
}
div.contact .nav-tabs,
div.contact .nav-tabs >li>a,
div.contact .nav-tabs li a:hover {
  border: none;
}
div.contact .nav-tabs li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #ccc;
}

/* Featured Contacts
---------------------------------------------------------------------------- */

div.blog-featured fieldset legend {
	font-family: 'Muli', 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: 10px;
}
div.contact-category h2 {
	margin-bottom: 1em;
	font-weight: normal;
}
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: #ccc;
}
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;
}

/* List News Feeds 
---------------------------------------------------------------------------- */

div.newsfeed-category {
  margin-top: 10px;
}
div.newsfeed-category h2 {
  margin-bottom: 1em;
  font-weight: normal;
}
div.newsfeed-category ul.category.list-striped.list-condensed {
  margin-top: 14px;
}

/* Web Links in a Category
---------------------------------------------------------------------------- */

div.weblink-category {
	margin-top: 10px;
}
div.weblink-category h2 {
	margin-bottom: 1em;
	font-weight: normal;
}
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: 8px 14px 6px;
	font-size: 14px;
	border: medium none;
	border-radius: 4px;
	text-transform: none;
}
div.edit .btn-group > .btn:hover:last-child {
	background-color: #111;
	opacity: 1;
}	
	

/* Wrapper
---------------------------------------------------------------------------- */

#blockrandom {
  border: 1px solid #ccc;
}

/* Accordion
---------------------------------------------------------------------------- */

.accordion-group {
  border: none; 
}
.accordion-group .accordion-heading { 
  background-color: #E54545;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.accordion-group .accordion-heading a {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle {
  padding: 14px 20px 12px;
}

/* Tiptool
---------------------------------------------------------------------------- */

.tip-wrap .tip { 
  max-width: 200px;
  background-color: #111;
  color: #eee; 
  padding: 0.5em 1em;
}

/* 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: 10px; 
	margin-bottom: 11px;
}

/* Moduletable Title
---------------------------------------------------------------------------- */

.moduletable h3 { 
	color: #111;
  border-bottom: 1px solid #E54545;
	text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 22px;
  margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 14px;
  text-align: left;
}
.moduletable h3 i {
  color: #ffffff;
  font-size: 18px;
  margin-right: 21px;
  padding: 0.3em;
}
.moduletable .custom h3,
div[class^="moduletable-"] div[class^="custom-"] h3,
div[class^="moduletable-"] div[class*=" 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;
}

/* 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: 24px;
}
.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:before,
div[class^="moduletable-"] div[class^="custom-"] ul li:before,
div[class*=" moduletable-"] div[class^="custom-"] ul li:before,
div[class^="moduletable-"] div[class*=" custom-"] ul li:before,
div[class*=" moduletable-"] div[class*=" custom-"] ul li:before,
div[class^="moduletable-"] ul.nav.menu li:before,
div[class*=" moduletable-"] ul.nav.menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
}
.moduletable .custom ul li a,
div[class^="moduletable-"] div[class^="custom-"] ul li a,
div[class*=" moduletable-"] div[class^="custom-"] ul li a,
div[class^="moduletable-"] div[class*=" custom-"] ul li a,
div[class*=" moduletable-"] div[class*=" custom-"] ul li a,
div[class^="moduletable-"] ul.nav.menu li a,
div[class*=" moduletable-"] ul.nav.menu li a {
  display: inline;
}
.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,
.nav > li > a:focus { 
  background-color: transparent; 
}

/* Breadcrumbs Module
---------------------------------------------------------------------------- */

.breadcrumb { 
	background-color: transparent; 
	margin: 0; 
}
.breadcrumb .moduletable {
	margin: 0;
}
.moduletable ul.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb > li + li:before {
  content: none;
}
/* IE */
.lt-ie9 .breadcrumb > li {
  display: inline;
  zoom: 1;
}

/* Nav
---------------------------------------------------------------------------- */

.nav-pills > .active > a, 
.nav-pills > .active > a:hover { 
  background: none; 
  color: inherit; 
}

/* Login Form Module
---------------------------------------------------------------------------- */

#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 span.icon-user.tip,
#login-form span.icon-lock.tip {
  font-size: 14px;
}
#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;
}
#login-form .icon-user {
    font-size: 16px;
    padding-top: 2px;
    margin-right: 0px;
}
#form-login-submit .btn-primary {
  margin-top: 21px;
	margin-bottom: 14px;
  padding: 12px 21px 10px;
}

/* Search Module
---------------------------------------------------------------------------- */

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 {
  padding: 3px 10px 6px;
	font-size: 16px;
	text-transform: none;
	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 {
	opacity: 0.8;
}
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;
}

/* Smart Search Module
---------------------------------------------------------------------------- */

#finder-search button.btn,
div[id^="finder-search"] button.btn,
div[id*=" finder-search"] button.btn {
  margin: 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;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}
span.highlight {
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: bold;
  padding: 2px 6px;
}
ul.search-results {
  list-style: none;
  margin-left: 0;
}
div.result-url {
  color: #777;
  font-style: italic;
}

/* Weblinks Module
---------------------------------------------------------------------------- */

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: #ccc;
}

/* 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 Module
---------------------------------------------------------------------------- */

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: #ccc;
}

/* Article Most Read Modulea
---------------------------------------------------------------------------- */

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: #ccc;
}

/* Article Categories Module
---------------------------------------------------------------------------- */

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;
  line-height: 24px;
  margin: 0;
}
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: #ccc;
}

/* Articles Category Module
---------------------------------------------------------------------------- */

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: #ccc;
}

/* Newsflash Module
---------------------------------------------------------------------------- */

div.newsflash,
div[class^="newsflash-"],
div[class*=" newsflash-"] {
	margin-bottom: 1em;
}
h4.newsflash-title,
h4[class^="newsflash-title-"],
h4[class*=" newsflash-title-"] {
	color: #111;
  font-size: 24px;
	line-height: 1.3em;
	margin-top: 28px;
	clear: both;
	text-transform: uppercase;
}
div.newsflash a.readmore,
div[class^="newsflash-"] a.readmore,
div[class*=" newsflash-"] a.readmore {
  display:block;
  padding: 14px 0;
  margin: 14px 0;
}

/* Statistics Module
---------------------------------------------------------------------------- */

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-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -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;
}

/* Edit Modules
---------------------------------------------------------------------------- */

span.icon-edit {
  margin-right: 0;
}
a.btn.jmodedit {
  padding: 7px 10px 0;
  box-shadow: none;
}

/* Well
---------------------------------------------------------------------------- */

.well {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
}


/* 5. TYPOGRAPHY 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Lead
---------------------------------------------------------------------------- */

.lead {
  border-bottom: 1px solid #ddd; 
	font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 21px;
}

/* 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: #ddd;
  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 { 
	margin: 12px 0 21px;
}
code { 
  padding: 4px 8px; 
  margin-left: 5px; 
  margin-right: 5px; 
  font-size: 12px; 
}

/* Mobile */
@media (max-width: 767px) {

	pre { 
		display: inline-block;
	}
   
}

/* Buttons
---------------------------------------------------------------------------- */

.btn,
.btn:link,
.btn:visited {
  color: #ffffff;
  background-color: #E54545;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 28px 12px;
  text-transform: uppercase;
  border-radius: 4px;
	border: none;
  text-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.btn:hover,
.btn:focus {
  color: #fff;
	background-color: #E54545;
	opacity: 0.8;
}
.btn:focus {
  outline: 0;
}
.btn i {
  font-size: 18px;
}

/* IE */
.lt-ie9 .btn {
  margin-right: 0;
}

.btn.disabled, 
.btn[disabled] {
  background-color: #999;
} 
.btn.disabled:hover, 
.btn[disabled]:hover,
.btn.disabled:focus, 
.btn[disabled]:focus { 
  background-color: #444;
}

/* Primary */

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  color: #fff;
  background-color: #E54545;
	box-shadow: 0 4px #b33636;
	top: 2px; 
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
	background-color: #E54545;
	opacity: 1;
	box-shadow: 0 0 #b33636;
	top: 6px;
}
.btn-primary:focus {
  outline: 0;
}
.btn-primary i {
  font-size: 18px;
}

/* Bootstrap Buttons
---------------------------------------------------------------------------- */

/* Info */

.btn-info,
.btn-info:link,
.btn-info:visited {
  color: #ffffff!important;
  background-color: #5bc0de!important;
  background-image: none;
	box-shadow: 0 4px #2184a2!important;
	top: 2px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
	color: #ffffff!important;	
  background-color: #46b8da!important;
	opacity: 1;
	box-shadow: 0 0 #2184a2!important;
	top: 6px;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* IE */
.lt-ie9 .btn-info:hover {
  background-color: #46b8da!important;
}

/* Success */

.btn-success,
.btn-success:link,
.btn-success:visited {
	color: #ffffff!important;
  background-color: #5cb85c!important;
  box-shadow: 0 4px #306d30!important;
	top: 2px;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
	color: #ffffff!important;
  background-color: #4cae4c!important;
  opacity: 1;
	box-shadow: 0 0 #306d30!important;
	top: 6px; 
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c!important;
  border-color: #5cb85c!important;
}
/* IE */
.lt-ie9 .btn-success:hover {
  background-color: #4cae4c!important;
}

/* Warning */

.btn-warning,
.btn-warning:link,
.btn-warning:visited {
	color: #ffffff!important;
  background-color: #f0ad4e!important;
  box-shadow: 0 4px #b87210!important;
	top: 2px;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236!important;
  color: #ffffff!important;
	opacity: 1;
	box-shadow: 0 0 #b87210!important;
	top: 6px;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e!important;
  border-color: #f0ad4e!important;
}
/* IE */
.lt-ie9 .btn-warning:hover {
  background-color: #eea236!important;
}

/* Danger */

.btn-danger,
.btn-danger:link,
.btn-danger:visited {
  color: #ffffff!important;
  background-color: #d9534f!important;
  background-image: none;
	box-shadow: 0 4px #92231f!important;
	top: 2px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a!important;
  color: #ffffff!important;
	opacity: 1;
	box-shadow: 0 0 #92231f!important;
	top: 6px;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f!important;
  border-color: #d9534f!important;
}
/* IE */
.lt-ie9 .btn-danger:hover {
  background-color: #d43f3a!important;
}

/* Inverse */

.btn-inverse,
.btn-inverse:link,
.btn-inverse:visited {
  color: #ffffff!important;
  background-color: #363636!important;
  background-repeat: repeat-x;
  background-image: none;
	box-shadow: 0 4px #030303!important;
	top: 2px;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #191919!important;
  color: #ffffff!important;
	opacity: 1;
	box-shadow: 0 0 #030303!important;
	top: 6px;
}
/* IE */
.lt-ie9 .btn-inverse:hover {
  background-color: #191919!important;
}

/* Link */

.btn-link,
.btn-link:link,
.btn-link:visited {
  font-weight: normal;
  color: #428bca!important;
  cursor: pointer;
  border-radius: 4px;
  background-image: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496!important;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333!important;
  text-decoration: none;
}
/* IE */
.lt-ie9 .btn-link:hover {
  background-color: transparent;
}

/* Button sizes
---------------------------------------------------------------------------- */

.btn-large {
  padding: 24px 36px 18px;
  font-size: 21px;
}
.btn-small {
  padding: 10px 18px 8px;
  font-size: 16px;
}
.btn-mini {
  padding: 8px 14px 6px;
  font-size: 14px;
}

/* Badge 
---------------------------------------------------------------------------- */

.badge { 
  margin-left: 1em;
  margin-right: 1em;
  padding: 1px 10px;
  line-height: 2em;
  font-weight: normal;
  border-radius: 4px;
}
.badge-info { 
  background-color: #E54545;
}

/* 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 { 
	margin: 10px 0 11px;
  padding: 9px 35px 9px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.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%;
}

/* Image Polaroid */

.img-polaroid { 
	border: 1px solid #ddd;
  padding: 7px;
	border-radius: 4px;
}

/* Image Shadow */
.img-shadow {
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.7); 
  box-shadow: 0 0 7px rgba(0,0,0,.7); 
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/* Menu Basic
---------------------------------------------------------------------------- */

.moduletable ul.nav.menubasic,
div[class^="moduletable-"] ul.nav.menubasic,
div[class*=" moduletable-"] ul.nav.menubasic {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  border: 1px solid #ddd;
  margin-bottom: 10px;
	border-radius: 4px;
}
.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 a,
div[class^="moduletable-"] ul.nav.menubasic li a,
div[class*=" moduletable-"] ul.nav.menubasic li a {
	color: #808080;
  padding: 16px 14px 12px;
  display: block;
  font-size: 18px;
	text-transform: uppercase;
  line-height: 1.2em;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.moduletable ul.nav.menubasic li li a,
div[class^="moduletable-"] ul.nav.menubasic li li a,
div[class*=" moduletable-"] ul.nav.menubasic li a li li a {
    margin-left: 14px;
}
.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 {
  margin-left: 28px;
}
.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{
  margin-left: 42px;
}
.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 {
  margin-left: 56px;
}
.moduletable ul.nav.menubasic li li li li li li a,
div[class^="moduletable-"] ul.nav.menubasic li li li li li li a,
div[class*=" moduletable-"] ul.nav.menubasic li li li li li li a {
  margin-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 {
	color: #808080;
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
  padding-right: 0;
  color: #d2d2d2;
  float: right;
  font-size: 24px;
}
.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 {
  color: #E54545;
}
.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: #E54545;
}
.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 {
  color: #E54545;
}
.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: 4px;
  color: #808080;
}
.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 {
  color: #E54545;
}
.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: #808080;
}
.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: #E54545;
}
.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: #d2d2d2;
}
.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: #E54545;
}
.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 {
  color: #E54545;
}
.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: #E54545;
}
.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: #E54545;
}
.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 {
  color: #E54545;
}
.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: #E54545;
}
/* IE */
.lt-ie9 .moduletable ul.nav.menubasic, 
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic, 
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic {
  margin-left: 0;
}
.lt-ie9 .moduletable ul.nav.menubasic ul {
  margin-left: 0;
}
.lt-ie9 .moduletable ul.nav.menubasic li a,
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic li a,
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic li a,
.lt-ie9 .moduletable ul.nav.menubasic > li, 
.lt-ie9 div[class^="moduletable-"] ul.nav.menubasic > li, 
.lt-ie9 div[class*=" moduletable-"] ul.nav.menubasic > li {
  position: static;
}

/* 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 { 
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #808080;
  padding: 16px 14px 12px;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
  border-bottom: 1px solid #ddd;
}
.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: 1.2em;
  padding: 16px 14px 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.moduletable ul.nav.menuarrow a,
div[class^="moduletable-"] ul.nav.menuarrow a,
div[class*=" moduletable-"] ul.nav.menuarrow a {
  display: block;
  color: #444;
}
.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-right: 7px;
  color: #d2d2d2;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.2em;
}
.moduletable ul.nav.menuarrow li.current.active a:before,
div[class^="moduletable-"] ul.nav.menuarrow li.current.active a:before,
div[class*=" moduletable-"] ul.nav.menuarrow li.current.active a:before {
	color: #E54545;
}
.moduletable ul.nav.menuarrow li a:hover:before,
div[class^="moduletable-"] ul.nav.menuarrow li a:hover:before,
div[class*=" moduletable-"] ul.nav.menuarrow li a:hover:before {
  color: #E54545;
}
.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: #E54545;
}
.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: 2px;
  margin-bottom: 2px; 
}
.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: 2px;
  margin-bottom: 2px; 
}
.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: 2px;
}


/* 6. MODULE VARIATIONS  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Variation 1
---------------------------------------------------------------------------- */

.moduletable-sfx1 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: left;
}
.moduletable-sfx1 h3 i {
	color: #111;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 2
---------------------------------------------------------------------------- */

.moduletable-sfx2 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	text-align: left;
}
.moduletable-sfx2 h3 i {
	background-color: #E54545;
	color: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 3
---------------------------------------------------------------------------- */

.moduletable-sfx3 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	text-align: left;
}
.moduletable-sfx3 h3 i {
	background-color: #E54545;
	color: #FFF;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* Variation 4 
---------------------------------------------------------------------------- */

.moduletable-sfx4 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx4 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 3px;
	padding-bottom: 13px;
	text-align: left;
}
.moduletable-sfx4 h3 i {
	color: #111;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 5 
---------------------------------------------------------------------------- */

.moduletable-sfx5 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx5 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 14px;
	text-align: left;
}
.moduletable-sfx5 h3 i {
	background-color: #E54545;
	color: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 6 
---------------------------------------------------------------------------- */

.moduletable-sfx6 {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx6 h3 {
  color: #111;
	border-bottom: 1px solid #E54545;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 14px;
	text-align: left;
}
.moduletable-sfx6 h3 i {
	background-color: #E54545;
	color: #FFF;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* Variation 7 
---------------------------------------------------------------------------- */

.moduletable-sfx7 {
	color: #fff;
	background-color: #E54545;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx7 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 3px;
	padding-bottom: 13px;
	text-align: left;
}
.moduletable-sfx7 h3 i {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 8 
---------------------------------------------------------------------------- */

.moduletable-sfx8 {
	color: #fff;
	background-color: #E54545;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx8 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 14px;
	text-align: left;
}
.moduletable-sfx8 h3 i {
	color: #E54545;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-right: 21px;
}

/* Variation 9 
---------------------------------------------------------------------------- */

.moduletable-sfx9 {
	color: #fff;
	background-color: #E54545;
	border-radius: 4px;
	padding: 7px 21px;
}
.moduletable-sfx9 h3 {
  color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 22px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 14px;
	text-align: left;
}
.moduletable-sfx9 h3 i {
	color: #E54545;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	margin-right: 21px;
}

/* 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 [class^="fa fa-"],
body.contentpane fieldset.filter.clearfix .btn [class*=" fa fa-"] {
  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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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 {
	color: #FFF;
	background-color: #E54545;
	font-family: 'Muli',sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0 4px 14px;
	padding: 10px 14px 8px;
	line-height: 1.2em;
	text-transform: uppercase;
	border-radius: 4px;
	border: medium none;
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	display: inline-block;
	-webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div#k2Frontend table.k2FrontendToolbar td.button:hover {
  color: #FFF;
	background-color: #111;
	opacity: 0.8;
}
div#k2Frontend table.k2FrontendToolbar td.button a,
div#k2Frontend table.k2FrontendToolbar td.button a:hover {
	color: #FFF;
}
span.icon-32-save.icon-save,
span.icon-32-cancel.icon-cancel,
div.btn-toolbar [class^="icon-"],
div.btn-toolbar [class*=" icon-"] {
  font-size: 18px;
}
div.btn-toolbar .btn,
div.toggle-editor .btn-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
div.toggle-editor .btn-group {
  margin: 14px 0;
}
div.toggle-editor .btn-group a.btn {
  padding: 8px 14px 6px;
  font-size: 14px;
  margin: 0;
	text-transform: lowercase;
  border-radius: 4px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
div.toggle-editor .btn-group a.btn:hover {
	color: #fff;
	opacity: 1;
}
div.toggle-editor .btn-group a.btn i {
  font-size: 14px;
}
div.btn-toolbar .btn:hover,
div.toggle-editor .btn-group:hover {
  background-color: #111;
  background-image: none;
}
div.btn-toolbar a.btn {
  margin: 21px 0 0;
}
div.btn-toolbar a.btn:hover {
  color: #444;
}
div#k2Frontend hr.sep,
div#k2Frontend .table td {
  border: none;
}
#k2FrontendEditToolbar h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
	background-image: none;
}
div.dummyHeight {
  border: none;
  background-color: #e0e0e0;
}
button#helpsite-refresh.btn {
  padding: 7px 14px 3px;
  font-size: 16px;
  display: block;
}