/* Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */


/* Resets
----------------------------------------------------------------------------------------------------*/
:focus {outline:none;}
a { text-decoration: none; }
a:focus { outline: none; }
blockquote {quotes: none}
blockquote:before, blockquote:after{content: '';content: none}
abbr, .postcontent dfn{border-bottom: 1px dotted;} 
.right{float: right;}
.left{float: left;}

/*forms
----------------------------------------------------------------------------------------------------*/
form.box input, 
form.box select, 
form.box textarea, 
form.short input, 
form.short select, 
form.short textarea, 
.searchbox input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	border: 3px solid rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0 rgba(255,255,255,0.05);
	padding:6px 13px 5px;   
	outline: none;
	color:#939393;
	margin:0 0 3px;
	line-height: 1.5em;
	height: auto;
	background: none;
	border-radius: 3px
}

input[type="text"]:disabled{
	border-color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.03);
	color: #DDD;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline:none;
	border: 3px solid rgba(0,0,0,0.2);
}

.searchbox input[type="text"],
.searchbox input[type="text"]:focus{
	border: 0 none;
	background: none;
	box-shadow: none;
}


/*  pricing tables
----------------------------------------------------------------------------------------------------*/

.pricing.two .price-col{width: 49.8%;}
.pricing.three .price-col{width: 33%;}
.pricing.four .price-col{width: 24.85%;}
.pricing.five .price-col{width: 19.8%;}
.pricing.six .price-col{width: 16.5%;}

.price-col{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	float: left;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset;
}

.price-col:first-child {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px 0 0 5px;
}

.price-col:last-child {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-radius: 0 5px 5px 0;
}

.pricing > .price-col:nth-of-type(2n+2){
  box-shadow: 0 1px 20px rgba(0,0,0,.075) inset;
  position: relative;
}

#page .price-col:hover, 
#page .price-col.focus{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
	position: relative;
	overflow: hidden;
	z-index: 1;
}


#page .price-col.focus{
	border-radius: 4px;
}

#page .price-col:hover{
	z-index: 4;
}

/*price elements css*/
.price-head{
	padding: 10px 0 5px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
	box-shadow: 0 -4px 0 rgba(255, 255, 255, 0.1);
}

.price-head:before{
	width:  1.5em;
	height: 1.5em;
	position: relative;
	background: #d0d0d0;
	border-top-right-radius: 5px;
	content: '';
	position: absolute;
	bottom: 4px;
	left: 43%;
	z-index: -1;
	-webkit-transform: rotate(-225deg)  translate(0,-80%);
	   -moz-transform: rotate(-225deg)  translate(0,-80%);
			transform: rotate(-225deg)  translate(0,-80%);
}

h3.title > p,
h3.title > span{
	font-size: 14px;
	margin: 10px 0 -10px;
	display: block;
}

.price-col.first .call-action{
	border-radius: 0 0 0 5px;
}

.price-col.last .call-action{
	border-radius: 0 0 5px 0;
}

.price-head .title{
	padding: 10px 5px 5px !important;
	line-height: 20px;
}

ul.feature {
	margin: 0;
	float: left;
	padding: 0; 
	width: 100%;
}

ul.feature > li{
	text-align: left;
	padding: 5px 10px 5px 10%;
	line-height: 20px;
	list-style-type: none;
}

ul.feature > li i{
	margin-right: 10px;
	font-style: normal;
}

.price-tag{
	display:block;
	text-align:center;
	padding:10px 10px;
	line-height: 1.5;
	font-size: 40px;
}

.price-tag sup,
.price-tag sub {font-size: 15px}

.call-action{
	display: inline-block;
	padding: 20px;
}

.price-col .post ol{
	margin: 1em -8px 1em 13px !important;
	padding-left: 11px !important;
}

.tr-item{padding: 4px 0}
.price-col li {margin-bottom: 0;}

/*transition*/
.price-col, .price-col:hover{
	-webkit-transition:all 0.1s linear;
	   -moz-transition:all 0.1s linear;
			transition:all 0.1s linear;
}


/* widgets/modules
----------------------------------------------------------------------------------------------------*/

/*audio/video*/
.mejs-container{
	border: 3px solid rgba(0, 0, 0, 0.4); 
	border-radius: 4px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{filter: none;}

/*accordion menu*/

/*twitter*/
.wk-twitter-list article{padding-bottom: 8px !important;}
.wk-twitter-list .meta{font-style: normal;}

/*zoo*/
.zoo-comments-list > article {padding-bottom: 10px !important; border-top: none;}
.pos-media.align-left{float: none;}
.yoo-zoo .item .pos-media a, .yoo-zoo .item .pos-media img{display: inline-block}


/*to-top scroller*/
#toTop{
	bottom: 60px;
	display: none;
	height: 75px;
	width: 35px;
	position: fixed;
	right: 25px;
	font-size: 30px;
	text-decoration: none;
}

#toTopHover {
	display: block;
	float: left;
	height: 75px;
	opacity: 0;
	overflow: hidden;
	width: 50px;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

/*spotlight override*/
a[data-lightbox],
a[data-lightbox] img,
.spotlight .overlay-default{
	border-radius: 4px;
}

.spotlight .overlay-default {
	background-image: none;
	font-size: 36px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.overlay-default:before {
	position: absolute;
	content: "\f055";
	font-family: fontAwesome;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -15px;
}

#lightbox-title {font-size: 13px}


/*widgetkit media player*/
/*audio/video*/

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail .mejs-time-current{
	height: 13px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #202020 
}

.mejs-button.mejs-volume-button.mejs-mute {
	margin-right: 10px;
}

.mejs-button.mejs-fullscreen-button {
	margin-right: 10px !important;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total{	
	border: 0 none;
	background: #474949;
	border-radius: 3px;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    margin-top: 4px;
}

.mejs-controls .mejs-time-rail .mejs-time-total{
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 -1px 2px rgba(0,0,0,0.1);
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded{border: 0 none;}
.mejs-controls .mejs-time-rail .mejs-time-float-current, .mejs-time-float{background: #EEEEEE !important; border: 0 none;}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
	filter: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
	box-shadow: 0 -1px 0 rgba(255,255,255,0.5) inset;
}	

.mejs-controls .mejs-button button {
	font-size: 12px;
	color: #FFFFFF;
	margin: 11px;
}

.mejs-container,
.mejs-container .mejs-controls{	
	border: 0 none;
	border-radius: 3px;
	background: #4B4C4E;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.075) inset, 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.mejs-overlay,
.mejs-mediaelement video,
.mejs-poster,
.mejs-video,
.mejs-audio {
	display: table;
	width: 100% !important;
}

.mejs-container .mejs-controls .mejs-time span {
	margin: 6px 4px 0 5px
}

.mejs-controls div.mejs-horizontal-volume-slider {
	margin: 3px;
}

.mejs-controls div.mejs-time-rail{
	padding-top: 8px;
}

.mejs-controls .mejs-button button:focus{
	outline: 1px dotted rgba(255,255,255,0.3);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fefefe
}

.mejs-container.mejs-video{background: #000}
.mejs-container .mejs-controls{text-shadow: none;
}
.mejs-overlay-button{opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);}

.mejs-poster img {
	max-width: 100%;
	max-height: 100%;
}

.mejs-container .mejs-controls {
	height: 40px;
}

.mejs-container .mejs-controls{
	display: -webkit-inline-box;
}

.mejs-container .mejs-controls .mejs-time {
	position: relative;
	padding: 14px 3px 0 3px;
}

#lightbox-outer, #lightbox-content{border: 0 solid #202020;}
#lightbox-content{outline: 1px solid #404040;}
#lightbox-outer{
	box-shadow: 0 0 5px #000;
}
#lightbox-title-over {
	text-shadow: 0 1px 0 black;
	border-top: 1px solid rgba(0,0,0,0.5);
}


/*zoo components*/
.overlay-default, .overlay{text-shadow: 0 0 1px #000;}

.pos-media{margin-bottom: 30px;}
.pos-media.align-left{margin-right: 1px;}
.element-textarea{margin-top: -15px !important;}

/*widget-kit*/
.mejs-controls{text-shadow: none;}
.mejs-overlay-button{opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);}

.wk-slideset .overlay-default {
	text-indent: -9999em;
}

/*warp branding*/
.warp-brand{
	letter-spacing: 3px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	display: block
}


/*mosaic layout*/
.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li{
	background: none !important;
	border: 0 none !important;
}

.sprocket-mosaic-item{
	border: 0 solid rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0px rgba(0,0,0,0.045);
	border-radius: 4px;
}

.sprocket-mosaic-filter li.active{
	border-width: 0 !important;
	border-style: solid !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}


.sprocket-mosaic-item .sprocket-padding {
	padding: 0;
	overflow: hidden;
}

.sprocket-mosaic-title,
.sprocket-mosaic-text{
	margin: 0;
}

.sprocket-mosaic-title,
.sprocket-mosaic-text{
	padding: 10px 0 0;
}

.sprocket-mosaic-item .sprocket-mosaic-text{
	margin: 10px 10px;
}

h2.sprocket-mosaic-title {
	font-size: 20px;
}

.sprocket-mosaic .sprocket-mosaic-tags, 
#mosaic .sprocket-mosaic ul.sprocket-mosaic-tags{
	margin: 0;
	background: transparent;
	padding: 10px 6px
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li,
.sprocket-mosaic-hover{
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset, 1px 1px 0 rgba(255, 255, 255, 0.045);
}

.sprocket-mosaic .sprocket-mosaic-tags li{
	position: relative;
	font-size:11px;
	font-style: normal;
	margin: 5px 4px;
	padding: 1px 15px 1px 15px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(153, 153, 153, 0.11);
}

.sprocket-mosaic .sprocket-mosaic-header {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li, 
.sprocket-readmore {
	text-transform: lowercase !important;
	padding: 5px 10px !important;
	line-height: 19px;
	border-radius: 3px;
}

.sprocket-features-desc .readon, .sprocket-readmore {
	padding-right: 20px !important;
	margin: 10px !important;
	float: right;
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li {
	font-size: 14px !important
}

.sprocket-mosaic-filter li{
	margin-right: 3px !important;
}

div.sprocket-mosaic-order ul li{
	margin-left: 3px !important
}

.sprocket-mosaic-hovercontent{
	display: none !important
}

.sprocket-mosaic-hover{
	background-color: rgba(0,0,0,0.4); 
	margin: 0;
	width: 100%;
	height: auto;
	top: 0;
	opacity: 0;
	text-align: center;
}

.sprocket-mosaic-hover:before{
	font-family: "fontAwesome";
	content: "\f067";
	top: 45%;
	left: 46%;
	font-size: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.sprocket-mosaic-image-container {
	border-radius: 4px;
}

.sprocket-mosaic-image-container:hover{
	border-radius: 0
}

.sprocket-mosaic-image-container a:hover .sprocket-mosaic-hover{
	opacity: 1
}

.sprocket-headlines {
	margin: -2px;
	border: 0 none;
	background: none !important;
}

.sprocket-mosaic-loadmore {
	background: transparent;
	border: 0 none;
	padding: 20px;
	width: 20px;
	height: 22px;
}

.sprocket-mosaic-loadmore .loadmore-all span,
.sprocket-mosaic-loadmore span{
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.sprocket-mosaic-loadmore{
	margin: 20px auto -8px;
}

.sprocket-lists-title {
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .75) inset;
}

.sprocket-lists-container {
	overflow: visible;
}

.sprocket-lists-title .indicator{
	border-bottom: 2px solid #FFFFFF;
	margin-top: -10px;
	box-shadow: 0 2px 1px #909090 inset;
}

.sprocket-lists-title .indicator{
	font-size: 1.1em !important;
	line-height: 0.8
}

.active .indicator {opacity: 1}

.roksprocket-ellipsis{display: inline-block;}
.sprocket-lists-title {font-size: 1.3em !important; padding: 8px 10px !important;}
.sprocket-lists-item .sprocket-padding {padding: 10px 15px;}
.sprocket-lists-item {border: 1px solid rgba(0, 0, 0, 0.05);}
.sprocket-lists-title {padding: 0 -1px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.sprocket-mosaic-image-container a .sprocket-mosaic-hover,
.sprocket-mosaic-image-container a img{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.sprocket-mosaic-image-container a .sprocket-mosaic-hover,
.sprocket-mosaic-image-container a img,
a.spotlight img,
a.uk-overlay img{
	-webkit-transition:all linear 0.2s;
			transition:all linear 0.2s;
}

.sprocket-mosaic-image-container a:hover img,
a.spotlight:hover img,
a.uk-overlay:hover img{
	-webkit-transform:scale(1.2) rotateZ(3deg);
			transform:scale(1.2) rotateZ(3deg);
}

.sprocket-mosaic-item .sprocket-mosaic-image {
	display: block;
}

.loadmore-more,
.loadmore-all{
	display: none !important
}

.sprocket-mosaic-loadmore:before{
	font-family: "fontAwesome";
	content: "\f009";
	font-size: 20px;	
}

.sprocket-mosaic-item .sprocket-mosaic-head {
	margin: 15px 0 -10px;
}

/* demo icon-fonts data styling */
#iconfonts ul.list-icons li {
	line-height: 35px;
}

#iconfonts ul.list-icons i {
	font-size: 20px;
	margin: 5px 0 0 -30px;
}

/* shopping carts
----------------------------------------------------------------------------------------------------*/

#container_oc .cart input[type="text"],
.cart-info td.quantity input[type="text"]{
	padding: 4px 0 
}

.prod_qty_input input[type="text"] {
	width: 40px;
}

/* DPcalendar
----------------------------------------------------------------------------------------------------*/

.fc-widget-header, .fc-widget-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
}

/* Plyr
----------------------------------------------------------------------------------------------------*/

.plyr input[type=range]:focus,
.plyr:focus {
  outline: 0
}
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: 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, 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, 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, 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]::-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;
  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
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0
}
.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%;
  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;
  transform: translateY(-40px);
  transition: 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);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%
}
.plyr__captions span:empty {
  display: none
}
@media (min-width:768px) {
  .plyr__captions {
    font-size: 24px
  }
}
.plyr--captions-active .plyr__captions {
  display: block
}
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px)
}
@media (min-width:1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px
  }
}
.plyr ::-webkit-media-controls {
  display: none
}
.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
  z-index: 2;
  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: #3498db;
  color: #fff
}
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  transition: all .3s ease
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  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=captions],
.plyr [data-plyr=fullscreen],
.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;
  transform: translate(-50%, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 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;
  transform: translate(-50%, 0) scale(1)
}
.plyr button:hover .plyr__tooltip {
  z-index: 3
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  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 {
  transform: translate(0, 0) scale(1)
}
.plyr__progress {
  position: relative;
  display: none;
  -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 {
  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 {
  -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-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0!important
}
.plyr--fullscreen-active video {
  height: 100%
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible
}
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

/* ------- 
	OnWebChat 
   ------ */

#page .onwebchatbox {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  width: 350px !important;
  bottom: 50px !important;
  border-radius: 3px !important;
}
#page .onwebchatbox>* {
  background: #ffffff !important;
}
#page .onwebchatbox * {
  font-family: 'Montserrat' !important;
  font-weight: 300 !important;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#page .onwebchatbox .onwebchat_title2 {
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #5d5d5d !important;
  margin: 10px 0 0 20px !important;
  width: 60% !important;
  line-height: 30px !important;
  padding: 0 !important;
  border: none;
}
#page .onwebchatbox .onwebchat_title2:before,
#page .onwebchatbox .onwebchat_title2:after {
  display: none;
}
#page .onwebchatbox .onweb_minimize_btn,
#page .onwebchatbox #onweb_chaticon {
  width: 60px;
  height: 60px;
  margin: 0 !important;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page .onwebchatbox .onweb_minimize_btn:hover,
#page .onwebchatbox #onweb_chaticon:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24) !important;
}
#page .onwebchatbox .onweb_minimize_btn_icon {
  border: 0;
  width: 60px;
  height: 60px;
  position: relative;
  margin-top: 0;
  border-radius: 50%;
  padding: 0;
  top: 0;
  left: 0;
}
#page .onwebchatbox .onweb_minimize_btn_icon:before {
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 50px;
  position: absolute;
  width: 60px;
  height: 32px;
  text-align: center;
  top: 14px;
  z-index: 0;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page .onwebchatbox .onweb_minimize_btn_icon:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#page .onwebchatbox .onweb_minimize_btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page .onwebchatbox .onweb_minimize_btn:hover {
  opacity: 1;
  background: #fcdd5f;
}
#page .onwebchatbox #div_chat_max_title {
  text-align: left;
}
#page .onwebchatbox .chat_info {
  border-top-color: rgba(0, 0, 0, 0);
}
#page .onwebchatbox #div_chat_min_title_span,
#page .onwebchatbox #div_chat_max_title_span {
  color: #ffffff !important;
  font-family: 'Montserrat' !important;
  font-weight: 300 !important;
  font-size: 17px !important;
}
#page .onwebchatbox #onweb-offline-icon {
  display: block;
  background: #f26522;
  width: 10px !important;
  height: 10px !important;
  position: relative;
  top: 0;
  content: "";
  border-radius: 50% !important;
  box-sizing: border-box !important;
  padding: 6px !important;
  margin: 0 !important;
  box-shadow: 1px 1px 0 #e3520d;
}
#page .onwebchatbox #onweb-online-icon {
  display: block;
  background: #4caf50;
  width: 10px !important;
  height: 10px !important;
  position: relative;
  top: 0;
  content: "";
  border-radius: 50% !important;
  box-sizing: border-box !important;
  padding: 6px !important;
  margin: 0 !important;
  box-shadow: 1px 1px 0 #419645;
}
#page .onwebchatbox .widget-logo,
#page .onwebchatbox #triangle_down,
#page .onwebchatbox #div_chat_min_title_span,
#page .onwebchatbox #div_chat_max_title_span {
  display: none;
}
#page .onwebchatbox .chat_area {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 20px 30px rgba(0, 0, 0, 0.12), 0 -40px 0 #1b1b1b;
  width: 350px;
  padding-top: 0;
  margin-top: -50px;
  border-radius: 3px 3px 0 0;
}
#page .onwebchatbox .chat_area a:hover {
  color: #f0ca2e;
}
#page .onwebchatbox .chat_area p {
  font-size: 15px !important;
}
#page .onwebchatbox .chat_area p:first-of-type {
  margin-top: 20px;
}
#page .onwebchatbox .chat_area .me {
  line-height: 24px;
  color: #1a1a10;
  margin-bottom: 3px;
}
#page .onwebchatbox .chat_area .me a {
  color: #1b1b1b;
}
#page .onwebchatbox .chat_area .me a:hover {
  color: #282828;
}
#page .onwebchatbox .chat_area .agent {
  line-height: 24px;
  color: #5d5d5d;
}
#page .onwebchatbox .me-bubble {
  border: none;
}
#page .onwebchatbox .me-bubble:after,
#page .onwebchatbox .me-bubble:before {
  display: none;
}
#page .onwebchatbox .agent-bubble {
  border: none;
}
#page .onwebchatbox .agent-bubble {
  background: #f3f3f3;
  width: auto !important;
  padding: 6px 10px;
}
#page .onwebchatbox .agent-bubble:after,
#page .onwebchatbox .agent-bubble:before {
  display: none;
}
#page .onwebchatbox .agent-bubble:before {
  border-right: 5px solid #f3f3f3;
}
#page .onwebchatbox .agent-bubble:after {
  display: none;
}
#page .onwebchatbox .chat_message {
  background-color: #f3f3f3;
  border-bottom: 25px solid #ffffff !important;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 20px 30px rgba(0, 0, 0, 0.12);
}
#page .onwebchatbox .chat_message .onwebtextarea {
  background-color: #f3f3f3 !important;
  border-radius: 2px !important;
  padding: 5px 10px !important;
  color: #1a1a10 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  width: 270px !important;
  margin-left: 10px !important;
}
#page .onwebchatbox .chat_message .onwebtextarea:focus {
  border-color: #ddd !important;
}
#page .onwebchatbox #offline_form {
  border-radius: 5px;
  padding-bottom: 1px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 20px 30px rgba(0, 0, 0, 0.12);
}
#page .onwebchatbox #offline_form>.onwebchatform_div {
  border-radius: 0 0 5px 5px;
}
#page .onwebchatbox #offline_form>.onwebchatform_div #onwebchatoffname,
#page .onwebchatbox #offline_form>.onwebchatform_div #onwebchatoffemail,
#page .onwebchatbox #offline_form>.onwebchatform_div #onwebchatemailtext,
#page .onwebchatbox #offline_form>.onwebchatform_div #onprechatname,
#page .onwebchatbox #offline_form>.onwebchatform_div #onprechatemail,
#page .onwebchatbox #offline_form>.onwebchatform_div #onprechattext {
  box-shadow: none !important;
  height: 30px !important;
  font-family: 'Montserrat' !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 24px !important;
  background-color: #ffffff !important;
  border-radius: 2px !important;
  padding: 5px 10px !important;
  color: #1a1a10 !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
#page .onwebchatbox #offline_form>.onwebchatform_div #onwebchatemailtext {
  height: 60px !important;
}
#page .onwebchatbox #offline_form .onweboffline_msg {
  margin-top: 82px !important;
  color: #5d5d5d !important;
  top: 15px;
  left: 5px;
  padding: 0 30px;
  font-size: 15px !important;
  line-height: 24px !important;
}
#page .onwebchatbox #offline_form #offlineform_btn {
  color: #1a1a10 !important;
  border-radius: 3px !important;
  margin: 20px 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#page .onwebchatbox #offline_form #off-form-onwebchat-logo {
  opacity: 0;
}
#page .onwebchatbox .onweboffline_flds {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #5d5d5d !important;
}
#page .onwebchatbox .onweboffline_flds+.onweb_mail {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
#page .onwebchatbox .server_messages {
  color: rgba(93, 93, 93, 0.5) !important;
}
#page .onwebchatbox #wb-send-image {
  top: 7px;
}
#page .onwebchatbox #wb-smile-image {
  z-index: 1;
}
#page .onwebchatbox .webchat_header {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  top: 0 !important;
  right: 0;
  float: right !important;
  position: relative;
  padding: 0 !important;
  background-image: url(../images/icons/chat.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  margin-bottom: 40px !important;
}
#page .onwebchatbox #chat_area_id::-webkit-scrollbar {
  border: 3px solid #ffffff;
}
#page .onwebchatbox #chat_area_id::-webkit-scrollbar-button:start:decrement,
#page .onwebchatbox #chat_area_id::-webkit-scrollbar-button:end:increment {
  background: #ffffff;
}
#page .onwebchatbox #chat_area_id::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: none;
}