#user-header {
  height: 30px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  color: white;
}
#user-header img.user-image {
  border: 1px soid white;
  margin: 0px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  vertical-align: middle;
}
#user-header a {
  color: white;
}
.widget_latestArticle {
  color: white;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.widget_latestArticle >div.widget-header a {
  color: #acacac;
  text-transform: uppercase;
}
.widget_latestArticle >div.widget-body article.summary {
  padding: 5px 0px;
  border-bottom: 1px dotted #373737;
}
.widget_latestArticle >div.widget-body article.summary >.summary-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget_latestArticle >div.widget-body article.summary >.summary-header a {
  color: white;
}
.widget_latestArticle >div.widget-body article.summary >.summary-header a i {
  padding-right: 5px;
}
.widget_latestArticle >div.widget-body article.summary >.summary-body {
  font-size: 10pt;
}
.widget_latestArticle >div.widget-body article.summary >figure {
  width: 100px;
  height: 100px;
  margin: 7px 15px 0px 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all .2s ease-in-out;
}
.widget_latestArticle >div.widget-body article.summary >figure img {
  visibility: hidden;
}
.widget_latestArticle >div.widget-body article.summary:after {
  clear: both;
  content: " ";
  display: block;
}
.widget_latestArticle >div.widget-body article.summary:last-child {
  border: none;
}
.widget_latest_gallery ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.widget_latest_gallery ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget_latest_gallery ul li a {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.widget_latest_gallery ul li a::before {
  width: 100%;
  content: " ";
  position: absolute;
  display: block;
  height: 2px;
  top: 0px;
  z-index: 100;
  border: 2px solid transparent;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
  visibility: hidden;
}
.widget_latest_gallery ul li a:hover::before {
  border-color: blue;
  transform: scaleX(1);
  width: 100%;
  visibility: visible;
}
.widget_latest_gallery ul li a figure {
  position: relative;
  overflow: hidden;
}
.widget_latest_gallery ul li a figure img {
  display: none;
}
.widget_latest_gallery ul li a figure:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.3);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.widget_contactus {
  text-align: left;
}
.widget_contactus >div.widget-header {
  color: #acacac;
  text-transform: uppercase;
}
.widget_siteIndexView {
  color: #515151;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.widget_siteIndexView >div.widget-header a {
  color: #00c0ef;
  text-transform: uppercase;
}
.widget_siteIndexView >div.widget-body article.summary {
  padding: 5px 0px;
  border-bottom: 1px dotted #373737;
}
.widget_siteIndexView >div.widget-body article.summary >.summary-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget_siteIndexView >div.widget-body article.summary >.summary-header a {
  color: #515151;
}
.widget_siteIndexView >div.widget-body article.summary >.summary-header a i {
  padding-right: 5px;
}
.widget_siteIndexView >div.widget-body article.summary >.summary-body {
  font-size: 10pt;
}
.widget_siteIndexView >div.widget-body article.summary >figure {
  width: 100px;
  height: 100px;
  margin: 7px 15px 0px 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all .2s ease-in-out;
}
.widget_siteIndexView >div.widget-body article.summary >figure img {
  visibility: hidden;
}
.widget_siteIndexView >div.widget-body article.summary:after {
  clear: both;
  content: " ";
  display: block;
}
.widget_siteIndexView >div.widget-body article.summary:last-child {
  border: none;
}
.widget-bigfootGallery {
  width: 100%;
}
.widget-bigfootGallery:after {
  clear: both;
  display: block;
  content: " ";
}
.widget-bigfootGallery .swiper-container {
  width: 100%;
}
.widget-bigfootGallery .swiper-container .swiper-slide {
  max-width: 300px;
  text-align: left;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}
#mainGallery {
  width: 100%;
  display: block;
}
#mainGallery >.wrapper {
  width: 100%;
  min-height: 200px;
}
#mainGallery >.wrapper >.bk_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
#mainGallery >.wrapper >.bk_image >.caption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  color: white;
  text-shadow: 5px 5px 5px rgba(37,37,37,0.7);
  -webkit-text-shadow: 5px 5px 5px rgba(37,37,37,0.7);
}
@media only screen and (max-width: 480px) {
  .widget_latestTitleList {
    width: 100%;
    display: table;
  }
  .widget_latestTitleList >.widget-header {
    display: none;
  }
  .widget_latestTitleList >.widget-body {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .widget_latestTitleList >.widget-body a {
    color: white;
  }
  .widget_latestTitleList >.widget-body >ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .widget_latestTitleList >.widget-body >ul li {
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    color: white;
  }
}
@media all and  (max-width: 1024px) {
  .widget_latestTitleList {
    width: 100%;
    display: table;
    position: relative;
  }
  .widget_latestTitleList >.widget-header {
    display: block;
    width: 150px;
    overflow: hidden;
  }
  .widget_latestTitleList >.widget-body {
    padding: 0px 10px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    vertical-align: top;
    width: calc(100%);
    overflow: hidden;
  }
  .widget_latestTitleList >.widget-body a {
    color: white;
  }
  .widget_latestTitleList >.widget-body h4 {
    text-align: right;
  }
  .widget_latestTitleList >.widget-body >ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  .widget_latestTitleList >.widget-body >ul li {
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .widget_latestTitleList {
    width: 100%;
    display: table;
  }
  .widget_latestTitleList >.widget-header {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    height: 100%;
  }
  .widget_latestTitleList >.widget-header img {
    width: 100%;
  }
  .widget_latestTitleList >.widget-body {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .widget_latestTitleList >.widget-body a {
    color: white;
  }
  .widget_latestTitleList >.widget-body >ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .widget_latestTitleList >.widget-body >ul li {
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    color: white;
  }
}
#widget-mainGallery {
  margin-bottom: 40px;
  position: relative;
}
#widget-mainGallery::after {
  clear: both;
  display: block;
  content: " ";
}
#widget-mainGallery .arrowBtn {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  color: rgba(255,255,255,0.2);
  display: table;
  height: 50px;
  width: 50px;
  position: absolute;
  background: rgba(0,0,0,0.2);
  top: 50%;
  cursor: pointer;
}
#widget-mainGallery .arrowBtn::after {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 15pt;
}
#widget-mainGallery:hover .arrowBtn {
  background: #000000;
  color: rgba(255,255,255,0.7);
}
#widget-mainGallery .leftBtn {
  left: 0px;
  z-index: 100;
}
#widget-mainGallery .leftBtn::after {
  content: "\f060";
}
#widget-mainGallery .rightBtn {
  top: 50%;
  right: 0px;
  z-index: 100;
}
#widget-mainGallery .rightBtn::after {
  content: "\f061";
}
#widget-mainGallery >.mainGallery-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#widget-mainGallery >.mainGallery-wrapper::after {
  clear: both;
  display: block;
  content: " ";
}
#widget-mainGallery >.mainGallery-wrapper >article {
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
}
#widget-mainGallery >.mainGallery-wrapper >article.active {
  display: block;
}
#widget-mainGallery >.mainGallery-wrapper >article >.gallery-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#widget-mainGallery >.mainGallery-wrapper >article >.article-summary {
  max-width: 1440px;
  margin: 0px auto;
  padding: 10px;
}
#widget-mainGallery >.mainGallery-wrapper >article >.article-summary h3.headline {
  width: 100%;
  text-align: center;
}
#widget-mainGallery >.mainGallery-wrapper >article >.article-summary p.summary {
  font-size: 12pt;
}
