/*----------------------------------------------------------------------
	jQuery Plugins css
--------------------------------------------------------------------------*/

/* 
	OWL CAROUSEL
---------------------------------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after { content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.owl-carousel { display: none;  position: relative;  width: 100%;  -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none;  position: relative;  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden;  position: relative;  width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out;  -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out;  -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.grabbing { cursor: url(../images/grabbing.png) 8 8, move; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden;  -moz-backface-visibility: hidden;  -ms-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0); }
.owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next { text-align: center;  position: absolute;  opacity: .6;  -webkit-transition: all .4s ease;  -moz-transition: all .4s ease;  -o-transition: all .4s ease;  -ms-transition: all .4s ease;  transition: all .4s ease;  color: #6e6e6e; }
.owl-theme .owl-controls .owl-prev:before, .owl-theme .owl-controls .owl-next:before { display: block;  font-family: FontAwesome;  text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }
.owl-theme .owl-controls .owl-prev:hover, .owl-theme .owl-controls .owl-next:hover { opacity: 1; }
.owl-theme .owl-controls .owl-next:before { content: "\f105"; }
.owl-theme .owl-controls .owl-prev:before { content: "\f104"; }
.owl-item.loading { min-height: 150px;}
.owl-origin { -webkit-perspective: 1200px;  -webkit-perspective-origin-x: 50%;  -webkit-perspective-origin-y: 50%;  -moz-perspective: 1200px;  -moz-perspective-origin-x: 50%;  -moz-perspective-origin-y: 50%;  perspective: 1200px; }
.owl-fade-out { z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut 0.7s both ease; }
.owl-fade-in { -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn 0.7s both ease; }
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease; }
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease; }
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade 0.7s ease both; }
.owl-goDown-in { -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown 0.6s ease both; }
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom 0.5s ease both; }
.owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo 0.5s ease both; }
@-webkit-keyframes empty { 
	0% { opacity: 1 }
}
@-moz-keyframes empty { 
	0% { opacity: 1 }
}
@keyframes empty { 
	0% { opacity: 1 }
}
@-webkit-keyframes fadeIn { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@-moz-keyframes fadeIn { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeIn { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@-webkit-keyframes fadeOut { 
	0% { opacity: 1 }
	100% { opacity: 0 }
}
@-moz-keyframes fadeOut { 
	0% { opacity: 1 }
	100% { opacity: 0 }
}
@keyframes fadeOut { 
	0% { opacity: 1 }
	100% { opacity: 0 }
}
@-webkit-keyframes backSlideOut { 
	25% { opacity: .5; -webkit-transform: translatez(-500px); }
	75% { opacity: .5; -webkit-transform: translatez(-500px) translatex(-200%); }
	100% { opacity: .5; -webkit-transform: translatez(-500px) translatex(-200%); }
}
@-moz-keyframes backSlideOut { 
	25% { opacity: .5; -moz-transform: translatez(-500px); }
	75% { opacity: .5; -moz-transform: translatez(-500px) translatex(-200%); }
	100% { opacity: .5; -moz-transform: translatez(-500px) translatex(-200%); }
}
@keyframes backSlideOut { 
	25% { opacity: .5; transform: translatez(-500px); }
	75% { opacity: .5; transform: translatez(-500px) translatex(-200%); }
	100% { opacity: .5; transform: translatez(-500px) translatex(-200%); }
}
@-webkit-keyframes backSlideIn { 
	0%, 25% { opacity: .5; -webkit-transform: translatez(-500px) translatex(200%); }
	75% { opacity: .5; -webkit-transform: translatez(-500px); }
	100% { opacity: 1; -webkit-transform: translatez(0px) translatex(0px); }
}
@-moz-keyframes backSlideIn { 
	0%, 25% { opacity: .5; -moz-transform: translatez(-500px) translatex(200%); }
	75% { opacity: .5; -moz-transform: translatez(-500px); }
	100% { opacity: 1; -moz-transform: translatez(0px) translatex(0px); }
}
@keyframes backSlideIn { 
	0%, 25% { opacity: .5; transform: translatez(-500px) translatex(200%); }
	75% { opacity: .5; transform: translatez(-500px); }
	100% { opacity: 1; transform: translatez(0px) translatex(0px); }
}
@-webkit-keyframes scaleToFade { 
	to { opacity: 0; -webkit-transform: scale(0.8); }
}
@-moz-keyframes scaleToFade { 
	to { opacity: 0; -moz-transform: scale(0.8); }
}
@keyframes scaleToFade { 
	to { opacity: 0; transform: scale(0.8); }
}
@-webkit-keyframes goDown { 
	from { -webkit-transform: translatey(-100%) }
}
@-moz-keyframes goDown { 
	from { -moz-transform: translatey(-100%) }
}
@keyframes goDown { 
	from { transform: translatey(-100%) }
}
@-webkit-keyframes scaleUpFrom { 
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom { 
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom { 
	from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo { 
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo { 
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo { 
	to { opacity: 0; transform: scale(1.5); }
}
/* 
	MediaElements
---------------------------------------------------------------------------------------------*/
.player-container { position: relative }
.player-container .mejs-container { max-width: 100% }
.player-container button { background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.player-container button:hover { -ms-transform: none; -moz-transform: none; -webkit-transform: none; transform: none; }
.player-container .mejs-container * { outline: 0 }
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background: transparent }
.player-container .mejs-container .mejs-controls { background-image: none; background: rgba(0,0,0,0.8) !important; height: 60px; overflow: hidden; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }
.player-container .mejs-container .mejs-controls div { font-size: 10px }
.player-container .mejs-container .mejs-controls .mejs-time-rail { position: relative; padding: 0; margin: 0; height: 100%; }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total { background: #000; position: absolute; padding: 0; margin: 0; top: 50%; margin-top: -2px; left: 0; }
.player-container .mejs-container .mejs-controls .mejs-time-rail span { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 6px; }
.player-container .mejs-container .mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a { height: 4px !important }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float { height: 17px !important }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #fff }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current { background: #ffffff !important }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float { height: 17px; color: #FFF; background: #111; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border-color: #000; }
.player-container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner { border: solid 5px #111; border-color: #111 transparent transparent transparent; }
.player-container .mejs-container .mejs-controls .mejs-currenttime, .player-container .mejs-container .mejs-controls .mejs-duration { line-height: 60px !important; margin: 0; padding: 0; }
.player-container .mejs-container .mejs-controls .mejs-currenttime { margin-right: 15px }
.player-container .mejs-container .mejs-controls .mejs-duration { margin-left: 15px }
.player-container .mejs-container .mejs-controls .mejs-time { height: auto  !important; padding: 0  !important; margin: 0  !important; }
.player-container .mejs-container .mejs-controls .mejs-time span { font-size: 10px }
.player-container .mejs-container .mejs-controls .mejs-horizontal-volume-slider { position: relative; height: 100%; margin: 0; padding: 0; padding-right: 6px; }
.player-container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #000; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 4px; margin: 0; padding: 0; top: 50%; margin-top: -2px; position: absolute; }
.player-container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #FFF !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 4px; margin: 0; padding: 0; top: 50%; margin-top: -2px; position: absolute; }
.player-container .mejs-container .mejs-controls .mejs-playpause-button { background: transparent; position: relative; margin-right: 15px; width: auto; margin: 0 24px 0 33px; height: 100%; }
.player-container .mejs-container .mejs-controls .mejs-playpause-button button { height: 16px; width: 14px; background: none; margin: 0; padding: 0; top: 50%; left: 50%; margin-left: -6px; margin-top: -8px; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; outline: 0 !important; }
.player-container .mejs-container .mejs-controls .mejs-playpause-button button:before, .player-container .mejs-container .mejs-controls .mejs-volume-button button:before { display: block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; font-size: 14px; }
.player-container .mejs-container .mejs-controls .mejs-pause button:before { content: "\f04c" }
.player-container .mejs-container .mejs-controls .mejs-play button:before { content: "\f04b" }
.player-container .mejs-container .mejs-controls .mejs-volume-button { position: relative; margin: 0; height: 100%; margin-left: 15px; width: 22px; }
.player-container .mejs-container .mejs-controls .mejs-volume-button button { margin: 0; padding: 0; height: 16px; width: 18px; background: none; top: 50%; margin-top: -8px; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; outline: 0 !important; text-align: left; }
.player-container .mejs-container .mejs-controls .mejs-mute button:before { content: "\f028" }
.player-container .mejs-container .mejs-controls .mejs-unmute button:before { content: "\f026" }
.player-container .mejs-container.mejs-video .mejs-controls .mejs-currenttime, .player-container .mejs-container.mejs-video .mejs-controls .mejs-duration { line-height: 50px !important }
.player-container .mejs-container.mejs-video .mejs-controls .mejs-horizontal-volume-slider { padding: 0 }
.player-container .mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button { padding-right: 8px; position: relative; margin: 0; height: 100%; margin-left: 6px; width: 22px; margin-right: 6px; }
.player-container .mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button button { margin: 0; padding: 0; height: 16px; width: 16px; background: transparent url(../images/sprites.png) no-repeat; background-position: -54px 0px; top: 50%; margin-top: -8px; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; outline: 0 !important; }
.player-container .mejs-container.mejs-video .mejs-controls .mejs-unfullscreen button { background-position: -54px -24px !important }
.player-container .mejs-container.mejs-video .mejs-poster { -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; }
.player-container .mejs-overlay-button { background-position: 0 -100px; opacity: 0.8; -ms-filter: progid:dximagetransform.microsoft.alpha(opacity=80); filter: alpha(opacity=80); -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.player-container .mejs-overlay-button:hover { opacity: 1; -ms-filter: progid:dximagetransform.microsoft.alpha(opacity=100); filter: alpha(opacity=100); }
.mejs-offscreen .player-container { display: none !important; opacity: 0; visibility: hidden; }
/* 
	Tooltipster
---------------------------------------------------------------------------------------------*/
.tooltipster-default { border-radius: 3px;  background: #111;  color: #fff; }
.tooltipster-default .tooltipster-content { line-height: 16px;  font-size: 13px;  padding: 7px 9px;  overflow: hidden; }
.tooltipster-icon { cursor: help;  margin-left: 4px; }
.tooltipster-base { padding: 0;  font-size: 0;  line-height: 0;  position: absolute;  left: 0;  top: 0;  z-index: 9999999;  pointer-events: none;  width: auto;  overflow: visible; }
.tooltipster-base .tooltipster-content { overflow: hidden; }
.tooltipster-arrow { display: block;  text-align: center;  width: 100%;  height: 100%;  position: absolute;  top: 0;  left: 0;  z-index: -1; }
.tooltipster-arrow span, .tooltipster-arrow-border { display: block;  width: 0;  height: 0;  position: absolute; }
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span { border-left: 8px solid transparent !important;  border-right: 8px solid transparent !important;  border-top: 8px solid;  bottom: -7px; }
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border { border-left: 9px solid transparent !important;  border-right: 9px solid transparent !important;  border-top: 9px solid;  bottom: -7px; }
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span { border-left: 8px solid transparent !important;  border-right: 8px solid transparent !important;  border-bottom: 8px solid;  top: -7px; }
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { border-left: 9px solid transparent !important;  border-right: 9px solid transparent !important;  border-bottom: 9px solid;  top: -7px; }
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border { left: 0;  right: 0;  margin: 0 auto; }
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span { left: 6px; }
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { left: 5px; }
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span { right: 6px; }
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border { right: 5px; }
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border { border-top: 8px solid transparent !important;  border-bottom: 8px solid transparent !important;  border-left: 8px solid;  top: 50%;  margin-top: -7px;  right: -7px; }
.tooltipster-arrow-left .tooltipster-arrow-border { border-top: 9px solid transparent !important;  border-bottom: 9px solid transparent !important;  border-left: 9px solid;  margin-top: -8px; }
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border { border-top: 8px solid transparent !important;  border-bottom: 8px solid transparent !important;  border-right: 8px solid;  top: 50%;  margin-top: -7px;  left: -7px; }
.tooltipster-arrow-right .tooltipster-arrow-border { border-top: 9px solid transparent !important;  border-bottom: 9px solid transparent !important;  border-right: 9px solid;  margin-top: -8px; }
.tooltipster-fade { opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  -ms-transition-property: opacity;  transition-property: opacity; }
.tooltipster-fade-show { opacity: 1; }
.tooltipster-grow { -webkit-transform: scale(0, 0);  -moz-transform: scale(0, 0);  -o-transform: scale(0, 0);  -ms-transform: scale(0, 0);  transform: scale(0, 0);  -webkit-transition-property: -webkit-transform;  -moz-transition-property: -moz-transform;  -o-transition-property: -o-transform;  -ms-transition-property: -ms-transform;  transition-property: transform;  -webkit-backface-visibility: hidden; }
.tooltipster-grow-show { -webkit-transform: scale(1, 1);  -moz-transform: scale(1, 1);  -o-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1);  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tooltipster-swing { opacity: 0;  -webkit-transform: rotatez(4deg);  -moz-transform: rotatez(4deg);  -o-transform: rotatez(4deg);  -ms-transform: rotatez(4deg);  transform: rotatez(4deg);  -webkit-transition-property: -webkit-transform, opacity;  -moz-transition-property: -moz-transform;  -o-transition-property: -o-transform;  -ms-transition-property: -ms-transform;  transition-property: transform; }
.tooltipster-swing-show { opacity: 1;  -webkit-transform: rotatez(0deg);  -moz-transform: rotatez(0deg);  -o-transform: rotatez(0deg);  -ms-transform: rotatez(0deg);  transform: rotatez(0deg);  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }
.tooltipster-fall { top: 0;  -webkit-transition-property: top;  -moz-transition-property: top;  -o-transition-property: top;  -ms-transition-property: top;  transition-property: top;  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tooltipster-fall.tooltipster-dying { -webkit-transition-property: all;  -moz-transition-property: all;  -o-transition-property: all;  -ms-transition-property: all;  transition-property: all;  top: 0px !important;  opacity: 0; }
.tooltipster-slide { left: -40px;  -webkit-transition-property: left;  -moz-transition-property: left;  -o-transition-property: left;  -ms-transition-property: left;  transition-property: left;  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tooltipster-slide.tooltipster-dying { -webkit-transition-property: all;  -moz-transition-property: all;  -o-transition-property: all;  -ms-transition-property: all;  transition-property: all;  left: 0px !important;  opacity: 0; }
.tooltipster-content-changing { opacity: 0.5;  -webkit-transform: scale(1.1, 1.1);  -moz-transform: scale(1.1, 1.1);  -o-transform: scale(1.1, 1.1);  -ms-transform: scale(1.1, 1.1);  transform: scale(1.1, 1.1); } 
/* 
	Magnific Popup
---------------------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; 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: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC }
.mfp-preloader a:hover { color: #FFF }
.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: #FFF; 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: #333 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; 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 #FFF; 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 #FFF; 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: #000; }
/* 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: #444; }
.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; }
}
.mfp-ie7 .mfp-img { padding: 0 }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0 }
.mfp-ie7 .mfp-content { padding-top: 44px }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }
/*
  Justified Gallery - v3.5.1
  http://miromannino.github.io/Justified-Gallery/
  Copyright (c) 2015 Miro Mannino
  Licensed under the MIT license.
---------------------------------------------------------------------------------------------*/
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}