.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 35px;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  line-height: 60px;
  font-size: 15px;
  color: #363636;
  position: relative;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(54,54,54,0.98);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full .sp-dropdown-inner {
  box-shadow: none;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full >.sp-dropdown-inner:before,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full >.sp-dropdown-inner:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000px;
  background: rgba(54,54,54,0.98);
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full >.sp-dropdown-inner:before {
  left: -2000px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full >.sp-dropdown-inner:after {
  right: -2000px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent .sp-shop-menu .sp-dropdown-inner {
  padding: 15px;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .sp-module-title {
  color: #fff;
  margin-top: 10px;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product {
  border: none;
  margin: 0;
  padding-bottom: 20px;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product-cart-section .j2store-product-image {
  width: 25%;
  overflow: hidden;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product-cart-section .j2store-product-image a {
  display: block;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product-cart-section .j2store-product-image img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product-title a,
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product-price-container .sale-price {
  color: #fff;
  font-size: 14px;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product .product_cart_block {
  display: none;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sp-megamenu-parent .sp-shop-menu .j2store-latest-products .j2store-module-product:hover .product-cart-section .j2store-product-image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sp-megamenu-parent .sp-shop-menu .banneritem img {
  width: 100%;
}
#offcanvas-toggler {
  float: right;
  line-height: 65px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
body.offcanvas .body-innerwrapper {
  right: 320px;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.body-innerwrapper {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  right: 0;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 99999;
  overflow: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.ltr .offcanvas-menu {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -320px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas {
  visibility: visible;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  display: inline-block;
}
body {
  line-height: 24px;
  display: block;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
body.com-content .sppb-row-container {
  width: auto !important;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  padding: 0;
}
input:focus {
  outline: none;
}
.password-group .input-password-toggle {
  position: absolute;
  right: 0px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1335px;
  }
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  z-index: 9999;
}
#system-message {
  max-width: 1335px;
  margin: 0 auto;
}
#system-message .alert {
  margin: 15px 0;
  background: #f5f5f5;
  border-radius: 0;
  border: none;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.alert.alert-error {
  background: #f2dede;
  color: #a94442;
}
.banneritem a {
  display: block;
}
.banneritem a img {
  display: inline-block;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
#sp-top-bar {
  color: #fff;
  line-height: 40px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0;
}
#sp-top-bar .sp-module.top-login {
  margin-left: 40px;
}
#sp-top-bar .sp-module.top-login .info-text a {
  color: #fff;
}
#sp-top-bar .sp-module.top-login .info-text a:hover {
  color: rgba(255,255,255,0.7);
}
#sp-top-bar .sp-module.top-register-button {
  margin-left: 40px;
}
#sp-top-bar .sp-module.top-register-button p {
  margin: 0;
}
#sp-top-bar .sp-module.top-register-button p a {
  color: #fff;
}
#sp-top-bar .sp-module.top-register-button p a:hover {
  color: rgba(255,255,255,0.7);
}
#sp-top2 {
  text-align: right;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 0 0 0 15px;
}
ul.social-icons > li a {
  color: #fff;
}
ul.social-icons > li a:hover {
  color: rgba(255,255,255,0.7);
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  background: #ffffff;
  padding: 33px 0;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: flex;
  align-items: center;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header-right {
  text-align: right;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-main-menu {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: rgba(255,255,255,0.95);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.site .news365-top-search .searchnews365-top-search {
  min-width: 240px;
}
body.site .news365-top-search form {
  position: relative;
}
body.site .news365-top-search form:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
body.site .news365-top-search form input {
  border: none !important;
  box-shadow: none;
  border-left: 1px solid #ededed !important;
  border-radius: 0;
  width: 100%;
  height: 35px !important;
  background: none;
}
body.site .news365-top-search form input::-webkit-input-placeholder {
  color: #e3e3e3;
}
body.site .news365-top-search form input::-moz-placeholder {
  color: #e3e3e3;
}
body.site .news365-top-search form input:-ms-input-placeholder {
  color: #e3e3e3;
}
body.site .news365-top-search form input:-moz-placeholder {
  color: #e3e3e3;
}
#sp-menu-right > div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  height: 61px;
}
#sp-menu-right > div > .sp-module {
  margin-left: 15px;
}
#sp-menu-right > div.news365-top-search {
  margin-left: 20px;
}
#sp-menu-right > div .sp-module {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
}
#sp-menu-right .easystore-cart-icon {
  color: #000;
}
.is-sticky #sp-main-menu {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.sp-megamenu-parent .sp-module.menu-article-tabbed {
  padding: 0;
}
.sp-vertical-tabs .sp-tab-content {
  padding: 50px 0;
}
.sp-vertical-tabs .sp-tab-btns {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #303030;
  display: table;
  position: relative;
}
.sp-vertical-tabs .sp-tab-btns:before,
.sp-vertical-tabs .sp-tab-btns:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000px;
  background: #303030;
  z-index: 10;
}
.sp-vertical-tabs .sp-tab-btns:before {
  left: -2000px;
}
.sp-vertical-tabs .sp-tab-btns:after {
  right: -2000px;
}
.sp-vertical-tabs .sp-tab-btns > li {
  display: inline-block;
  float: left;
  border: none;
}
.sp-vertical-tabs .sp-tab-btns > li > a {
  display: block;
  line-height: 65px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.sp-vertical-tabs .sp-tab-btns > li > a:before {
  display: none;
}
.sp-vertical-tabs .sp-tab-btns > li.active > a,
.sp-vertical-tabs .sp-tab-btns > li:hover > a {
  color: #fff;
}
.sp-vertical-tabs .sp-tab-pane {
  display: none;
}
.sp-vertical-tabs .sp-tab-pane.active {
  display: block;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner {
  position: relative;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner .sp-img-wrapper {
  overflow: hidden;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner .sp-img-wrapper a {
  display: block;
  position: relative;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner .sp-img-wrapper a img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner .sp-img-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner .sp-img-wrapper a:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner:hover .sp-img-wrapper a:before {
  opacity: 1;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner:hover .sp-img-wrapper a:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 50px;
  opacity: 1;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-inner:hover .sp-img-wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sp-vertical-tabs .sp-tab-pane .sp-article-info {
  margin-top: 20px;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-info .entry-title {
  margin: 0;
  line-height: 1.5;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-info .entry-title > a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-vertical-tabs .sp-tab-pane .sp-article-info .entry-title > a:hover {
  opacity: 0.7;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 65px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h1,
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #000;
}
.sp-page-title h1 {
  font-size: 54px;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .title {
  text-transform: uppercase;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 65px 0 85px;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-nav-pills,
.sppb-addon-tab .sppb-nav-tabs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
}
.sppb-nav-pills > li,
.sppb-addon-tab .sppb-nav-tabs > li {
  margin: 0;
}
.sppb-nav-pills > li + li,
.sppb-addon-tab .sppb-nav-tabs > li + li {
  margin: 0;
}
.sppb-nav-pills > li.active,
.sppb-addon-tab .sppb-nav-tabs > li.active {
  color: #fff;
}
.sppb-nav-pills > li.active a,
.sppb-nav-pills > li.active a:hover,
.sppb-nav-pills > li.active a:focus,
.sppb-addon-tab .sppb-nav-tabs > li.active a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  border-radius: 0;
}
.sppb-nav-pills > li > a,
.sppb-addon-tab .sppb-nav-tabs > li > a {
  color: #24252a;
  border-radius: 0;
  padding: 0 30px;
  line-height: 50px;
  margin: 0;
}
.sppb-nav-pills > li > a:hover,
.sppb-nav-pills > li > a:focus,
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
}
.sppb-addon-tab .sppb-nav-tabs {
  border: none;
  background: #e1e1e1;
  margin-bottom: 0;
}
.sppb-addon-tab .sppb-nav-tabs > li.active > a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  color: #fff;
}
.sppb-addon-tab .sppb-nav-tabs > li > a {
  font-size: 14px;
  line-height: 60px;
  border: none;
}
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.sppb-addon-tab .sppb-tab-content {
  background: #fafafa;
  padding: 40px 30px;
}
.sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
  padding: 0;
}
.news365-tab-style2 .sppb-tab-content {
  padding: 0;
  background-color: transparent;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img {
  width: 33%;
}
.sp-tab-modules .items_mask .tab-padding .news365-news-title {
  width: 67%;
}
.sppb-addon-accordion .sppb-panel {
  border: 0;
  box-shadow: none;
  background: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  border-radius: 0;
  padding: 0 20px;
  line-height: 46px;
  background-color: transparent;
  border: solid 1px #706d6d;
  position: relative;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  background-color: #fff;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active:before {
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  right: 0;
  top: 0;
  font-size: 12px;
  color: #24252a;
  padding: 0 17px;
  border-left: 1px solid #706d6d;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading span.sppb-panel-title {
  color: #38434a;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-body {
  padding: 30px 20px 10px;
  border-top: 0 !important;
  font-size: 16px;
  line-height: 24px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 20px;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading {
  border-color: #cfcfcf;
  background-color: #e1e1e1;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active {
  background-color: #24252a;
  border-color: #24252a;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active:before {
  color: #fff;
  border-color: #393b42;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading:before {
  border-color: #cfcfcf;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading {
  color: #fff;
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading.active {
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading:before {
  color: #fff;
  border-color: #30aa41;
  background-color: #30aa41;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading {
  color: #000;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading span {
  color: #000;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading.active {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading:before {
  border: none;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading {
  color: #fff;
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading.active {
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading:before {
  color: #fff;
  border-color: #c92126;
  background-color: #c92126;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading {
  color: #fff;
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading.active {
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading:before {
  color: #fff;
  border-color: #e63700;
  background-color: #e63700;
}
.sppb-progress {
  margin-bottom: 5px;
  height: 4px;
  background-color: #706d6d;
  border-radius: 0;
}
.sppb-progress-wrap {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-bg-color .sppb-addon-articles .sppb-addon-section-right > a:before {
  color: rgba(0,0,0,0.2);
}
.section-bg-color .sppb-addon-articles .sppb-addon-section-right > a:hover:before {
  color: #fff;
}
.recommended-news.sppb-addon-articles .sppb-addon-section-right > a:before {
  color: #4a4a4a;
}
.recommended-news.sppb-addon-articles .sppb-addon-section-right > a:hover:before {
  color: #fff;
}
.sppb-addon-articles .sppb-addon-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
}
.sppb-addon-articles .sppb-addon-section-right {
  display: inline-block;
  float: right;
}
.sppb-addon-articles .sppb-addon-section-right > a {
  position: relative;
  text-indent: -9999px;
}
.sppb-addon-articles .sppb-addon-section-right > a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #e5e5e5;
  text-indent: 1px;
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  border: 3px solid;
  text-align: center;
  line-height: 33px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-article .sppb-img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.sppb-addon-article .sppb-img-wrapper img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-article .sppb-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-article .sppb-img-wrapper:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-article:hover .sppb-img-wrapper:before {
  opacity: 1;
}
.sppb-addon-article:hover .sppb-img-wrapper:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 50px;
  opacity: 1;
}
.sppb-addon-article:hover .sppb-img-wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sppb-addon-article .sppb-meta-category a {
  color: #949494;
  text-transform: uppercase;
  font-weight: 400;
}
.sppb-addon-article .sppb-article-title {
  margin: 5px 0 30px;
}
.sppb-addon-article .sppb-article-title a {
  color: #000;
  line-height: 1.25;
}
.sppb-addon-article.leading-item .sppb-article-title {
  margin: 5px 0 25px;
}
.sppb-addon-article.leading-item .sppb-article-introtext {
  margin-bottom: 70px;
}
.sppb-addon-article .sppb-readmore {
  color: #000;
}
.sppb-addon-article .sppb-article-introtext {
  margin-bottom: 30px;
  font-size: 16px;
}
.sppb-addon-article .sppb-article-meta {
  line-height: 1.3;
}
.sppb-addon-article .sppb-article-meta > span {
  color: #949494;
  font-size: 14px;
}
.sppb-addon-article .sppb-post-share-social {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-top: 5px;
  overflow: hidden;
}
.sppb-addon-article .sppb-post-share-social a {
  color: #ccc;
  margin-right: 10px;
  display: inline-block;
}
.sppb-addon-article .sppb-post-share-social .sppb-post-share-social-others {
  display: inline-block;
  margin-right: -78px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sppb-addon-article .sppb-post-share-social .share-button {
  width: 20px;
  color: #ccc;
  overflow: hidden;
  float: right;
  z-index: 10;
  position: relative;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-article .sppb-post-share-social .share-button.active + .sppb-post-share-social-others {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}
.sppb-addon-article .sppb-post-share-social .share-button:hover,
.sppb-addon-article .sppb-post-share-social .share-button.active {
  color: #999;
}
.layout-featured .sppb-addon-article.leading-item {
  margin-bottom: 10px;
  overflow: hidden;
}
.layout-featured .sppb-addon-article.leading-item .sppb-img-wrapper {
  width: 58%;
  float: left;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details {
  width: 42%;
  float: left;
  padding-left: 50px;
  margin-top: 25px;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-meta-category {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.layout-featured .sppb-addon-article.leading-item .sppb-article-details .sppb-article-title {
  font-size: 40px;
}
.layout-default .sppb-addon-article {
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-default .sppb-addon-article:hover {
  border-bottom-color: #fff;
}
.layout-default .sppb-addon-article .sppb-meta-category a,
.layout-default .sppb-addon-article .sppb-article-title a,
.layout-default .sppb-addon-article .sppb-readmore,
.layout-default .sppb-addon-article .sppb-article-meta > span {
  color: #fff;
}
.layout-default .sppb-addon-article .sppb-article-title {
  margin: 5px 0 20px;
}
.layout-default .sppb-addon-article .sppb-post-share-social a {
  color: #fff;
}
.layout-default .sppb-addon-article .sppb-post-share-social a:hover {
  color: #000;
}
.layout-default .sppb-addon-article .sppb-post-share-social .share-button {
  color: #fff;
}
.layout-default .sppb-row > div:nth-child(3n + 1) {
  clear: left;
}
.layout-default.recommended-news .sppb-row > div:nth-child(3n + 1) {
  clear: none;
}
.layout-business .sppb-addon-article.intro-item:hover .sppb-img-wrapper:after {
  font-size: 30px;
}
.layout-business .sppb-addon-article.intro-item .sppb-img-wrapper {
  margin-bottom: 15px;
}
.layout-business .sppb-addon-article.intro-item .sppb-article-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.layout-business .sppb-addon-article.intro-item .sppb-article-title a {
  line-height: 1.6;
}
.layout-business .leading-item.sppb-addon-article .sppb-img-wrapper {
  margin-bottom: 30px;
}
.layout-business .intro-item.sppb-addon-article {
  margin-bottom: 40px;
}
.layout-technology .sppb-addon-article {
  display: table;
}
.layout-technology .sppb-addon-article:hover .sppb-img-wrapper:after {
  font-size: 30px;
}
.layout-technology .sppb-addon-article .sppb-img-wrapper {
  width: 40%;
  display: table-cell;
}
.layout-technology .sppb-addon-article .sppb-article-details {
  width: 60%;
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-title {
  margin-bottom: 15px;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-meta {
  margin: 0;
}
.layout-technology .sppb-addon-article .sppb-article-details .sppb-article-meta > span {
  line-height: 1;
}
.recommended-news.sppb-addon-articles .sppb-addon-article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-img-wrapper {
  margin-bottom: 10px;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-meta-category a,
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-readmore,
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-article-meta > span {
  color: #949494;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-article-title {
  font-size: 22px;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-post-share-social a {
  color: #949494;
}
.recommended-news.sppb-addon-articles .sppb-addon-article .sppb-post-share-social .share-button {
  color: #949494;
  background-color: #363636;
}
.layout-featured.layout-featured-2 .sppb-addon-article.leading-item {
  margin-bottom: 35px;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-img-wrapper {
  width: 100%;
  float: inherit;
  margin-bottom: 10px;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details {
  width: 100%;
  float: inherit;
  padding-left: 0;
  margin-top: 0;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details .sppb-meta-category {
  font-size: 14px;
  margin-bottom: 0;
}
.layout-featured.layout-featured-2 .sppb-addon-article .sppb-article-details .sppb-article-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.layout-featured.layout-featured-2 .sppb-addon-article.intro-item .sppb-article-details .sppb-article-title {
  font-size: 18px;
}
.layout-featured.layout-featured-2 .sppb-addon-article.intro-item .sppb-article-title a {
  line-height: 1.4;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper {
  display: block;
  width: 100%;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:before {
  display: none;
}
.video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after {
  content: "\f04b";
  top: inherit;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  opacity: 1;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.video-articles .sppb-addon-article.leading-item .sppb-article-details {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}
.sp-tab-modules .tabs_buttons {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.sp-tab-modules .tabs_buttons ul.tabs_container li.tab {
  font-size: 16px;
  color: #949494;
  padding: 0 45px 0 0 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-tab-modules .items_mask {
  margin-top: 20px;
}
.sp-tab-modules .items_mask .tab-padding {
  padding: 0 !important;
}
.sp-tab-modules .items_mask .tab-padding > div > div {
  margin-bottom: 30px;
  overflow: hidden;
  display: table;
}
.sp-tab-modules .items_mask .tab-padding > div > div:hover .article-list-img a:before {
  opacity: 1;
}
.sp-tab-modules .items_mask .tab-padding > div > div:hover .article-list-img a:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 30px;
  opacity: 1;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img {
  width: 35%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img img {
  width: 100%;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a {
  display: block;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-tab-modules .items_mask .tab-padding .article-list-img a:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-tab-modules .items_mask .tab-padding .news365-news-title {
  font-size: 16px;
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.sppb-addon-articles-slider .sppb-addon-title {
  margin-top: 0;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-img-wrapper {
  margin-bottom: 15px;
  display: block;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-img-wrapper:after {
  content: "\f083";
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-category-icon {
  color: #949494;
  font-size: 16px;
  margin-right: 10px;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-meta-category a {
  color: #000;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title a {
  color: #949494;
}
.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-article-introtext {
  font-size: 14px;
}
.sppb-addon-articles-slider .owl-prev,
.sppb-addon-articles-slider .owl-next {
  text-indent: -999px;
  position: relative;
  background: none !important;
  overflow: hidden;
  position: absolute;
  top: -90px;
  right: 30px;
}
.sppb-addon-articles-slider .owl-prev:before,
.sppb-addon-articles-slider .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e5e5e5;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-articles-slider .owl-prev:hover:before,
.sppb-addon-articles-slider .owl-next:hover:before {
  color: #b2b2b2;
}
.sppb-addon-articles-slider .owl-next {
  right: 0;
}
.sppb-addon-articles-slider .owl-next:before {
  content: "\f105";
}
.sppb-addon-articles-slider .owl-dots .owl-dot span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.artilces-headline-wrapper {
  border-bottom: 1px solid #ededed;
  padding: 0 0 20px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .sppb-meta-category a {
  color: #949494;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-article.item .sppb-article-details .article-title a {
  font-size: 16px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppb-addon-title {
  display: inline-block;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .customNavigation {
  display: inline-block;
  margin-left: 20px;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider a.sppbSlideNext,
.sppb-addon-articles-headline.sppb-addon-articles-slider a.sppbSlidePrev {
  color: #949494;
  font-size: 24px;
  cursor: pointer;
}
.sppb-addon-articles-headline.sppb-addon-articles-slider .sppbSlidePrev {
  margin-right: 10px;
}
.contact-info .sppb-addon-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 15px;
}
.contact-info .sppb-addon-content {
  font-size: 16px;
  margin-bottom: 30px;
}
.sppb-ajaxt-contact-form .sppb-form-group {
  width: 33.3333%;
  padding-right: 20px;
  float: left;
}
.sppb-ajaxt-contact-form .sppb-form-group:nth-child(3) {
  padding-right: 0;
}
.sppb-ajaxt-contact-form .sppb-form-group:nth-child(4) {
  width: 100%;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}
.sppb-ajaxt-contact-form button {
  float: right;
}
.j2store-cart-table-wrapper {
  margin-bottom: 50px;
}
.j2store-product-list .j2store-single-product {
  margin-bottom: 50px;
  position: relative;
}
.j2store-product-list .j2store-single-product .product-stock-container {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 12px;
}
.product-crosssells-container h3,
.product-upsells-container h3,
.j2store-product-list h3 {
  font-size: 24px;
}
.product-crosssells-container .j2store-upcross-title,
.product-upsells-container .j2store-upcross-title,
.j2store-product-list .j2store-upcross-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.product-crosssells-container .j2store-content .j2store-title-wrap,
.product-upsells-container .j2store-content .j2store-title-wrap,
.j2store-product-list .j2store-content .j2store-title-wrap {
  display: table;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.product-crosssells-container .j2store-content .j2store-title-wrap .product-title,
.product-upsells-container .j2store-content .j2store-title-wrap .product-title,
.j2store-product-list .j2store-content .j2store-title-wrap .product-title {
  float: left;
  line-height: 1;
  margin: 0;
}
.product-crosssells-container .j2store-content .j2store-title-wrap .product-title a,
.product-upsells-container .j2store-content .j2store-title-wrap .product-title a,
.j2store-product-list .j2store-content .j2store-title-wrap .product-title a {
  font-size: 24px;
  color: #363636;
  font-weight: 400;
}
.product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container,
.product-upsells-container .j2store-content .j2store-title-wrap .product-price-container,
.j2store-product-list .j2store-content .j2store-title-wrap .product-price-container {
  float: right;
}
.product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
.product-upsells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
.j2store-product-list .j2store-content .j2store-title-wrap .product-price-container .sale-price {
  color: #e10613;
  font-size: 24px;
  font-weight: 500;
}
.product-crosssells-container .j2store-content .product-stock-container,
.product-upsells-container .j2store-content .product-stock-container,
.j2store-product-list .j2store-content .product-stock-container {
  display: block;
}
.product-crosssells-container .j2store-productlist-img-wrap,
.product-upsells-container .j2store-productlist-img-wrap,
.j2store-product-list .j2store-productlist-img-wrap {
  position: relative;
}
.product-crosssells-container .j2store-productlist-img-wrap .product-icons,
.product-upsells-container .j2store-productlist-img-wrap .product-icons,
.j2store-product-list .j2store-productlist-img-wrap .product-icons {
  bottom: 0;
  height: 65px;
  position: absolute;
  top: auto;
  z-index: 2;
}
.product-crosssells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form,
.product-upsells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form,
.j2store-product-list .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form {
  margin-top: 0;
}
.product-crosssells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete,
.product-upsells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete,
.j2store-product-list .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete {
  background: rgba(255,255,255,0.9) none repeat scroll 0 0;
  float: right;
  height: 65px;
  line-height: 65px;
  padding: 0 15px 0 80px;
}
.product-crosssells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete .text-success,
.product-upsells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete .text-success,
.j2store-product-list .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .cart-action-complete .text-success {
  margin-bottom: 0;
}
.product-crosssells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .product-qty,
.product-upsells-container .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .product-qty,
.j2store-product-list .j2store-productlist-img-wrap .product-icons .j2store-addtocart-form .product-qty {
  display: none;
}
.product-crosssells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button,
.product-crosssells-container .j2store-productlist-img-wrap .j2store-cart-button,
.product-upsells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button,
.product-upsells-container .j2store-productlist-img-wrap .j2store-cart-button,
.j2store-product-list .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button,
.j2store-product-list .j2store-productlist-img-wrap .j2store-cart-button {
  background: #363636;
  border: medium none;
  color: #fff;
  font-size: 24px;
  height: 65px;
  left: 0;
  padding: 1px 0 0;
  position: absolute;
  top: 0;
  width: 72px;
  transition: all 300ms ease;
  outline: 0;
  line-height: 65px;
  box-shadow: none;
}
.product-crosssells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:hover,
.product-crosssells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:active,
.product-crosssells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:focus,
.product-crosssells-container .j2store-productlist-img-wrap .j2store-cart-button:hover,
.product-crosssells-container .j2store-productlist-img-wrap .j2store-cart-button:active,
.product-crosssells-container .j2store-productlist-img-wrap .j2store-cart-button:focus,
.product-upsells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:hover,
.product-upsells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:active,
.product-upsells-container .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:focus,
.product-upsells-container .j2store-productlist-img-wrap .j2store-cart-button:hover,
.product-upsells-container .j2store-productlist-img-wrap .j2store-cart-button:active,
.product-upsells-container .j2store-productlist-img-wrap .j2store-cart-button:focus,
.j2store-product-list .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:hover,
.j2store-product-list .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:active,
.j2store-product-list .j2store-productlist-img-wrap .btn.btn-primary.j2store_add_to_cart_button:focus,
.j2store-product-list .j2store-productlist-img-wrap .j2store-cart-button:hover,
.j2store-product-list .j2store-productlist-img-wrap .j2store-cart-button:active,
.j2store-product-list .j2store-productlist-img-wrap .j2store-cart-button:focus {
  box-shadow: none;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images {
  position: relative;
  overflow: hidden;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images .mod_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(225,6,19,0.8);
  text-align: center;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 1;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic a,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic a,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images .mod_pic a {
  font-size: 48px;
  color: #fff;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
  right: 0;
  width: 60px;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a {
  display: block;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a img,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a img,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images .j2store-thumbnail-image a img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic {
  visibility: visible;
  opacity: 1;
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic a,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic a,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images:hover .mod_pic a {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images:hover .j2store-thumbnail-image a img,
.product-upsells-container .j2store-productlist-img-wrap .j2store-product-images:hover .j2store-thumbnail-image a img,
.j2store-product-list .j2store-productlist-img-wrap .j2store-product-images:hover .j2store-thumbnail-image a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.product-crosssells-container .items-row .bannergroup.blog-bottom-add,
.product-upsells-container .items-row .bannergroup.blog-bottom-add,
.j2store-product-list .items-row .bannergroup.blog-bottom-add {
  margin: 10px 0 70px;
}
.product-crosssells-container {
  margin-top: 70px;
}
.j2store-single-product .j2store-mainimage span img {
  width: 100%;
}
.j2store-single-product .product-content .product-title {
  color: #363636;
  font-size: 36px;
  font-weight: 400;
  margin: 26px 0 10px;
}
.j2store-single-product .product-content .price-sku-brand-container .vm-product-availability {
  color: #767676;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.j2store-single-product .product-content .price-sku-brand-container .vm-product-availability.in-stock span {
  color: #8dc63f;
  font-weight: 600;
}
.j2store-single-product .product-content .price-sku-brand-container .vm-product-availability.out-of-stock span {
  font-weight: 600;
}
.j2store-single-product .product-content .price-sku-brand-container .product-sdesc {
  padding-top: 20px;
}
.j2store-single-product .product-content .price-sku-brand-container .product-sdesc p {
  color: #767676;
  font-size: 14px;
  line-height: 1.714;
}
.j2store-single-product .product-content .price-sku-brand-container .product-sku span {
  color: #767676;
  font-size: 14px;
}
.j2store-single-product .product-content .product-price {
  padding: 0;
}
.j2store-single-product .product-content .product-price .product-price-container {
  margin-bottom: 10px;
}
.j2store-single-product .product-content .product-price .product-price-container span {
  color: #e10613;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty span {
  display: none;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty input {
  border-style: solid;
  border-width: 1px 0;
  box-shadow: none;
  color: #767676;
  float: left;
  font-size: 16px;
  height: 40px !important;
  outline: 0 none;
  padding: 3px 0 !important;
  text-align: center;
  width: 70px !important;
  border-color: #d6d6d6 transparent !important;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty input:focus {
  box-shadow: none;
  outline: 0;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty input[type="number"] {
  -moz-appearance: textfield;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty input::-webkit-outer-spin-button,
.j2store-single-product .product-content .j2store-add-to-cart .product-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty .j2store-qty-ctrt-wrap {
  float: left;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty .j2store-qty-ctrt-wrap div {
  border: 1px solid #d6d6d6;
  color: #767676;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  padding: 12px 15px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty .j2store-qty-ctrt-wrap div.j2store-qty-down {
  margin-right: -1px;
}
.j2store-single-product .product-content .j2store-add-to-cart .product-qty .j2store-qty-ctrt-wrap div.j2store-qty-up {
  margin-left: -1px;
}
.j2store-single-product .product-content .j2store-add-to-cart .j2store-cart-button {
  height: 45px;
  font-weight: 400;
  text-transform: none;
}
.j2store-single-product .product-content .j2store-add-to-cart .j2store-cart-button:hover,
.j2store-single-product .product-content .j2store-add-to-cart .j2store-cart-button:focus,
.j2store-single-product .product-content .j2store-add-to-cart .j2store-cart-button:active {
  box-shadow: none;
}
.j2store-single-product .product-content .j2store-add-to-cart .j2store-cart-button i {
  display: inline-block;
  font-size: 20px;
  line-height: 0.9;
  margin-right: 10px !important;
}
.j2store-single-product .product-content .j2store-addtocart-form {
  margin-top: 0;
}
.j2store-single-product .price-sku-brand-container {
  border: none;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 10px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:last-child {
  margin-right: 0;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover img {
  opacity: 0.5;
}
.j2store-single-product .j2store-view-back-button {
  margin-top: 80px;
}
.j2store-single-product .j2store-view-back-button a {
  font-weight: 400;
  text-transform: none;
}
.j2store-single-product .j2store-view-back-button a i {
  margin-right: 8px;
}
.j2store-single-product .product-stock-container span {
  color: #8dc63f;
}
.tab-content .tab-pane .table {
  margin: 35px 0 30px;
}
.tab-content .tab-pane .table tbody tr td {
  border: medium none;
  color: #767676;
  font-size: 14px;
  padding: 12px 20px;
}
.tab-content .tab-pane .table tbody tr td:first-child {
  width: 35%;
}
.tab-content .tab-pane .product-sdesc {
  padding: 30px 0 60px;
}
.tab-content .tab-pane .product-sdesc p {
  color: #767676;
  font-size: 14px;
  line-height: 1.714;
}
.tabs {
  margin-top: 20px;
}
.tabs .nav.nav-tabs {
  border: 0;
}
.tabs .nav.nav-tabs li {
  margin: 0;
}
.tabs .nav.nav-tabs li a {
  color: #767676;
  border-radius: 0;
  border-width: 0 0 2px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
}
.tabs .nav.nav-tabs li a:hover,
.tabs .nav.nav-tabs li a:focus {
  background: transparent none repeat scroll 0 0;
  border-color: transparent;
}
.tabs .nav.nav-tabs li.active a {
  border-radius: 0;
  color: #e10613;
}
.view-carts .j2store-cart .j2store-cart-table input {
  padding: 0 12px !important;
  height: 35px !important;
  width: 69px !important;
  float: left;
}
.view-carts .j2store-cart .j2store-cart-table a.btn {
  line-height: 35px;
}
.view-carts .j2store-cart .j2store-cart-table tr > td {
  vertical-align: middle;
}
.view-carts .j2store-cart .j2store-cart-buttons .cart-continue-shopping-button {
  display: inline-block;
  margin-right: 10px;
}
table.j2store-cart-table td.cart-line-subtotal,
table.cart-footer td {
  text-align: left;
}
.cart-estimator-discount-wrapper {
  background: #f9f9f9;
  margin: 0 15px;
  padding: 15px 15px 30px;
  overflow: hidden;
}
.cart-estimator-discount-wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.cart-estimator-discount-wrapper .cart-footer th,
.cart-estimator-discount-wrapper .cart-footer td {
  text-align: left !important;
  padding: 10px 15px;
}
.cart-estimator-discount-block {
  margin-top: 25px;
}
.cart-estimator-discount-block .coupon {
  margin-bottom: 20px;
}
.cart-estimator-discount-block .coupon input[type="text"] {
  width: 55%;
  float: left;
}
.cart-estimator-discount-block .voucher {
  margin-bottom: 10px;
}
.cart-estimator-discount-block .voucher input[type="text"] {
  width: 55%;
  float: left;
}
.cart-estimator-discount-block .cart-footer th {
  text-align: left !important;
}
.cart-estimator-discount-block #shipping {
  display: block;
  margin-top: 15px;
}
.cart-estimator-discount-block #shipping tr {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.cart-estimator-discount-block #shipping tr td:first-child {
  padding-right: 20px;
  width: 140px;
}
#shipping-payment-method #onCheckoutPayment_wrapper label {
  margin-right: 20px;
}
#shipping-payment-method #onCheckoutPayment_wrapper label:first-child {
  margin-left: 5px;
}
#j2store-checkout-content > div {
  margin-bottom: 15px;
}
#j2store-checkout-content .checkout-heading {
  margin-bottom: 0;
  padding: 10px 20px;
}
#j2store-checkout-content .checkout-content {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #dbdee1;
  border-top: none;
}
#j2store-checkout-content #akeeba-renderjoomla h2 {
  font-size: 26px;
}
#j2store-checkout-content #billing-address input {
  width: 100%;
}
#j2store-checkout-content #billing-address #billing-existing select {
  overflow: hidden;
}
#j2store-checkout-content #shipping-payment-method #onCheckoutPayment_wrapper,
#j2store-checkout-content #shipping-payment-method .customer-note {
  margin-bottom: 20px;
}
#j2store-checkout-content #shipping-payment-method #onCheckoutPayment_wrapper h3,
#j2store-checkout-content #shipping-payment-method .customer-note h3 {
  margin-top: 0;
  font-size: 22px;
}
#j2store-checkout-content #confirm .j2storeOrderSummary h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
.j2store .checkout-content {
  overflow: visible;
}
.j2store .checkout-content .customer-note {
  margin-bottom: 10px;
}
.j2store .checkout-content .buttons {
  margin: 10px 0 20px;
}
.view-myprofile #j2storeaddressForm {
  padding: 0 20px !important;
}
#j2store_currency {
  background: none !important;
  padding: 0 10px;
  margin-left: 20px;
}
#j2store_currency a {
  border: none !important;
  padding: 0 8px !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.5) !important;
}
#j2store_currency a.active {
  margin-left: 0;
}
#j2store_currency a.active,
#j2store_currency a:hover,
#j2store_currency a:focus {
  color: #ffffff !important;
  cursor: pointer;
}
#j2store_currency a.active b,
#j2store_currency a:hover b,
#j2store_currency a:focus b {
  font-weight: 400;
}
.j2store-cart-module {
  padding-left: 20px;
  position: relative;
}
.j2store-cart-module > div {
  padding: 3px 0 3px 20px;
  border-left: 1px solid #ededed;
}
.j2store-cart-module .cart-icon {
  font-size: 16px;
  cursor: pointer;
}
.j2store-cart-module .j2store-cart-module-wrapper {
  position: absolute;
  width: 200px;
  right: 0;
  top: 100%;
  background: rgba(0,0,0,0.95);
  color: #fff;
  padding: 30px;
  line-height: 1.5;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.j2store-cart-module .j2store-cart-module-wrapper .info {
  font-size: 16px;
}
.j2store-cart-module .j2store-cart-module-wrapper .link.btn {
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 15px;
  line-height: 38px;
  margin-top: 10px;
}
.j2store-cart-module .cart-icon.active + .j2store-cart-module-wrapper {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.j2store-product-module.j2store-product-module-list .product-title {
  padding: 0;
  margin: 0;
}
.j2store-product-module.j2store-product-module-list .product-title a {
  line-height: 100%;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-title a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-title a:hover,
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-title a:focus {
  color: #e10613;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-price-container {
  margin-top: 5px;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-price-container .sale-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #e10613;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section {
  margin-left: 0;
  display: flex;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .j2store-product-image {
  padding-left: 0;
  width: 37%;
  margin-right: 20px;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block {
  padding-left: 0;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block form {
  margin-top: 15px;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block form a {
  background: transparent;
  color: #363636;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-transform: capitalize;
}
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block form a:hover,
.j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block form a:focus {
  color: #e10613;
}
.shop-r-mod-sidebar .sppb-collection-item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon {
  display: flex;
  gap: 10px;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:first-child .easystore-product-image {
  width: 80px;
  height: 81px;
  padding-bottom: 0;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:first-child .easystore-product-image img {
  width: 100%;
  height: auto;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon {
  display: flex;
  flex-direction: column;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .easystore-product-title {
  font-size: 16px;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .easystore-product-title a {
  color: #000;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .addon-root-easystore-list-price {
  margin-top: -10px;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .addon-root-easystore-list-addtocart .easystore-btn-add-to-cart {
  padding: 0;
  background-color: unset;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .addon-root-easystore-list-addtocart .easystore-btn-add-to-cart:hover {
  background-color: unset;
  color: #303030;
}
.shop-r-mod-sidebar .sppb-collection-item .sppb-div-addon > div:last-child .sppb-div-addon .addon-root-easystore-list-addtocart .easystore-btn-add-to-cart .easystore-btn-text {
  color: #363636;
  padding: 0;
  border: unset;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sp-module .tagspopular ul > li > a:focus,
.sp-module .tagspopular ul > li > a:hover,
.tags a:focus,
.tags a:hover {
  background: none !important;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-news365-login .modal-backdrop.in {
  opacity: 0.9;
}
.sp-news365-login .modal-dialog {
  width: 770px;
  max-width: 770px;
}
.sp-news365-login .modal-content {
  border-radius: 0;
  padding: 70px 130px;
  color: #000;
}
.sp-news365-login .modal-content button:focus {
  outline: none;
}
.sp-news365-login .modal-content button.close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-news365-login .modal-content button.close i {
  width: 36px;
  height: 36px;
  text-align: center;
  border: solid 2px #c9c9c1;
  border-radius: 100%;
  line-height: 30px;
}
.sp-news365-login .modal-content .modal-body-wrapper {
  padding: 0;
}
.sp-news365-login .modal-content .modal-body-wrapper label {
  font-size: 16px;
}
.sp-news365-login .modal-content .modal-body-wrapper .title {
  margin: 0 0 30px 0;
}
.sp-news365-login .modal-content .modal-body-wrapper .userdata > input {
  width: 100%;
}
.sp-news365-login .modal-content .modal-body-wrapper .userdata input#modlgn-username {
  margin-bottom: 20px;
}
.sp-news365-login .modal-content .modal-body-wrapper .button-wrap {
  margin-top: 30px;
  float: right;
}
.sp-news365-login .modal-content .modal-body-wrapper .forget-name-link {
  margin-top: 40px;
  color: #a0a0a0;
  font-size: 16px;
}
.sp-news365-login .modal-content .modal-body-wrapper .forget-name-link a {
  color: #6b6a6a;
}
.sp-news365-login .modal-content .modal-body-wrapper .forget-name-link a:hover {
  color: #454444;
}
.sp-news365-login .modal-content .modal-footer {
  margin-top: 35px;
  color: #a0a0a0;
  font-size: 16px;
}
.sp-news365-login .modal-content .modal-footer a {
  color: #6b6a6a;
}
.sp-news365-login .modal-content .modal-footer a:hover {
  color: #454444;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.joomla-default-login .checkbox {
  display: inline-block;
  float: left;
  margin-top: 25px;
}
.joomla-default-login .submit-button {
  margin-top: 10px;
  float: right;
}
.joomla-default-login .submit-button .btn {
  display: inline-block;
  text-align: right;
}
.joomla-default-login .form-links {
  margin-top: 30px;
  overflow: hidden;
  clear: both;
}
.joomla-default-login .form-links ul > li {
  display: inline-block;
  width: 50%;
  float: left;
}
.joomla-default-login .form-links ul > li:nth-child(2) {
  text-align: right;
}
.joomla-default-login .form-links ul > li > a {
  color: #999;
}
.k2AccountPage table.admintable tr {
  padding-bottom: 20px;
  display: block;
}
.k2AccountPage th.k2ProfileHeading {
  background: none;
  padding: 0 0 20px;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: none;
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  margin: 0;
  border: none;
}
.k2AccountPage table.admintable tr td span {
  float: left;
  margin-right: 10px;
}
.k2AccountPage table.admintable .account-info {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 10px;
}
.k2AccountPage table.admintable .personal-info {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 30px;
}
.k2AccountPage .submit-btn {
  padding-top: 30px !important;
}
.k2AccountPage .submit-btn button {
  padding: 0 30px;
  border: none;
  color: #fff;
  font-weight: 700;
}
.k2AccountPage .choose-file label {
  margin-right: 10px;
}
.editor a.btn-default {
  padding: 0;
}
.editor a.btn-default:hover,
.editor a.btn-default:focus {
  background-color: transparent;
}
.k2AccountPage div.k2AccountPageNotice {
  font-size: 12px;
  margin-top: 15px;
}
.k2AccountPage div.k2AccountPageUpdate {
  display: inline-block;
  border: none;
}
.k2AccountPage div.k2AccountPageUpdate .button {
  margin-left: 450px;
}
.k2AccountPage div.k2AccountPageUpdate .button:focus {
  outline: none;
}
.k2AccountPage input {
  min-width: 420px;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  color: #949494;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
.article-info > dd.category-name a {
  color: #949494;
}
article.item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
article.item > p {
  font-size: 16px;
}
article.item .readmore {
  margin-top: 30px;
}
.tags {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 2px dotted #e5e5e5;
  border-bottom: 2px dotted #e5e5e5;
  padding: 20px 0;
}
.tags a {
  font-size: 14px;
  background: transparent;
  color: #949494;
  font-weight: 400;
}
.tags a:hover {
  background: none !important;
}
.layout-blog .published {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  text-transform: capitalize;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 40px;
}
.entry-image {
  position: relative;
  overflow: hidden;
}
.entry-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.entry-image a {
  display: block;
}
.entry-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry-image a:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.item:hover .entry-image a:before {
  opacity: 1;
}
article.item:hover .entry-image a:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 50px;
  opacity: 1;
}
article.item:hover .entry-image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.view-products .pagination {
  margin-top: 50px;
}
div.pagination {
  display: block;
}
ul.pagination {
  display: block;
  border-radius: 0;
  border-top: 1px solid #ededed;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  text-align: center;
  height: 55px;
}
ul.pagination > li {
  display: inline-block;
}
ul.pagination > li.active > a,
ul.pagination > li.active > span {
  background: none !important;
}
ul.pagination > li > a,
ul.pagination > li > span {
  padding: 0 15px !important;
  line-height: 55px;
  border: none !important;
  background: none !important;
  font-size: 16px !important;
  color: #7d7d7d;
  border: none;
}
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:hover,
ul.pagination > li > span:focus {
  background: none;
}
ul.pagination > li.disabled > a,
ul.pagination > li a[title="End"],
ul.pagination > li a[title="Next"] {
  font-size: 24px;
}
.blog-bottom-add {
  text-align: center;
  margin: 30px 0;
}
.view-article .sp-page-title .title {
  display: none;
}
.view-article article.item .entry-header h2 {
  color: #000;
  font-size: 50px;
  line-height: 1.2;
}
.view-article article.item .article-info {
  margin: 30px -8px 40px;
}
.view-article article.item div[itemprop="articleBody"] p {
  font-size: 16px;
}
.view-article article.item div[itemprop="articleBody"] p small {
  color: #919191;
  font-size: 100%;
  font-style: italic;
  margin-bottom: 30px;
  display: block;
}
.view-article article.item div[itemprop="articleBody"] p img {
  margin: 20px 0;
}
.view-article article.item div[itemprop="articleBody"] h1,
.view-article article.item div[itemprop="articleBody"] h2,
.view-article article.item div[itemprop="articleBody"] h3,
.view-article article.item div[itemprop="articleBody"] h4,
.view-article article.item div[itemprop="articleBody"] h5 {
  margin: 50px 0 30px;
}
.view-article article.item div[itemprop="articleBody"] blockquote {
  border: none;
  padding: 30px 0;
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  margin: 0;
  overflow: hidden;
}
.view-article article.item div[itemprop="articleBody"] blockquote:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  color: #eeeeee;
  float: left;
  margin-right: 40px;
  line-height: 1;
}
.view-article article.item .tags {
  margin-top: 60px;
}
.view-article article.item .sp-social-share {
  margin-bottom: 50px;
}
.view-article article.item .blog-details-add {
  text-align: center;
  margin: 30px 0 40px;
}
.view-article article.item .pager {
  border-top: 2px dotted #e5e5e5;
  border-bottom: 2px dotted #e5e5e5;
  padding: 20px 0;
  margin: 50px 0;
}
.view-article article.item .pager li > a,
.view-article article.item .pager li > span {
  border: none;
  font-size: 16px;
  color: #bcbcbc;
}
.view-article article.item .pager li > a {
  line-height: 1;
}
.view-article article.item .pager li > a:hover,
.view-article article.item .pager li > a:focus {
  background: none;
}
.view-article article.item .pager li > a > span.icon-chevron-left,
.view-article article.item .pager li > a > span.icon-chevron-right {
  font-size: 30px;
  float: left;
}
.view-article article.item .pager li.next > a > span.icon-chevron-right {
  float: right;
  margin-left: 10px;
}
.view-article article.item .pager .icon-chevron-left:before,
.view-article article.item .pager .icon-leftarrow:before,
.view-article article.item .pager .icon-arrow-left:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.view-article article.item .pager .icon-chevron-right:before,
.view-article article.item .pager .icon-rightarrow:before,
.view-article article.item .pager .icon-arrow-right:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.newslist-add .bannergroup {
  margin-bottom: 55px;
}
.newslist-add .bannergroup .banneritem img {
  width: 100%;
}
.entry-social-block {
  display: inline-block;
  font-size: 20px;
}
.entry-social-block .helix-article-social-share-icon ul li {
  display: inline-block;
  margin-left: 15px;
}
.entry-social-block .facebook a {
  color: #3b5998;
}
.entry-social-block .twitter a {
  color: #55acee;
}
.entry-social-block .gplus a {
  color: #dd4b39;
}
.entry-social-block .linkedin a {
  color: #006699;
}
.entry-social-block .pinterest a {
  color: #cb2027;
}
div.catItemImageBlock {
  padding: 0;
  position: relative;
  overflow: hidden;
}
div.catItemImageBlock span.catItemImage {
  margin: 0;
}
div.catItemImageBlock span.catItemImage a {
  display: block;
  position: relative;
}
div.catItemImageBlock span.catItemImage a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.catItemImageBlock span.catItemImage a:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.catItemImageBlock span.catItemImage a:hover:before {
  opacity: 1;
}
div.catItemImageBlock span.catItemImage a:hover:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 50px;
  opacity: 1;
}
div.catItemImageBlock img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
div.catItemImageBlock:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.catItemHeader .catItemCategory > a {
  font-weight: 400;
  color: #949494;
  text-transform: uppercase;
}
.catItemTitle {
  margin-top: 0;
}
.catItemBody .catItemIntroText {
  font-size: 16px;
}
.catItemDateCreated {
  color: #949494;
}
.catItemAuthor {
  float: right;
  color: #949494;
}
.catItemAuthor a {
  color: #949494;
}
div.catItemLinks .catItemTagsBlock {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 2px dotted #e5e5e5;
  border-bottom: 2px dotted #e5e5e5;
  padding: 15px 0;
}
div.catItemLinks .catItemTagsBlock > span {
  font-weight: 400;
}
div.catItemLinks .catItemTagsBlock > span:after {
  content: " :";
}
div.catItemLinks a {
  color: #949494;
}
div.catItemLinks a:after {
  content: "|";
  margin-left: 8px;
}
div.catItemLinks li:last-child a:after {
  display: none;
}
.view-itemlist .sp-module .sp-module-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.view-itemlist .sp-module ul > li > a:before {
  display: none;
}
.k2ItemsBlock ul > li {
  border: none;
  margin-bottom: 30px !important;
}
.k2ItemsBlock ul > li a {
  display: inline-block;
  float: left;
}
.k2ItemsBlock ul > li a:before {
  display: none;
}
.k2ItemsBlock ul > li a.moduleItemTitle {
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 10px;
}
.k2ItemsBlock .moduleItemCategory {
  line-height: 1.5;
  color: #949494;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.k2ItemsBlock div.k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 24px;
  line-height: 1.23;
}
.k2ItemsBlock div.moduleItemAuthor {
  display: inline-block;
  line-height: 55px;
  margin-left: 10px;
  color: #949494;
}
.k2ItemsBlock div.moduleItemAuthor a {
  margin-right: 5px;
  color: #949494;
}
.k2ItemsBlock .moduleItemImage {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
}
.k2ItemsBlock .moduleItemImage img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.k2ItemsBlock .moduleItemImage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  display: block !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.k2ItemsBlock .moduleItemImage:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.k2ItemsBlock .moduleItemImage:hover:before {
  opacity: 1;
}
.k2ItemsBlock .moduleItemImage:hover:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 30px;
  opacity: 1;
}
.k2ItemsBlock .moduleItemImage:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.k2ItemsBlock div.moduleItemIntrotext {
  clear: both;
  font-size: 16px;
}
.k2ItemsBlock .moduleItemDateCreated {
  color: #949494;
  display: block;
}
.k2ItemsBlock .moduleItemHits-wrapper {
  margin-top: 10px;
}
.k2ItemsBlock .moduleItemComments,
.k2ItemsBlock .moduleItemHits {
  color: #949494;
  line-height: 1.5;
  border-color: #949494;
}
.k2CategoriesListBlock ul > li {
  margin-bottom: 0 !important;
  border: none;
}
.k2CategoriesListBlock ul > li a:before {
  display: none;
}
.k2CategoriesListBlock ul > li > a {
  -webkit-box-shadow: 0px 1px 0px #e8e8e8;
  box-shadow: 0px 1px 0px #e8e8e8;
  line-height: 54px;
  font-size: 16px;
  padding: 0;
  border: none;
}
.k2CategoriesListBlock ul > li ul {
  padding: 0px 20px;
}
.k2CategoriesListBlock ul > li ul li:first-child {
  margin-top: -20px;
}
.k2CategoriesListBlock ul > li ul li a {
  position: relative;
}
.k2CategoriesListBlock ul > li ul li a:before {
  content: "";
  display: block !important;
  float: left;
  width: 12px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translate(-50%);
}
.k2CategoriesListBlock ul > li ul li:last-child > a {
  box-shadow: none;
}
.k2CategoriesListBlock ul > li.activeCategory a {
  font-weight: 400 !important;
}
.k2-related-module ul > li {
  border-bottom: 1px solid #ededed;
  padding: 15px 0 5px !important;
  margin-bottom: 0 !important;
}
.k2-related-module ul > li a.moduleItemTitle {
  margin-bottom: 0;
  font-size: 16px;
}
div.k2TagCloudBlock a {
  font-size: 18px !important;
  line-height: 34px;
  color: #949494;
}
div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a:focus {
  background: none;
}
div.k2TagCloudBlock a:after {
  content: ".";
  font-size: 50px;
  color: #ededed;
  display: inline-block;
  margin: -8px 10px 0 10px;
  float: right;
}
div.catItemCommentsLink {
  border: none;
}
div.catItemCommentsLink:before {
  content: "\f27b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
div.catItemReadMore {
  display: block;
  margin-top: 20px;
}
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  display: none;
}
.itemView .itemHeader {
  clear: both;
  display: table;
  width: 100%;
}
.itemView .itemHeader h2.itemTitle {
  color: #000;
  font-size: 50px;
  line-height: 1.2;
  padding-top: 0;
  display: table;
  width: 100%;
  padding-bottom: 28px;
}
.itemView .itemHeader h2.itemTitle span {
  float: none;
  display: inline-block;
  overflow: hidden;
  line-height: 1.5;
  padding: 5px 10px;
}
.itemView .itemHeader h2.itemTitle span sup {
  top: 0;
  color: #fff;
  font-weight: 700;
}
.itemView .itemHeader span,
.itemView .itemHeader span.itemDateCreated {
  float: left;
  color: #949494;
  font-weight: 400;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
}
.itemView .itemHeader div.itemCategory {
  float: left;
}
.itemView .itemHeader div.itemCategory a {
  color: #949494;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.itemView .itemHeader .itemAuthor a {
  color: #949494;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.itemView div.itemToolbar {
  border-radius: 0;
  clear: both;
  display: table;
  margin: 25px 0 0;
  padding: 10px;
  width: 100%;
}
.itemView div.itemToolbar ul li {
  font-size: 14px;
}
.itemView div.itemToolbar ul li a {
  font-size: 14px;
}
.itemView div.itemRatingBlock {
  padding: 15px 0 10px;
}
.itemView div.itemRatingBlock .itemRatingLog {
  font-size: 12px;
}
.itemView .itemBody div.itemImageBlock {
  margin: 0;
}
.itemView .itemBody div.itemIntroText {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 0 0;
}
.itemView .itemBody .itemFullText p {
  font-size: 16px;
}
.itemView .itemBody .itemFullText p small {
  color: #919191;
  display: block;
  font-size: 100%;
  font-style: italic;
  margin-bottom: 20px;
}
.itemView .itemBody .itemFullText h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 40px 0 30px;
  padding: 0;
}
.itemView .itemBody .itemFullText blockquote {
  border: medium none;
  color: #e10613;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0 0 30px;
}
.itemView .itemBody .itemFullText blockquote:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  color: #eeeeee;
  float: left;
  margin-right: 40px;
  line-height: 1;
}
.itemView .itemLinks .itemTagsBlock {
  border-bottom: 2px dotted #e5e5e5;
  border-top: 2px dotted #e5e5e5;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 0;
}
.itemView .itemLinks .itemTagsBlock span {
  color: #333;
  font-weight: 400;
}
.itemView .itemLinks .itemTagsBlock .itemTags li a {
  border-radius: 0;
  color: #949494;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.itemView .itemLinks .itemTagsBlock .itemTags li a:before {
  content: "";
}
.itemView div.itemAuthorBlock {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 40px 0 0;
  padding: 15px;
}
.itemView div.itemAuthorBlock img {
  margin-right: 20px;
}
.itemView div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 20px 0 0;
}
.itemView div.itemAuthorBlock div.itemAuthorDetails .itemAuthorName a:hover {
  color: #000;
}
.itemView .itemAuthorLatest h3,
.itemView .itemRelated h3 {
  color: #e10613;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
  text-transform: uppercase;
}
.itemView .itemAuthorLatest ul li,
.itemView .itemRelated ul li {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  padding: 15px 0 12px;
}
.itemView .itemAuthorLatest ul li:last-child,
.itemView .itemRelated ul li:last-child {
  border-bottom: 0;
}
.itemView .itemAuthorLatest ul li a,
.itemView .itemRelated ul li a {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #363636;
  display: block;
}
.itemView .itemAuthorLatest ul li a:hover,
.itemView .itemRelated ul li a:hover {
  color: #e10613;
}
.itemView div.itemNavigation {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  margin: 40px 0 25px;
  padding: 0;
}
.itemView div.itemNavigation span {
  font-family: Merriweather, sans-serif;
  color: #e10613;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.itemView div.itemNavigation a {
  border-bottom: 1px solid #e8e8e8;
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.itemView div.itemNavigation a:hover,
.itemView div.itemNavigation a:focus {
  color: #e10613;
}
.itemView .itemComments {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 0;
}
.itemView .itemComments .itemCommentsForm h3 {
  border-bottom: 1px solid #ebebeb;
  color: #e10613;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.itemView .itemComments .itemCommentsForm p.itemCommentsFormNotes {
  border-top: 0 none;
  color: #e10613;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
}
.itemView .itemComments .itemCommentsForm input {
  margin: 0 0 25px;
  padding: 1px 15px 0 !important;
  text-transform: capitalize;
  width: 100%;
  border-radius: 0;
}
.itemView .itemComments .itemCommentsForm textarea {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  display: table;
  height: 145px !important;
  padding: 15px 0 0 20px !important;
  resize: none;
  text-transform: capitalize;
  width: 100%;
  margin: 0 0 20px;
}
.itemView .itemComments .itemCommentsForm label {
  margin: 0 0 8px 2px;
}
.itemView .itemComments .itemCommentsForm input#submitCommentButton[type="submit"] {
  background: #e10613 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 0 30px !important;
  text-transform: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
  margin-top: 45px;
}
.itemView div.itemBackToTop a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
}
.itemView div.itemBackToTop a:hover,
.itemView div.itemBackToTop a:focus {
  color: #000;
}
.itemView div.itemBackToTop a i {
  font-size: 20px;
  line-height: 0.8;
  padding-left: 2px;
  position: relative;
  top: 2px;
}
#sp-right .sp-module-title,
#sp-left .sp-module-title {
  font-size: 24px;
  margin-bottom: 40px;
}
#sp-right .search,
#sp-left .search {
  margin-top: -20px;
}
#sp-right .search input,
#sp-left .search input {
  width: 100%;
}
.blog-sidebar-title .sp-module-title {
  font-size: 24px;
  margin-bottom: 35px;
}
.sp-module .latestnews > div {
  border: none;
  margin-bottom: 30px;
}
.sp-module .latestnews > div .news365-news-title {
  font-size: 24px;
  font-weight: 400 !important;
  color: #000;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 25px;
}
.sp-module .latestnews > div .article-list-img {
  position: relative;
  overflow: hidden;
}
.sp-module .latestnews > div .article-list-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-module .latestnews > div .article-list-img a {
  display: block;
}
.sp-module .latestnews > div .article-list-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-module .latestnews > div .article-list-img a:after {
  content: "\f1ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-module .latestnews > div:hover .article-list-img a:before {
  opacity: 1;
}
.sp-module .latestnews > div:hover .article-list-img a:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  font-size: 30px;
  opacity: 1;
}
.sp-module .latestnews > div:hover .article-list-img img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sp-module .latestnews > div .category-title {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 25px;
}
.sp-module .latestnews > div .published-date {
  color: #949494;
}
.sp-module ul.categories-module,
.sp-module ul.menu {
  margin-top: -20px;
}
.sp-module ul.categories-module > li,
.sp-module ul.menu > li {
  font-size: 16px;
}
.sp-module ul.categories-module > li > a,
.sp-module ul.menu > li > a {
  line-height: 50px;
}
.sp-module ul.categories-module > li > a:before,
.sp-module ul.menu > li > a:before {
  display: none;
}
.sp-module ul.mostread {
  margin-top: -20px;
}
.sp-module ul.mostread > li > a {
  line-height: 1.5;
  padding: 20px 0;
  font-weight: 400 !important;
  font-size: 16px;
}
.sp-module ul.mostread > li > a:before {
  display: none;
}
.sp-module .tagspopular .sp-module-title {
  margin-bottom: 30px;
}
.sp-module .tagspopular ul > li {
  display: inline-block;
  border-bottom: none;
}
.sp-module .tagspopular ul > li:after {
  content: ".";
  font-size: 50px;
  color: #ededed;
  display: inline-block;
  margin: -8px 10px 0 10px;
  float: right;
}
.sp-module .tagspopular ul > li > a {
  color: #949494;
  font-size: 18px;
  font-weight: 400 !important;
  display: inline-block;
  line-height: 30px;
}
.sp-module .tagspopular ul > li > a:before {
  display: none;
}
.tab-k2 #sptab165 .tabs_buttons {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab {
  color: #949494;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab.first-tab {
  padding-left: 0;
}
.tab-k2 #sptab165 .items_mask {
  margin-top: 20px;
}
.tab-k2 #sptab165 .items_mask .tab-padding {
  padding: 0;
}
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul {
  padding: 0;
}
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li {
  display: table;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li .moduleItemImage {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 35%;
}
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle {
  display: table-cell;
  font-size: 16px;
  padding-left: 25px;
  vertical-align: middle;
  width: 65%;
  margin-top: 15px;
  margin-bottom: 0;
}
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle:hover,
.tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle:focus {
  color: #e10613;
}
#sp-bottom .sp-module ul.categories-module,
#sp-bottom .sp-module ul.menu {
  margin-top: 0;
}
#sp-bottom .sp-module .sp-module-title {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}
#sp-bottom .sp-module {
  margin-top: 20px;
}
#sp-bottom .sp-module ul > li {
  border: none;
}
#sp-bottom .sp-module ul > li > a {
  line-height: 20px;
  text-transform: uppercase;
  color: #949494;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #fff;
}
#sp-bottom .sp-module ul > li > a:before {
  display: none;
}
#sp-bottom1 {
  font-size: 16px;
}
#sp-bottom1 .sp-module {
  margin-top: 0;
}
#sp-bottom1 .info {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sp-bottom3 .sp-module {
  margin-top: 60px;
}
.bottom-social .dummy-text {
  display: none;
}
.bottom-social ul > li {
  display: inline-block;
}
.bottom-social ul > li > a {
  font-size: 18px;
  color: #fff !important;
  margin-right: 15px;
}
#sp-bottom .acymailing_module .acysubbuttons {
  margin-top: 10px;
}
#sp-bottom .acymailing_module .acyfield_email input {
  background-color: #f1f1f1;
}
.acymailing_module .acymailing_introtext {
  margin-bottom: 15px !important;
}
.acymailing_module .acysubbuttons {
  float: right;
}
.acymailing_module .acymailing_finaltext {
  margin-top: 30px !important;
}
#sp-footer {
  padding: 23px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-copyright {
  display: block;
  overflow: hidden;
}
.sp-copyright p {
  margin: 0;
}
.sp-copyright .text-left {
  float: left;
}
.sp-copyright .text-right {
  float: right;
}
.news365-contact-info .sppb-addon-content > p {
  margin-bottom: 3px;
  color: #383847;
}
.sp-comingsoon-wrap {
  min-height: 100%;
  padding: 228px 0 150px;
}
#sp-comingsoon {
  color: #949494;
  margin: 0 0 43px;
}
#sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
#sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
#sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
#sp-comingsoon #sp-comingsoon-countdown {
  margin-top: 65px;
  margin-bottom: 50px;
}
#sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
#sp-comingsoon .sp-comingsoon-content {
  margin-top: 25px;
  font-size: 14px;
  color: #949494;
}
#sp-comingsoon .days,
#sp-comingsoon .hours,
#sp-comingsoon .minutes,
#sp-comingsoon .seconds {
  background: #e10613 none repeat scroll 0 0;
  display: inline-block;
  margin-right: 90px;
  padding: 30px 0 20px;
}
#sp-comingsoon .days .number,
#sp-comingsoon .hours .number,
#sp-comingsoon .seconds .number,
#sp-comingsoon .minutes .number {
  color: #fff;
  font-size: 94px;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 0.92;
  margin-left: -7px;
  display: block;
}
#sp-comingsoon .days .string,
#sp-comingsoon .minutes .string,
#sp-comingsoon .seconds .string,
#sp-comingsoon .hours .string {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#sp-comingsoon .hours {
  background: #e84e1c;
}
#sp-comingsoon .minutes {
  background: #f19100;
}
#sp-comingsoon .seconds {
  background: #eeb45b;
  margin-right: 0;
}
#sp-comingsoon .acymailing_module .acymailing_module_form {
  text-align: center;
}
#sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_introtext {
  font-size: 16px;
  font-weight: 400;
}
#sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form {
  width: 635px;
  margin: 60px auto 0 !important;
  position: relative;
  display: inline-block;
}
#sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form .acyfield_email input {
  background: #fafafa;
  color: #949494;
  font-size: 14px;
  padding: 0 0 0 20px;
  width: 100%;
  border: none !important;
}
#sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form .acysubbuttons {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: #e10613;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border: none;
}
#sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form .acysubbuttons input {
  font-weight: 700;
}
#sp-comingsoon .social-icons {
  margin-top: 30px;
}
#sp-comingsoon .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
#sp-comingsoon .social-icons li a {
  color: #dddcdc;
  font-size: 18px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
#sp-comingsoon .social-icons li a:hover {
  color: #999;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-page-logo {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-page-logo img {
  display: inline-block;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 20px;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}
.error-page .error-contnet {
  font-size: 54px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2d2d2d;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#system-message-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  max-width: 350px;
  z-index: 100;
}
#system-message-container .alert {
  font-size: 13px;
  line-height: 1.5;
}
#system-message-container .alert > .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#system-message-container joomla-alert {
  font-size: 13px;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
}
article.item-page .helix-social-share ul {
  display: flex;
}
article.item-page .helix-social-share ul > li {
  margin-right: 10px;
}
article.item-page ul.pagination {
  display: flex;
  justify-content: space-between;
}
.easystore-drawer .easystore-mini-cart-item .easystore-cart-item-title {
  padding-right: 40px;
}
.easystore-checkout-step .form-check-inline {
  color: #000;
}
.easystore-checkout-step .form-check-label {
  color: #000;
}
#sp-bottom ul.nav {
  display: flex;
  flex-direction: column;
}
article.item .pull-left.entry-image {
  float: none !important;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.btn,
.sppb-btn {
  padding: 0 35px;
  line-height: 45px;
  border: none;
  color: #363636;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,
.btn:focus,
.btn:active,
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #363636;
}
body.contentpane .btn,
body.contentpane .sppb-btn {
  line-height: 1.5;
}
body.com-sppagebuilder:not(.contentpane) button:not(#sppb-add-new-row-btn) {
  line-height: 42px;
  height: 1;
}
input.btn,
input.sppb-btn {
  height: 45px !important;
  line-height: 45px !important;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 36px;
  padding: 0 25px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 34px;
  padding: 0 30px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  line-height: 52px;
  padding: 0 50px;
}
.btn.btn-default,
.sppb-btn.sppb-btn-default,
.btn.btn-lg.btn-default,
.sppb-btn.sppb-btn-lg.sppb-btn-default {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn.sppb-btn-default:active,
.btn.btn-lg.btn-default:hover,
.btn.btn-lg.btn-default:focus,
.btn.btn-lg.btn-default:active,
.sppb-btn.sppb-btn-lg.sppb-btn-default:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-default:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-default:active {
  background-color: #ededed;
  color: #363636;
}
.btn.btn-primary,
.sppb-btn.sppb-btn-primary,
.btn.btn-lg.btn-primary,
.sppb-btn.sppb-btn-lg.sppb-btn-primary {
  color: #fff;
}
.btn.btn-success,
.sppb-btn.sppb-btn-success,
.btn.btn-lg.btn-success,
.sppb-btn.sppb-btn-lg.sppb-btn-success {
  background-color: #58cf68;
  color: #fff;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.sppb-btn.sppb-btn-success:hover,
.sppb-btn.sppb-btn-success:focus,
.sppb-btn.sppb-btn-success:active,
.btn.btn-lg.btn-success:hover,
.btn.btn-lg.btn-success:focus,
.btn.btn-lg.btn-success:active,
.sppb-btn.sppb-btn-lg.sppb-btn-success:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-success:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-success:active {
  background-color: #36be49;
}
.btn.btn-info,
.sppb-btn.sppb-btn-info,
.btn.btn-lg.btn-info,
.sppb-btn.sppb-btn-lg.sppb-btn-info {
  background-color: #24252a;
  color: #fff;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.sppb-btn-info:focus,
.sppb-btn.sppb-btn-info:active,
.btn.btn-lg.btn-info:hover,
.btn.btn-lg.btn-info:focus,
.btn.btn-lg.btn-info:active,
.sppb-btn.sppb-btn-lg.sppb-btn-info:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-info:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-info:active {
  background-color: #0c0d0f;
}
.btn.btn-warning,
.sppb-btn.sppb-btn-warning,
.btn.btn-lg.btn-warning,
.sppb-btn.sppb-btn-lg.sppb-btn-warning {
  background-color: #ff3d00;
  color: #fff;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.sppb-btn.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-warning:active,
.btn.btn-lg.btn-warning:hover,
.btn.btn-lg.btn-warning:focus,
.btn.btn-lg.btn-warning:active,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:active {
  background-color: #cc3100;
}
.btn.btn-danger,
.sppb-btn.sppb-btn-danger,
.btn.btn-lg.btn-danger,
.sppb-btn.sppb-btn-lg.sppb-btn-danger {
  background-color: #e35358;
  color: #fff;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.sppb-btn.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-danger:active,
.btn.btn-lg.btn-danger:hover,
.btn.btn-lg.btn-danger:focus,
.btn.btn-lg.btn-danger:active,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:active {
  background-color: #dc272d;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.sppb-btn-link:focus,
.sppb-btn.sppb-btn-link:active,
.btn.btn-lg.btn-link:hover,
.btn.btn-lg.btn-link:focus,
.btn.btn-lg.btn-link:active,
.sppb-btn.sppb-btn-lg.sppb-btn-link:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-link:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-link:active {
  color: #1d1d1d;
  text-decoration: none;
}
div.body-innerwrapper select,
div.body-innerwrapper textarea,
div.body-innerwrapper input[type="text"],
div.body-innerwrapper input[type="password"],
div.body-innerwrapper input[type="datetime"],
div.body-innerwrapper input[type="datetime-local"],
div.body-innerwrapper input[type="date"],
div.body-innerwrapper input[type="month"],
div.body-innerwrapper input[type="time"],
div.body-innerwrapper input[type="week"],
div.body-innerwrapper input[type="number"],
div.body-innerwrapper input[type="email"],
div.body-innerwrapper input[type="url"],
div.body-innerwrapper input[type="search"],
div.body-innerwrapper input[type="tel"],
div.body-innerwrapper input[type="color"],
div.body-innerwrapper .uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px !important;
  padding: 6px 15px !important;
  border: 1px solid #ededed !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.body-innerwrapper select:focus,
div.body-innerwrapper textarea:focus,
div.body-innerwrapper input[type="text"]:focus,
div.body-innerwrapper input[type="password"]:focus,
div.body-innerwrapper input[type="datetime"]:focus,
div.body-innerwrapper input[type="datetime-local"]:focus,
div.body-innerwrapper input[type="date"]:focus,
div.body-innerwrapper input[type="month"]:focus,
div.body-innerwrapper input[type="time"]:focus,
div.body-innerwrapper input[type="week"]:focus,
div.body-innerwrapper input[type="number"]:focus,
div.body-innerwrapper input[type="email"]:focus,
div.body-innerwrapper input[type="url"]:focus,
div.body-innerwrapper input[type="search"]:focus,
div.body-innerwrapper input[type="tel"]:focus,
div.body-innerwrapper input[type="color"]:focus,
div.body-innerwrapper .uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
div.body-innerwrapper select::-moz-placeholder,
div.body-innerwrapper textarea::-moz-placeholder,
div.body-innerwrapper input[type="text"]::-moz-placeholder,
div.body-innerwrapper input[type="password"]::-moz-placeholder,
div.body-innerwrapper input[type="datetime"]::-moz-placeholder,
div.body-innerwrapper input[type="datetime-local"]::-moz-placeholder,
div.body-innerwrapper input[type="date"]::-moz-placeholder,
div.body-innerwrapper input[type="month"]::-moz-placeholder,
div.body-innerwrapper input[type="time"]::-moz-placeholder,
div.body-innerwrapper input[type="week"]::-moz-placeholder,
div.body-innerwrapper input[type="number"]::-moz-placeholder,
div.body-innerwrapper input[type="email"]::-moz-placeholder,
div.body-innerwrapper input[type="url"]::-moz-placeholder,
div.body-innerwrapper input[type="search"]::-moz-placeholder,
div.body-innerwrapper input[type="tel"]::-moz-placeholder,
div.body-innerwrapper input[type="color"]::-moz-placeholder,
div.body-innerwrapper .uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.body-innerwrapper select:-ms-input-placeholder,
div.body-innerwrapper textarea:-ms-input-placeholder,
div.body-innerwrapper input[type="text"]:-ms-input-placeholder,
div.body-innerwrapper input[type="password"]:-ms-input-placeholder,
div.body-innerwrapper input[type="datetime"]:-ms-input-placeholder,
div.body-innerwrapper input[type="datetime-local"]:-ms-input-placeholder,
div.body-innerwrapper input[type="date"]:-ms-input-placeholder,
div.body-innerwrapper input[type="month"]:-ms-input-placeholder,
div.body-innerwrapper input[type="time"]:-ms-input-placeholder,
div.body-innerwrapper input[type="week"]:-ms-input-placeholder,
div.body-innerwrapper input[type="number"]:-ms-input-placeholder,
div.body-innerwrapper input[type="email"]:-ms-input-placeholder,
div.body-innerwrapper input[type="url"]:-ms-input-placeholder,
div.body-innerwrapper input[type="search"]:-ms-input-placeholder,
div.body-innerwrapper input[type="tel"]:-ms-input-placeholder,
div.body-innerwrapper input[type="color"]:-ms-input-placeholder,
div.body-innerwrapper .uneditable-input:-ms-input-placeholder {
  color: #999;
}
div.body-innerwrapper select::-webkit-input-placeholder,
div.body-innerwrapper textarea::-webkit-input-placeholder,
div.body-innerwrapper input[type="text"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="password"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="datetime"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="datetime-local"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="date"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="month"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="time"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="week"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="number"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="email"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="url"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="search"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="tel"]::-webkit-input-placeholder,
div.body-innerwrapper input[type="color"]::-webkit-input-placeholder,
div.body-innerwrapper .uneditable-input::-webkit-input-placeholder {
  color: #999;
}
div.body-innerwrapper select[disabled],
div.body-innerwrapper select[readonly],
fieldset[disabled] div.body-innerwrapper select,
div.body-innerwrapper textarea[disabled],
div.body-innerwrapper textarea[readonly],
fieldset[disabled] div.body-innerwrapper textarea,
div.body-innerwrapper input[type="text"][disabled],
div.body-innerwrapper input[type="text"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="text"],
div.body-innerwrapper input[type="password"][disabled],
div.body-innerwrapper input[type="password"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="password"],
div.body-innerwrapper input[type="datetime"][disabled],
div.body-innerwrapper input[type="datetime"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="datetime"],
div.body-innerwrapper input[type="datetime-local"][disabled],
div.body-innerwrapper input[type="datetime-local"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="datetime-local"],
div.body-innerwrapper input[type="date"][disabled],
div.body-innerwrapper input[type="date"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="date"],
div.body-innerwrapper input[type="month"][disabled],
div.body-innerwrapper input[type="month"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="month"],
div.body-innerwrapper input[type="time"][disabled],
div.body-innerwrapper input[type="time"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="time"],
div.body-innerwrapper input[type="week"][disabled],
div.body-innerwrapper input[type="week"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="week"],
div.body-innerwrapper input[type="number"][disabled],
div.body-innerwrapper input[type="number"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="number"],
div.body-innerwrapper input[type="email"][disabled],
div.body-innerwrapper input[type="email"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="email"],
div.body-innerwrapper input[type="url"][disabled],
div.body-innerwrapper input[type="url"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="url"],
div.body-innerwrapper input[type="search"][disabled],
div.body-innerwrapper input[type="search"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="search"],
div.body-innerwrapper input[type="tel"][disabled],
div.body-innerwrapper input[type="tel"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="tel"],
div.body-innerwrapper input[type="color"][disabled],
div.body-innerwrapper input[type="color"][readonly],
fieldset[disabled] div.body-innerwrapper input[type="color"],
div.body-innerwrapper .uneditable-input[disabled],
div.body-innerwrapper .uneditable-input[readonly],
fieldset[disabled] div.body-innerwrapper .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareadiv.body-innerwrapper select,
textareadiv.body-innerwrapper textarea,
textareadiv.body-innerwrapper input[type="text"],
textareadiv.body-innerwrapper input[type="password"],
textareadiv.body-innerwrapper input[type="datetime"],
textareadiv.body-innerwrapper input[type="datetime-local"],
textareadiv.body-innerwrapper input[type="date"],
textareadiv.body-innerwrapper input[type="month"],
textareadiv.body-innerwrapper input[type="time"],
textareadiv.body-innerwrapper input[type="week"],
textareadiv.body-innerwrapper input[type="number"],
textareadiv.body-innerwrapper input[type="email"],
textareadiv.body-innerwrapper input[type="url"],
textareadiv.body-innerwrapper input[type="search"],
textareadiv.body-innerwrapper input[type="tel"],
textareadiv.body-innerwrapper input[type="color"],
textareadiv.body-innerwrapper .uneditable-input {
  height: auto;
}
div.body-innerwrapper select:focus,
div.body-innerwrapper textarea:focus,
div.body-innerwrapper input[type="text"]:focus,
div.body-innerwrapper input[type="password"]:focus,
div.body-innerwrapper input[type="datetime"]:focus,
div.body-innerwrapper input[type="datetime-local"]:focus,
div.body-innerwrapper input[type="date"]:focus,
div.body-innerwrapper input[type="month"]:focus,
div.body-innerwrapper input[type="time"]:focus,
div.body-innerwrapper input[type="week"]:focus,
div.body-innerwrapper input[type="number"]:focus,
div.body-innerwrapper input[type="email"]:focus,
div.body-innerwrapper input[type="url"]:focus,
div.body-innerwrapper input[type="search"]:focus,
div.body-innerwrapper input[type="tel"]:focus,
div.body-innerwrapper input[type="color"]:focus,
div.body-innerwrapper .uneditable-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #c7c7c7 !important;
}
div.body-innerwrapper .sppb-form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  padding: 6px 15px;
  border: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.body-innerwrapper .sppb-form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #c7c7c7;
}
div.body-innerwrapper .group-control select,
div.body-innerwrapper .group-control textarea,
div.body-innerwrapper .group-control input[type="text"],
div.body-innerwrapper .group-control input[type="password"],
div.body-innerwrapper .group-control input[type="datetime"],
div.body-innerwrapper .group-control input[type="datetime-local"],
div.body-innerwrapper .group-control input[type="date"],
div.body-innerwrapper .group-control input[type="month"],
div.body-innerwrapper .group-control input[type="time"],
div.body-innerwrapper .group-control input[type="week"],
div.body-innerwrapper .group-control input[type="number"],
div.body-innerwrapper .group-control input[type="email"],
div.body-innerwrapper .group-control input[type="url"],
div.body-innerwrapper .group-control input[type="search"],
div.body-innerwrapper .group-control input[type="tel"],
div.body-innerwrapper .group-control input[type="color"],
div.body-innerwrapper .group-control .uneditable-input {
  width: 100%;
}
div.body-innerwrapper .sppb-ajaxt-contact-form textarea {
  height: 150px !important;
}
@media only screen and (min-width: 1400px) {
  .sppb-container,
  .container,
  body .sppb-row-container {
    width: 1335px;
    max-width: 1335px;
  }
}
@media only screen and (max-width: 1400px) {
  .news365-top-search .searchnews365-top-search {
    min-width: 200px;
  }
  .sp-tab-modules .tabs_buttons ul.tabs_container li.tab {
    padding: 0 20px 0 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  #sp-menu-right >div {
    width: 100%;
  }
  .news365-top-search .searchnews365-top-search {
    min-width: inherit;
  }
  #offcanvas-toggler {
    float: left;
    margin-right: 30px;
  }
  .layout-business .sppb-row .sppb-row>div:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 992px) {
  #sp-header .logo {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h1 small {
    letter-spacing: inherit !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .spb-res-margin {
    margin: 50px 0 !important;
  }
  .spb-res-padding {
    padding: 50px 0 !important;
  }
  .spb-res-mixed-padding {
    padding: 50px 0 100px !important;
  }
  .spb-res-bottom-padding {
    padding: 0 0 30px !important;
  }
  .spb-res-top-padding {
    padding: 50px 0 0 !important;
  }
  #sp-page-builder .sppb-section-title {
    margin-bottom: 30px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 18px !important;
  }
  #sp-top-bar {
    line-height: 30px;
  }
  #sp-top1,
  #sp-top2 {
    text-align: center;
  }
  #sp-menu-right >div {
    float: right;
  }
  .news365-top-search .searchnews365-top-search {
    min-width: 250px;
  }
  #sp-header {
    padding: 15px 0;
  }
  #sp-header .logo {
    height: inherit;
  }
  .sppb-addon-articles-headline.sppb-addon-articles-slider .owl-prev {
    right: 35px !important;
    left: inherit;
  }
  .sppb-addon-articles-headline.sppb-addon-articles-slider .owl-next {
    left: inherit;
    right: 15px !important;
  }
  .layout-featured .sppb-addon-article.leading-item {
    margin-bottom: 30px;
  }
  .layout-featured .sppb-addon-article.leading-item .sppb-img-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .layout-featured .sppb-addon-article.leading-item .sppb-article-details {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .sppb-addon-articles .sppb-addon-title,
  .sppb-addon-articles-slider .sppb-addon-title {
    margin-bottom: 20px !important;
  }
  .sppb-addon-article {
    overflow: hidden;
  }
  .sppb-addon-article .sppb-article-title {
    margin-bottom: 15px;
  }
  .sppb-addon-article .sppb-img-wrapper {
    display: block;
    margin-bottom: 15px;
  }
  .sppb-addon-article .sppb-img-wrapper img {
    width: 100%;
  }
  .sppb-addon-article:hover .sppb-img-wrapper:after {
    font-size: 30px;
  }
  .sppb-addon-article .sppb-article-introtext {
    margin-bottom: 15px;
  }
  .layout-default .sppb-addon-article {
    margin-bottom: 30px;
  }
  .layout-default.sppb-addon-articles .sppb-row>div:last-child .sppb-addon-article {
    margin-bottom: 0;
    border-bottom: none;
  }
  .layout-technology .sppb-addon-article .sppb-img-wrapper {
    margin-bottom: 0;
  }
  .video-articles .sppb-addon-article.leading-item .sppb-img-wrapper:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .video-articles .sppb-addon-article.leading-item .sppb-article-details {
    margin-top: 15px;
  }
  .sp-tab-modules .tabs_buttons ul.tabs_container li.tab {
    font-size: 13px;
  }
  .sp-tab-modules .items_mask .tab-padding .news365-news-title {
    display: block;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
  }
  .sp-tab-modules .items_mask .tab-padding .article-list-img {
    display: inline-block;
    width: auto;
  }
  .sp-tab-modules .items_mask .tab-padding >div>div:hover .article-list-img:after {
    font-size: 20px;
  }
  .sppb-addon-articles-slider .owl-prev,
  .sppb-addon-articles-slider .owl-next {
    top: -60px;
  }
  .sppb-addon-articles-slider .owl-prev:before,
  .sppb-addon-articles-slider .owl-next:before {
    font-size: 30px;
  }
  .sppb-addon-articles-slider .owl-prev {
    right: 20px;
  }
  .sppb-addon-single-image {
    text-align: center;
  }
  .sppb-addon-single-image img {
    display: inline-block;
  }
  .sp-news365-login .modal-content {
    padding: 30px;
  }
  .sp-news365-login .modal-dialog {
    width: inherit;
  }
  div.modal.fade.in {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sppb-addon-cta {
    text-align: center;
  }
  .sppb-addon-persion {
    margin-bottom: 40px;
  }
  .sppb-addon-persion img {
    width: 100%;
  }
  .sppb-addon-title {
    font-size: 22px !important;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-feature .sppb-icon i {
    font-size: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
  #sp-bottom {
    padding: 50px 0 !important;
  }
  #sp-bottom #sp-bottom1 {
    margin-bottom: 40px;
  }
  #sp-bottom #sp-bottom3 .sp-module {
    margin-top: 0;
  }
  #sp-bottom #sp-bottom4 {
    margin-top: 40px;
  }
  #sp-bottom .sp-module ul >li >a {
    font-size: 14px;
  }
  .layout-technology .sppb-addon-article .sppb-article-details {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
    width: 100%;
  }
  .layout-technology .sppb-addon-article .sppb-img-wrapper {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .j2store-cart-module .j2store-cart-module-wrapper {
    width: 150px;
    padding: 15px;
  }
  .j2store-cart-module .j2store-cart-module-wrapper .info {
    font-size: 14px;
  }
  .layout-technology .sppb-addon-article .sppb-img-wrapper,
  .layout-technology .sppb-addon-article .sppb-article-details {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .layout-technology .sppb-addon-article .sppb-article-details {
    margin-top: 15px;
  }
  .sppb-addon-articles .sppb-addon-section-right >a:before {
    font-size: 13px;
    width: 28px;
    height: 28px;
    border: 2px solid;
    line-height: 26px;
  }
  .news365-top-search .searchnews365-top-search {
    min-width: inherit;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-title a,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-title a,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-title a {
    font-size: 22px;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-price-container .sale-price {
    font-size: 20px;
  }
  .sp-module .latestnews div a {
    font-size: 20px;
    margin-top: 25px;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle {
    margin-top: 5px;
  }
  .tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-title,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-title,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-title {
    line-height: 20px !important;
    width: 100%;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-title a,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-title a,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-title a {
    font-size: 18px;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-price-container,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-price-container {
    float: left;
    width: 100%;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-price-container .sale-price {
    font-size: 16px;
  }
  #sp-right .sp-module-title,
  #sp-left .sp-module-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sp-module .latestnews div a {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .view-article article.item .entry-header h2 {
    font-size: 40px;
  }
  div.k2TagCloudBlock a {
    font-size: 16px !important;
    line-height: 30px;
  }
  div.k2TagCloudBlock a:after {
    margin: -11px 10px 0;
  }
  .k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
  }
  .itemView .itemHeader h2.itemTitle {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 16px;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li .moduleItemImage {
    width: auto;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #sp-main-body {
    padding: 70px 0;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-title,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-title,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-title {
    line-height: 20px !important;
    width: 100%;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-title a,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-title a,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-title a {
    font-size: 18px;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-price-container,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-price-container {
    float: left;
    width: 100%;
  }
  .product-crosssells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .product-upsells-container .j2store-content .j2store-title-wrap .product-price-container .sale-price,
  .j2store-product-list .j2store-content .j2store-title-wrap .product-price-container .sale-price {
    font-size: 16px;
  }
  .product-crosssells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic a,
  .product-upsells-container .j2store-productlist-img-wrap .j2store-product-images .mod_pic a,
  .j2store-product-list .j2store-productlist-img-wrap .j2store-product-images .mod_pic a {
    font-size: 30px;
    height: 30px;
  }
  .product-crosssells-container .j2store-productlist-img-wrap .product-icons,
  .product-upsells-container .j2store-productlist-img-wrap .product-icons,
  .j2store-product-list .j2store-productlist-img-wrap .product-icons {
    height: 55px;
  }
  .product-crosssells-container .j2store-productlist-img-wrap .product-icons .btn.btn-primary.j2store_add_to_cart_button,
  .product-crosssells-container .j2store-productlist-img-wrap .product-icons .j2store-cart-button,
  .product-upsells-container .j2store-productlist-img-wrap .product-icons .btn.btn-primary.j2store_add_to_cart_button,
  .product-upsells-container .j2store-productlist-img-wrap .product-icons .j2store-cart-button,
  .j2store-product-list .j2store-productlist-img-wrap .product-icons .btn.btn-primary.j2store_add_to_cart_button,
  .j2store-product-list .j2store-productlist-img-wrap .product-icons .j2store-cart-button {
    height: 55px;
    line-height: 55px;
    width: 55px;
  }
  .product-crosssells-container .items-row .bannergroup.blog-bottom-add,
  .product-upsells-container .items-row .bannergroup.blog-bottom-add,
  .j2store-product-list .items-row .bannergroup.blog-bottom-add {
    margin: 40px 0 50px;
  }
  #sp-right .sp-module-title,
  #sp-left .sp-module-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .j2store-product-image {
    width: 100%;
  }
  .j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product-price-container {
    margin-top: 5px;
  }
  .j2store-product-module.j2store-product-module-list .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block form {
    margin-top: 0;
  }
  .j2store-single-product .product-content .product-title {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .j2store-single-product .product-content .product-price .product-price-container span {
    font-size: 25px;
  }
  .j2store-single-product .j2store-view-back-button {
    margin-top: 50px;
  }
  .tab-content .tab-pane .product-sdesc {
    padding: 30px 0 30px;
  }
  .sppb-addon-gmap-canvas {
    height: 320px !important;
  }
  .sppb-ajaxt-contact-form .sppb-form-group {
    width: 100%;
    padding-right: 0;
  }
  .sppb-ajaxt-contact-form .sppb-form-group:nth-child(4) {
    padding-bottom: 25px;
    padding-top: 0;
  }
  .error-page .error-contnet {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
  }
  .entry-header h2 {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }
  .sp-module .latestnews div a {
    font-size: 18px;
    margin-top: 15px;
  }
  .sp-module ul.categories-module li a,
  .sp-module ul.menu li a {
    line-height: 40px;
  }
  .sp-module ul.mostread li a {
    line-height: 1.2;
    padding: 12px 0;
  }
  .sp-module .tagspopular ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .entry-image,
  .entry-gallery,
  .entry-video,
  .entry-audio,
  .entry-link {
    margin-bottom: 15px;
  }
  .blog-bottom-add {
    margin: 30px 0 0;
  }
  .blog-sidebar-title .sp-module-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  article.item {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  article.item p {
    font-size: 14px;
  }
  .view-article article.item div[itemprop="articleBody"] p {
    font-size: 14px;
  }
  .view-article article.item .pager {
    margin: 50px 0 0;
    padding: 14px 0;
  }
  p {
    font-size: 14px !important;
  }
  div.catItemHeader h3.catItemTitle {
    font-size: 20px;
  }
  .k2ItemsBlock .moduleItemImage {
    margin-bottom: 15px;
  }
  .k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
  }
  div.k2TagCloudBlock a {
    font-size: 14px !important;
    line-height: 28px;
  }
  div.k2TagCloudBlock a:after {
    margin: -12px 10px 0;
  }
  .k2CategoriesListBlock ul li a {
    line-height: 50px;
  }
  div.catItemView {
    margin-bottom: 15px;
  }
  div.catItemIntroText {
    padding: 4px 0 0;
  }
  div.k2Pagination ul {
    margin-top: 0;
  }
  #k2Container {
    padding: 0;
  }
  div.k2Pagination {
    margin: 24px 0 0;
    padding: 0;
  }
  .itemView .itemBody .itemFullText blockquote {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 25px;
  }
  .itemView .itemBody .itemFullText blockquote:before {
    font-size: 40px;
    margin-right: 20px;
  }
  .k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 16px;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li .moduleItemImage {
    width: auto;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #sp-main-body {
    padding: 60px 0;
  }
  .j2store-single-product {
    margin-bottom: 30px;
    display: table;
  }
  .j2store-single-product .j2store-mainimage {
    display: table;
  }
  .product-crosssells-container,
  .product-upsells-container,
  .j2store-product-list {
    display: table;
  }
  .product-crosssells-container .items-row .bannergroup.blog-bottom-add,
  .product-upsells-container .items-row .bannergroup.blog-bottom-add,
  .j2store-product-list .items-row .bannergroup.blog-bottom-add {
    margin: 20px 0 40px;
  }
  #sp-left .sp-module-title {
    margin-bottom: 25px;
  }
  #sp-right .sp-module {
    margin-top: 20px;
  }
  #sp-right .sp-module-title {
    margin-bottom: 25px;
  }
  .j2store-single-product .product-content .product-title {
    font-size: 28px !important;
    line-height: 1 !important;
    margin: 10px 0;
  }
  .j2store-single-product .product-content .product-price .product-price-container span {
    font-size: 25px;
  }
  .j2store-single-product .j2store-view-back-button {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .tabs {
    margin-top: 35px;
  }
  .tabs .tab-content .tab-pane .product-sdesc {
    padding: 25px 0 30px;
  }
  .upsell-product {
    margin-bottom: 30px;
  }
  .sppb-addon-gmap-canvas {
    height: 290px !important;
  }
  .news365-contact-info {
    margin-bottom: 30px;
  }
  .news365-contact-info .sppb-addon.sppb-addon-text-block h3 {
    margin-bottom: 20px !important;
  }
  .sppb-ajaxt-contact-form .sppb-form-group {
    width: 100%;
    padding-right: 0;
  }
  .sppb-ajaxt-contact-form .sppb-form-group:nth-child(4) {
    padding-bottom: 25px;
    padding-top: 0;
  }
  .error-page .error-details {
    clear: both;
    display: table;
    width: 100%;
  }
  .error-page .error-details .error-contnet {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
  }
  .sp-comingsoon-wrap {
    min-height: 100%;
    padding: 60px 0;
  }
  #sp-comingsoon .sp-comingsoon-countdown {
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #sp-comingsoon .sp-comingsoon-countdown div {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  #sp-comingsoon .sp-comingsoon-countdown div:last-of-type {
    margin-right: 0;
  }
  #sp-comingsoon .sp-comingsoon-countdown div .number {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 0;
  }
  #sp-comingsoon .sp-comingsoon-countdown div .string {
    font-size: 14px;
  }
  #sp-comingsoon {
    margin-bottom: 0;
  }
  #sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form {
    margin: 25px auto 0 !important;
    width: 100%;
  }
  #sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form .acysubbuttons input {
    font-size: 12px;
    padding: 0 20px;
  }
  article.item {
    margin-bottom: 25px;
  }
  article.item .entry-header h2 {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }
  article.item p {
    font-size: 14px;
  }
  .layout-blog .published {
    bottom: 10px;
  }
  .entry-image,
  .entry-gallery,
  .entry-video,
  .entry-audio,
  .entry-link {
    margin-bottom: 15px;
  }
  .pagination {
    margin: 0 0 45px;
  }
  .blog-sidebar-title .sp-module-title {
    font-size: 24px !important;
    margin-bottom: 30px;
  }
  .sp-module {
    margin-top: 40px;
  }
  .sp-module .latestnews div a {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 25px;
  }
  .sp-module .latestnews div .article-list-img {
    display: table;
  }
  .sp-module ul.mostread li a {
    line-height: 1.3;
    padding: 13px 0;
  }
  .sp-module ul.categories-module li a,
  .sp-module ul.menu li a {
    line-height: 40px;
  }
  .blog-bottom-add {
    margin: 15px 0 30px;
  }
  #sp-right .sp-module-title,
  #sp-left .sp-module-title {
    font-size: 22px !important;
  }
  .view-article #sp-main-body,
  .layout-blog #sp-main-body {
    padding: 60px 0;
  }
  .view-article article.item div[itemprop="articleBody"] blockquote {
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 0 30px;
  }
  .view-article article.item div[itemprop="articleBody"] blockquote:before {
    font-size: 40px;
    margin-right: 20px;
  }
  .view-article article.item div[itemprop="articleBody"] p {
    font-size: 14px;
  }
  .view-article article.item .article-info {
    margin: 20px -8px 25px;
  }
  .view-article article.item .tags {
    margin-top: 35px;
  }
  .view-article article.item .sp-social-share {
    margin-bottom: 35px;
  }
  .view-article article.item .pager {
    padding: 12px 0;
    margin-bottom: 0;
  }
  p {
    font-size: 14px !important;
  }
  .article-info dd {
    font-size: 12px;
  }
  .k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
  }
  .k2ItemsBlock.k2-related-module ul li a.moduleItemTitle {
    font-size: 16px;
  }
  .k2CategoriesListBlock ul li a {
    line-height: 50px;
  }
  div.catItemView {
    margin-bottom: 30px;
    padding: 0;
  }
  div.catItemIntroText {
    padding: 4px 0 0;
  }
  div.k2Pagination {
    margin: 0;
    padding: 0;
  }
  div.k2Pagination ul {
    margin-bottom: 25px;
  }
  #sp-right .sp-module.k2-related-module {
    margin-top: 40px;
  }
  #sp-right .sp-module-title {
    margin-bottom: 10px;
  }
  .itemView .itemHeader span.itemDateCreated {
    font-size: 12px;
    margin: 0;
    display: block;
  }
  .itemView .itemHeader span.itemDateCreated span.info-block-title {
    margin-right: 8px;
    margin-left: 0;
    font-size: 12px;
  }
  .itemView .itemHeader h2.itemTitle {
    font-size: 20px !important;
    line-height: 1.2;
    padding-bottom: 12px;
  }
  .itemView .itemBody .itemFullText h3 {
    margin: 30px 0;
  }
  .itemView .itemBody .itemFullText blockquote {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 25px;
  }
  .itemView .itemBody .itemFullText blockquote:before {
    font-size: 40px;
    margin-right: 20px;
  }
  .sppb-empty-space.clearfix {
    display: none;
  }
  body.offcanvas {
    margin-left: 0;
  }
  #sp-top-bar .sp-module.top-login {
    margin-left: 5px;
    margin-right: 20px;
  }
  #sp-top-bar .sp-module.top-register-button {
    margin-left: 0;
  }
  ul.social-icons li {
    margin-left: 12px;
  }
  ul.social-icons li:first-child {
    margin-left: 0;
  }
  #j2store_currency {
    margin-left: 5px;
  }
  #j2store_currency a {
    padding: 0 6px;
  }
  .tab-k2 #sptab165 .items_mask .tab-padding div.k2ItemsBlock ul li a.moduleItemTitle {
    margin-top: 5px;
  }
  .tab-k2 #sptab165 .tabs_buttons .tabs_mask ul.tabs_container li.tab {
    font-size: 14px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  #sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form {
    margin: 25px auto 0 !important;
    width: 80%;
  }
  #sp-comingsoon .acymailing_module .acymailing_module_form .acymailing_form .acysubbuttons input {
    font-size: 14px;
    padding: 0 25px;
  }
  #sp-comingsoon .sp-comingsoon-countdown {
    margin-bottom: 40px;
    margin-top: 45px;
  }
  #sp-comingsoon .sp-comingsoon-countdown div {
    margin: 0 25px 0 0;
  }
  #sp-comingsoon .sp-comingsoon-countdown div .number {
    font-size: 35px;
  }
  #sp-comingsoon .sp-comingsoon-countdown div .string {
    font-size: 16px;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none;
}
.badge.badge-info {
  background-color: #e10613;
}
.btn:not([class*="btn-"]) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn:not([class*="btn-"]):hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.control-group {
  margin-bottom: 16px;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dt img {
  display: inline-block;
}
@media (max-width: 767px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.input-prepend,
.input-append {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-prepend > input[type="text"],
.input-prepend > input[type="password"],
.input-prepend > input[type="datetime"],
.input-prepend > input[type="datetime-local"],
.input-prepend > input[type="date"],
.input-prepend > input[type="month"],
.input-prepend > input[type="time"],
.input-prepend > input[type="week"],
.input-prepend > input[type="number"],
.input-prepend > input[type="email"],
.input-prepend > input[type="url"],
.input-prepend > input[type="search"],
.input-prepend > input[type="tel"],
.input-prepend > input[type="color"],
.input-append > input[type="text"],
.input-append > input[type="password"],
.input-append > input[type="datetime"],
.input-append > input[type="datetime-local"],
.input-append > input[type="date"],
.input-append > input[type="month"],
.input-append > input[type="time"],
.input-append > input[type="week"],
.input-append > input[type="number"],
.input-append > input[type="email"],
.input-append > input[type="url"],
.input-append > input[type="search"],
.input-append > input[type="tel"],
.input-append > input[type="color"] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-prepend > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-append > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-prepend > :not(:last-child),
.input-append > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio:not(.btn-group),
.checkbox:not(.btn-group) {
  display: inline-block;
  margin: 0 16px 16px 0px;
}
.radio:not(.btn-group) input[type="radio"],
.radio:not(.btn-group) input[type="checkbox"],
.checkbox:not(.btn-group) input[type="radio"],
.checkbox:not(.btn-group) input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 8px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-group .accordion-body {
  padding: 0;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-radius: 0;
}
a.modal {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
