/** The CSS for the Owl Carousel used with WP Social Media Slider */
.wpsms-container { /*  	Owl Carousel - Auto Height Plugin */ /*  Core Owl Carousel CSS File */ /* No Js */ /*  	Owl Carousel - Lazy Load Plugin */ /*  	Owl Carousel - Video Plugin */ }
.wpsms-container .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.wpsms-container .owl-carousel .owl-animated-in { z-index: 0; }
.wpsms-container .owl-carousel .owl-animated-out { z-index: 1; }
.wpsms-container .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }
.wpsms-container .owl-height { -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; }
.wpsms-container .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.wpsms-container .owl-carousel img, .wpsms-container .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); }
.wpsms-container .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.wpsms-container .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.wpsms-container .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.wpsms-container .owl-carousel .owl-controls { top: 50%; width: 100%; display: none; position: absolute; z-index: 15; }
.wpsms-container .owl-carousel .owl-controls .owl-nav { top: -4.35em; z-index: 10; }
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev, .wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next { position: absolute; top: 0; width: 41px; display: block; height: 100%; background-color: #080808; vertical-align: middle; text-align: center; display: none; }
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev i, .wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next i { display: inline-block; margin-top: 1.35em; font-size: 1em; }
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev { left: 0; }
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next { right: 0; }
.wpsms-container .owl-carousel .owl-controls .owl-nav .owl-prev, .wpsms-container .owl-carousel .owl-controls .owl-nav .owl-next, .wpsms-container .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.wpsms-container .owl-carousel.owl-loaded { display: block; }
.wpsms-container .owl-carousel.owl-loading { opacity: 0; display: block; }
.wpsms-container .owl-carousel.owl-hidden { opacity: 0; }
.wpsms-container .owl-carousel .owl-refresh .owl-item { display: none; }
.wpsms-container .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.wpsms-container .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }
.wpsms-container .owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.wpsms-container .owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.wpsms-container .owl-carousel.owl-rtl { direction: rtl; }
.wpsms-container .owl-carousel.owl-rtl .owl-item { float: right; }
.wpsms-container .no-js .owl-carousel { display: block; }
.wpsms-container .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.wpsms-container .owl-carousel .owl-item img { transform-style: preserve-3d; }
.wpsms-container .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.wpsms-container .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; }
.wpsms-container .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }
.wpsms-container .owl-carousel .owl-video-playing .owl-video-tn, .wpsms-container .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.wpsms-container .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.wpsms-container .owl-carousel .owl-video-frame { position: relative; z-index: 1; }

.wpsms-container .spinner { margin: 30px auto; width: 50px; height: 30px; text-align: center; font-size: 10px; }
.wpsms-container .spinner > div { background-color: #333; height: 100%; width: 6px; display: inline-block; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25); opacity: 0.25; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; }
.wpsms-container .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.wpsms-container .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.wpsms-container .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.wpsms-container .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); }
  20% { -webkit-transform: scaleY(1); } }
@keyframes stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }
  20% { transform: scaleY(1); -webkit-transform: scaleY(1); } }
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10042; overflow: hidden; position: fixed; background: #d7d7d7 !important; opacity: 0.6; filter: alpha(opacity=60); }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10043; 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: 10045; }

.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: 10044; }

.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: 10046; -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:hover { background-color: transparent; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #000000; 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: transparent; }

.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; }

.wpsms-container { min-height: 160px; }

.wpsms { position: relative; display: none; }
.wpsms p { line-height: 1.5em; }
.wpsms .wpsms-item { display: none; }
.wpsms .wpsms-item .wpsms-meta-info { font-size: 1em; margin-bottom: 1em; }
.wpsms .wpsms-item .wpsms-meta-info:before { font-size: 2em; float: left; display: block; line-height: 1.5em; width: 1.4em; }
.wpsms .wpsms-item .wpsms-meta-info a, .wpsms .wpsms-item .wpsms-meta-info p { display: block; line-height: 1.5em; text-align: left; }
.wpsms .wpsms-item .wpsms-meta-info a { font-weight: bold; text-decoration: none; border-bottom: 0; }
.wpsms .wpsms-item .wpsms-meta-info p { text-transform: uppercase; font-size: 0.85em; font-style: italic; margin-bottom: 0; }
.wpsms .wpsms-item a { border-bottom: 0; }
.wpsms .wpsms-item img { max-height: 3.5em; width: auto !important; float: left; border-radius: 3px; margin-right: 1em; margin-top: 0.35em; }
.wpsms .wpsms-item.wpsms-twitter img { max-height: 5.4em; }

.wpsms .owl-next:before { content: 'a'; position: relative; right: -1.5em; }
@media handheld, only screen and (min-width: 1200px) { .wpsms .owl-next:before { right: -2em; } }
.wpsms .owl-prev:before { content: 'b'; position: relative; left: -1.5em; }
@media handheld, only screen and (min-width: 1200px) { .wpsms .owl-prev:before { left: -2em; } }
.wpsms .owl-next, .wpsms .owl-prev { background-color: transparent !important; display: none; height: auto !important; top: 50% !important; margin-top: -0.65em !important; font-family: "fontello"; font-style: normal; font-weight: 300; speak: none; font-size: 2em; }

@font-face { font-family: "wpsmsfont"; src: url("../font/wpsmsfont.eot"); src: url("../font/wpsmsfont.eot?#iefix") format("embedded-opentype"), url("../font/wpsmsfont.woff") format("woff"), url("../font/wpsmsfont.ttf") format("truetype"), url("../font/wpsmsfont.svg#wpsmsfont") format("svg"); font-weight: normal; font-style: normal; }
.wpsms [class^="wpsms-icon-"]:before, .wpsms [class*=" wpsms-icon-"]:before, .wpsms .owl-next:before, .wpsms .owl-prev:before { font-family: "wpsmsfont" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; text-align: left; }

.wpsms-icon-right-open-big:before { content: "a"; }

.wpsms-icon-left-open-big:before { content: "b"; }

.wpsms-icon-twitter:before { content: "e"; }
