.mva-gallery {
  margin: 0px 0px 0px 0px;
  width: 100%;
  min-height: 150px;
}
.mva-gallery > ul {
  margin-left: -40px;		
  display: -webkit-box;
  display: -ms-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
}
.mva-gallery > ul > li {
  -webkit-box-flex: 1.1;
  -ms-box-flex: 1.1;
  box-flex: 1.1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 20px;
  position: relative;
}
.mva-gallery > ul > li a {
  display: block;
  border: 3px solid rgba(153,153,153,1);
  border-radius: 5px;
}
.mva-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  height: 100%;
  width: 100%;
}
.mva-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.mva-gallery > ul > li a:hover .mva-gallery-poster > img {
  opacity: 1;
}
.mva-gallery > ul > li a .mva-gallery-poster {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.mva-gallery > ul > li a .mva-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.mva-gallery > ul > li a:hover .mva-gallery-poster {
  background-color: rgba(0,0,0,0.5);
}
.mva-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.mva-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.mva-gallery .justified-gallery > a:hover .mva-gallery-poster > img {
  opacity: 1;
}
.mva-gallery .justified-gallery > a .mva-gallery-poster {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.mva-gallery .justified-gallery > a .mva-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.mva-gallery .justified-gallery > a:hover .mva-gallery-poster {
  background-color: rgba(0,0,0,0.5);
}
.mva-gallery .video .mva-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.img-responsive {
  margin-bottom: -11px; 
}

.col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 29.9%;
}
@media screen and (min-width: 568px) {
	.col {
		width: 18.18%;
	}	
}
@media screen and (min-width: 1224px) {
	.col {
		width: 13.3%;
	}	
}
.mva-icon {
  font-family: 'mva';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mva-actions .mva-next, .mva-actions .mva-prev {
  background-color: rgba(0,0,0,0.45);
  border-radius: 2px;
  color: rgba(153,153,153,1);
  cursor: pointer;
  display: block;
  font-size: 30px; /* 30px, 60px*/
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.mva-actions .mva-next.disabled, .mva-actions .mva-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.mva-actions .mva-next:hover, .mva-actions .mva-prev:hover {
  color: rgba(255,255,255,1);
}
.mva-actions .mva-next {
  right: 20px;
}
.mva-actions .mva-next:before {
  content: "\e095";
}
.mva-actions .mva-prev {
  left: 20px;
}
.mva-actions .mva-prev:after {
  content: "\e094";
}
@-webkit-keyframes mva-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes mva-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes mva-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes mva-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes mva-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes mva-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes mva-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes mva-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.mva-outer.mva-right-end .mva-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.mva-outer.mva-left-end .mva-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.mva-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.45);
}
.mva-toolbar .mva-icon {
  color: rgba(153,153,153,1);
  cursor: pointer;
  float: right;
  font-size: 24px; /* 24px, 54px */
  height: 47px; /* 47px, 77px */
  line-height: 27px; /* 27px, 57px */
  padding: 10px 0;
  text-align: center;
  width: 50px; /* 50px, 120px */
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.mva-toolbar .mva-icon:hover {
  color: rgba(255,255,255,1);
}
.mva-toolbar .mva-close:after {
  content: "\e070";
}
.mva-toolbar .mva-download:after {
  content: "\e0f2";
}
.mva-sub-html {
  background-color: rgba(0,0,0,0.45);
  bottom: 0;
  color: rgba(238,238,238,1);
  font-family: 'Dekko', cursive;
  font-size: 20px; /* 20px, 30px */
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.mva-sub-html h4 {
  margin: 0;
  color: rgba(255,255,255,1);
  font-size: 16px; /* 15px, 27px */
  font-weight: bold;
}
.mva-sub-html p {
  font-size: 15px; /* 14px, 26px */
  margin: 5px 0 0;
}
#mva-counter {
  color: rgba(153,153,153,1);
  display: inline-block;
  font-family: 'mva', cursive;
  font-size: 20px; /* 20px, 46px */
  padding-left: 20px;
  padding-top: 5px;
  vertical-align: middle;
}
#mva-counter:hover {
  color: rgba(255,255,255,1);
}
.mva-toolbar, .mva-prev, .mva-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.mva-hide-items .mva-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.mva-hide-items .mva-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.mva-hide-items .mva-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.mva-from-hash) .mva-outer.mva-start-zoom .mva-object {
  -webkit-transform: scale3d(0.5,0.5,0.5);
  transform: scale3d(0.5,0.5,0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.mva-from-hash) .mva-outer.mva-start-zoom .mva-item.mva-complete .mva-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mva-outer .mva-thumb-outer {
  background-color: rgba(13,10,10,1);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mva-outer .mva-thumb-outer.mva-grab .mva-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.mva-outer .mva-thumb-outer.mva-grabbing .mva-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.mva-outer .mva-thumb-outer.mva-dragging .mva-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.mva-outer.mva-thumb-open .mva-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.mva-outer .mva-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.mva-outer .mva-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .mva-outer .mva-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.mva-outer .mva-thumb-item.active, .mva-outer .mva-thumb-item:hover {
  border-color: rgba(169,7,7,1);
}
.mva-outer .mva-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mva-outer.mva-has-thumb .mva-item {
  padding-bottom: 120px;
}
.mva-outer.mva-can-toggle .mva-item {
  padding-bottom: 0;
}
.mva-outer.mva-pull-caption-up .mva-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.mva-outer.mva-pull-caption-up.mva-thumb-open .mva-sub-html {
  bottom: 100px;
}
.mva-outer .mva-toogle-thumb {
  background-color: rgba(0,0,0,0.45);
  border-radius: 2px 2px 0 0;
  color: rgba(153,153,153,1);
  cursor: pointer;
  font-size: 24px; /* 24px, 54px */
  height: 39px; /* 39px, 69px */
  line-height: 27px; /* 27px, 57px */
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 80px; /* 80px, -150px */
  width: 40px; /* 40px, 70px */
}
.mva-outer .mva-toogle-thumb:after {
  content: "\e1ff";
}
.mva-outer .mva-toogle-thumb:hover {
  color: rgba(255,255,255,1);
}
.mva-outer .mva-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.mva-outer .mva-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.mva-outer .mva-video .mva-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mva-outer .mva-video .mva-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.mva-outer .mva-has-iframe .mva-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.mva-outer .mva-has-html5 .mva-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.mva-outer .mva-has-html5:hover .mva-video-play {
  opacity: 1;
}
.mva-outer .mva-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.mva-outer .mva-has-video .mva-video-object {
  visibility: hidden;
}
.mva-outer .mva-has-video.mva-video-playing .mva-object, .mva-outer .mva-has-video.mva-video-playing .mva-video-play {
  display: none;
}
.mva-outer .mva-has-video.mva-video-playing .mva-video-object {
  visibility: visible;
}
.mva-progress-bar {
  background-color: rgba(51,51,51,1);
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.mva-progress-bar .mva-progress {
  background-color: rgba(169,7,7,1);
  height: 5px;
  width: 0;
}
.mva-progress-bar.mva-start .mva-progress {
  width: 100%;
}
.mva-show-autoplay .mva-progress-bar {
  opacity: 1;
}
.mva-autoplay-button:after {
  content: "\e01d";
}
.mva-show-autoplay .mva-autoplay-button:after {
  content: "\e01a";
}
.mva-outer.mva-css3.mva-zoom-dragging .mva-item.mva-complete.mva-zoomable .mva-img-wrap, .mva-outer.mva-css3.mva-zoom-dragging .mva-item.mva-complete.mva-zoomable .mva-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mva-outer.mva-use-transition-for-zoom .mva-item.mva-complete.mva-zoomable .mva-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mva-outer.mva-use-left-for-zoom .mva-item.mva-complete.mva-zoomable .mva-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mva-outer .mva-item.mva-complete.mva-zoomable .mva-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mva-outer .mva-item.mva-complete.mva-zoomable .mva-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#mva-zoom-in:after {
  content: "\e311";
}
#mva-actual-size {
  font-size: 20px; /* 20px, 50px */
}
#mva-actual-size:after {
  content: "\e033";
}
#mva-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#mva-zoom-out:after {
  content: "\e312";
}
.mva-zoomed #mva-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.mva-outer .mva-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.mva-outer .mva-pager-outer.mva-pager-hover .mva-pager-cont {
  overflow: visible;
}
.mva-outer .mva-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.mva-outer .mva-pager-cont:hover .mva-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mva-outer .mva-pager-cont.mva-pager-active .mva-pager {
  box-shadow: 0 0 0 2px white inset;
}
.mva-outer .mva-pager-thumb-cont {
  background-color: rgba(255,255,255,1);
  color: rgba(255,255,255,1);
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.mva-outer .mva-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.mva-outer .mva-pager {
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.mva-outer .mva-pager:hover, .mva-outer .mva-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.mva-outer .mva-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.mva-fullscreen:after {
  content: "\e20c";
}
.mva-fullscreen-on .mva-fullscreen:after {
  content: "\e20d";
}
.mva-outer #mva-dropdown-overlay {
  background-color: rgba(0,0,0,0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.mva-outer.mva-dropdown-active .mva-dropdown, .mva-outer.mva-dropdown-active #mva-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.mva-outer.mva-dropdown-active #mva-share {
  color: rgba(255,255,255,1);
}
.mva-outer .mva-dropdown {
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
  font-size: 14px; /* 14px, 44px */
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.mva-outer .mva-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: rgba(255,255,255,1);
  right: 16px;
  top: -16px;
}
.mva-outer .mva-dropdown > li:last-child {
  margin-bottom: 0px;
}
.mva-outer .mva-dropdown > li:hover a, .mva-outer .mva-dropdown > li:hover .mva-icon {
  color: rgba(51,51,51,1);
}
.mva-outer .mva-dropdown a {
  color: rgba(51,51,51,1);
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'mva';
  font-size: 12px; /* 12px, 42px */
}
.mva-outer .mva-dropdown a:hover {
  background-color: rgba(0,0,0,0.07);
}
.mva-outer .mva-dropdown .mva-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.mva-outer .mva-dropdown .mva-icon {
  color: rgba(51,51,51,1);
  display: inline-block;
  float: none;
  font-size: 20px; /* 20px, 50px */
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.mva-outer #mva-share {
  position: relative;
}
.mva-outer #mva-share:after {
  content: "\e80d";
}
.mva-outer #mva-share-facebook .mva-icon {
  color: rgba(59,89,152,1);
}
.mva-outer #mva-share-facebook .mva-icon:after {
  content: "\e901";
}
.mva-outer #mva-share-twitter .mva-icon {
  color: rgba(0,172,237,1);
}
.mva-outer #mva-share-twitter .mva-icon:after {
  content: "\e904";
}
.mva-outer #mva-share-googleplus .mva-icon {
  color: rgba(221,75,57,1);
}
.mva-outer #mva-share-googleplus .mva-icon:after {
  content: "\e902";
}
.mva-outer #mva-share-pinterest .mva-icon {
  color: rgba(203,32,39,1);
}
.mva-outer #mva-share-pinterest .mva-icon:after {
  content: "\e903";
}
.mva-group:after {
  content: "";
  display: table;
  clear: both;
}
.mva-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.mva-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mva-outer.mva-visible {
  opacity: 1;
}
.mva-outer.mva-css3 .mva-item.mva-prev-slide, .mva-outer.mva-css3 .mva-item.mva-next-slide, .mva-outer.mva-css3 .mva-item.mva-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.mva-outer.mva-css3.mva-dragging .mva-item.mva-prev-slide, .mva-outer.mva-css3.mva-dragging .mva-item.mva-next-slide, .mva-outer.mva-css3.mva-dragging .mva-item.mva-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.mva-outer.mva-grab img.mva-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.mva-outer.mva-grabbing img.mva-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.mva-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.mva-outer .mva-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.mva-outer .mva-item {
  display: none !important;
}
.mva-outer.mva-css3 .mva-prev-slide, .mva-outer.mva-css3 .mva-current, .mva-outer.mva-css3 .mva-next-slide {
  display: inline-block !important;
}
.mva-outer.mva-css .mva-current {
  display: inline-block !important;
}
.mva-outer .mva-item, .mva-outer .mva-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mva-outer .mva-item:before, .mva-outer .mva-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.mva-outer .mva-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mva-outer .mva-item.mva-complete {
  background-image: none;
}
.mva-outer .mva-item.mva-current {
  z-index: 1060;
}
.mva-outer .mva-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.mva-outer.mva-show-after-load .mva-item .mva-object, .mva-outer.mva-show-after-load .mva-item .mva-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.mva-outer.mva-show-after-load .mva-item.mva-complete .mva-object, .mva-outer.mva-show-after-load .mva-item.mva-complete .mva-video-play {
  opacity: 1;
}
.mva-outer .mva-empty-html {
  display: none;
}
.mva-outer.mva-hide-download #mva-download {
  display: none;
}
.mva-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,1);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.mva-backdrop.in {
  opacity: 1;
}
.mva-css3.mva-no-trans .mva-prev-slide, .mva-css3.mva-no-trans .mva-next-slide, .mva-css3.mva-no-trans .mva-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.mva-css3.mva-use-css3 .mva-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mva-css3.mva-use-left .mva-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mva-css3.mva-fade .mva-item {
  opacity: 0;
}
.mva-css3.mva-fade .mva-item.mva-current {
  opacity: 1;
}
.mva-css3.mva-fade .mva-item.mva-prev-slide, .mva-css3.mva-fade .mva-item.mva-next-slide, .mva-css3.mva-fade .mva-item.mva-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.mva-css3.mva-slide.mva-use-css3 .mva-item {
  opacity: 0;
}
.mva-css3.mva-slide.mva-use-css3 .mva-item.mva-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mva-css3.mva-slide.mva-use-css3 .mva-item.mva-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mva-css3.mva-slide.mva-use-css3 .mva-item.mva-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mva-css3.mva-slide.mva-use-css3 .mva-item.mva-prev-slide, .mva-css3.mva-slide.mva-use-css3 .mva-item.mva-next-slide, .mva-css3.mva-slide.mva-use-css3 .mva-item.mva-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.mva-css3.mva-slide.mva-use-left .mva-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.mva-css3.mva-slide.mva-use-left .mva-item.mva-prev-slide {
  left: -100%;
}
.mva-css3.mva-slide.mva-use-left .mva-item.mva-next-slide {
  left: 100%;
}
.mva-css3.mva-slide.mva-use-left .mva-item.mva-current {
  left: 0;
  opacity: 1;
}
.mva-css3.mva-slide.mva-use-left .mva-item.mva-prev-slide, .mva-css3.mva-slide.mva-use-left .mva-item.mva-next-slide, .mva-css3.mva-slide.mva-use-left .mva-item.mva-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
