.sidearm-common .sidearm-common-header {
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 8px 8px;
  margin-bottom: 16px;
}
.sidearm-common .sidearm-common-header a {
  color: #21314d;
  text-decoration: none;
}
.sidearm-common .sidearm-common-header a:hover {
  text-decoration: underline;
}
.sidearm-common .sidearm-common-header select {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
  white-space: nowrap;
  background-color: white;
}
.sidearm-common .sidearm-common-header .select-button {
  border: 0;
  background: #21314d;
  color: #bbbdc0;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.sidearm-common .sidearm-common-header input[type=submit],
.sidearm-common .sidearm-common-header button.sidearm-select-button {
  background-color: #21314d;
  color: #bbbdc0;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}
.sidearm-common .sidearm-common-header input[type=submit]:active,
.sidearm-common .sidearm-common-header button.sidearm-select-button:active {
  background-color: #21314d;
  color: #d2492a;
}
.sidearm-common .sidearm-common-header .sidearm-common-header-remove-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidearm-common .sidearm-common-header .sidearm-common-header-remove-left-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sidearm-common .sidearm-common-header-share-list,
.sidearm-common .sidearm-common-header-select-list {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}
.sidearm-common .sidearm-common-header-share-list li,
.sidearm-common .sidearm-common-header-select-list li {
  margin: 8px 4px;
}
.sidearm-common .sidearm-common-header-share-list li {
  margin: 0 4px;
}
.sidearm-common .sidearm-common-header-share {
  margin: 8px 0;
}
.sidearm-common .sidearm-common-header-share a,
.sidearm-common .sidearm-common-header-share button,
.sidearm-common .sidearm-common-header-share .hover-span {
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: white;
  text-align: left;
}
.sidearm-common .sidearm-common-header-share a:before,
.sidearm-common .sidearm-common-header-share button:before,
.sidearm-common .sidearm-common-header-share .hover-span:before {
  font-family: sidearm_font;
  margin-right: 4px;
}
.sidearm-common .sidearm-common-header-share a:hover,
.sidearm-common .sidearm-common-header-share button:hover,
.sidearm-common .sidearm-common-header-share .hover-span:hover,
.sidearm-common .sidearm-common-header-share a:active,
.sidearm-common .sidearm-common-header-share button:active,
.sidearm-common .sidearm-common-header-share .hover-span:active,
.sidearm-common .sidearm-common-header-share a:focus,
.sidearm-common .sidearm-common-header-share button:focus,
.sidearm-common .sidearm-common-header-share .hover-span:focus {
  text-decoration: none;
  background-color: #21314d;
  color: #bbbdc0;
  border-color: #121a29;
}
.sidearm-common .sidearm-common-header-share .sidearm-common-header-print a:before {
  content: '\e822';
}
.sidearm-common .sidearm-common-header-share .sidearm-common-header-email a:before {
  content: '\e86f';
}
.sidearm-common .sidearm-common-header-share .sidearm-common-header-download a:before {
  content: '\e83d';
}
.sidearm-common .sidearm-common-header-share .sidearm-common-header-default-view-table button:before {
  content: '\e871';
}
.sidearm-common .sidearm-common-header-share .sidearm-common-header-default-view-list button:before {
  content: '\e853';
}
.sidearm-common .sidearm-common-promotion {
  text-align: center;
}
.sidearm-common .sidearm-common-promotion .dfp-ad {
  margin: 0 auto;
}
.sidearm-common-bio .sidearm-common-bio-header {
  background-color: #f2f2f2;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.sidearm-common-bio .sidearm-common-bio-select {
  float: right;
  width: auto;
  margin: 8px;
}
.sidearm-common-bio .sidearm-common-bio-details {
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
  clear: right;
}
.sidearm-common-bio .sidearm-common-bio-image {
  position: relative;
  z-index: 2;
  margin: -1rem 0 16px 16px;
  max-width: 20%;
  padding: 8px;
  background-color: white;
  border: 1px solid #cccccc;
  float: left;
}
.sidearm-common-bio .sidearm-common-bio-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 2rem;
  line-height: 6rem;
  background-color: #21314d;
  color: #bbbdc0;
  text-transform: uppercase;
}
.sidearm-common-bio .sidearm-common-bio-heading .sidearm-common-bio-name {
  margin: 0 16px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidearm-common-bio .sidearm-common-bio-fields {
  padding: 8px;
}
.sidearm-common-bio .sidearm-common-bio-fields ul,
.sidearm-common-bio .sidearm-common-bio-fields dl,
.sidearm-common-bio .sidearm-common-bio-fields dd,
.sidearm-common-bio .sidearm-common-bio-fields dt {
  margin: 0;
  padding: 0;
}
.sidearm-common-bio .sidearm-common-bio-fields ul {
  list-style: none;
}
.sidearm-common-bio .sidearm-common-bio-fields li {
  padding: 0 8px;
}
.sidearm-common-bio .sidearm-common-bio-fields dl {
  border-bottom: 1px solid #cccccc;
  padding: 8px 16px;
}
.sidearm-common-bio .sidearm-common-bio-fields dt,
.sidearm-common-bio .sidearm-common-bio-fields dd {
  display: inline;
}
.sidearm-common-bio .sidearm-common-bio-fields dt {
  font-weight: bold;
  margin-right: 8px;
  color: #21314d;
  text-transform: uppercase;
}
.sidearm-common-bio .sidearm-common-bio-fields dt:after {
  content: ':';
}
.sidearm-link-dropdown {
  color: #494949;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 0;
  background: white;
  width: 100%;
  cursor: pointer;
}
.sidearm-link-dropdown .sidearm-link-dropdown-selected {
  float: left;
  padding: 0 0 0 8px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.sidearm-link-dropdown .sidearm-link-dropdown-icon {
  float: right;
  cursor: pointer;
}
.sidearm-link-dropdown .sidearm-link-dropdown-icon i {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.sidearm-link-dropdown ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  clear: both;
  height: 0;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
  position: absolute;
  z-index: 100000;
  background: white;
  margin: 0 0 0 -1px;
}
.sidearm-link-dropdown ul li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0 !important;
}
.sidearm-link-dropdown ul li a {
  text-decoration: none;
  color: #494949;
  width: 100%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  display: inline-block;
}
.sidearm-link-dropdown ul li a:hover {
  background: #eeeeee;
}
.sidearm-link-dropdown ul li a:focus {
  outline-offset: -5px !important;
}
.sidearm-link-dropdown ul li a.selected {
  font-weight: bold;
}
.sidearm-link-dropdown.open ul {
  height: auto;
  border-radius: 2px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.sidearm-link-dropdown-label {
  display: flex;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  font-weight: bold;
}
.gsc-control-cse *,
.gsc-control-cse *:before,
.gsc-control-cse *:after {
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sidearm-ads-effect-random {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidearm-common-bio .sidearm-common-bio-details {
    padding: 0;
  }
  .sidearm-common-bio .sidearm-common-bio-image {
    max-width: 25%;
    margin-left: 8px;
  }
  .sidearm-common-bio .sidearm-common-bio-heading {
    font-size: 1.25rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 539px) {
  .sidearm-common-bio .sidearm-common-bio-heading {
    line-height: 1.4;
    padding-top: 0;
  }
  .sidearm-common-bio .sidearm-common-bio-select {
    float: none;
    width: 100%;
    margin: 0;
  }
  .sidearm-common-bio .sidearm-common-bio-details {
    padding: 8px;
  }
  .sidearm-common-bio .sidearm-common-bio-details.sidearm-common-bio-no-image .sidearm-common-bio-name {
    display: inline !important;
    margin-left: 0;
    margin-right: 0;
  }
  .sidearm-common-bio .sidearm-common-bio-details.sidearm-common-bio-no-image .sidearm-common-bio-name span {
    display: inline !important;
  }
  .sidearm-common-bio .sidearm-common-bio-heading {
    margin: 0;
    padding: 8px;
    background-color: transparent !important;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #21314d;
  }
  .sidearm-common-bio .sidearm-common-bio-heading .sidearm-common-bio-name {
    display: block;
    line-height: 1.1;
  }
  .sidearm-common-bio .sidearm-common-bio-heading .sidearm-common-bio-name span {
    display: block;
  }
  .sidearm-common-bio .sidearm-common-bio-image {
    margin: 8px 16px 8px 8px;
    padding: 0;
    border: none;
    background: none;
  }
  .sidearm-common-bio .sidearm-common-bio-fields {
    clear: left;
    padding-left: 0;
    padding-right: 0;
  }
  .sidearm-common-bio .sidearm-common-bio-fields dl {
    padding-left: 0;
    padding-right: 0;
  }
  .sidearm-schedule-template-default .sidearm-schedule-share {
    margin-bottom: 0 !important;
  }
  .sidearm-common .sidearm-common-header-share-list/*, .sidearm-common .sidearm-common-header-select-list*/ {
    flex-direction: column;
  }
  .sidearm-common .sidearm-common-header-share-list/*, .sidearm-common .sidearm-common-header-select-list*/ li {
    margin: 8px 4px;
  }
  .sidearm-common .sidearm-common-header-share-list/*, .sidearm-common .sidearm-common-header-select-list*/ li a,
  .sidearm-common .sidearm-common-header-share-list/*, .sidearm-common .sidearm-common-header-select-list*/ li button {
    width: 100%;
  }
}
@media print {
  .sidearm-common .sidearm-common-header,
  .sidearm-common .sidearm-common-promotion {
    display: none !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.sidearm-facilities {
  *zoom: 1;
  *zoom: 1;
}
.sidearm-facilities:before,
.sidearm-facilities:after {
  content: "";
  display: table;
}
.sidearm-facilities:after {
  clear: both;
}
.sidearm-facilities:before,
.sidearm-facilities:after {
  content: "";
  display: table;
}
.sidearm-facilities:after {
  clear: both;
}
.sidearm-facilities .sidearm-common-promotion-above-header-1,
.sidearm-facilities .sidearm-common-promotion-below-header-1 {
  margin-bottom: 16px;
}
.sidearm-facilities .sidearm-facilities-list {
  margin: 0 -8px;
}
.sidearm-facilities .sidearm-facilities-list > div {
  *zoom: 1;
  *zoom: 1;
}
.sidearm-facilities .sidearm-facilities-list > div:before,
.sidearm-facilities .sidearm-facilities-list > div:after {
  content: "";
  display: table;
}
.sidearm-facilities .sidearm-facilities-list > div:after {
  clear: both;
}
.sidearm-facilities .sidearm-facilities-list > div:before,
.sidearm-facilities .sidearm-facilities-list > div:after {
  content: "";
  display: table;
}
.sidearm-facilities .sidearm-facilities-list > div:after {
  clear: both;
}
.sidearm-facilities .sidearm-facility {
  width: 50%;
  padding: 8px;
  float: left;
}
.sidearm-facilities .sidearm-facility.batch-2 {
  width: 50%;
}
.sidearm-facilities .sidearm-facility.batch-3 {
  width: 33.3333%;
}
.sidearm-facilities .sidearm-facility.batch-4 {
  width: 25%;
}
.sidearm-facilities .sidearm-facility.batch-5 {
  width: 20%;
}
.sidearm-facilities .sidearm-facility article {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background-color: #444444;
}
.sidearm-facilities .sidearm-facility .sidearm-facility-media {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.sidearm-facilities .sidearm-facility .sidearm-facility-overlay {
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */

}
.sidearm-facilities .sidearm-facility .sidearm-facility-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 8px;
  text-align: center;
}
.sidearm-facilities .sidearm-facility .sidearm-facility-text h3 {
  color: white;
  font-size: 1.625rem;
  line-height: 1;
  margin: 8px 0;
  text-shadow: 1px 1px 5px black;
}
.sidearm-facilities .sidearm-facility .sidearm-facility-text a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 16px;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  transition: .5s;
}
.sidearm-facilities .sidearm-facility .sidearm-facility-text a:hover {
  background-color: black;
}
.sidearm-facilities .sidearm-facilities-images-list {
  float: right;
  width: 50%;
  margin: 0 0 16px 16px;
}
.sidearm-facilities .sidearm-facilities-images-list.full-width {
  width: auto;
  float: none;
  margin-left: 0;
}
.sidearm-facilities .sidearm-facilities-images-list .slick-slide,
.sidearm-facilities .sidearm-facilities-images-list > div {
  position: relative;
}
.sidearm-facilities .sidearm-facilities-images-list span {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.sidearm-facilities .sidearm-facilities-images-list a {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 25px;
  margin: 8px;
}
.sidearm-facilities .sidearm-facilities-images-list a:focus {
  outline: 0;
}
@media screen and (max-width: 1023px) {
  .sidearm-facilities .sidearm-facilities-list > div {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sidearm-facilities .sidearm-facilities-list > div:before,
  .sidearm-facilities .sidearm-facilities-list > div:after {
    display: none;
  }
  .sidearm-facilities .sidearm-facility {
    width: 33.3333% !important;
    float: none;
  }
  .sidearm-facilities .sidearm-facility article {
    padding: 0;
    background: none;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-media {
    position: static;
    transform: none;
    -webkit-transform: none;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-overlay {
    display: none;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-text {
    position: static;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-text h3 {
    color: #333333;
    text-shadow: none;
    font-size: 1.2rem;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-text a {
    background-color: #21314d;
  }
}
@media screen and (max-width: 767px) {
  .sidearm-facilities .sidearm-facility {
    width: 50% !important;
  }
}
@media screen and (max-width: 539px) {
  .sidearm-facilities .sidearm-facilities-images-list {
    width: 100%;
    float: none;
    margin: 0;
  }
  .sidearm-facilities .sidearm-facility {
    width: 100% !important;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-media {
    text-align: center;
  }
  .sidearm-facilities .sidearm-facility .sidearm-facility-text h3 {
    font-size: 110%;
  }
}
/* Slick Slider */

.sidearm-facilities .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.sidearm-facilities .slick-slider .slick-list,
.sidearm-facilities .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidearm-facilities .slick-slider .slick-prev,
.sidearm-facilities .slick-slider .slick-next {
  border-radius: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}
.sidearm-facilities .slick-slider .slick-prev:before,
.sidearm-facilities .slick-slider .slick-next:before {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  font-family: sidearm_font;
  font-size: 60px;
  color: white;
  transition: .25s;
}
.sidearm-facilities .slick-slider .slick-prev:focus,
.sidearm-facilities .slick-slider .slick-next:focus {
  outline: 0;
}
.sidearm-facilities .slick-slider .slick-prev:hover:before,
.sidearm-facilities .slick-slider .slick-next:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.sidearm-facilities .slick-slider .slick-prev {
  left: 0;
}
.sidearm-facilities .slick-slider .slick-prev:before {
  content: '\e833';
}
.sidearm-facilities .slick-slider .slick-next {
  right: 0;
}
.sidearm-facilities .slick-slider .slick-next:before {
  content: '\e832';
}
.sidearm-facilities .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sidearm-facilities .slick-list:focus {
  outline: 0;
}
.sidearm-facilities .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.sidearm-facilities .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  *zoom: 1;
  *zoom: 1;
}
.sidearm-facilities .slick-track:before,
.sidearm-facilities .slick-track:after {
  content: "";
  display: table;
}
.sidearm-facilities .slick-track:after {
  clear: both;
}
.sidearm-facilities .slick-track:before,
.sidearm-facilities .slick-track:after {
  content: "";
  display: table;
}
.sidearm-facilities .slick-track:after {
  clear: both;
}
.sidearm-facilities .slick-loading .slick-track,
.sidearm-facilities .slick-loading .slick-slide {
  visibility: hidden;
}
.sidearm-facilities .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.sidearm-facilities .slick-slide img {
  display: block;
  margin: 0 auto;
}
.sidearm-facilities .slick-slide.slick-loading img {
  display: none;
}
.sidearm-facilities .slick-slide.dragging img {
  pointer-events: none;
}
.sidearm-facilities [dir=rtl] .slick-slide {
  float: right;
}
.sidearm-facilities .slick-initialized .slick-slide {
  display: block;
  background: black;
}
.sidearm-facilities .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.sidearm-facilities .slick-dots {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
.sidearm-facilities .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.sidearm-facilities .slick-dots > li button {
  width: 15px;
  height: 15px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: .25s;
}
.sidearm-facilities .slick-dots > li button:focus {
  outline: 0;
}
.sidearm-facilities .slick-dots > li.slick-active button {
  background-color: #d9d9d9;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
