.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #30a0a4;
}
h1,
h2,
h3 {
  color: #111111;
  font: 36px/40px 'Paytone One', sans-serif;
  margin-bottom: 73px;
  text-align: center;
}
h4 {
  color: #111111;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
img.fright {
  float: right;
  margin: 0 0 19px 30px;
  max-width: 50%;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #919191;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #30a0a4;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #3079a4;
  border-bottom-color: #3079a4;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #3079a4;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #3079a4;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #30a0a4;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #3079a4;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #30a0a4;
  text-shadow: none;
  border: none;
  font-size: 12px;
  padding: 0 44px;
  overflow: hidden;
  position: relative;
}
.btn-info:before,
.btn-info:after {
  content: "";
  background: #919191;
  height: 1px;
  display: block;
  position: absolute;
  top: 52%;
  width: 1000px;
}
.btn-info:before {
  left: 0px;
  margin-left: -966px;
}
.btn-info:after {
  right: 0px;
  margin-right: -966px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #111111;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 14px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #30a0a4;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #111111;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #111111;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 27px;
  position: relative;
}
.item_img .item_published,
.category_img .item_published {
  color: #ffffff;
  background: url(../images/template/item_published.png) 0 0 repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font: 20px/66px 'Sacramento', 'cursive';
  padding-top: 9px;
  text-align: center;
  z-index: 1;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #30a0a4;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 19px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 19px 30px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#logo {
  padding: 19px 0 12px;
  text-align: center;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
  padding-bottom: 20px;
}
.navigation ul.sf-menu {
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  margin: 0 auto;
  padding: 2px 0 0;
  text-align: center;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  display: inline-block;
  float: none;
  padding: 0px;
  margin: 0px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #111111;
  border-bottom: 2px solid #111111;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 13px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  background: none;
  display: block;
  padding: 0 23px;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #111111;
  border-bottom: 2px solid #111111;
}
.navigation ul.sf-menu > li > ul {
  top: 38px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  background: #30a0a4;
  background: rgba(48, 160, 164, 0.8);
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #111111;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #111111;
}
.navigation ul.sf-menu ul {
  width: 100%;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: 0px;
  left: 100%;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: 0px;
  left: 100%;
}
.navigation ul.sf-menu ul {
  background: none;
  padding: 0px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: #210902;
  background: rgba(33, 9, 2, 0.7);
  display: block;
  padding: 6px 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #30a0a4;
  background: rgba(48, 160, 164, 0.8);
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #30a0a4;
  background: rgba(48, 160, 164, 0.8);
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 100%;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 100%;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 102%;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 36px;
  padding-bottom: 36px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 38px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 100%;
  top: 36px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-bottom: 48px;
}
.bootstrap_tabs_custom-link {
  text-align: center;
  margin-top: -53px;
  padding-bottom: 23px;
}
.bootstrap_tabs_custom-link .btn-info {
  padding: 0 57px;
}
.bootstrap_tabs_custom-link .btn-info:before,
.bootstrap_tabs_custom-link .btn-info:after {
  content: "";
  background: #111111;
  height: 1px;
  display: block;
  position: absolute;
  top: 54%;
  width: 1000px;
}
.bootstrap_tabs_custom-link .btn-info:before {
  left: 0px;
  margin-left: -966px;
}
.bootstrap_tabs_custom-link .btn-info:after {
  right: 0px;
  margin-right: -966px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  text-align: center;
  margin-top: -53px;
  padding-bottom: 34px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info {
  padding: 0 57px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:before,
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:after {
  content: "";
  background: #111111;
  height: 1px;
  display: block;
  position: absolute;
  top: 54%;
  width: 1000px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:before {
  left: 0px;
  margin-left: -966px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:after {
  right: 0px;
  margin-right: -966px;
}
.mod-newsflash-adv .caption {
  border: 2px solid #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #111111;
  font-family: FontAwesome;
  font-size: 27px;
  line-height: 102px;
  margin-bottom: 26px;
  width: 102px;
  text-align: center;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.mod-newsflash-adv.news .item_title {
  margin-bottom: 18px;
}
.mod-newsflash-adv.indent .item_content {
  padding: 0 18px;
}
.mod-newsflash-adv.drop span.dropcap {
  color: #111111;
  display: inline-block;
  font-family: 'Paytone One', sans-serif;
  font-size: 26px;
  line-height: 102px;
  text-align: center;
  border: 2px solid #111111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 26px;
  width: 102px;
}
.mod-newsflash-adv.gallery .item .item_content {
  position: relative;
}
.mod-newsflash-adv.gallery .item .item_content .item_img {
  margin: 0;
}
.mod-newsflash-adv.gallery .item .item_content a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 26px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  background: #210902;
  background: rgba(33, 9, 2, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mod-newsflash-adv.gallery .item .item_content a.link .item_title {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 7px;
}
.mod-newsflash-adv.gallery .item .item_content a.link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-bottom: 24px;
  padding-top: 25px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 20px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd .fa {
  font-size: 17px;
  color: #30a0a4;
}
.item_info_dl dd a {
  color: #919191;
}
.item_info_dl dd a:hover {
  color: #30a0a4;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
.moduletable.tabs .nav-tabs {
  border: none;
  margin-bottom: 21px;
  text-align: center;
}
.moduletable.tabs .nav-tabs li {
  color: #30a0a4;
  display: inline-block;
  float: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  padding: 0 14px;
  text-transform: uppercase;
}
.moduletable.tabs .nav-tabs li span {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.moduletable.tabs .nav-tabs li a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: underline !important;
}
.moduletable.tabs .nav-tabs li a:hover {
  background: none;
  text-decoration: none !important;
}
.moduletable.tabs .nav-tabs li.active {
  color: #111111;
  margin: 0;
}
.moduletable.tabs .nav-tabs li.active a {
  text-decoration: none !important;
}
.moduletable.tabs .nav-tabs li:hover {
  color: #111111;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
small {
  font: 20px/24px 'Sacramento', 'cursive';
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 36px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-bottom: 46px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #210902;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #210902;
  color: #ffffff;
  text-shadow: none;
  padding-top: 32px;
}
#footer-wrapper .footer-wrapper-inner h2,
#footer-wrapper .footer-wrapper-inner h3,
#footer-wrapper .footer-wrapper-inner h4 {
  color: #ffffff;
}
ul.logo {
  text-align: center;
}
ul.footer {
  display: table;
  margin: 0 auto 31px;
  text-align: center;
}
ul.footer li {
  float: left;
  line-height: 20px;
  margin: 0px 26px 0 25px;
}
ul.footer li a {
  color: #ffffff;
}
ul.footer li a:hover {
  text-decoration: underline !important;
}
ul.footer li.active a {
  text-decoration: underline !important;
}
#copyright {
  margin-bottom: 18px;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 3px 0 7px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  text-decoration: underline !important;
}
