/**
* @template  J51 - Serenity
* @author    Joomla51 http://www.joomla51.com
* @copyright Copyright (C) 2009 - 2014 Joomla51

TABLE OF CONTENTS

	1. 	Basic
	2. 	Default Module Styling
	3. 	Header
	4.	Logo
	5. 	Top Menu
	6.	Top Menu - Hornav
	7. 	Top Menu - Mobile
	8. 	Slideshow
	9. 	Top-1 Modules
	10. Top-2 Modules
	11. Top-3 Modules
	12.	Article / Component
	13.	Bottom Modules
	14.	Base Modules
	15.	Copyright / Footer Menu
	16.	Spacers
	18.	Social Media
	19.	Header-1 / Header-2 
	20.	Breadcrumbs
	21.	Buttons / Fields
	22.	Font Awesome
	23.	Backgrounds
	24. Utility Classes
	24.	Miscellaneous

*/
body {
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
  margin: 0.2em 0 0.4em;
  text-rendering: optimizelegibility;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h1 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 800;
}
h2,
.content-category h1,
.registration h1,
.page-header h1 {
  font-size: 2.2em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1em;
}
h3 {
  font-size: 1.6em;
  padding: 0;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 10px 0 5px;
}
h3 small {
  line-height: 32px;
}
h4 {
  font-size: 1.1em;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 2px;
}
h5 {
  font-size: 1.1em;
  line-height: 1.7em;
  margin-bottom: 15px;
}
h6 {
  font-size: 1em;
}
a {
  text-decoration: none !important;
  transition: color 0.15s ease-in;
  color: #333;
}
a:hover {
  color: #888;
}
p {
  margin-bottom: 16px;
}
li {
  line-height: 2em;
}
.item-title,
.page-header {
  padding: 0px;
  margin: 0;
  text-align: left;
}
hr {
  border: medium none;
  height: 1px;
  max-width: 50px;
  margin: 15px 0 20px;
  background: rgba(0, 0, 0, 0.3);
}
hr.center {
  margin: 15px auto 20px;
}
blockquote {
  font-weight: normal;
  margin: 15px 0;
  padding: 0 0 5px 45px;
  width: auto;
  border: none !important;
  position: relative;
  margin: 0 0 35px;
  font-weight: 400;
}
blockquote p {
  margin-top: 0;
  padding: 0;
  line-height: 160%;
  font-weight: 400;
}
blockquote small {
  font-style: normal;
  padding: 10px 0;
  font-size: 12px;
}
blockquote:before {
  content: "\201C";
  font-family: sans-serif;
  font-size: 88px;
  color: #555;
  position: absolute;
  left: 0px;
  top: 15px;
}
p.note,
p.pin,
p.clip,
p.down,
pre,
.code {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-radius: 0;
}
pre,
.code {
  clear: both;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.05);
}
pre,
code {
  white-space: normal !important;
}
code {
  font: italic 100% monospace;
  background-color: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  color: #D69A4B;
  padding: 2px 4px;
}
p.down,
p.clip,
p.pin,
p.note {
  margin: 10px 0;
  padding: 15px 20px 15px 50px;
}
p.note {
  background: url(../images/typo/note.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.pin {
  background: url(../images/typo/attach.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.clip {
  background: url(../images/typo/clip.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
p.down {
  background: url(../images/typo/down.png) no-repeat scroll 5px center rgba(0, 0, 0, 0.05);
}
body ol {
  list-style: decimal inside none;
}
.maincontent ul {
  list-style: disc outside none;
  margin: 10px 0 10px 25px;
}
ul.tick,
ul.plus,
ul.star {
  margin: 5px;
}
ul.tick li,
ul.plus li,
ul.star li {
  list-style: none outside none;
  padding: 6px 22px;
}
ul.tick li {
  background: url("../images/typo/tick.png") no-repeat scroll left center transparent;
}
ul.plus li {
  background: url("../images/typo/plus.png") no-repeat scroll left center transparent;
}
ul.star li {
  background: url("../images/typo/star.png") no-repeat scroll left center transparent;
}
em.highlight {
  border-radius: 4px 4px 4px 4px;
  font-style: normal;
  padding: 2px 5px;
  text-shadow: none;
}
em.highlight.black {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}
em.highlight.green {
  background: none repeat scroll 0 0 #89B223;
  color: #FFFFFF;
}
em.highlight.yellow {
  background: none repeat scroll 0 0 #B29E23;
  color: #FFFFFF;
}
em.highlight.blue {
  background: none repeat scroll 0 0 #4B90B5;
  color: #FFFFFF;
}
em.highlight.red {
  background: none repeat scroll 0 0 #A62929;
  color: #FFFFFF;
}
/* Content Column Layout */
.columns-2 {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
  column-count: 2;
  column-gap: 2.5em;
}
.columns-3 {
  -moz-column-count: 3;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 3;
  -webkit-column-gap: 2.5em;
  column-count: 3;
  column-gap: 2.5em;
}
.columns-4 {
  -moz-column-count: 4;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 4;
  -webkit-column-gap: 2.5em;
  column-count: 4;
  column-gap: 2.5em;
}
.menu .columns-2,
.menu .columns-3,
.menu .columns-4 {
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
}
/* Image Frames */
img.circle-1 {
  -moz-transition: all 300ms ease-out 0s;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FFFFFF 0%, #E7E8EB 99%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E7E8EB', GradientType=0);
  /* IE6-9 */
  border-color: #C9CBCD;
  border-radius: 800px;
  border-style: solid;
  border-width: 1px 1px 2px;
  display: inline-block;
  outline: medium none;
  padding: 8px;
}
img.frame-1,
.img-intro-left img,
.img-intro-right img,
.img-intro-none img {
  -moz-transition: all 300ms ease-out 0s;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FAFAFA 0%, #DDDDDD 99%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DDDDDD', GradientType=0);
  /* IE6-9 */
  border-color: #DDDDDD;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: 0 8px 6px -10px black;
  display: inline-block;
  outline: medium none;
  padding: 4px;
  margin: 3px 10px 10px 10px;
}
img.frame-2 {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5d5b60 0%, #363539 99%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 8px 6px -10px black;
  display: inline-block;
  outline: medium none;
  padding: 4px;
  margin: 3px 10px 10px 10px;
}
/*-----------------------------------------------------------------------------------*/
/* JStuff */
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.search-results dt.result-title {
  font-size: 140%;
  font-weight: normal;
  padding: 3px 0 10px 0;
  text-transform: none;
}
.search-results dd.result-category {
  color: #888888;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 5px;
}
.search-results dd.result-created {
  border-bottom: 1px solid #EEEEEE;
  color: #888888;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 0 6px;
  text-align: right;
}
#search label {
  display: none;
}
.com-users-login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-users-login__field {
  padding: 10px 0;
}
.com-users-login__remember {
  text-align: right;
}
.com-users-login__remember input {
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 4px;
}
.com-users-login__no-account {
  text-align: center;
  padding: 10px;
}
.com-users-login__forgot {
  color: #ddd;
  text-align: center;
}
.com-users-login__forgot a {
  color: #555;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  margin: 0 5px;
}
.com-users-login__forgot a:hover {
  opacity: 1;
}
.com-users-login .controls > button {
  width: 100%;
}
.com-users-registration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-users-registration > form {
  width: 100%;
  max-width: 400px;
}
.com-users-registration__field {
  padding: 10px 0;
}
.com-users-registration__remember {
  text-align: right;
}
.com-users-registration__remember input {
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 4px;
}
.com-users-registration__no-account {
  text-align: center;
  padding: 10px;
}
.com-users-registration__forgot {
  color: #ddd;
  text-align: center;
}
.com-users-registration__forgot a {
  color: #555;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  margin: 0 5px;
}
.com-users-registration__forgot a:hover {
  opacity: 1;
}
.com-users-registration .controls > button {
  width: 100%;
}
.contact {
  padding: 0px;
}
.contact h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.contact > h3 {
  display: none;
}
.contact textarea,
.contact input[type="text"],
.contact input[type="number"],
.contact input[type="email"] {
  border-radius: 0;
  width: 100%;
  max-width: 500px;
  height: 2em;
}
.contact textarea {
  height: 8em;
}
.contact legend {
  border: none;
}
.item-header {
  display: flex;
  align-items: flex-start;
  border-bottom: none;
  margin: 5px 0;
}
.item-header .j51-date {
  margin-right: 10px;
}
.page-header {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.categories-list .page-header {
  padding-bottom: 10px;
}
.article-body {
  overflow: hidden;
}
.article-info-term {
  display: none;
}
.article-info {
  font-size: 1em;
  padding: 0px;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  line-height: 1.4rem;
}
.article-info dd {
  display: inline;
  padding: 0 3px 0 0;
  white-space: nowrap;
}
.article-info dd:last-child {
  border-right: medium none;
}
.article-info dd:first-of-type {
  margin-left: 0;
}
.article-info dd > span[class^="icon-"] + time,
.article-info dd > span[class*=" icon-"] + time {
  margin-left: 0;
}
.article-info dd .icon-calendar {
  display: none;
}
.article-info .actions {
  float: right;
  margin: -10px 0 0;
  width: 50px;
}
.articleContent img {
  display: block;
  margin: 20px auto;
}
dd > div {
  display: inline;
}
.items-more ul {
  list-style: none !important;
  margin-left: 0px;
}
.contact-links ul {
  list-style: none outside none !important;
  margin-left: 0px;
}
.blog .item-content {
  padding: 0 0 12px;
}
.blog .items-row {
  margin-bottom: 30px;
}
.blog .readmore {
  margin-bottom: 5px;
}
.blog .item-image {
  position: relative;
}
.blog-core .item {
  padding: 0;
}
.blog-core h2 {
  font-size: 2.2em;
}
.items-leading {
  margin: 0;
  padding-bottom: 15px;
}
dl.muted:empty {
  display: none;
}
.item-page .item-image {
  margin-bottom: 2em !important;
}
.img-fulltext-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img-intro-left {
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.img-fulltext-right {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.img-intro-right {
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-intro-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-fulltext-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.items-leading {
  overflow: hidden;
}
.items-leading .item-image {
  width: auto;
}
.item-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}
.pull-left.item-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pull-right.item-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
:not(.blog-masonry .item) .pull-none.item-image {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .pull-right.item-image,
  .pull-left.item-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.tags {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: left;
  text-transform: uppercase;
  display: block !important;
}
.tags li {
  padding: 0 !important;
}
.tags li a {
  padding: 5px 9px 4px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.tag-category .list-striped li:nth-child(2n+1),
.tag-category .list-striped dd:nth-child(2n+1),
.tag-category .list-striped li,
.tag-category .list-striped dd {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tag-category .list-striped,
.tag-category .row-striped {
  border: none;
}
.tag-category .category {
  margin-top: 0;
}
.tag-category .category li {
  font-weight: normal;
}
.tag-category .category li > a > img {
  margin: 5px auto 20px;
  max-width: 200px;
  float: left;
  margin: 5px 25px 50px 0;
}
.tag-category fieldset {
  display: none;
}
.lang-inline li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0;
}
.mod-languages ul li {
  display: inline-block;
  padding: 0px 2px;
}
.stats-module {
  margin: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.search .form-inline {
  display: flex;
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 0;
  line-height: 16px;
}
.search .search-query {
  box-shadow: none;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  padding-left: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.search .button {
  box-shadow: none;
  color: #fff;
  font-size: 10px !important;
  padding: 6px 10px;
  margin: 0px;
  text-transform: uppercase;
  border-radius: 0;
}
.search .icon-search {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  padding: 8px;
  margin: 0;
  margin: -1px;
  transition: background-color 300ms linear;
}
.search .icon-search:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.search .btn-right input.search-query,
.search .btn-left input.search-query {
  padding-right: 0;
}
.search .btn-right .button,
.search .btn-right .icon-search {
  order: 1;
}
.search .btn-top {
  flex-direction: column;
}
.search .btn-bottom {
  flex-direction: column-reverse;
}
.search .btn {
  padding: 5px 10px;
  margin: -1px;
}
.search .btn .icon-search {
  display: none;
}
.tagspopular ul {
  margin: 10px 0;
}
.tagspopular li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 5px 8px 0;
}
.tagspopular li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: inline-block;
}
.tagspopular li a:hover {
  color: white;
}
.message::empty {
  display: none;
}
.list-striped,
.row-striped {
  list-style: none outside none !important;
}
ul.category {
  margin-left: 0px;
}
.icon-arrow-right {
  margin-top: 1px;
}
ul#archive-items li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-image: none;
}
.clr {
  clear: both;
}
body.contentpane {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 10px;
  text-align: left;
  width: auto;
}
.item-page,
.item,
.items-leading > div,
.items-row > div {
  position: relative;
}
.icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.icons .btn-group {
  margin: 0;
}
.icons .dropdown-toggle {
  margin: 0;
}
.maincontent .blog .icons {
  padding-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}
#body_bg {
  background-attachment: scroll;
  position: relative;
  background-position: center center;
  background-size: cover !important;
}
#header_bg,
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_bottom1_modules,
#container_bottom2_modules {
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover !important;
}
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_main,
#container_bottom1_modules,
#container_bottom2_modules,
#container_bottom3_modules,
#container_base,
#container_copyright {
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.block_holder {
  padding: 0px 0px;
}
.top-1,
.top-2,
.top-3,
.contenttop,
.sidecol-a,
.sidecol-b,
.contentbottom,
.bottom-1,
.bottom-2,
.bottom-3,
.base-1,
.base-2 {
  float: left;
}
.top-1 .module_surround,
.top-2 .module_surround,
.top-3 .module_surround,
.contenttop .module_surround,
.sidecol-a .module_surround,
.sidecol-b .module_surround,
.contentbottom .module_surround,
.bottom-1 .module_surround,
.bottom-2 .module_surround,
.bottom-3 .module_surround,
.base-1 .module_surround,
.base-2 .module_surround {
  background-position: 50% 0%;
  background-size: cover !important;
}
.sidecol-a,
.sidecol-b {
  background-position: 50% 0%;
  background-size: cover !important;
  width: 100%;
}
.j51container {
  width: 100%;
}
.wrapper960 {
  margin: 0 auto;
  position: relative;
  background-size: cover;
}
.clear {
  clear: both;
}
#header_bg::after,
#container_base::after {
  -webkit-backface-visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/* Default Module Styling */
/*-----------------------------------------------------------------------------------*/
.module,
.module_menu {
  float: left;
  width: 100%;
}
.module .module_surround,
.module_menu .module_surround {
  height: 100%;
  padding: 0px 35px 50px;
}
.module .module_surround .module_header,
.module_menu .module_surround .module_header {
  padding: 0 0 15px;
  line-height: 1em;
  text-align: left;
}
.module .module_surround .module_header h3,
.module_menu .module_surround .module_header h3 {
  display: inline;
  text-align: left;
  padding: 0px 0;
}
.module .module_surround .module_content,
.module_menu .module_surround .module_content {
  padding: 0px 0 0;
}
.module .module_surround .module_content ul.menu,
.module_menu .module_surround .module_content ul.menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.module .module_surround .module_content ul.menu li:last-child,
.module_menu .module_surround .module_content ul.menu li:last-child {
  border-bottom: none;
}
.module .module_surround .module_content ul.menu li a,
.module_menu .module_surround .module_content ul.menu li a {
  color: #333;
  display: block;
  letter-spacing: 0;
  padding: 4px 0px;
  text-decoration: none;
}
.module .module_surround .module_content ul.menu li a:hover,
.module_menu .module_surround .module_content ul.menu li a:hover {
  opacity: 0.7 !important;
}
.module .module_surround .module_content ul.menu li ul,
.module_menu .module_surround .module_content ul.menu li ul {
  margin-top: -4px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.module .module_surround .module_content ul.menu li ul li a,
.module_menu .module_surround .module_content ul.menu li ul li a {
  padding: 4px 30px 4px 5px;
  color: #999 !important;
  border: none;
  background: none;
}
.module .module_surround .module_content ul.menu li ul li:first-child a,
.module_menu .module_surround .module_content ul.menu li ul li:first-child a {
  margin-top: -5px;
}
.module:first-of-type .module_surround {
  padding-top: 50px;
}
.module ul.latestnews li,
.module ul.menu li {
  position: relative;
}
#breadcrumb-1,
#footer-1,
#footer-2,
#footer-3 {
  float: left;
  width: 100%;
}
.custom {
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
#container_header {
  position: absolute;
  display: block;
  padding-bottom: 0px;
  width: 100%;
  z-index: 99;
  top: 60px;
  transition: all 0.6s ease;
}
#container_header.block_holder {
  padding: 0;
}
#container_header .wrapper960 {
  position: relative;
}
#container_header * {
  transition: all 0.3s ease;
}
#container_header_slide {
  position: relative;
  width: 100%;
}
#header {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9), 0 0 11px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  top: 0px;
}
#header_bg {
  position: relative;
  z-index: 1;
  display: block;
}
#vegas-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
/*-----------------------------------------------------------------------------------*/
/* #Logo */
/*-----------------------------------------------------------------------------------*/
#logo {
  padding: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h1.logo,
h1.logo a {
  z-index: 20 !important;
}
.logo {
  padding: 16px 50px;
  background-color: white;
  border: 6px solid #fdfdfd;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}
.logo a {
  position: relative;
  z-index: 25;
}
.logo-text {
  position: relative;
  margin: 0;
  width: 100%;
  line-height: 0.75em;
}
.logo-text a {
  font-size: 34px;
  font-weight: 400;
  left: 0;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  outline: none;
  z-index: 25;
  top: -5px;
  width: 100%;
  padding: 5px 10px;
}
.logo-text a:hover {
  text-decoration: none;
}
p.site-slogan {
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  bottom: 4px;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
  z-index: 15;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu */
/*-----------------------------------------------------------------------------------*/
#container_hornav {
  position: relative;
  width: 100%;
  z-index: 20;
}
#container_hornav.wrapper960 {
  position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - .hornav */
/*-----------------------------------------------------------------------------------*/
.hornavmenu {
  padding: 0px;
  width: 100%;
  text-align: right;
}
/** Hornav **/
.hornav {
  padding: 0 25px;
  display: inline-block;
}
.hornav * {
  transition: all 0.05s ease-out;
}
.hornav > ul {
  display: inline-block;
  text-align: left;
  margin: 0;
  width: 100%;
}
.hornav > ul > li {
  display: inline-block;
  padding: 0px;
  list-style: none outside none;
  margin: 0;
  letter-spacing: 0px;
}
.hornav > ul > li.menu-split {
  float: left;
}
.hornav > ul > li > a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 34px;
  opacity: 1;
  padding: 14px 18px 12px;
  text-rendering: optimizeLegibility;
  position: relative;
}
.hornav > ul > li > a:after {
  content: attr(title);
  position: absolute;
  left: 18px;
  top: 39px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.5px;
  opacity: 0.3;
  z-index: 999;
  text-align: left;
  text-transform: none;
}
.hornav > ul > li > a:hover {
  text-decoration: none;
  opacity: 1;
}
.hornav > ul > li > a:focus,
.hornav > ul > li > a:active {
  text-decoration: none;
  outline: none;
}
.hornav > ul > .parent-hover {
  background: rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.hornav .parent > ul > li > a {
  text-transform: uppercase;
}
.hornav > ul li {
  position: relative;
}
.hornav > ul > li > ul,
.hornav > ul > li ul > li > ul {
  display: block;
  letter-spacing: 0;
  list-style: none;
  margin: 0px;
  padding: 3px !important;
  text-align: left;
  z-index: 1001;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), inset 0 -1px 1px rgba(255, 255, 255, 0.8);
  position: relative;
}
.hornav > ul > li > ul > li,
.hornav > ul > li ul > li > ul > li {
  min-height: 20px;
  float: none;
  webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding: 2px 0 3px;
  position: relative;
}
.hornav > ul > li > ul > li:hover > a,
.hornav > ul > li ul > li > ul > li:hover > a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
}
.hornav > ul > li > ul > li > a,
.hornav > ul > li ul > li > ul > li > a {
  display: block;
  padding: 5px 15px;
}
.hornav > ul > li > ul > li > a:active,
.hornav > ul > li ul > li > ul > li > a:active,
.hornav > ul > li > ul > li > a:focus,
.hornav > ul > li ul > li > ul > li > a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
}
.hornav > ul > li > ul > li > a:after,
.hornav > ul > li ul > li > ul > li > a:after {
  content: attr(title);
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  opacity: 0.4;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  top: -2px;
  position: relative;
}
.hornav > ul > li > li:hover a {
  text-decoration: none;
}
.hornav > ul > li > ul:before {
  display: none;
}
.hornav > ul > li img {
  margin-top: 5px;
  margin-bottom: 8px;
}
.hornav > ul > ul:before {
  content: "";
  display: block;
  height: 10px;
  left: 12px;
  position: absolute;
  top: -10px;
  width: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
.hornav > ul > li:last-of-type > ul {
  left: auto !important;
  right: 0 !important;
}
.hornav > ul > li > ul,
.hornav > ul > li > ul > li > ul {
  position: absolute;
  height: auto;
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  top: 55px;
  left: 0px;
  padding-top: 20px;
}
.hornav > ul > li:hover > ul,
.hornav > ul > li > ul > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 61px;
  left: 0px;
}
.hornav > ul > li > ul > li > ul {
  left: 230px;
  top: 0;
}
.hornav > ul > li > ul > li:hover > ul {
  top: 0px;
  left: 200px;
}
.hornav .columns-2 + ul {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
  width: 420px;
}
.hornav .columns-3 + ul {
  -moz-column-count: 3;
  -moz-column-gap: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  column-count: 3;
  column-gap: 0;
  width: 630px;
  z-index: 1;
}
.hornav .columns-3 + ul ul {
  z-index: 99999;
}
.hornav .columns-4 + ul {
  -moz-column-count: 4;
  -moz-column-gap: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  column-count: 4;
  column-gap: 0;
  width: 840px;
}
.menu .module_surround {
  padding: 15px !important;
}
.menu #login-form {
  margin: 0;
}
.menu .module a {
  font-size: 12px;
}
.menu .module a:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - Mobile */
/*-----------------------------------------------------------------------------------*/
.hornav_mobile.block_holder {
  padding: 10px;
}
.hornavmenumobile {
  display: none;
}
#container_hornav_mobile {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/* Slideshow */
/*-----------------------------------------------------------------------------------*/
#container_slideshow {
  position: relative;
  z-index: 0;
}
#slideshow {
  position: relative;
  padding: 0;
}
.mobile_showcase {
  display: none;
}
.mobile_showcase img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.slidesjs-previous.slidesjs-navigation,
.slidesjs-next.slidesjs-navigation {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/* Top-1 Modules */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Top-2 Modules */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Top-3 Modules */
/*-----------------------------------------------------------------------------------*/
#container_top3_modules.block_holder {
  padding-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* Article / Component */
/*-----------------------------------------------------------------------------------*/
#container_main {
  box-sizing: border-box;
}
#main.block_holder {
  padding: 0;
}
.maincontent {
  padding: 0 15px;
}
#content_full,
#content100 {
  float: left;
  width: 100%;
}
/* Sidecol A & B */
.sidecol_a,
.sidecol_b {
  height: 100%;
}
.sidecol_block {
  padding: 60px 0px;
}
.sidecol-a .module:first-of-type .module_surround,
.sidecol-b .module:first-of-type .module_surround {
  padding-top: 0;
  padding-bottom: 25px;
}
/* Contenttop/Contentbottom */
.contenttop .module_surround {
  padding: 5px 17px !important;
}
.contentbottom .module_surround {
  padding: 0px 17px 15px !important;
}
.wrapper_contenttop {
  padding: 50px 20px 10px 20px;
}
.wrapper_contentbottom {
  padding: 5px 20px 20px 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Bottom Modules */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Base Modules */
/*-----------------------------------------------------------------------------------*/
#container_base {
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  position: relative;
}
#base1_modules .module,
#base2_modules .module {
  text-shadow: none;
}
#base1_modules .module h1,
#base2_modules .module h1,
#base1_modules .module h2,
#base2_modules .module h2,
#base1_modules .module h3,
#base2_modules .module h3,
#base1_modules .module h4,
#base2_modules .module h4,
#base1_modules .module h5,
#base2_modules .module h5,
#base1_modules .module h6,
#base2_modules .module h6 {
  text-shadow: none;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.7);
}
#base1_modules .module li a,
#base2_modules .module li a {
  text-shadow: none;
  color: #aaaaaa;
  color: rgba(255, 255, 255, 0.7);
}
/*-----------------------------------------------------------------------------------*/
/* Copyright / Footer Menu */
/*-----------------------------------------------------------------------------------*/
#container_footermenu {
  padding: 20px 0 0px;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#container_copyright {
  padding: 5px 0 0px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
/* Footer Menu */
#footermenu {
  display: inline-block;
  padding: 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
#footermenu ul {
  display: inline-block;
  margin: 0;
}
#footermenu ul li {
  display: inline-block;
  padding: 1px 0;
  font-style: italic;
  letter-spacing: 2px;
}
#footermenu ul li a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 10px 5px;
}
#footermenu ul li a:hover {
  color: #ffffff;
}
#footermenu ul li a:after {
  content: '/';
  margin-left: 20px;
}
#footermenu ul li:last-of-type a:after {
  display: none;
}
/* Copyright */
#copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
}
#copyright p {
  padding: 20px 0 20px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
}
/*-----------------------------------------------------------------------------------*/
/* Spacers */
/*-----------------------------------------------------------------------------------*/
#container_spacer1 {
  position: absolute;
  height: 42px;
  top: 100%;
}
#container_spacer1 .wrapper960 {
  position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* Social Media */
/*-----------------------------------------------------------------------------------*/
#socialmedia {
  padding: 0;
  position: absolute;
  bottom: -38px;
  right: 40px;
  z-index: 101;
  border-radius: 0 0 5px 5px;
  transition: all 0.6s ease;
}
#socialmedia a {
  margin: 0px;
}
#socialmedia ul {
  list-style: none;
  margin: 0 0 0px 0;
  display: block;
}
#socialmedia ul li {
  background-position: 50% 50%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
#socialmedia ul li a {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}
#socialmedia ul li a:hover {
  opacity: 1;
}
#socialmedia ul li a [class^="fa-"]::before,
#socialmedia ul li a [class*=" fa-"]::before {
  padding-right: 0;
  color: #fff;
}
[class^="social-"],
[class*=" social-"] {
  transition: all 0.4s;
}
.social-facebook {
  background-color: #1e2e4f;
}
.social-twitter {
  background-color: #248590;
}
.social-googleplus {
  background-color: #90281c;
}
.social-youtube {
  background-color: #d1150d;
}
.social-pinterest {
  background-color: #731216;
}
.social-instagram {
  background-color: #112536;
}
.social-dribbble {
  background-color: #d0145a;
}
.social-flickr {
  background-color: #da134c;
}
.social-skype {
  background-color: #09739a;
}
.social-digg {
  background-color: #174a71;
}
.social-linkedin {
  background-color: #3682a5;
}
.social-vimeo {
  background-color: #3a666f;
}
.social-yahoo {
  background-color: #743882;
}
.social-tumblr {
  background-color: #182532;
}
.social-deviantart {
  background-color: #7d8514;
}
.social-delicious {
  background-color: #1d4680;
}
.social-rss {
  background-color: #985c00;
}
[class^="social-"]:hover,
[class*=" social-"]:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
}
/*-----------------------------------------------------------------------------------*/
/* #Header-1 / Header-2 */
/*-----------------------------------------------------------------------------------*/
.header_modules {
  position: relative;
}
.header-1,
.header-2 {
  margin: 0 10px;
  padding: 10px 10px;
  position: relative;
  z-index: 101;
  transition: all 0.6s ease;
  color: #555;
}
.header-1 p,
.header-2 p {
  margin: 0;
}
.header-1 li,
.header-2 li {
  float: left;
  padding: 6px;
}
.header-1 .custom,
.header-2 .custom {
  width: auto;
}
.header-1 .search-query,
.header-2 .search-query {
  width: 140px;
  margin-top: 0px;
}
.header-1 {
  position: absolute;
  left: 0px;
}
.header-1 ul.menu {
  list-style: none;
}
.header-1 ul.menu a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75em;
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 4px 12px;
}
.header-1 ul.menu a:hover {
  background-color: #fff;
  color: #555;
}
.header-2 {
  position: absolute;
  right: 0px;
}
.header-2 .custom {
  padding: 4px 15px;
}
.header-1 > div {
  float: left;
  margin: 0px;
}
.header-2 > div {
  float: right;
  margin: 0px;
}
.header-1 input,
.header-2 input,
.header-1 form,
.header-2 form,
.header-1 label,
.header-2 label,
.header-1 ul,
.header-2 ul,
.header-1 ol,
.header-2 ol,
.header-1 dl,
.header-2 dl,
.header-1 fieldset,
.header-2 fieldset,
.header-1 address,
.header-2 address {
  margin: 0;
}
.header-1 .custom {
  width: auto;
}
/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/
#container_breadcrumb {
  padding-bottom: 0px;
}
#breadcrumb {
  color: #CCCCCC;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 35px 0px;
  overflow: hidden;
}
#breadcrumb .module_surround {
  padding: 0px;
}
#breadcrumb.block_holder {
  padding: 0px 10px 10px;
}
#breadcrumb .module_content {
  padding: 0;
}
#breadcrumb a {
  color: #DDDDDD;
  background: none !important;
}
#breadcrumb img {
  vertical-align: 0%;
}
#breadcrumb li {
  background: none !important;
  color: #555555;
  text-shadow: none;
  border-bottom: none !important;
}
#breadcrumb li a {
  color: #999999;
  display: inline-block;
  padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Buttons / Fields */
/*-----------------------------------------------------------------------------------*/
/* Read More */
.readmore .btn,
.j51news .btn {
  color: #ffffff;
  padding: 10px 22px;
  margin: 5px 0;
  font-size: 13px ;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 18px;
  text-shadow: none ;
  text-transform: uppercase;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-width: 1px;
  box-shadow: none;
  transition: all 0.4s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  border-radius: 3px;
  background-clip: padding-box;
}
.icon-chevron-right {
  display: none;
}
.readmore .btn:hover,
.j51news .btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-property: all;
}
/* Search Form */
.search .form-inline {
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  line-height: 16px;
  transition: border linear 0.2s;
  transition: box-shadow linear 0.2s;
  transition: width 0.7s ease 0s;
}
.search .search-query {
  box-shadow: none;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  margin-top: -5px;
  padding-left: 10px;
}
.search .button {
  box-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px !important;
  padding: 6px 10px;
  margin: 0px;
  text-transform: uppercase;
  border-radius: 0;
  transition: background-color 300ms linear;
}
.search .icon-search {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 1;
  padding: 9px;
  margin: 0;
  margin-right: -2px;
  transition: background-color 300ms linear;
}
.search .icon-search:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
#searchForm .btn {
  padding: 6px;
  margin: 0;
}
#searchForm .btn .icon-search {
  display: none;
}
/* Pagination */
ul.pagenav a {
  color: #333;
}
ul.pagenav a:hover {
  color: #888;
}
/*-----------------------------------------------------------------------------------*/
/* Font Awesome */
/*-----------------------------------------------------------------------------------*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  color: rgba(50, 50, 50, 0.4);
}
/* Disable hover.css animations */
[class^="fa-"][class*=" hvr-"]:before,
[class^="hvr-"][class*=" fa-"]:before {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border: none;
  left: 0;
  top: 0;
  right: auto !important;
  bottom: auto !important;
}
/* Joomla Menus */
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  position: absolute;
  top: 9px;
  left: 6px;
}
.menu li a[class^="fa-"],
.menu li a[class*=" fa-"] {
  position: relative;
  padding-left: 37px !important;
}
.menu li a:hover[class^="fa-"]:before,
.menu li a:hover[class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.1);
}
/* Top Menu Icons */
.hornav .menu li [class^="fa-"]:before,
.hornav .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 20px;
  left: 8px;
  font-size: 22px;
}
.hornav .menu li [class^="fa-"]:hover:before,
.hornav .menu li [class*=" fa-"]:hover:before {
  color: rgba(0, 0, 0, 0.5);
}
.hornav .menu li li [class^="fa-"]:before,
.hornav .menu li li [class*=" fa-"]:before {
  color: inherit;
  top: 9px;
  left: 15px;
  font-size: 16px;
  opacity: 0.6;
}
.hornav .menu li li [class^="fa-"]:hover:before,
.hornav .menu li li [class*=" fa-"]:hover:before {
  opacity: 1;
}
/* Header-# Menu Icons */
.header-1 .menu li [class^="fa-"]:before,
.header-1 .menu li [class*=" fa-"]:before,
.header-2 .menu li [class^="fa-"]:before,
.header-2 .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 1px;
}
/* Base Module */
#container_base [class^="fa-"]:before,
#container_base [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
}
/* Footer Menu Icons */
#footermenu .menu li [class^="fa-"]:before,
#footermenu.menu li [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
  top: 6px;
}
.row.fa-icon-list {
  margin: 0 0 30px;
}
.fa-col5 {
  float: left;
  padding: 0 0 10px;
  width: 20%;
}
a.slicknav_item [class^="fa-"]:before,
a.slicknav_item [class*=" fa-"]:before,
.slicknav_menu .menu li [class^="fa-"]:before,
.slicknav_menu .menu li [class*=" fa-"]:before {
  display: none !important;
}
.slicknav_nav ul > li a[class^="fa-"],
.slicknav_nav ul > li a[class*=" fa-"] {
  padding-left: 14px !important;
}
.menu a.slicknav_item [class^="fa-"],
.menu a.slicknav_item [class*=" fa-"] {
  padding-left: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Utility Class */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/
.text-light {
  color: rgba(255, 255, 255, 0.95) !important;
}
.text-light a,
.text-light a .j51_icon {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-light a:hover,
.text-light a .j51_icon:hover,
.text-light a:hover .j51_icon,
.text-light a .j51_icon:hover .j51_icon {
  color: #ffffff !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #ffffff !important;
}
.text-light input,
.text-light button,
.text-light select,
.text-light textarea {
  color: #fff;
}
.text-light ul.menu a,
.text-light ul > li > a,
.text-light ul > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.text-light [class^="fa-"]:before,
.text-light [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.text-light li:hover [class^="fa-"]:before,
.text-light li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
}
.text-light .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
}
.text-light blockquote small {
  color: rgba(255, 255, 255, 0.5);
}
.text-light hr {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.text-light hr:after {
  background: rgba(255, 255, 255, 0.3);
}
.text-light [class^="fa-"]::before,
.text-light [class*=" fa-"]::before {
  color: rgba(255, 255, 255, 0.8);
}
.text-dark {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark input,
.text-dark button,
.text-dark select,
.text-dark textarea {
  color: #fff;
}
.text-dark ul.menu a,
.text-dark ul > li > a,
.text-dark ul > li > span {
  color: rgba(0, 0, 0, 0.8);
}
.text-dark [class^="fa-"]:before,
.text-dark [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
.text-dark li:hover [class^="fa-"]:before,
.text-dark li:hover [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.6);
}
.text-dark .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
}
.padding-0 {
  padding: 0px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.margin-0 {
  margin: 0px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.padding-horiz-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-horiz-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-horiz-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-horiz-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-horiz-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-horiz-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-horiz-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-vert-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.padding-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-horiz-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-0,
.padding-top-0 .module_surround {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-0,
.padding-bottom-0 .module_surround {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
/* Background Colors */
.background-white {
  background-color: #FFFFFF;
}
.background-black {
  background-color: #000000;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #888888;
}
.background-gray-light {
  background-color: #cccccc;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
.border {
  border: 1px solid #ddd;
}
.shadow {
  box-shadow: 0 0 5px #ddd;
}
/*-----------------------------------------------------------------------------------*/
/* Module Extensions */
/*-----------------------------------------------------------------------------------*/
.owl-carousel .owl-buttons div {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 1 !important;
  line-height: 18px;
  margin: 5px 0;
  padding: 10px 22px !important;
}
.owl-carousel .owl-buttons div:hover {
  opacity: 0.7 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #555;
  font-size: 22px;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
/* Mailchimp Newsletter */
#mc_embed_signup .indicates-required {
  opacity: 0.6;
  margin: 5px 0;
  font-size: 0.8em;
}
#mc_embed_signup input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Carousel Module */
.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px solid;
  border-radius: 0 !important;
}
#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
iframe {
  max-width: 100%;
}
hr:not([size]) {
  height: 1.4rem;
  background: transparent;
}
.com-users-login {
  flex-direction: column;
}
.com-users-login__options {
  margin-top: 0;
  width: 100%;
}
.j51news-meta svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.blog-item {
  position: relative;
}
.hornav ul.menu ul li [class^="fa-"]::before,
.hornav ul.menu ul li [class*=" fa-"]::before {
  color: inherit;
}
.j51news .j51news_inside figure {
  background-color: transparent;
}
.j51news .j51news_inside figcaption {
  padding-inline: 0;
}
.j51news .j51news_inside .j51news-btn {
  align-self: flex-start;
  margin-left: 0;
}
.img-fulltext-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.img-intro-left {
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.img-fulltext-right {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.img-intro-right {
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-intro-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-fulltext-none {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.items-leading {
  overflow: hidden;
}
.items-leading .item-image {
  width: auto;
}
.item-image {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}
.left.item-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.right.item-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
:not(.blog-masonry .item) .none.item-image {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .pull-right.item-image,
  .pull-left.item-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.owl-theme .owl-controls .owl-page span {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-carousel .owl-nav > * + *,
.owl-carousel .owl-dots > * + * {
  margin-left: 10px;
}
.owl-carousel .owl-dots {
  margin-top: 10px;
}
#container_header-sticky-wrapper {
  z-index: 1;
  position: relative;
}
ul.pagination {
  list-style: none;
}
.menu-toggle {
  display: none;
  align-items: center;
  flex: 1 0 auto;
  max-width: 38px;
  width: 38px;
  height: 40px;
  margin: 12px 20px 10px auto;
  z-index: 1;
}
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle span {
  position: relative;
  display: block;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
}
.menu-toggle span::after {
  top: 12px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #000;
  background-color: var(--mobile-menu-toggle);
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.mm-ocd-opened .menu-toggle span {
  margin: 5px 0;
  background-color: transparent;
}
.mm-ocd-opened .menu-toggle span::before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
.mm-ocd-opened .menu-toggle span::after {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
}
.mobile-menu {
  display: none;
}
/*!
 * Mmenu Light v3.0.2
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm-spn .parent-indicator {
  display: none;
}
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 300px;
}
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd .image-title {
  padding: 7px 0 0;
  line-height: 1.2;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mm-spn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/2);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
  margin-top: 1px;
}
.mm-spn li:after {
  content: '';
  display: block;
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: 0 0;
}
.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
  margin-top: 5px;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
  background: var(--mobile-menu-bg);
}
/*# sourceMappingURL=nexus.css.map */