/* Resets
----------------------------------------------------------------------------------------------------*/

:focus {
  outline: 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
----------------------------------------------------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  border: 1px solid #fff;
  padding: 4px 13px 3px;
  outline: none;
  color: #939393;
  margin: 0px 5px 0px;
  line-height: 30px;
  min-height: 21px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  box-shadow: inset 0 0 1px #C0C0C0;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 1px #C0C0C0;
  border-color: rgba(208, 208, 208, 0.4) !important;
}

/*Acymailing component*/

.acyfield_email input[type="text"] {
  min-height: 20px !important;
  min-height: 17px;
  box-shadow: inset 0 0 5px #000, 1px 1px 1px #4B4B4B;
  min-height: 24px;
  line-height: 1.5em;
  margin: 0;
  border: 1px solid #000;
  padding: 4px 13px 3px 30px;
  border-radius: 4px;
  color: #c0c0c0;
  background: url(../images/widget/social.png) 4px 7px no-repeat #202020
}
.acyfield_email input:hover {
  background-color: #303030
}
.acyfield_email input:focus {
  background-color: #404040;
  background-position: -20px 7px
}

/*image captions*/

div.img_caption {
  text-align: center;
}
.align-left div.img_caption {
  margin-right: 13px;
}
.searchbox input[type="text"],
.searchbox input[type="text"]:focus {
  border: 0 none;
}
#sidebar-a input.uk-width-1-1,
#sidebar-b input.uk-width-1-1 {
    width: 100%;
}

/*columns
----------------------------------------------------------------------------------------------------*/

.container {
  padding: 0 10px;
}
.row {
  width: 101%;
  min-width: 0;
  margin: 0 auto;
  margin-left: 0
}
.row .row {
  min-width: 0;
}
.one-sixth .module,
.one-fifth .module,
.one-fourth .module,
.one-third .module,
.two-thirds .module,
.two-fourths .module,
.three-fourths .module,
.four-fifths .module,
.one-half .module {
  padding: 10px 20px 10px 0;
  margin: 0;
}
.row .column,
.row .columns {
  float: left;
  min-height: 1px;
}

/* Nicolas Gallagher's micro clearfix */

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.hidden-text {
  width: 70%;
  margin: 12px 0;
}

/*reveal-modal
----------------------------------------------------------------------------------------------------*/

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eee url(../images/typo/modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 41;
  padding: 30px 40px 34px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
  font-weight: bold;
}
.reveal-modal .row {
  min-width: 0;
}
.reveal-modal input[type="text"],
.reveal-modal input[type="password"],
.reveal-modal input[type="email"],
.reveal-modal select {
  width: 90%;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

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

.pricing {
  margin: 15px 0 15px 0;
  width: 100% !important;
  background: none !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pricing.two .price-col {
  max-width: 50%;
}
.pricing.three .price-col {
  width: 33.33%;
}
.pricing.four .price-col {
  width: 25%;
}
.pricing.five .price-col {
  width: 20%;
}
.pricing.six .price-col {
  width: 16.66%;
}
.price-col {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  text-align: center;
}
.firefox .price-col {
  margin: 0 0 0 -4px
}
.ie .price-col {
  margin: 0 0 0 -5px
}
.price-col.first {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
}
.price-col.last {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
}
.price-col:nth-of-type(2n+1) {
  box-shadow: 0 1px 30px rgba(0, 0, 0, .1) inset, 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  position: relative;
}
.price-col {
  box-shadow: 1px 1px 1px rgb(236, 236, 236) inset;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-col:hover,
.price-col.focus {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

/*price elements css*/

sup,
sub {
  font-size: 50%
}
.price-tag {
  margin: 0;
  display: inline-block;
  line-height: 1.5;
  text-shadow: none !important;
}
.th {
  padding: 15px 0;
  height: 33px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(243, 243, 243, 0.45);
}
.price-col.first .th {
  border-radius: 5px 0 0 0;
}
.price-col.first .call-action {
  border-radius: 0 0 0 5px;
}
.price-col.last .th {
  border-radius: 0 5px 0 0;
}
.price-col.last .call-action {
  border-radius: 0 0 5px 0;
}
.th .title {
  display: block;
  top: 0;
  min-height: 30px;
  text-align: center;
  font-size: 24px;
  padding: 10px 5px 5px !important;
  font-weight: normal;
  opacity: 1!important
}
.th .bottom {
  display: block;
  bottom: 0;
  height: 6px;
  text-align: center;
}
.th .title strong {
  font-weight: normal
}
ul.feature {
  margin: 0;
  float: left;
  padding: 0;
  width: 100%;
}
ul.feature>li {
  text-align: center;
  padding: 7px 10px 7px 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.price-tag {
  display: block;
  font-size: 30px;
  text-align: center;
  padding: 10px 10px;
}
.call-action {
  display: block;
  padding: 20px 20px 25px 10px;
  text-align: center;
  float: left;
  width: 100%
}
.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.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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


/*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;
}

/*widgetkit*/

.spotlight .overlay-default {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.spotlight .overlay-default div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -20px; 
  margin-top: -20px;
  position: absolute;
  text-align: center;
  display: block;
  text-shadow: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.spotlight .overlay-default div:before {
  content: "\f064";
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
  line-height: 40px;
}
.spotlight .overlay-default:hover div {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
a[data-lightbox],
a[data-lightbox] img,
.spotlight .overlay-default {
  text-decoration: none;
}

/*twitter*/

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

/* slideshow-scroll */
.wk-slideshow-scroll > div .next span, 
.wk-slideshow-scroll > div .prev span {
  line-height: 13px;
  font-size: 22px;
}

/* widgetkit media player
----------------------------------------------------------------------------------------------- */


/* 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;
}
.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: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.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;
}
.mejs-controls .mejs-button button {
  box-shadow: none;
}

/*to-top
----------------------------------------------------------------------------------------------------*/

.tm-totop-scroller {
  display: none;
  position: fixed;
  right: 45px;
  bottom: -100px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 48px;
  -webkit-transition: all cubic-bezier(0.27, 1.5, 0.32, 0.95) 0.5s;
  transition: all cubic-bezier(0.27, 1.5, 0.32, 0.95) 0.5s;
}
.tm-totop-scroller:after {
  content: "\f106";
  font-family: "fontawesome";
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
  outline: none;
  text-decoration: none;
}
.tm-totop-scroller:active {
  font-size: 25px;
}
.uk-active .tm-totop-scroller {
  display: block;
  bottom: 40px;
  opacity: 1;
}

/*roksprocket*/


/*tabs*/

.layout-top .sprocket-tabs-nav {
  background: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 5px 1px 0 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.iconfeature {
  display: block;
  float: left;
  padding: 0 15px 0 0;
  margin-top: -6px;
}
.sprocket-tabs-nav>li>.sprocket-tabs-inner {
  white-space: nowrap;
}
.sprocket-tabs-nav>li.active>.sprocket-tabs-inner {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, .75) inset, 0 0 20px rgba(255, 255, 255, 0.5), 0 -20px 41px rgba(0, 0, 0, 0.05) inset;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.sprocket-tabs-nav>li.active>.sprocket-tabs-inner .sprocket-tabs-text {
  text-shadow: none;
}
.sprocket-tabs-nav>li>.sprocket-tabs-inner {
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 0;
}
.sprocket-headlines {
  background: inherit;
  border: 0 none;
}
.sprocket-headlines-item {
  font-size: inherit;
  line-height: 26px;
}
.sprocket-headlines-badge span {
  padding-left: 20px !important;
  font-weight: normal;
  line-height: 26px;
}
.layout-slideshow {
  border-radius: 5px;
}
.layout-slideshow .sprocket-features-title {
  font-size: 30px;
  margin: 0 0 25px 0;
}
.layout-slideshow .sprocket-features-title,
.layout-slideshow .sprocket-features-desc {
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.layout-slideshow .sprocket-features-desc {
  padding: 25px 20px;
  font-size: inherit;
  line-height: 1.5;
}
.layout-slideshow .sprocket-features-desc span {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.layout-slideshow .sprocket-features-desc a span {
  margin-bottom: 0
}
.layout-slideshow .sprocket-features-title {
  padding: 10px 15px 10px;
  font-size: 3em;
  line-height: 1.3em;
}
.layout-slideshow .sprocket-features-arrows .arrow {
  font-size: 2em;
  font-family: monospace;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.layout-slideshow .sprocket-features-content {
  top: auto;
  left: 60px;
  bottom: 75px;
}
.sprocket-headlines-navigation .arrow {
  line-height: 15px;
  font-family: monospace;
  color: #FFFFFF;
  font-size: 17px;
}
.sprocket-features-img-container img {
  border-radius: 7px;
}

/*next/prev arrows*/

.arrows-onhover .sprocket-features-arrows .arrow {
  opacity: 1
}
.layout-slideshow .sprocket-features-arrows .arrow {
  top: 56%;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  box-shadow: none;
  background: url(../images/widget/buttons.png) 0 50px no-repeat;
}
.layout-slideshow .sprocket-features-arrows .next {
  right: 18px;
  background-position: 0 0;
}
.layout-slideshow .sprocket-features-arrows .prev {
  left: 18px;
  background-position: 0 -50px;
}

/*navigation*/

.layout-slideshow .sprocket-features-pagination {
  left: 65px;
}
.layout-slideshow .sprocket-features-pagination li {
  padding: 8px;
  margin-right: 4px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75) inset, 0 1px 3px rgba(0, 0, 0, .75) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
.layout-slideshow .sprocket-features-pagination li {
  opacity: .8
}
.layout-slideshow .sprocket-features-pagination li.active {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 1px 3px rgba(0, 0, 0, .35), 0 -1px 0 rgba(255, 255, 255, 1), 0 0 0 1px rgba(255, 255, 255, .75) inset;
}
.layout-slideshow .sprocket-features-img-list {
  margin-bottom: -5px
}
.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

/*mosaic layout*/

.sprocket-mosaic-item {
  border: 1px solid #CFCFCF;
  border-radius: 0;
}
.sprocket-mosaic-item .sprocket-padding {
  padding: 0;
  background: #FFFFFF;
  overflow: hidden;
}
.sprocket-mosaic-title,
.sprocket-mosaic-text {
  margin: 0;
}
.sprocket-mosaic-title,
.sprocket-mosaic-text {
  padding: 10px 10px 0;
}
.sprocket-mosaic-item .sprocket-mosaic-text {
  margin: 0;
}
h2.sprocket-mosaic-title {
  font-size: 20px;
  font-weight: 700;
}
.sprocket-mosaic .sprocket-mosaic-tags,
#mosaic .sprocket-mosaic ul.sprocket-mosaic-tags {
  margin: 8px 0 0;
  background: #f4f4f4;
  padding-bottom: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 9px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sprocket-mosaic-image-container img {
  border-style: none none solid;
  border-width: 0 0 1px
}
.sprocket-mosaic .sprocket-mosaic-header {
  margin-bottom: 15px
}
ul.sprocket-mosaic-tags li {
  color: #202020;
  position: relative;
  font-size: 11px;
  font-style: normal;
  margin: 5px 4px;
  width: auto !important;
  padding: 1px 7px 1px 15px !important;
  border-radius: 3px !important;
  line-height: 24px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
}
ul.sprocket-mosaic-tags li:before {
  position: absolute;
  background: none repeat scroll 0 0 whitesmoke;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  box-shadow: -1px -1px 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  content: "";
  height: 4px;
  left: 4px;
  top: 8px;
  width: 4px;
  z-index: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sprocket-mosaic-filter li,
.sprocket-mosaic-order li,
.sprocket-readmore,
.sprocket-strips-content a.readon {
  text-transform: lowercase !important;
  padding: 2px 10px 4px !important;
  color: #777 !important;
  text-shadow: none;
  background: #f4f4f4;
  border-radius: 3px !important;
  line-height: 24px;
  font-size: 15px;
}
.sprocket-readmore {
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #D9D9D9 #D9D9D9 #BFBFBF;
  padding: 1px 10px 3px !important;
  margin: 18px 15px 0 !important;
}
.sprocket-mosaic-filter li {
  margin-right: 3px !important;
}
div.sprocket-mosaic-order ul li {
  margin-left: 3px !important
}
.sprocket-mosaic-filter li.active {
  background: #DEDEDE !important
}
.sprocket-mosaic-hovercontent {
  width: 100%;
  height: 55%;
}
.sprocket-mosaic-hovercontent span {
  margin-bottom: 200px
}
span.sprocket-mosaic-hovercontent,
span.sprocket-mosaic-hovercontent span {
  font-weight: normal !important;
  font-size: 1.5em !important;
  color: #FFFFFF;
  font-family: inherit;
  text-shadow: none;
}
.sprocket-mosaic .sprocket-mosaic-tags li,
#main .sprocket-mosaic ul.sprocket-mosaic-tags li {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.sprocket-mosaic-hover {
  border-width: 500px 500px 0 0;
  margin-right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.sprocket-mosaic-hover:hover,
.sprocket-mosaic-hover:hover {
  background-color: rgba(255, 255, 255, 0.4)
}
span.sprocket-mosaic-hovercontent .overlay-icon {
  width: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5em;
  margin-left: 45%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px rgba(255, 255, 255, 0.35);
}
.sprocket-headlines {
  margin: -2px;
  border: 0 none;
  background: none !important
}
.sprocket-mosaic-loadmore {
  text-shadow: 0 1px rgba(255, 255, 255, 1);
  background: #f4f4f4;
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #dedede;
  margin: 20px auto -8px;
}
.sprocket-mosaic-loadmore .loadmore-all span,
.sprocket-mosaic-loadmore span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}
.sprocket-lists-title {
  font-size: 1.1em !important;
  margin: 1px 1px 3px !important;
  background: none repeat scroll 0 0 #F8F8F8;
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 6px rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF inset, 0 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sprocket-lists-title.padding {
  padding: 10px 35px 10px 10px !important;
}
.sprocket-lists a.readon {
  float: right;
  margin-top: 25px;
  margin-bottom: 15px;
}
.sprocket-lists-title .indicator {
  font-size: 1.2em !important;
  margin-top: -11px;
  background: #f8f8f8;
  border: 1px solid;
  height: 19px;
  width: 19px;
  line-height: 20px;
  box-shadow: 0 2px 1px #e0e0e0 inset;
}
.roksprocket-ellipsis {
  display: inline-block;
}

/*strips*/

.sprocket-strips-title a {
  color: #FFFFFF !important;
  font-weight: bold;
}
.sprocket-strips-content:hover {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, .5) inset;
}
.sprocket-strips-item {
  box-shadow: none;
}
.sprocket-strips-text {
  padding-bottom: 20px;
}
.sprocket-strips-content a.readon {
  padding: 2px 9px;
  font-size: 12px
}
.sprocket-strips-arrows .arrow,
.sprocket-lists-arrows .arrow {
  font-family: monospace, arial;
  line-height: 14px;
  font-size: 18px
}
.sprocket-strips-item,
.sprocket-strips-content {
  border-radius: 5px;
}
.sprocket-strips-arrows,
.sprocket-lists-arrows {
  padding-right: 10px
}
.sprocket-strips-content {
  padding: 22px
}
.sprocket-strips-content h4,
.sprocket-strips-content .sprocket-strips-text,
.sprocket-strips-content .readon {
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.sprocket-strips-content:hover h4,
.sprocket-strips-content:hover .sprocket-strips-text,
.sprocket-strips-content:hover .readon {
  opacity: 1
}

/*navigation*/

.sprocket-strips-pagination li,
.sprocket-lists-pagination li {
  padding: 5px !important;
  margin-right: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgb(228, 228, 228);
  opacity: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75) inset, 0 1px 3px rgba(0, 0, 0, .75) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
.sprocket-strips-pagination li.active,
.sprocket-lists-pagination li.active {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 1px 3px rgba(0, 0, 0, .35), 0 -1px 0 rgba(255, 255, 255, 1), 0 0 0 1px rgba(255, 255, 255, .75) inset;
}

/*kunena*/

.klatest-posttime,
.klatest-cat,
.klatest-author {
  font-size: 13px;
}
.klatest-items .knewchar {
  color: #009900;
  font-weight: bold;
  font-family: inherit;
  margin-left: 3px;
  font-size: .75em;
  vertical-align: middle;
  white-space: nowrap;
}

/* Jomsocial 4.0
----------------------------------------------------------------------------------------------------*/

.jomsocial {
  background: transparent;
}

/*login*/

.joms-js-form--login a,
.joms-js-form--login .joms-checkbox span,
.joms-landing__action {
  color: #FFFFFF;
}
.joms-landing__text h2 {
  font-size: 45px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  position: absolute;
  margin-top: -80px;
}
.joms-landing__action .joms-input[type="text"],
.joms-landing__action .joms-input[type="password"] {
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.joms-js-form--login>button {
  height: 32px;
  line-height: 16px;
}
.joms-subnav--desktop,
.joms-toolbar--desktop,
.joms-activity-filter,
.joms-comment__reply {
  background: #FBFBFB;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
}
.joms-checkbox span {
  margin-top: 0;
}
.joms-postbox-tab {
  background: #FBFBFB;
}
.joms-landing__content {
  border-top: 1px solid rgba(0, 0, 0, .1);
}
input[type="button"].joms-button--primary,
input[type="submit"].joms-button--primary {
  color: #FFFFFF !important;
  text-shadow: none;
}
.joms-js-form--login a {
  margin-right: 20px;
}
.joms-landing__action .joms-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
.mfp-close:hover,
.mfp-close:active {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .joms-js-form--login>button {
    width: 12%;
    float: right;
  }
  .joms-landing__action .joms-input--append {
    width: 33%;
  }
}

/* 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;
}