/* 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;
}
.mpf-close-custom {
	border: none;
	background-color: transparent;
	font-size: 66px !important;
	position: absolute !important;
	top: 35px;
	right: 10px;
	display: block;
	color: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 999;
}
.mfp-close-custom:hover, .mfp-close-custom:focus {
	filter: alpha(opacity=90);
	opacity: .9;
}
.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: 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;
}
/* Customized */
.white-popup {
	width: 80%;
	max-width: 1080px;
	background-color: #fff;
	position: relative;

	margin: 0 auto 0;
}
.popup-content {
	width: 100%;
	padding: 50px 60px 0px;
	min-height: auto;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-moz-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close {
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 48px;
	color: #898989 !important;
	z-index: 99999;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	margin-right: 10px;
	margin-top: 30px;
}
.mfp-wrap {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
html.mfp-helper {
	height: 100%;
 body {
 overflow: hidden;
 height: 100%;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
/* Video Player
================================================== */
.plyr .plyr__video-embed iframe, .plyr__tooltip {
	pointer-events: none
}
@-webkit-keyframes plyr-progress {
to {
background-position:25px 0
}
}
@keyframes plyr-progress {
to {
background-position:25px 0
}
}
.plyr {
	position: relative;
	max-width: 100%;
	min-width: 200px;
	font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	direction: ltr
}
.plyr, .plyr *, .plyr ::after, .plyr ::before {
	box-sizing: border-box
}
.plyr a, .plyr button, .plyr input, .plyr label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
.plyr audio, .plyr video {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: inherit
}
.plyr input[type=range] {
	display: block;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	background: 0 0
}
.plyr input[type=range]::-webkit-slider-runnable-track {
height:8px;
background:0 0;
border:0;
border-radius:4px;
-webkit-user-select:none;
user-select:none
}
.plyr input[type=range]::-webkit-slider-thumb {
-webkit-appearance:none;
margin-top:-4px;
position:relative;
height:16px;
width:16px;
background:#fff;
border:2px solid transparent;
border-radius:100%;
transition:background .2s ease, border .2s ease, -webkit-transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
box-shadow:0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15);
box-sizing:border-box
}
.plyr input[type=range]::-moz-range-track {
height:8px;
background:0 0;
border:0;
border-radius:4px;
-moz-user-select:none;
user-select:none
}
.plyr input[type=range]::-moz-range-thumb {
position:relative;
height:16px;
width:16px;
background:#fff;
border:2px solid transparent;
border-radius:100%;
transition:background .2s ease, border .2s ease, -webkit-transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
box-shadow:0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15);
box-sizing:border-box

}
.plyr input[type=range]::-ms-track {
height:8px;
background:0 0;
border:0;
color:transparent
}
.plyr input[type=range]::-ms-fill-upper {
height:8px;
background:0 0;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none
}
.plyr input[type=range]::-ms-fill-lower {
height:8px;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none;
background:#3498db
}
.plyr input[type=range]::-ms-thumb {
position:relative;
height:16px;
width:16px;
background:#fff;
border:2px solid transparent;
border-radius:100%;
transition:background .2s ease, border .2s ease, -webkit-transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease;
transition:background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
box-shadow:0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15);
box-sizing:border-box;
margin-top:0
}
.plyr input[type=range]::-ms-tooltip {
display:none
}
.plyr input[type=range]:focus {
	outline: 0
}
.plyr input[type=range]::-moz-focus-outer {
border:0
}
.plyr input[type=range].tab-focus:focus {
	outline-offset: 3px
}
.plyr input[type=range]:active::-webkit-slider-thumb {
background:#3498db;
border-color:#fff;
-webkit-transform:scale(1.25);
transform:scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb {
background:#3498db;
border-color:#fff;
transform:scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb {
background:#3498db;
border-color:#fff;
transform:scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus {
	outline: rgba(255,255,255,.5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus {
	outline: rgba(86,93,100,.5) dotted 1px
}
.plyr__sr-only {
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	position: absolute!important;
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important
}
.plyr__video-wrapper {
	position: relative;
	background: #000;
	border-radius: inherit;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.plyr__video-embed {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.plyr__video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.plyr__video-embed>div {
	position: relative;
	padding-bottom: 200%;
	-webkit-transform: translateY(-35.95%);
	transform: translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container {
display:none
}
.plyr__captions {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 400
}
.plyr__captions span {
	border-radius: 2px;
	padding: 3px 10px;
	background: rgba(0,0,0,.7)
}
.plyr__captions span:empty {
	display: none
}

@media (min-width:768px) {
.plyr__captions {
	font-size: 24px
}
}
.plyr--captions-active .plyr__captions {
	display: block
}
.plyr--fullscreen-active .plyr__captions {
	font-size: 32px
}
.plyr--hide-controls .plyr__captions {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}
.plyr ::-webkit-media-controls {
display:none
}
.plyr__controls {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	text-align: center
}
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
	margin-left: 5px
}
.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls>button:first-child {
	margin-left: 0
}
.plyr__controls .plyr__volume {
	margin-left: 5px
}
.plyr__controls [data-plyr=pause] {
	margin-left: 0
}
.plyr__controls button {
	position: relative;
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	vertical-align: middle;
	padding: 7px;
	border: 0;
	background: 0 0;
	border-radius: 3px;
	cursor: pointer;
	transition: background .3s ease, color .3s ease, opacity .3s ease;
	color: inherit
}
.plyr__controls button svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor
}
.plyr__controls button:focus {
	outline: 0
}
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
	display: none
}

@media (min-width:480px) {
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
	margin-left: 10px
}
}
.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none
}
.plyr--video .plyr__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 10px 10px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	color: #fff;
	transition: opacity .3s ease
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
	background: #3498db;
	color: #fff
}
.plyr--audio .plyr__controls {
	padding: 10px;
	border-radius: inherit;
	background: #fff;
	border: 1px solid #dbe3e8;
	color: #565D64
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
	background: rgba(0,0,0,.55);
	color: #fff
}
.plyr__play-large {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	transition: all .3s ease
}
.plyr__play-large:hover {
	padding: 26px;
}
.plyr__play-large svg {
	position: relative;
	left: 4px;
	width: 36px;
	height: 36px;
	display: block;
	fill: currentColor
}
.plyr__play-large:focus {
	outline: rgba(255,255,255,.5) dotted 1px
}
.plyr .plyr__play-large {
	display: inline-block
}
.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
	display: none
}
.plyr--playing .plyr__play-large {
	opacity: 0;
	visibility: hidden
}
.plyr--playing .plyr__controls [data-plyr=pause] {
	display: inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
	display: block
}
.plyr [data-plyr=fullscreen], .plyr [data-plyr=captions], .plyr--captions-active .plyr__controls .icon--captions-on+svg, .plyr--fullscreen-active .icon--exit-fullscreen+svg, .plyr--muted .plyr__controls .icon--muted+svg {
	display: none
}
.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
	display: inline-block
}
.plyr__tooltip {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	margin-bottom: 10px;
	padding: 5px 7.5px;
	opacity: 0;
	background: rgba(0,0,0,.7);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transform: translate(-50%, 10px) scale(.8);
	transform: translate(-50%, 10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease
}
.plyr__tooltip::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -4px;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0,0,0,.7);
	border-left: 4px solid transparent;
	z-index: 2
}
.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1)
}
.plyr button:hover .plyr__tooltip {
	z-index: 3
}
.plyr__controls button:first-child .plyr__tooltip {
	left: 0;
	-webkit-transform: translate(0, 10px) scale(.8);
	transform: translate(0, 10px) scale(.8);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before {
	left: 16px
}
.plyr__controls button:last-child .plyr__tooltip {
	right: 0;
	-webkit-transform: translate(0, 10px) scale(.8);
	transform: translate(0, 10px) scale(.8);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1)
}
.plyr__progress {
	position: relative;
	display: none;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
background:0 0
}
.plyr__progress input[type=range]::-moz-range-track {
background:0 0
}
.plyr__progress input[type=range]::-ms-fill-upper {
background:0 0
}
.plyr__progress .plyr__tooltip {
	left: 0
}
.plyr .plyr__progress {
	display: inline-block
}
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 8px;
	margin: -4px 0 0;
	padding: 0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 100px
}
.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
background:0 0
}
.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
border-radius:100px
}
.plyr__progress--played, .plyr__volume--display {
	z-index: 1;
	color: #3498db;
	background: 0 0;
	transition: none
}
.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
display:none
}
.plyr__progress--buffer::-webkit-progress-value {
transition:width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar {
transition:width .2s ease
}
.plyr__progress--buffer::-ms-fill {
transition:width .2s ease
}
.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
	background: rgba(255,255,255,.25)
}
.plyr--video .plyr__progress--buffer {
	color: rgba(255,255,255,.25)
}
.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
	background: rgba(198,214,219,.66)
}
.plyr--audio .plyr__progress--buffer {
	color: rgba(198,214,219,.66)
}
.plyr--loading .plyr__progress--buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-size: 25px 25px;
	background-repeat: repeat-x;
	background-image: linear-gradient(-45deg, rgba(0,0,0,.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.15) 50%, rgba(0,0,0,.15) 75%, transparent 75%, transparent);
	color: transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer {
	background-color: rgba(255,255,255,.25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
	background-color: rgba(198,214,219,.66)
}
.plyr__time {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}
.plyr__time+.plyr__time {
	display: none
}

@media (min-width:768px) {
.plyr__time+.plyr__time {
	display: inline-block
}
}
.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}
.plyr__volume {
	display: none
}
.plyr .plyr__volume {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}
.plyr .plyr__volume input[type=range] {
	position: relative;
	z-index: 2
}

@media (min-width:480px) {
.plyr .plyr__volume {
	display: block;
	max-width: 60px
}
}

@media (min-width:768px) {
.plyr .plyr__volume {
	max-width: 100px
}
}
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
	display: none!important
}
.plyr--fullscreen, .plyr--fullscreen-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10000000;
	background: #000;
	border-radius: 0
}
.plyr--fullscreen video, .plyr--fullscreen-active video {
	height: 100%
}
.plyr--fullscreen .plyr__video-wrapper, .plyr--fullscreen-active .plyr__video-wrapper {
	height: 100%;
	width: 100%
}
.plyr--fullscreen .plyr__controls, .plyr--fullscreen-active .plyr__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper, .plyr--fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
/* Customized */
/*.plyr__controls {
        opacity: 0;
}*/
/* Page Scroll
================================================== */
html.fp-enabled, .fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 76px;
	height: 76px;
	margin-top: -38px;
	text-align: center;
	display: block;
	color: rgba(0,0,0,.5);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: all 0.22s;
	-webkit-transition: all 0.22s;
	-ms-transition: all 0.22s;
	-o-transition: all 0.22s;
	transition: all 0.22s;
}
.fp-controlArrow.fp-prev {
	left: -60px;
}
.section-intro-slides:hover .fp-controlArrow.fp-prev {
	left: 0px;
}
.fp-controlArrow.fp-prev:before {
	font-family: 'FontAwesome';
	font-size: 76px;
	line-height: 76px;
	content: "\f104";
}
.fp-controlArrow.fp-next {
	right: -60px;
}
.section-intro-slides:hover .fp-controlArrow.fp-next {
	right: 0px;
}
.fp-controlArrow.fp-next:before {
	font-family: 'FontAwesome';
	font-size: 76px;
	line-height: 76px;
	content: "\f105";
}
.fp-scrollable {
	overflow: hidden;
	position: relative;
}
.iScrollIndicator {
	border: 0 !important;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#fp-nav.right {
	right: 10px;
}
#fp-nav.left {
	left: 10px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 100px;
	top:auto;
	left:0;
	right: 0;
	margin-left:auto!important;
	margin-right:auto!important;
	
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: rgba(0,0,0,.5);
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}
.fp-auto-height.fp-section, 
.fp-auto-height .fp-slide, 
.fp-auto-height .fp-tableCell{
	height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, 
.fp-responsive .fp-auto-height-responsive .fp-slide, 
.fp-responsive .fp-auto-height-responsive .fp-tableCell{
	height: auto !important;
}
/* Flexslider
================================================== */
.flex-direction-nav a, .flex-direction-nav a:before {
	color: rgba(0,0,0,.8);
}
.flex-container a:hover, .flex-slider a:hover {
	outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
	margin: 0;
	padding: 0;
	list-style: none
}
.flex-pauseplay span {
	text-transform: capitalize
}
.flexslider {
	padding: 0;
	margin: 0;
	background: #fff;
	border: 0px solid transparent;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.flexslider .slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li a:hover {
	text-decoration: none;
}
.flexslider .slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .flexslider .slides {
	display: block
}
* html .flexslider .slides {
	height: 1%
}
.no-js .flexslider .slides>li:first-child {
	display: block
}
.flexslider .slides {
	zoom: 1
}
.flexslider .slides img {
	width: 100%;
	display: block;
	height: auto;
	-moz-user-select: none;
	user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 76px;
	height: 80px;
	margin: -40px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 76px;
	display: inline-block;
	content: '\f104'
}
.flex-direction-nav a.flex-next:before {
	content: '\f105'
}
.flex-direction-nav .flex-prev {
	left: -50px
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: .5;
	left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: .5;
	right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	z-index: 10;
}
.solution-page .flex-control-nav {
	bottom: 15px;
}
.flex-control-nav li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	zoom: 1
}
.flex-control-paging li a {
	width: 6px;
	height: 6px;
	margin: 0;
	display: block;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100%;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.flex-control-paging li a:hover {
	height: 8px;
	width: 8px;
	background: rgba(0,0,0,.7);
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.flex-control-paging li a.flex-active {
	height: 12px;
	width: 12px;
	margin: 0;
	border-radius: 100%;
	background: rgba(0,0,0,.9);
	cursor: default
}
/* Chosen
================================================== */
.chosen-select {
	width: 100%;
}
.chosen-select-deselect {
	width: 100%;
}
.chosen-container {
	display: inline-block;
	font-size: 18px;
	position: relative;
	vertical-align: middle;
}
.chosen-container .chosen-drop {
	background: #ffffff;
	border: 1px solid #898989;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-radius: 0px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: -9000px;
	z-index: 88;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0;
}
.chosen-container .chosen-results {
	color: #555555;
	margin: 0 4px 4px 0;
	max-height: 360px;
	padding: 0 0 0 4px;
	padding-bottom: 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	line-height: 1.42857143;
	list-style: none;
	margin: 0;
	padding: 4px 6px;
	text-align: left;
}
.chosen-container .chosen-results li em {
	background: #fff;
	font-style: normal;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
	color: #999;
	background-color: #f4f4f4;
	padding: 6px 6px;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #00b2ff;
	background-image: none;
	color: white;
}
.chosen-container .chosen-results li.highlighted em {
	background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #777777;
}
.chosen-container .chosen-results .no-results {
	background: #eeeeee;
	display: list-item;
}
.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1.42857143;
	text-indent: -5000px;
	width: 9px;
}
.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}
.chosen-container .chosen-results-scroll-down span:before {
	content: '\f078';
	font-family: FontAwesome;
}
.chosen-container .chosen-results-scroll-up span:before {
	content: '\f077';
	font-family: FontAwesome;
}
.chosen-container-single .chosen-single {
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #898989;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #252525;
	font-size: 18px;
	display: block;
	height: 56px;
	width: 100% !important;
	overflow: hidden !important;
	line-height: 54px;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	color: #444;
	height: 10px;
	top: 12px;
	width: 12px;
}
.chosen-container-single .chosen-single abbr:before {
	content: '\00D7';
	font-weight: bold;
	font-size: 18px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}
.chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	width: 18px;
}
.chosen-container-single .chosen-single div b {
	display: block;
	height: 100%;
	width: 100%;
}
.chosen-container-single .chosen-single div b:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 30px;
}
.chosen-container-single .chosen-default {
	color: #777777;
}
.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
	border: 1px solid #dedede;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	width: 100%;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input {
	position: absolute;
	left: -9000px;
}
.chosen-container-multi .chosen-choices {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	cursor: text;
	height: auto !important;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
	background: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555555;
	height: 32px;
	margin: 0;
	padding: 4px;
	outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #333333;
	cursor: default;
	line-height: 13px;
	margin: 6px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 12px;
	cursor: pointer;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
	content: '\00D7';
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0 1px 0 #fff;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}
.chosen-container-multi .chosen-results {
	margin: 0 0 0 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}
.chosen-container-active .chosen-single {
	border: 1px solid #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #ffffff;
	border: 1px solid #66afe9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #66afe9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
	color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
.input-group .chosen-container:last-child .chosen-single, .input-group .chosen-container:last-child .chosen-default, .input-group .chosen-container:last-child .chosen-choices {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.input-group .chosen-container:not(:last-child) .chosen-single, .input-group .chosen-container:not(:last-child) .chosen-default, .input-group .chosen-container:not(:last-child) .chosen-choices {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.touch-iphone .chosen-select-filter, .touch-android .chosen-select-filter {
	width: 100% !important;
	display: block;
	margin: 0 auto 0;
	height: 40px;
	line-height: 38px;
}
.form-row-item .chosen-container-single .chosen-single {
	height: 42px;
	line-height: 40px;
	color: #565656;
	padding: 0 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],   /*.chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,*/  .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
	background-image: url('../images/chosen-sprite@2x.png') !important;
	background-size: 52px 47px !important;
	background-repeat: no-repeat !important;
}
}
/* Lazy Loader
================================================== */
.lazy-wrapper {
    clear: both;
	padding-bottom: 0px!important;
    position: relative!important;
}
.lazy-wrapper.hasmore {
    padding-bottom: 104px!important;
}
.lazy-more-wrapper {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    display: none;
    height: 104px;
    width: 100%;
    text-align: center;
    clear: both;
}
.lazy-wrapper .lazy-item:not(.loaded) {
    visibility: hidden;
}
.lazy-wrapper.loaded {
    padding: 20px 0;
    background: none;
}
.lazy-wrapper.loading {
    background: url(../images/loading.gif) no-repeat center bottom;
}
.lazy-wrapper.loading-first {
    background: url(../images/loading.gif) no-repeat center 50px;
}
.lazy-wrapper.loaded .lazy-item {
    visibility: visible;
}
