.lightgreyGrad {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f8f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f7', GradientType=0);
}
body.dark .lightgreyGrad {
  background: #42403e;
  background: -moz-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42403e), color-stop(100%, #3a3836));
  background: -webkit-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -o-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -ms-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: linear-gradient(to bottom, #42403e 0%, #3a3836 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#42403e', endColorstr='#3a3836', GradientType=0);
}
.lightgreyGradi {
  background: #f3f2f3;
  background: -moz-linear-gradient(top, #f3f2f3 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f2f3), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #f3f2f3 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #f3f2f3 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #f3f2f3 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #f3f2f3 0%, #f8f8f8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f3', endColorstr='#f8f8f8', GradientType=0);
}

/* =============================================================================
   BUTTON
   ========================================================================== */

button {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 5;
  margin: auto;
  margin-right: 0.5em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background: transparent;
  -webkit-user-select: none;
}
button:focus {
  box-shadow: none;
  outline: none;
}
button.link {
  color: inherit;
}
button.fluid {
  width: 100%;
  margin-right: 0;
  float: none;
}
button.self {
  float: none;
  margin-right: 0;
}
.btnCon > button {
  margin-top: 0.5em;
}
.btnCon > button:last-child {
  margin-right: 0;
}
.btnCon {
  width: 100%;
}
.btnCon.center {
  text-align: center;
}
.btnCon.center > button {
  margin-top: auto;
  float: none;
}
.btnCon.btn73 > button {
  margin-top: auto;
  float: left;
}
.btnCon.btn73 > button:first-child {
  width: auto;
/*  width: 70%;*/
/*  width: 100%;*/
}
.btnCon.btn73 > button:last-child {
/*  width: 30%;*/
}
.btnCon > button.fluid {
  margin-top: auto;
}
.btnCon > button.fluid + * {
  margin-top: 0.5rem;
}

.btnCon:after {
  /* clearfix */
  content: ' ';
  visibility: hidden;
  height: 0;
  display: table;
  clear: both;
}
          button.default {
  padding: 0 0.75em;
  color: #746551;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}
body.dark button.default {
  color: #fff;
  box-shadow: inset 0 0 0 1px hsl(34, 3%, 20%);
}
button.default.dark {
  background: hsl(34, 3%, 10%);
  color: hsl(34, 3%, 50%);
}
body.dark button.default.dark {
  color: hsl(34, 3%, 50%);
}
body.dark button.default.dark:hover,
button.default.dark:hover {
  color: #fff;
}
button.default.black {
  background: #fff;
  color: #000;
  box-shadow: none;
}

/*  yellow button  */

button.default.yellow {
  color: #fff;
  background: #bea22f;
  background: -moz-linear-gradient(top, #ddbe40 0%, #bea22f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddbe40), color-stop(100%, #bea22f));
  background: -webkit-linear-gradient(top, #ddbe40 0%, #bea22f 100%);
  background: -o-linear-gradient(top, #ddbe40 0%, #bea22f 100%);
  background: -ms-linear-gradient(top, #ddbe40 0%, #bea22f 100%);
  background: linear-gradient(to bottom, #ddbe40 0%, #bea22f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddbe40', endColorstr='#bea22f', GradientType=0);
}
button.default.yellow:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
  background: #bea22f;
  background: -moz-linear-gradient(top, #bea22f 0%, #bea22f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bea22f), color-stop(100%, #bea22f));
  background: -webkit-linear-gradient(top, #bea22f 0%, #bea22f 100%);
  background: -o-linear-gradient(top, #bea22f 0%, #bea22f 100%);
  background: -ms-linear-gradient(top, #bea22f 0%, #bea22f 100%);
  background: linear-gradient(to bottom, #bea22f 0%, #bea22f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bea22f', endColorstr='#bea22f', GradientType=0);
}

/*  white button  */

          button.default.white {
  color: hsl(34, 3%, 30%);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f8f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f8f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f7f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7f7', GradientType=0);
}
          button.default.white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
  background: #ffffff;
  background: -moz-linear-gradient(top, #f8f7f7 0%, #f8f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(100%, #f8f7f7));
  background: -webkit-linear-gradient(top, #f8f7f7 0%, #f8f7f7 100%);
  background: -o-linear-gradient(top, #f8f7f7 0%, #f8f7f7 100%);
  background: -ms-linear-gradient(top, #f8f7f7 0%, #f8f7f7 100%);
  background: linear-gradient(to bottom, #f8f7f7 0%, #f8f7f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f7', endColorstr='#f8f7f7', GradientType=0);
}
body.dark button.default.white {
  color: #fff;
  background: #42403e;
  background: -moz-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42403e), color-stop(100%, #3a3836));
  background: -webkit-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -o-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: -ms-linear-gradient(top, #42403e 0%, #3a3836 100%);
  background: linear-gradient(to bottom, #42403e 0%, #3a3836 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#42403e', endColorstr='#3a3836', GradientType=0);
}
body.dark button.default.white:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
  background: #3a3836;
  background: -moz-linear-gradient(top, #3a3836 0%, #3a3836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3836), color-stop(100%, #3a3836));
  background: -webkit-linear-gradient(top, #3a3836 0%, #3a3836 100%);
  background: -o-linear-gradient(top, #3a3836 0%, #3a3836 100%);
  background: -ms-linear-gradient(top, #3a3836 0%, #3a3836 100%);
  background: linear-gradient(to bottom, #3a3836 0%, #3a3836 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a3836', endColorstr='#3a3836', GradientType=0);
}

/*  transparent button  */

button.default.tran,
body.dark button.default.tran {
  background: transparent;
  color: hsl(34, 3%, 60%);
  box-shadow: inset 0 0 0 1px hsl(34, 3%, 80%);
}
button.default.dark.tran,
body.dark button.default.dark.tran {
  background: transparent;
  box-shadow: inset 0 0 0 1px hsl(34, 3%, 40%);
}
button.default.white.checked {
  color: #fff;
  background-color: rgb(199, 169, 53);
}
button.xsBtn {
  font-size: 0.7em;
  line-height: 24px;
}
button.sBtn {
  font-size: 0.75em;
  line-height: 30px;
}
button.mBtn {
  font-size: 0.875em;
  line-height: 36px;
}
button.lBtn {
  padding: 0 1em;
  font-size: 0.9em;
  line-height: 40px;
}
button.xlBtn {
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 56px;
  padding: 0 1.5rem;
}
button.nopad {
  padding: 0;
}


button.default.yellow.flat,
button.default.yellow.flat:active,
body.dark button.default.yellow.flat,
body.dark button.default.yellow.flat:active {
  background: #bea22f;
}
button.default.white.flat,
button.default.white.flat:active,
body.dark button.default.white.flat,
body.dark button.default.white.flat:active {
  background: hsl(97, 3%, 97%);
  color: hsl(97, 3%, 50%);
  font-weight: normal;
}
body.dark button.default.white.flat,
body.dark button.default.white.flat:active {
  background: hsl(97, 3%, 20%);
  color: hsl(97, 3%, 70%);
}

/*
body.dark button.default.flat {
  box-shadow: none;
  color: #fff;
}
button.default.flat {
  border-radius: 0;
  font-size: 0.675rem;
  line-height: 40px;
  padding: 0 0.75em 0 1em;
  color: hsl(34, 3%, 30%);
  background: transparent;
  box-shadow: none;
}
button.default.flat.active,
body.dark button.default.flat.active {
  box-shadow: inset 0 -3px #bea22f;
}
*/

/* Transition */

button {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}


/* =============================================================================
   MEDIA
   ========================================================================== */

.media,
.media .textBox,
.media .imgBox .imgPlay i,
.media .imgBox .imgPlay {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.media::after,
.media .imgBox::after,
.media .textBox::after {
  /* clearfix */
  content: ' ';
  visibility: hidden;
  height: 0;
  display: table;
  clear: both;
}
.media {
  position: relative;
  width: 100%;
  /*  cursor: pointer;*/
}
.media,
.media > a,
.media .imgBox,
.media .textBox {
  display: block;
}
.media .imgBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media .imgBox img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.media.white .textBox h4 {
  color: #fff;
}
.media .textBox h3 a:hover,
.media .textBox h4 a:hover {
  text-decoration: underline;
}
/*
.media .textBox h6 a:hover {
  color: rgb(199, 169, 53);
}
*/
.media .textBox h6 {
  font-size: 0.625rem;
}
.media .textBox h6 a {
  color: inherit;
}
.media .textBox h6 > span {
  float: left;
}

.media .textBox .caption {
  color: hsl(0, 0%, 60%);
}
.media .textBox h6::after {
  /* clearfix */
  content: ' ';
  visibility: hidden;
  height: 0;
  display: table;
  clear: both;
}
.media .textBox h6 > span {
  display: inline-block;
  margin-right: 0.75em;
}
.media .textBox h6 > span.pt-icon {
  margin: auto;
}
.media .textBox h6 .action {
  cursor: pointer;
}
.media .textBox .pt-icon {
  float: none;
  margin-bottom: -0.2em;
  margin-right: 0.25em;
  width: 1.175em;
  height: 1.175em;
  opacity: 0.5;
}
.media.text .textBox h6.caption {
  margin-top: 0.1em;
}
.vAlign .media {
  display: table;
}



/*.vAlign .media + * { border-top: 1px solid rgba(0, 0, 0, 0.1); }*/

.vAlign .media > a,
.vAlign .media .imgBox,
.vAlign .media .textBox {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 613px) {
}
.vAlign .media .imgBox {
  width: 20%;
}
.vAlign .media .textBox {
  padding-left: 1em;
}
.vAlign .media .textBox h6.top {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.vAlign .media .textBox h6.caption {
  margin-top: 0.2em;
}
.vAlign .media .textBox h6 a {
  font-weight: bold;
}
.vAlign .media .textBox p {
  margin-top: 0.2em;
}
.media.img-text .imgBox {
  position: relative;
}
.media.img-text > a {
  display: block;
}
.media.img-text .textBox h4 {
  margin-top: 0.375rem;
}
.media.img-text .textBox h6 {
  margin-top: 0.5rem;
}
.media.img-text .textBox h6.caption {
  margin-top: 0.25em;
}

/* =============================================================================
   .media.overlap
   ========================================================================== */

.overlap .media {
  width: 100%;
  background-color: #000;
}

.overlap .media .imgBox,
.overlap .media .textBox {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.desktop .overlap .media:hover .imgBox {
  opacity: 0.5;
}

/*textbox*/

.overlap .media .textBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
  pointer-events: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.overlap .media .textBox::before,
.overlap .media .textBox::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  pointer-events: none;
}
.overlap .media .textBox::before {
  opacity: 0.1;
  background: #000000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #bea22f 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000000), color-stop(100%, #bea22f));
  background: -webkit-linear-gradient(-45deg, #000000 0%, #bea22f 100%);
  background: -o-linear-gradient(-45deg, #000000 0%, #bea22f 100%);
  background: -ms-linear-gradient(-45deg, #000000 0%, #bea22f 100%);
  background: linear-gradient(135deg, #000000 0%, #bea22f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bea22f', GradientType=1);
}
.overlap .media .textBox::after {
  visibility: visible;
  display: block;
  height: auto;
  opacity: 0.25;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
body.desktop .overlap .media:hover .textBox::before {
  opacity: 0.5;
}

.media .textBox h4 {
  font-weight: bold;
  line-height: 1.25rem;
}




/*textbox text*/
.overlap .media .textBox p {
  display: none;
}
.overlap .media .textBox h4 {
  margin-bottom: 0.125em;
  padding: 0.75rem 1rem 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  color: hsl(97, 3%, 95%);
}
.overlap .media .textBox h6 {
  pointer-events: auto;
  font-size: 0.875em;
  padding: 0 1rem;
  color: #bea22f;
  color: hsla(97, 3%, 95%, 0.75);
}
.overlap .media .textBox h4,
.overlap .media .textBox h6 {
  text-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.5);
}
.overlap .media .textBox h6 .cat {
  display: inline-block;
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
  margin-right: auto;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.25em 0.5em 0.25em 0.625em;
  line-height: 1.5;
  letter-spacing: 0.125em;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5);
  text-shadow: none;
  background-color: #746551;
  color: #fff;
}
.overlap .media .textBox h6 .action {
  display: none;
}

/*.mp-section-module.text.large*/
.bc .media {
  background-color: hsl(97, 3%, 92%);
}
body.dark .bc .media {
  background-color: hsl(97, 3%, 10%);
}

.text .media {
  padding: 0.5rem 0.75rem;
}
.text.large .media {
  background-color: #746551;
  padding: 0.75rem 1rem;
}
.text .media .imgBox {
  display: none;
}
.text .media .textBox p {
  display: none;
}
.text .media .textBox h4 {
  overflow: hidden;
  max-height: 3em;
  /*js dot dot dot*/
  font-size: 0.9rem;
  font-weight: bold;
}
.text.large .media .textBox h4 {
  font-size: 1.5rem;
  line-height: 1.25;
  max-height: 5em;
  color: #fff;
}
.text .media .textBox h6 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.75rem;
}
.text.large .media .textBox h6 {
  padding: 1rem;
  color: #fff;
}


.imgTop .media .imgBox {
  height: 0;
  background-image: url(../img/news7.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 66.6666666666%;
}
.imgTop .media .textBox h4 {
  margin-top: 0.5em;
}
.imgTop .media .textBox h6 {
  margin-top: 0.75em;
}
.imgTop .media .textBox h6 .cat a,
.text .media .textBox h6 .cat a {
  font-weight: bold;
  background-color: #746551;
  padding: 0.25em 0.5em;
  color: #fff;
/*  color: #bea22f;*/
}
.text.large .media .textBox h6 .cat a {
  background-color: #fff;
  color: #746551;
}
.media .textBox h6 .time > span {
  display: none;
}
.imgTop .media .textBox h6 .time,
.text .media .textBox h6 .time {
  position: absolute;
  right: 0.75rem;
  margin: auto;
  opacity: 0.5;
}
.text.large .media .textBox h6 .time {
  right: 1rem;
}
.imgTop .media .textBox h6 .time > i,
.text .media .textBox h6 .time > i {
  display: none;
}

.imgTop .media .textBox p {
  margin-top: 0.125em;
  font-size: 0.8em;
  line-height: 1.3125rem;
  color: hsl(34, 3%, 40%);
/*  display: none;*/
}
body.dark .imgTop .media .textBox p {
  color: hsl(97, 3%, 60%);
}
/*
.mp-section .media .textBox h4 {
  font-size: 1em;
}
*/

.overlap .media .textBox h6 .time > span {
  display: inline;
}

/*transition*/

.overlap .media .imgBox,
.overlap .media .textBox::before {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}