.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: 999;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 12px;
  line-height: 55px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
  margin-left: 5px;
  float: right;
}
.sp-megamenu-parent >li.menu-new>a {
  position: relative;
}
.sp-megamenu-parent >li.menu-new>a:after {
  content: "HOT";
  display: inline-block;
  background: #eb322b;
  letter-spacing: 1px;
  font-size: 9px;
  line-height: 9px;
  padding: 2px 3px;
  margin-left: 5px;
  border-radius: 1px;
  color: #fff;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #00aeef;
}
.sp-megamenu-parent >li.menu-login {
  margin-left: 20px;
}
.sp-megamenu-parent >li.menu-login a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  color: #000000;
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  border-radius: 3px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sp-megamenu-parent >li.menu-login:hover > a {
  -webkit-box-shadow: 0 0 0 2px #00aeef inset;
  box-shadow: 0 0 0 2px #00aeef inset;
  background-color: #00aeef;
  color: #fff;
}
.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: 9999;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 0;
}
.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: "FontAwesome";
  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-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 {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
  color: #333;
  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 300ms;
  animation: spMenuFadeIn 300ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 300ms;
  animation: spMenuZoom 300ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 300ms;
  animation: spMenuFadeInUp 300ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 5px 0 27px 0;
  border-radius: 3px;
  cursor: pointer;
  -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;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
.transparent-header #sp-header .sp-megamenu-parent >li >a {
  color: #fff;
}
.transparent-header #sp-header .sp-megamenu-parent >li.active>a,
.transparent-header #sp-header .sp-megamenu-parent >li:hover>a {
  color: rgba(255,255,255,0.8);
}
.transparent-header #sp-header .sp-megamenu-parent >li.menu-login a {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}
.transparent-header #sp-header .sp-megamenu-parent >li.menu-login:hover > a {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  background-color: #fff;
  color: #000000;
}
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li >a {
  color: #000000;
}
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li.active>a,
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li:hover>a {
  color: #00aeef;
}
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li.menu-login a {
  -webkit-box-shadow: 0 0 0 2px #000000 inset;
  box-shadow: 0 0 0 2px #000000 inset;
  color: #000000;
}
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li.menu-login:hover > a {
  -webkit-box-shadow: 0 0 0 2px #00aeef inset;
  box-shadow: 0 0 0 2px #00aeef inset;
  background-color: #00aeef;
  color: #fff;
}
@-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;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
}
.btn.btn-default,
.sppb-btn.sppb-btn-default {
  background: none;
  border: 2px solid #303030;
  color: #303030;
  text-transform: uppercase;
}
.btn.btn-default:hover,
.sppb-btn.sppb-btn-default:hover {
  border-color: #00aeef;
  background: #00aeef;
  color: #fff;
}
.sppb-btn,
.btn {
  padding: 8px 15px;
}
.sppb-btn.sppb-btn-primary,
.sppb-btn.btn-primary,
.btn.sppb-btn-primary,
.btn.btn-primary {
  border: 0;
  background-color: #00aeef;
  -webkit-box-shadow: 0 2px 0 0 #0089bc, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #0089bc, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.btn-primary:hover,
.btn.sppb-btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #0098d0;
}
.sppb-btn.sppb-btn-success,
.sppb-btn.btn-success,
.btn.sppb-btn-success,
.btn.btn-success {
  border: 0;
  background-color: #90c940;
  -webkit-box-shadow: 0 2px 0 0 #75a72f, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #75a72f, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.sppb-btn-success:hover,
.sppb-btn.btn-success:hover,
.btn.sppb-btn-success:hover,
.btn.btn-success:hover {
  background-color: #80b734;
}
.sppb-btn.sppb-btn-warning,
.sppb-btn.btn-warning,
.btn.sppb-btn-warning,
.btn.btn-warning {
  border: 0;
  background-color: #f26522;
  -webkit-box-shadow: 0 2px 0 0 #d54d0d, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #d54d0d, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.sppb-btn-warning:hover,
.sppb-btn.btn-warning:hover,
.btn.sppb-btn-warning:hover,
.btn.btn-warning:hover {
  background-color: #e8540e;
}
.sppb-btn.sppb-btn-danger,
.sppb-btn.btn-danger,
.btn.sppb-btn-danger,
.btn.btn-danger {
  border: 0;
  background-color: #d43f3a;
  -webkit-box-shadow: 0 2px 0 0 #b42c27, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #b42c27, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.sppb-btn-danger:hover,
.sppb-btn.btn-danger:hover,
.btn.sppb-btn-danger:hover,
.btn.btn-danger:hover {
  background-color: #c5302b;
}
.sppb-btn.sppb-btn-info,
.sppb-btn.btn-info,
.btn.sppb-btn-info,
.btn.btn-info {
  border: 0;
  background-color: #016baf;
  -webkit-box-shadow: 0 2px 0 0 #014c7c, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #014c7c, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.btn-info:hover,
.btn.sppb-btn-info:hover,
.btn.btn-info:hover {
  background-color: #015891;
}
.sppb-btn.btn-inverse,
.btn.btn-inverse {
  color: #fff;
  border: 0;
  background-color: #333;
  -webkit-box-shadow: 0 2px 0 0 #1a1a1a, inset 0 1px 0 0 rgba(225,225,225,0.2);
  box-shadow: 0 2px 0 0 #1a1a1a, inset 0 1px 0 0 rgba(225,225,225,0.2);
}
.sppb-btn.btn-inverse:hover,
.btn.btn-inverse:hover {
  background-color: #242424;
}
.sppb-btn.sppb-btn-link,
.sppb-btn.btn-link,
.btn.sppb-btn-link,
.btn.btn-link {
  color: #000000;
}
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.btn-link:hover,
.btn.sppb-btn-link:hover,
.btn.btn-link:hover {
  color: rgba(0,0,0,0.6);
  text-decoration: none;
}
.sppb-btn.sppb-btn-xs,
.sppb-btn.btn-xs,
.btn.sppb-btn-xs,
.btn.btn-xs {
  border-radius: 2px;
  padding: 5px 10px 3px;
}
.sppb-btn.sppb-btn-lg,
.sppb-btn.btn-lg,
.btn.sppb-btn-lg,
.btn.btn-lg {
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 30px 18px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-caption {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: -20px;
  color: #999;
  font-style: italic;
}
.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;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 10px 15px;
  border-color: #E5E5E5;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.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);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.sppb-form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px !important;
  padding: 10px 15px;
  border-color: #E5E5E5;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 10px 15px;
  border-color: #E5E5E5;
}
.shadow {
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
.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-sticky-wrapper.sticky-wrapper {
  height: auto !important;
}
#sp-header {
  background: #fff;
  height: 55px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header .logo {
  height: 55px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo h1 #joomshaper-logo {
  width: 140px;
  fill: #00aeef;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
.transparent-header #sp-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 99;
  background: transparent;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.transparent-header #sp-header .logo h1 #joomshaper-logo {
  fill: #fff;
}
.transparent-header #sp-header #offcanvas-toggler >i {
  color: #fff;
}
.transparent-header #sp-header .my-account .btn-account {
  color: #fff;
}
.transparent-header.hellobar-loaded #sp-header {
  top: 70px;
}
.transparent-header .is-sticky #sp-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.transparent-header .is-sticky #sp-header .logo h1 #joomshaper-logo {
  fill: #00aeef;
}
.transparent-header .is-sticky #sp-header .sp-megamenu-parent >li >a {
  color: #000000;
}
.transparent-header .is-sticky #sp-header .my-account .btn-account {
  color: #000000;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 99999;
}
body.logged-in li.menu-login {
  display: none;
}
.my-account .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  min-width: 200px;
}
.my-account .dropdown-menu .myaccount-name {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
.my-account .dropdown-menu >ul>li >a {
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 500;
  color: #000000;
}
.my-account .dropdown-menu >ul>li >a:hover {
  background: #00aeef;
  color: #fff;
}
.my-account .dropdown-menu >ul>li.active>a {
  background: #00aeef;
  color: #fff;
}
#sp-hellobar {
  background: #83bb35;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  z-index: 999999;
}
#sp-hellobar a {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  padding: 7px 15px;
  line-height: 13px;
  border-radius: 100px;
}
#sp-hellobar a:hover,
#sp-hellobar a:focus,
#sp-hellobar a:active {
  background: rgba(0,0,0,0.5);
}
#sp-hellobar p {
  margin: 0;
  padding: 0;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-image: -webkit-linear-gradient(left,#115ba5 0%,#139fd6 100%);
  background-image: -o-linear-gradient(left,#115ba5 0%,#139fd6 100%);
  background-image: linear-gradient(to right,#115ba5 0%,#139fd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff115ba5', endColorstr='#ff139fd6', GradientType=1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.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;
}
.sp-page-title form {
  position: relative;
}
.sp-page-title form .finder label {
  display: none;
}
.sp-page-title form input[type="text"] {
  margin-top: 7px;
  width: 100% !important;
  background: transparent;
  color: #fff;
  border-radius: 0 !important;
  border: 2px solid #fff;
  min-height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-page-title form input[type="text"]::-moz-placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
}
.sp-page-title form input[type="text"]:-ms-input-placeholder {
  color: rgba(255,255,255,0.8);
}
.sp-page-title form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}
.sp-page-title form input[type="text"]:focus {
  border-color: rgba(255,255,255,0.7);
}
.sp-page-title form .fa-search {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #fff;
}
.autocomplete-suggestions {
  border: 0 !important;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 20px;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #00aeef;
  color: #fff;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected strong {
  color: #fff;
}
.support-hour {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.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: 100px 0;
}
.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-featured-template {
  position: relative;
}
.sppb-addon-featured-template .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.sppb-addon-featured-template .sppb-image-holder {
  left: 0;
}
.sppb-addon-featured-template .sppb-content-holder {
  padding: 100px 0 100px 50px;
}
.sppb-addon-featured-template .template-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.sppb-addon-featured-template .short-description {
  margin-bottom: 30px;
}
.sppb-addon-featured-template .button-group {
  margin: -8px;
}
.sppb-addon-featured-template .button-group >.btn {
  margin: 8px;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.page-builder-features .sppb-addon-image-content .sppb-image-holder {
  background-position: 0 0;
}
.page-builder-features .sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 0 50px 100px 0;
}
.major-bg {
  background-color: #00aeef;
  color: #fff;
}
.sppb-btn.sppb-btn-link {
  padding: 0;
}
.main-banner {
  position: relative;
}
.main-banner .sppb-cta-text {
  font-size: 18px;
  line-height: 30px;
}
.main-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(-45deg,rgba(49,221,232,0.95),rgba(10,93,151,0.95));
  background-image: -o-linear-gradient(-45deg,rgba(49,221,232,0.95),rgba(10,93,151,0.95));
  background-image: linear-gradient(-45deg,rgba(49,221,232,0.95),rgba(10,93,151,0.95));
  z-index: -1;
}
.main-banner .sppb-addon-image-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.main-banner .sppb-addon-image-content .sppb-image-content-title {
  position: relative;
}
.main-banner .sppb-addon-image-content .sppb-image-content-title:before {
  content: "NEW";
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  top: -30px;
  left: 5px;
  border-radius: 3px;
  background: #8DC63F;
  display: inline-block;
  padding: 5px 10px;
}
.main-banner .sppb-addon-image-content .sppb-btn {
  text-transform: capitalize;
  letter-spacing: 1;
  margin-top: 20px;
}
.main-banner .sppb-addon-image-content .sppb-btn.btn-last {
  margin-left: 10px;
}
.main-banner .sppb-addon-image-content .sppb-btn.btn-first {
  background: #fff;
  color: #000 !important;
}
.main-banner .sppb-addon-image-content .sppb-btn.btn-first:hover,
.main-banner .sppb-addon-image-content .sppb-btn.btn-first:active,
.main-banner .sppb-addon-image-content .sppb-btn.btn-first:focus {
  border-color: #333;
  background: #333 !important;
  color: #fff !important;
}
.main-banner .sppb-addon-image-content .sppb-btn.sppb-btn-default {
  color: #fff;
  border-color: #fff;
}
.main-banner .sppb-addon-image-content .sppb-btn.sppb-btn-default:hover,
.main-banner .sppb-addon-image-content .sppb-btn.sppb-btn-default:active,
.main-banner .sppb-addon-image-content .sppb-btn.sppb-btn-default:focus {
  background: #fff;
  color: #333;
}
.main-banner .sppb-addon-image-content .sppb-image-holder {
  width: 40%;
  background-position: 0%;
}
#sp-page-builder .home-page-builder .sppb-section-title,
#sp-page-builder .helix-screenshot .sppb-section-title {
  margin-bottom: 30px;
}
#sp-page-builder .home-page-builder {
  text-align: center;
}
#sp-page-builder .home-page-builder .sppb-modal-selector {
  display: inline-block;
  position: relative;
}
#sp-page-builder .home-page-builder .sppb-modal-selector img {
  display: inline-block;
}
#sp-page-builder .home-page-builder .sppb-modal-selector:after {
  content: "\e600";
  font-family: 'joomshaper';
  font-size: 146px;
  line-height: 146px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -73px;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
#sp-page-builder .home-page-builder .sppb-modal-selector:hover:after {
  color: rgba(255,255,255,0.55);
}
.sppb-addon-compare {
  background: url(../images/compare-bg.jpg);
  position: relative;
}
.sppb-addon-compare .comparison-placeholder .placeholder-left,
.sppb-addon-compare .comparison-placeholder .placeholder-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.sppb-addon-compare .comparison-placeholder .placeholder-left {
  left: 0;
  background: rgba(0,114,188,0.9);
}
.sppb-addon-compare .comparison-placeholder .placeholder-right {
  right: 0;
  background: rgba(242,101,34,0.9);
}
.sppb-addon-compare .compare {
  padding: 100px 0;
  color: #fff;
}
.sppb-addon-compare .compare.compare1 {
  padding-right: 90px;
}
.sppb-addon-compare .compare.compare2 {
  padding-left: 90px;
}
.sppb-addon-compare .compare img {
  height: 124px;
  margin-bottom: 20px;
}
.sppb-addon-compare .compare h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.sppb-addon-compare .compare p {
  margin-bottom: 30px;
}
.home-join-us {
  background-image: url(../images/joinnow-top-left.png), url(../images/joinnow-top-right.png), url(../images/joinnow-bottom-left.png), url(../images/joinnow-bottom-right.png);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
}
.templates-count-colorful {
  display: inline-block;
  float: right;
  font-size: 296px;
  line-height: 1;
  font-weight: 700;
  color: #ed5329;
  background: -webkit-linear-gradient(transparent,transparent), url("../images/bg-colorful.jpg") no-repeat;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sppb-testimonial-pro {
  max-width: 860px;
  margin: 0 auto;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  line-height: 30px;
  margin-bottom: 20px;
}
.sppb-testimonial-pro .pro-client-name {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.sppb-testimonial-pro .sppb-carousel-control {
  border: 0;
  width: 16px;
  font-size: 24px;
}
.sppb-testimonial-pro .sppb-carousel-control:hover,
.sppb-testimonial-pro .sppb-carousel-control:focus,
.sppb-testimonial-pro .sppb-carousel-control:active {
  background: transparent;
  color: #00aeef;
}
.sppb-pricing-box {
  position: relative;
  background: #fff;
  color: #000000;
  border: 0;
  padding: 50px 30px !important;
  overflow: hidden;
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
}
.sppb-pricing-box .sppb-pricing-features li .fa-info-circle {
  color: #868686;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.sppb-pricing-box .sppb-pricing-features li:hover .fa-info-circle {
  color: #00aeef;
}
.sppb-pricing-box .sppb-pricing-features li .fa-times {
  color: #d92626;
}
.sppb-pricing-box .sppb-pricing-features li .fa-check {
  color: #90c940;
}
.sppb-pricing-box .sppb-pricing-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.sppb-pricing-box .sppb-pricing-title small {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
  display: block;
  line-height: 1;
}
.sppb-pricing-box .sppb-pricing-price {
  display: block;
  font-size: 76px;
  line-height: 1;
  font-weight: 300;
  padding: 30px;
  margin: 30px -30px 0;
  text-align: center;
}
.sppb-pricing-box .sppb-pricing-price >span {
  display: block;
}
.sppb-pricing-box .sppb-pricing-price .sppb-pricing-price-original {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #ef3e4a;
  text-decoration: line-through;
}
.sppb-pricing-box .sppb-addon-pricing-ribbon {
  position: absolute;
  left: -40px;
  top: 20px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 40px;
  background: #ef3e4a;
  color: #ffe002;
  -webkit-transform: rotate(-45deg);
}
.sppb-addon-pricing-table.featured .sppb-pricing-price {
  color: #00aeef;
}
.pricing-buttons .sppb-addon-content >.sppb-btn.sppb-btn-default {
  border: 0;
  box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.08);
  background: #ffffff;
  font-size: 16px;
  padding: 25px 100px;
}
.pricing-buttons .sppb-addon-content >.sppb-btn.sppb-btn-default:first-child {
  border-radius: 4px 0 0 4px;
}
.pricing-buttons .sppb-addon-content >.sppb-btn.sppb-btn-default:last-child {
  border-radius: 0 4px 4px 0;
}
.pricing-buttons .sppb-addon-content >.sppb-btn.sppb-btn-default:hover {
  background-color: #fff;
  color: #00aeef;
}
.pricing-buttons .sppb-addon-content >.sppb-btn.sppb-btn-default.active {
  background-color: #00aeef;
  color: #fff;
}
.sppb-addon-single-image.sppb-text-right .sppb-img-responsive {
  display: inline-block;
}
.page-builder-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(225deg,rgba(141,198,63,0.85),rgba(57,181,74,0.85));
  background-image: -o-linear-gradient(225deg,rgba(141,198,63,0.85),rgba(57,181,74,0.85));
  background-image: linear-gradient(225deg,rgba(141,198,63,0.85),rgba(57,181,74,0.85));
}
.page-builder-top >.sppb-container {
  position: relative;
  z-index: 2;
}
.page-builder-top a {
  color: #fff;
}
.page-builder-top a:hover,
.page-builder-top a:focus,
.page-builder-top a:active {
  color: rgba(255,255,255,0.7) !important;
}
.page-builder-top .sppb-btn.sppb-btn-default {
  border-color: #fff;
  color: #fff;
}
.page-builder-top .sppb-btn.sppb-btn-default:hover,
.page-builder-top .sppb-btn.sppb-btn-default:focus,
.page-builder-top .sppb-btn.sppb-btn-default:active {
  background: #fff;
  color: #000000 !important;
}
.page-builder-top .sppb-btn.sppb-btn-link {
  color: #fff;
}
.page-builder-top .sppb-modal-selector {
  font-weight: bold;
}
.page-builder-features .sppb-addon-feature {
  margin: 50px 0px;
}
.page-builder-features .sppb-addon-feature .sppb-feature-box-title {
  text-transform: uppercase;
}
.portfolio.portfolio-page-builder {
  margin-bottom: 50px;
}
.portfolio.portfolio-page-builder h3 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 600;
}
.portfolio.portfolio-page-builder h3 a {
  color: #fff;
}
.portfolio.portfolio-page-builder h3 a:hover,
.portfolio.portfolio-page-builder h3 a:focus,
.portfolio.portfolio-page-builder h3 a:active {
  color: rgba(255,255,255,0.7);
}
.portfolio.portfolio-page-builder h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.8);
}
.portfolio.portfolio-page-builder figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
  background: rgba(0,0,0,0.7);
}
.portfolio.portfolio-page-builder figure img {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.portfolio.portfolio-page-builder figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 0;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio.portfolio-page-builder figure figcaption:before,
.portfolio.portfolio-page-builder figure figcaption:after {
  pointer-events: none;
}
.portfolio.portfolio-page-builder figure:hover img {
  opacity: 0.2;
  -webkit-transform: scale3d(1.2,1.2,1);
  transform: scale3d(1.2,1.2,1);
}
.portfolio.portfolio-page-builder figure:hover figcaption {
  opacity: 1;
}
.portfolio.portfolio-page-builder figure:hover .links >a {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: transform 400ms, color 400ms, background-color 400ms;
  transition: transform 400ms, color 400ms, background-color 400ms;
}
.portfolio.portfolio-page-builder figure .links >a {
  -webkit-transform: scale3d(0,0,1);
  transform: scale3d(0,0,1);
}
.portfolio.portfolio-page-builder figure .btn-default {
  font-size: 18px;
  letter-spacing: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  padding: 0;
  color: #fff;
  border-color: #fff;
  border-radius: 100px;
}
.portfolio.portfolio-page-builder figure .btn-default:hover,
.portfolio.portfolio-page-builder figure .btn-default:focus,
.portfolio.portfolio-page-builder figure .btn-default:active {
  background: #fff;
  color: #000000;
}
.sppb-addon-steps .container-inner {
  position: relative;
  color: #fff;
}
.sppb-addon-steps .container-inner:before,
.sppb-addon-steps .container-inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sppb-addon-steps .container-inner:before {
  left: -100%;
  background: rgba(242,101,34,0.9);
}
.sppb-addon-steps .container-inner:after {
  right: -100%;
  background: rgba(23,22,33,0.93);
}
.sppb-addon-steps .container-inner h2,
.sppb-addon-steps .container-inner h3 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.sppb-addon-steps .container-inner .page-builder-steps {
  overflow: hidden;
}
.sppb-addon-steps .container-inner .page-builder-steps >div {
  float: left;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.steps-intro {
  width: 360px;
  padding: 130px 30px 130px 0;
  background: rgba(242,101,34,0.9);
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step {
  width: 260px;
  padding: 60px 30px;
  overflow: hidden;
  text-align: right;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step h2 {
  margin-top: 0;
  font-size: 90px;
  font-weight: 700;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step:hover {
  background: rgba(141,198,63,0.93);
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step:hover h2 {
  color: #fff;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step1 {
  background: rgba(37,35,53,0.93);
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step1 h2 {
  color: #f26522;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step2 {
  background: rgba(30,29,43,0.93);
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step2 h2 {
  color: #f79e1d;
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step3 {
  background: rgba(23,22,33,0.93);
}
.sppb-addon-steps .container-inner .page-builder-steps >div.step3 h2 {
  color: #eaff00;
}
@media (max-width: 1199px) {
  .sppb-addon-steps .container-inner .page-builder-steps >div.steps-intro {
    width: 295px;
  }
  .sppb-addon-steps .container-inner .page-builder-steps >div.step {
    width: 215px;
  }
}
@media (max-width: 991px) {
  .sppb-addon-steps .container-inner .page-builder-steps >div.steps-intro {
    width: 222px;
  }
  .sppb-addon-steps .container-inner .page-builder-steps >div.step {
    width: 166px;
  }
}
.addons-filter {
  display: inline-block;
}
.sppb-addon-name {
  background: #fff;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  margin-bottom: 30px;
}
.sppb-addon-name.inactive {
  opacity: .2;
}
.sppb-addon-name .svg-container {
  background: #00aeef;
  text-align: center;
  padding: 65px 0;
}
.sppb-addon-name .svg-container svg {
  display: inline-block;
  width: 64px;
  height: 64px;
  fill: #fff;
}
.sppb-addon-name .addon-info {
  padding: 30px 20px 30px 0;
  position: relative;
}
.sppb-addon-name .addon-info h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.sppb-addon-name .addon-info .btns {
  margin: -5px;
}
.sppb-addon-name .addon-info .btns .btn {
  margin: 5px;
}
.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.module-white {
  background: #fff;
  border: 1px solid #e1e8ed;
  padding: 20px;
}
.sp-module.module-white .sp-module-title {
  margin: -20px -20px 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid #e1e8ed;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -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: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-right .sp-module {
  margin-top: 30px;
}
#sp-right .sp-module:first-child {
  margin-top: 0;
}
.forum-leaderboard .forum-leader {
  margin-top: 20px;
}
.forum-leaderboard .forum-leader:first-child {
  margin-top: 0;
}
.forum-leaderboard .forum-leader h4 {
  margin: 3px 0 0;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
.forum-leaderboard .forum-leader span {
  display: block;
  font-size: 13px;
  color: #999;
}
.page-login-form .login-description {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 50px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox {
  margin-top: 30px;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login .btn-login {
  margin-top: 30px;
}
.form-links {
  margin-top: 30px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  text-align: center;
}
.form-links ul >li {
  display: inline-block;
  margin: 0 5px;
}
.btn-register {
  margin-top: 30px;
}
.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;
}
.my-account {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  position: relative;
}
.my-account .btn-account {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #000000;
}
.my-account .sp-avatar {
  margin-right: 10px;
  margin-top: 15px;
  display: block;
  float: left;
}
.my-account .img-avatar {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.sp-avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.sp-avatar img {
  display: inline-block;
  max-width: 100% !important;
}
.sp-avatar.sp-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.sp-avatar.sp-avatar-round {
  border-radius: 100px;
}
.sp-avatar-bg-1 {
  background-color: #ffcdd2;
}
.sp-avatar-bg-1:hover {
  background-color: #ffcdd2;
}
.sp-avatar-bg-2 {
  background-color: #e1bee7;
}
.sp-avatar-bg-2:hover {
  background-color: #e1bee7;
}
.sp-avatar-bg-3 {
  background-color: #bbdefb;
}
.sp-avatar-bg-3:hover {
  background-color: #bbdefb;
}
.sp-avatar-bg-4 {
  background-color: #b2dfdb;
}
.sp-avatar-bg-4:hover {
  background-color: #b2dfdb;
}
.sp-avatar-bg-5 {
  background-color: #ffcc80;
}
.sp-avatar-bg-5:hover {
  background-color: #ffcc80;
}
.profile-edit-avatar {
  background: #fff;
  padding: 20px;
  border: 1px solid #e1e8ed;
}
.profile-edit-avatar .profile-edit-inner {
  text-align: center;
}
.profile-edit-avatar .profile-edit-inner .profile-change-avatar {
  background: #00aeef;
  margin: -21px -21px 0px;
  text-align: center;
  height: 148px;
  position: relative;
  margin-bottom: 60px;
}
.profile-edit-avatar .profile-edit-inner .profile-change-avatar >div {
  background: #fff;
  position: absolute;
  height: 138px;
  width: 138px;
  bottom: -44px;
  left: 50%;
  margin-left: -69px;
  border: 5px solid #fff;
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
}
.profile-edit-avatar .profile-edit-inner .profile-change-avatar >div img,
.profile-edit-avatar .profile-edit-inner .profile-change-avatar >div .sp-avatar {
  width: 128px;
  height: 128px;
  display: inline-block;
}
.profile-edit-avatar .profile-edit-inner .profile-change-avatar >div .sp-avatar {
  font-size: 56px;
  line-height: 128px;
  border-radius: 100%;
}
.profile-edit-avatar .profile-name {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.profile-edit-avatar .btn-primary {
  margin-bottom: 10px;
}
.profile-edit-avatar .form-group {
  margin-bottom: 0;
}
.sp-avatar-anchor {
  display: inline-block;
}
.profile-edit-details {
  background: #fff;
  padding: 20px;
  border: 1px solid #e1e8ed;
}
.profile-edit-details h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.profile-edit-details hr {
  margin-top: 10px;
}
.profile-edit-details input[type="text"],
.profile-edit-details input[type="email"],
.profile-edit-details input[type="password"] {
  height: 40px;
}
.profile-edit-details select {
  height: 40px;
  border-color: #E5E5E5;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.profile-edit-actions {
  padding-top: 20px;
}
body.com-content {
  background: #fff;
}
.article-info {
  margin: 15px -7px 0;
  line-height: 13px;
}
.article-info >dd {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  color: #666;
  margin: 0 7px;
  position: relative;
}
.article-info >dd.createdby,
.article-info >dd.create,
.article-info >dd.category-name {
  font-size: 13px;
  font-weight: 400;
}
.article-info >dd.createdby:after,
.article-info >dd.create:after,
.article-info >dd.category-name:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: -11px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 4px;
}
.article-info >dd.createdby >span,
.article-info >dd.create >span,
.article-info >dd.category-name >span {
  font-weight: 400;
}
.article-info >dd.comments a {
  color: #666;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
article.item .entry-image img {
  display: block;
  width: 100%;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 16px;
  display: inline-block;
  color: #ffc000;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 5px;
}
.voting-symbol span.star:before {
  content: "\f005";
}
.voting-symbol span.star.star-half-empty:before {
  content: "\f123";
}
.voting-symbol span.star.star-empty:before {
  content: "\f006";
}
.product-rating span.star:hover:before,
.product-rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e6ad00;
  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: 10px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
}
.entry-header .category-name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.entry-header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.entry-header h2 a {
  color: #333;
}
.leading .entry-header h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
body.view-article .item {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
body.view-article .item .entry-header {
  margin-bottom: 50px;
}
body.view-article .item .entry-header h1 {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
body.view-article .item .entry-image {
  margin: 0 0 70px;
}
body.view-article .item p {
  margin-bottom: 30px;
}
body.view-article .item h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 70px;
  margin-bottom: 20px;
}
body.view-article .item h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 20px;
}
body.view-article .item h4 {
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 20px;
}
body.view-article .item h2 a,
body.view-article .item h3 a,
body.view-article .item h4 a {
  position: relative;
  color: #000000;
}
body.view-article .item h2 a:hover,
body.view-article .item h2 a:hover:after,
body.view-article .item h3 a:hover,
body.view-article .item h3 a:hover:after,
body.view-article .item h4 a:hover,
body.view-article .item h4 a:hover:after {
  color: #00aeef;
}
body.view-article .item h2 a:after,
body.view-article .item h3 a:after,
body.view-article .item h4 a:after {
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
body.view-article .item ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 10px;
}
body.view-article .item ul >li {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 5px;
}
body.view-article .item ul >li img {
  margin: 10px 0;
}
body.view-article .item ul >li:before {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  background: #00aeef;
  border-radius: 10px;
  left: 0;
  top: 11px;
}
body.view-article .item ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px 10px;
}
body.view-article .item ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
body.view-article .item ol > li img {
  margin: 10px 0;
}
body.view-article .item ol > li >a {
  color: #000000;
}
body.view-article .item ol > li >a:hover {
  color: #00aeef;
}
body.view-article .item ol > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 10px;
  content: counter(item);
  background: #00aeef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
body.view-article .item .simple-popup {
  cursor: zoom-in;
}
body.view-article .item pre {
  margin-bottom: 30px;
}
body.view-article .item .outer-img-large {
  margin-left: -100px;
  margin-right: -100px;
}
body.view-article .item .outer-img-xlarge {
  margin-left: -150px;
  margin-right: -150px;
}
body.view-article .item .social-share {
  padding: 0;
  margin: 70px 0 20px;
}
body.view-article .item blockquote {
  background: #F6F7F9;
  padding: 60px 30px 30px;
  border: 0;
  border-radius: 3px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}
body.view-article .item blockquote strong,
body.view-article .item blockquote b {
  font-weight: 600;
}
body.view-article .item blockquote p:last-child {
  margin-bottom: 0;
}
body.view-article .item blockquote:before {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 32px;
  color: #00aeef;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#related-articles {
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-top: 40px;
}
#related-articles h3 {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}
#related-articles ul {
  margin-bottom: 0;
}
#related-articles ul >li {
  font-size: 15px;
}
#related-articles ul >li:before {
  background: #999;
}
#related-articles ul >li >a {
  color: #333;
  font-weight: 400;
  text-decoration: underline;
}
#related-articles ul >li >a:hover {
  color: #00aeef;
}
.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: FontAwesome;
  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: FontAwesome;
  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;
}
.pagination {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
  display: block;
  border-radius: 0;
}
.pagination >li {
  display: inline-block;
  margin: 0 5px;
}
.pagination >li >a,
.pagination >li >span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 100px;
}
.pagination >li >a:hover,
.pagination >li >span:hover {
  background: none;
}
.pagination >li:first-child {
  float: left;
  margin: 0;
}
.pagination >li:last-child {
  float: right;
  margin: 0;
}
.pagination >li:first-child > a,
.pagination >li:first-child > span,
.pagination >li:last-child > a,
.pagination >li:last-child > span {
  border-radius: 0;
}
.pagination >li.disabled >a,
.pagination >li.disabled >span {
  background: none;
  color: #d0d4d6;
}
.pagination >li.disabled >a:hover,
.pagination >li.disabled >a:focus,
.pagination >li.disabled >span:hover,
.pagination >li.disabled >span:focus {
  background: none;
  color: #d0d4d6;
}
.blog-sidebar {
  padding-left: 20px;
}
.blog-sidebar .sp-module {
  margin-top: 30px;
}
.blog-sidebar .sp-module:first-child {
  margin-top: 0;
}
.blog-sidebar .sp-module .sp-module-title {
  font-size: 24px;
  text-transform: none;
}
.blog-sidebar .sp-module.module-newsletter {
  background: #333;
  background-size: cover;
  color: #fff;
  padding: 20px;
}
.blog-sidebar .categories-module,
.blog-sidebar .mostread {
  list-style: none;
  padding: 0;
  margin: -10px 0;
}
.blog-sidebar .categories-module >li,
.blog-sidebar .mostread >li {
  display: block;
  padding: 0;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f2f3;
}
.blog-sidebar .categories-module >li small,
.blog-sidebar .mostread >li small {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.blog-sidebar .categories-module >li >a,
.blog-sidebar .mostread >li >a {
  color: #000000;
  padding: 0;
  line-height: 1.2;
  display: block;
}
.blog-sidebar .categories-module >li >a >small,
.blog-sidebar .mostread >li >a >small {
  float: right;
  font-size: 10px;
  color: #999;
}
.blog-sidebar .categories-module >li .entry-image,
.blog-sidebar .mostread >li .entry-image {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  margin-bottom: 0;
}
.blog-sidebar .mostread {
  margin: -20px 0;
}
.blog-sidebar .mostread >li {
  margin: 20px 0;
  padding-bottom: 20px;
}
.blog-sidebar .mostread >li:last-child {
  padding-bottom: 0;
}
.blog-sidebar .mostread >li >small {
  display: block;
  color: #999;
}
.blog-sidebar .mostread >li >a {
  font-weight: 400;
  line-height: 1.6;
}
.blog-sidebar .search {
  position: relative;
}
.blog-sidebar .search .btn-link {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  color: #aaa;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sp-bottom-topper {
  color: #fff;
}
#sp-bottom-topper ul.nav.menu {
  text-align: right;
  text-transform: uppercase;
}
#sp-bottom-topper ul.nav.menu li {
  display: inline-block;
  margin-left: 50px;
  font-weight: 400;
}
#sp-bottom-topper ul.nav.menu li a {
  color: #fff;
}
#sp-bottom-topper ul.nav.menu li a:hover,
#sp-bottom-topper ul.nav.menu li a:focus {
  color: #00aeef;
  background: none;
}
#sp-bottom-topper .bottom-stats {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sp-bottom-topper .bottom-stats >div:first-child {
  margin-right: 30px;
}
#sp-bottom-topper .bottom-stats .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
#sp-bottom-topper .bottom-stats p {
  font-size: 14px;
  font-weight: 300;
  opacity: .4;
  display: block;
}
#sp-bottom-topper .bd {
  border-bottom: 1px solid #4A4853;
  display: block;
  position: relative;
  margin: 0 15px;
  clear: both;
  overflow: hidden;
  height: 12px;
}
#sp-bottom {
  background: #dee3e6;
  color: rgba(255,255,255,0.6);
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
#sp-bottom .sp-module ul li {
  margin-bottom: 5px;
}
#sp-bottom .sp-module ul li a {
  line-height: 24px;
  color: #fff;
  opacity: .6;
  display: inline-block;
  float: none;
}
#sp-bottom .sp-module ul li a:hover,
#sp-bottom .sp-module ul li a:focus {
  background: transparent;
  color: #00aeef;
  opacity: 1;
}
#sp-bottom .mod_newsletter form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sp-bottom .mod_newsletter form >.form-group {
  margin-bottom: 0;
  flex-grow: 1;
}
#sp-bottom .mod_newsletter form input[type="text"] {
  background: #323136;
  border: none;
  border-radius: 3px 0 0 3px;
  color: rgba(255,255,255,0.6);
  padding: 10px 20px;
  height: 46px;
}
#sp-bottom .mod_newsletter form input[type="text"]:focus {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 1px #fff;
}
#sp-bottom .mod_newsletter form button[type="submit"] {
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
}
#sp-bottom .sendy.subscribe input[type="email"] {
  margin-bottom: 20px;
}
#sp-bottom .sendy.subscribe small {
  color: #666;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}
#sp-bottom .sendy.subscribe .form-group {
  margin-bottom: 25px;
}
#sp-footer {
  color: rgba(255,255,255,0.6);
}
#sp-footer .bd {
  border-top: 1px solid #4A4853;
  display: block;
  position: relative;
  margin: 0 15px;
  height: 1px;
  padding-bottom: 45px;
}
#sp-footer a {
  color: rgba(255,255,255,0.6);
}
#sp-footer a:hover {
  color: #00aeef;
}
#sp-footer .sp-copyright strong {
  font-weight: 300;
  color: #fff;
}
#sp-footer .social-icons {
  float: right;
}
#sp-footer #sp-footer2 .sp-module-title {
  font-weight: 300;
  text-transform: initial;
  text-align: right;
  color: #fff;
}
#sp-footer ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -2px;
}
#sp-footer ul.social-icons >li {
  display: inline-block;
  margin: 2px;
}
#sp-footer ul.social-icons >li a {
  float: left;
  display: inline-block;
  font-size: 18px;
  width: 24px;
  height: 28px;
  line-height: 28px !important;
}
#sp-footer ul.social-icons >li a .dummytext {
  display: none;
}
#sp-footer ul.social-icons >li a.social-facebook {
  color: #3a5599;
}
#sp-footer ul.social-icons >li a.social-twitter {
  color: #27c4f9;
}
#sp-footer ul.social-icons >li a.social-googleplus {
  color: #d13329;
}
#sp-footer ul.social-icons >li a.social-pinterest {
  color: #c6000c;
}
#sp-footer ul.social-icons >li a.social-dribbble {
  color: #ff4d92;
}
#sp-footer ul.social-icons >li a.social-youtube {
  color: #de2324;
}
#sp-footer ul.social-icons >li a.social-jed {
  color: #0068c3;
}
.payment-list>img {
  display: inline-block;
  margin-left: 15px;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.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;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.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: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.sp-social-share {
  padding-top: 20px;
  margin-bottom: 30px;
}
.sp-social-share * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.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;
}
.payplans .pp-component .dashboard .img-avatar {
  padding: 0;
  border-radius: 2px;
}
.payplans .pp-component .dashboard {
  margin-top: -270px;
}
.login-description {
  margin-bottom: 30px;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default {
  border-color: #f2f2f2;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading {
  border-radius: 0;
  background: none;
  padding: 20px 15px;
  border-color: #f2f2f2;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading .sppb-panel-title {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading .sppb-panel-title:before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  background: #00aeef;
  border-radius: 100%;
  top: 8px;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading.active {
  border-color: #00aeef;
  background: #00aeef;
  color: #fff;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading.active .sppb-panel-title:before {
  background: #fff;
}
.sppb-addon.sppb-addon-accordion .sppb-panel-default > .sppb-panel-heading + .sppb-panel-collapse > .sppb-panel-body {
  border: none;
  padding: 20px 40px;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  padding: 30px;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 22px;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title .sppb-pricing-sub-title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  font-weight: normal;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  font-size: 30px;
  font-weight: bold;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-price .dollar {
  font-size: 18px;
  font-weight: normal;
  color: #888;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-price .sppb-pricing-duration {
  font-size: 12px;
  line-height: 18px;
  color: #888;
  font-weight: normal;
}
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-sub-title,
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-duration {
  color: #fff !important;
}
.sppb-pricing-box.sppb-pricing-featured .dollar {
  color: #fff !important;
}
.section-title h2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
.customer-support {
  background-color: #f5f5f5;
  height: 770px;
}
.sppb-addon-faq h4 {
  margin-top: -4px;
  margin-bottom: 15px;
  line-height: 28px;
}
.sppb-addon-feature .sppb-media-heading {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.sppb-addon-feature-top {
  background: #333a40;
  color: #fff;
  padding: 80px 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-feature-top h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.sppb-addon-feature-top p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.sppb-addon-feature-top a,
.sppb-addon-feature-top a:hover,
.sppb-addon-feature-top a:focus,
.sppb-addon-feature-top a:active {
  color: #fff;
}
.sppb-addon-feature-top:hover {
  background: #00aeef;
}
.vertical-middle {
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}
.product-template {
  background: #fff;
  box-shadow: 0 0 17px 0 rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 17px 0 rgba(0,0,0,0.06);
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.product-template:hover {
  box-shadow: 0 20px 25px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product-template .product-details {
  padding: 30px;
}
.product-template h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
}
.product-template h3 a {
  color: #000000;
}
.product-template h3 a:hover {
  color: #00aeef;
}
.product-template h4 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 10px;
  color: #707070;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-template .product-rating {
  margin-bottom: 0;
}
.product-template .product-rating .voting-symbol {
  font-size: 14px;
}
.product-template figure {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
}
.product-template figure:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #00aeef;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.product-template figure img {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.product-template figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 0;
  height: auto;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-template figure figcaption:before,
.product-template figure figcaption:after {
  pointer-events: none;
}
.product-template figure:hover img {
  -webkit-transform: scale3d(1.2,1.2,1);
  transform: scale3d(1.2,1.2,1);
}
.product-template figure:hover:before {
  opacity: 0.9;
}
.product-template figure:hover figcaption {
  opacity: 1;
}
.product-template figure:hover .links >a {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: transform 400ms, color 400ms, background-color 400ms;
  transition: transform 400ms, color 400ms, background-color 400ms;
}
.product-template figure .links >a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 5px;
  padding: 10px 15px;
  -webkit-transform: scale3d(0,0,1);
  transform: scale3d(0,0,1);
}
.product-template-list {
  margin-bottom: 50px;
  padding: 50px;
  background: #fff;
}
.product-template-list figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.product-template-list figure img {
  border: 1px solid #f5f5f5;
}
.product-template-list h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-template-list h3 a {
  color: #000000;
}
.product-template-list h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-template-list .template-info {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.product-template-list .btns {
  margin: 20px -5px 0;
}
.product-template-list .btns >a {
  display: inline-block;
  margin: 0 5px;
}
.product-toolbar {
  margin-bottom: 30px;
}
.product-toolbar .dropdown-handler {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.product-toolbar .dropdown {
  padding: 10px;
  margin: -10px;
}
.product-toolbar .open {
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  min-width: 220px;
  margin: 0;
}
.dropdown-menu >li >a {
  padding: 10px 20px;
}
.dropdown-menu >li.active>a,
.dropdown-menu >li.active>a:hover,
.dropdown-menu >li.active>a:focus {
  background: #00aeef;
}
.change-view >a {
  color: #000000;
}
.change-view >a span {
  font-weight: 500;
  display: inline-block;
  color: #888;
}
.change-view >a.active {
  color: #00aeef;
}
.change-view >a.active span {
  color: #00aeef;
}
.change-view >a:hover span {
  color: #000000;
}
.change-view >a:last-child span {
  margin-left: 10px;
  padding-left: 10px;
  line-height: 16px;
  position: relative;
}
.change-view >a:last-child span:last-child:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  background: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.change-view .fa {
  font-size: 18px;
  line-height: 18px;
  margin: 3px;
  margin-left: 5px;
}
.section-header {
  margin-top: 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.view-template #sp-main-body > .container,
.view-extension #sp-main-body > .container {
  width: 100%;
  padding: 0;
}
#template .template-header {
  padding: 100px 0 0;
  background: #fff;
  text-align: center;
  margin-top: -100px;
}
#template .template-header h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
#template .template-header .btns {
  margin-bottom: 30px;
}
#template .template-header .btns .btn {
  margin: 10px 5px;
}
#template .quick-info {
  background: #e6ebee;
  padding: 50px 0;
}
#template .quick-info ul {
  list-style: none;
  padding: 0;
  margin: -30px;
  display: block;
  text-align: center;
}
#template .quick-info ul >li {
  display: inline-block;
  margin: 30px;
}
#template .quick-info ul >li >div {
  display: block;
  text-align: left;
}
#template .quick-info ul >li strong {
  display: block;
  font-size: 18px;
}
#template .quick-info ul >li a {
  color: #000000;
}
#template .template-details {
  font-size: 16px;
  line-height: 28px;
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
#template .template-details .template-description .fa-file-text-o {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #00aeef;
}
#template .template-details .template-description h3.grid-title {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
#template .template-details .template-description ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  text-align: left;
}
#template .template-details .template-description ul li {
  padding: 7px 30px 7px 20px;
  position: relative;
  width: 50%;
  float: left;
}
#template .template-details .template-description ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00aeef;
  border-radius: 10px;
  position: absolute;
  top: 14.5px;
  left: 0;
}
#template .features-extended {
  background-color: #fff;
}
#template .features-extended .extended-feature {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
#template .features-extended .extended-feature .feature-image-container {
  width: 50%;
  text-align: right;
}
#template .features-extended .extended-feature .feature-image-container img {
  display: inline-block;
}
#template .features-extended .extended-feature.odd {
  background-color: #f2f7fb;
}
#template .features-extended .extended-feature.odd .feature-image-container {
  text-align: left;
}
#template .features-extended .feature-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0;
}
#template .features-extended .feature-text-container .feature-text-extended {
  font-size: 16px;
  line-height: 30px;
  padding: 50px 0 0;
}
#template .section-intro-video {
  background-color: #f0f5f8;
  padding: 100px 0;
}
#template .section-intro-video .intro-video {
  text-align: center;
}
#template .section-intro-video .intro-video .fa-video-camera {
  color: #f26522;
  font-size: 48px;
}
#template .section-intro-video .intro-video h3 {
  display: block;
  font-size: 30px;
  margin: 10px 0 60px;
  text-transform: uppercase;
  font-weight: bold;
}
#template .section-intro-video .intro-video .img-container {
  position: relative;
}
#template .section-intro-video .intro-video .img-container:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  z-index: 1;
}
#template .section-intro-video .intro-video .img-container .fa-play-circle-o {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,0.9);
  font-size: 142px;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#template .section-intro-video .intro-video .img-container:hover:after {
  background-color: rgba(0,0,0,0.4);
}
#template .section-intro-video .intro-video .img-container:hover .fa-play-circle-o {
  color: #fff;
}
#template .join-now {
  background: #353535 url(../images/cta-template.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
#template .join-now:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
}
#template .join-now >div {
  position: relative;
  z-index: 1;
}
#template .join-now h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin: 50px 0 15px;
}
#product-info {
  padding: 100px 0;
}
#product-info .product-features {
  margin: -15px 0;
}
#product-info .product-feature {
  background: #fff;
  margin: 15px 0;
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
}
#product-info .product-feature .feature-image {
  text-align: center;
  height: 180px;
  width: 100%;
  display: table;
}
#product-info .product-feature .feature-image >div {
  display: table-cell;
  vertical-align: middle;
}
#product-info .product-feature .feature-image img {
  display: inline-block;
}
#product-info .product-feature .details {
  padding: 30px;
}
#product-info .product-feature .details h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
}
#product-info .product-feature .details p {
  margin-bottom: 0;
}
.related-templates {
  padding: 100px 0 70px;
}
.related-templates .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.related-templates .section-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.nav.nav-pills {
  margin: 0 -5px;
}
.nav.nav-pills >li {
  display: inline-block;
  margin: 0 5px;
}
.nav.nav-pills >li >a {
  padding: 10px 20px;
  color: #000000;
  background: #d7dbde;
  text-transform: uppercase;
  font-weight: 600;
}
.nav.nav-pills >li >a:hover {
  background: #d0d3d6;
}
.nav.nav-pills >li >a.btn-join {
  background: #90c940;
  color: #fff;
}
.nav.nav-pills >li.active >a {
  background: #00aeef;
  color: #fff;
}
.tab-content {
  padding-top: 50px;
}
.compatibility {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 20px;
  color: #fff;
  margin-left: 10px;
}
.compatibility.j15 {
  background: #5cb85c;
}
.compatibility.j25 {
  background: #905dae;
}
.compatibility.j3 {
  background: #d8a418;
}
.compatibility.fa {
  padding-right: 0;
  padding-left: 0;
  font-size: 18px;
}
.social-share * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.badge-success {
  background: #5cb85c;
}
.social-share {
  padding: 50px 0;
  text-align: center;
}
.real-people {
  background: #fff url(../images/real-people.jpg) no-repeat 50% 100%;
  margin: 0 0 -100px;
  padding: 100px 0px 0px;
  height: 760px;
  text-align: center;
}
.real-people p {
  max-width: 700px;
  display: inline-block;
}
#extensions {
  margin-bottom: 100px;
}
#extensions .extension {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
}
#extensions .extension .extension-meta {
  margin-bottom: 20px;
}
#extensions .extension .extension-meta >p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
#extensions .extension .extension-meta >p strong {
  font-weight: 600;
}
#extensions .extension .product-rating {
  margin-bottom: 5px;
}
#extensions .extension .product-rating .voting-symbol {
  font-size: 14px;
}
#extensions .extension .extension-details {
  padding: 30px;
}
#extensions .extension .extension-details h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#extensions .extension .extension-details h3 a {
  color: #000000;
}
#extensions .extension .extension-details h3 a:hover,
#extensions .extension .extension-details h3 a:focus,
#extensions .extension .extension-details h3 a:active {
  color: #00aeef;
}
#extensions .extension .extension-details h3 a span {
  letter-spacing: 0;
  color: #666;
  font-weight: normal;
  text-transform: none;
  display: block;
}
#extensions .extension .extension-details p {
  margin-bottom: 0;
  color: #666;
}
#extensions .extension .free {
  background: rgba(0,0,0,0.2) !important;
}
#extensions .extension .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
#extensions .extension:hover .overlay {
  opacity: 1;
}
.extension-icon {
  background: #333;
  line-height: 1;
  padding: 80px 30px;
  text-align: center;
  margin: 0;
  position: relative;
  -webkit-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
.extension-icon:hover svg {
  fill: #00aeef !important;
}
.extension-icon svg {
  height: 86px;
}
.extension-tags {
  display: block;
  margin: -3px;
}
.extension-tags >a {
  font-size: 12px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  float: left;
  margin: 3px;
}
.extension-tags >a.component {
  background: #00a500;
}
.extension-tags >a.module {
  background: #ff4b39;
}
.extension-tags >a.plugin {
  background: #e20079;
}
.extension-tags >a.joomla-3 {
  background: #eab31d;
}
.extension-tags >a.joomla-2-5 {
  background: #b700ff;
}
.extension-tags >a.joomla-1-5 {
  background: #00a500;
}
.extension-tags >a:hover {
  color: #fff;
}
#extension .section-title {
  margin-bottom: 50px;
}
#extension .section-title h2 {
  text-align: center;
}
#extension .extension-header h3.grid-title {
  margin: 0 15px 10px 0;
}
#extension .extension-details {
  background: #fff;
  margin: -100px 0 0;
  padding: 100px 0;
}
#extension .quick-info {
  position: relative;
  overflow: hidden;
}
#extension .quick-info .extension-icon {
  margin-bottom: 20px;
}
#extension .quick-info .free {
  background: rgba(0,0,0,0.2) !important;
}
#extension .extension-meta {
  margin: 10px -5px 15px;
}
#extension .extension-meta >span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 5px;
  color: #888;
}
#extension .extension-meta .product-rating {
  display: inline-block;
  margin: 0;
}
#extension .extension-meta .product-rating .voting-symbol {
  font-size: 14px;
}
#extension .btns {
  margin: -5px -5px 20px;
}
#extension .btns a {
  margin: 5px;
}
#extension .social-share {
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}
#extension .social-share >span {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
#extension .extension-details h3 {
  margin: 0 0 10px;
  line-height: 1;
}
#extension #product-info {
  margin-bottom: -100px;
}
.product-screenshots {
  background: #dee3e6;
  margin: 0;
  padding: 100px 0 85px;
}
.product-screenshots .product-screenshot {
  margin: 15px 0;
}
.product-screenshots .product-screenshot img {
  width: 100%;
}
.product-screenshots .product-screenshot h3 {
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 1;
  text-align: center;
}
.product-screenshots .product-screenshot h3 a {
  color: #000000;
}
.product-screenshots .product-screenshot h3 a:hover {
  color: #00aeef;
}
.img-shadow {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#changelog {
  margin: 0;
}
#changelog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
#changelog h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
#changelog .timeline {
  max-height: 300px;
  overflow-y: auto;
}
#changelog .timeline >.timeline-item {
  margin-top: 30px;
}
#changelog .timeline >.timeline-item > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
#changelog .timeline >.timeline-item > ul:last-child {
  margin-bottom: 0;
}
#changelog .timeline >.timeline-item > ul >li {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  position: relative;
}
#changelog .timeline >.timeline-item > ul >li:before {
  content: " ";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 10px;
}
#changelog .timeline >.timeline-item > ul >li.fix:after,
#changelog .timeline >.timeline-item > ul >li.new:after,
#changelog .timeline >.timeline-item > ul >li.update:after {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 10px;
  border-radius: 3px;
}
#changelog .timeline >.timeline-item > ul >li.fix:after {
  content: "Bug fix";
  background-color: #f26520;
}
#changelog .timeline >.timeline-item > ul >li.new:after {
  content: "New";
  background-color: #00a650;
}
#changelog .timeline >.timeline-item > ul >li.update:after {
  content: "Update";
  background-color: #0056a6;
}
.sppb-addon-promotion {
  border: 5px dashed #eee;
  padding: 30px;
  background: #fff;
  margin: 30px 0;
}
.sppb-addon-promotion img {
  height: 45px;
  margin-bottom: 30px;
}
.sppb-addon-promotion .discount-teaser {
  background: #00aeef;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  display: block;
  text-shadow: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.sppb-addon-promotion .discount-intro {
  margin-bottom: 20px;
}
.sppb-addon-promotion .coupon-code {
  display: inline-block;
  border: 1px dashed #ccc;
  padding: 7px 20px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.sppb-addon-promotion:hover .discount-teaser {
  background: #0089bc;
}
.sppb-addon-promotion:hover .coupon-code {
  border: 1px dashed #00aeef;
  color: #00aeef;
}
.product-rating {
  margin-bottom: 20px;
}
.product-rating .fa-spin {
  display: none;
}
span.free {
  text-transform: uppercase;
  display: block;
  background-color: #90c940;
  position: absolute;
  left: -36px;
  top: -6px;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 53px;
  width: 100px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
#download.downloads-list {
  margin-bottom: 100px;
}
#download .download-filter {
  margin-bottom: 50px;
}
#download .download-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
  box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.08);
}
#download .download-item.special-download {
  background: #dee3e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#download .download-item img,
#download .download-item .extension-icon {
  width: 122px;
  float: left;
  margin-right: 20px;
  padding: 0;
}
#download .download-item .extension-icon {
  background: #21202c;
  line-height: 1;
  text-align: center;
  padding: 25px 10px 20px 10px;
}
#download .download-item .extension-icon svg {
  height: 64px;
}
#download .download-item h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
}
#download .download-item h3 a {
  color: #000000;
}
#download .download-item h3 a:hover {
  color: #00aeef;
}
#download .download-item h3 span {
  font-size: 10px;
  line-height: 10px;
  background: #00aeef;
  display: inline-block;
  padding: 4px 7px;
  color: #fff;
  margin: 0 10px;
  border-radius: 2px;
  float: right;
}
#download .download-item p {
  display: block;
  margin: 0;
}
#download .download-item .download-meta >span {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5;
}
#download .download-item .download-meta >span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#download .download-item .btn-download,
#download .download-item .btn-changelog {
  margin-top: 30px;
  text-transform: none;
}
#download .download-item .btn-download.hidden-lg,
#download .download-item .btn-changelog.hidden-lg {
  margin-top: 10px;
}
#download .download-item .btn-download i,
#download .download-item .btn-changelog i {
  display: inline-block;
  margin-right: 5px;
}
#download .download-item .download-files .download-file {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
#download .download-item .download-files h4 {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin: 0 0 5px;
}
#download .download-item .download-files p {
  font-size: 12px;
  margin-bottom: 0;
}
#download .changelog-inner {
  margin: 30px 0 0;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
  position: relative;
}
#download .changelog-inner .btn {
  position: absolute;
  top: 10px;
  right: 25px;
}
.sppb-section.helix3-banner {
  background-color: #115ba5;
}
.sppb-section.helix3-features .sppb-media >.pull-left {
  max-width: 50%;
  margin-right: 20px;
}
.sppb-section.helix3-features .sppb-media >.pull-left >span {
  float: left;
}
.sppb-section.helix3-features .sppb-media .sppb-media-body >div {
  display: table;
  height: 100%;
}
.sppb-section.helix3-features .sppb-media .sppb-media-body >div >div {
  display: table-cell;
  vertical-align: middle;
}
.sppb-section.helix3-features .sppb-media .sppb-media-heading {
  margin-top: 0;
  text-transform: none;
  line-height: 30px !important;
  margin-bottom: 4px;
}
.sppb-section.company-top {
  position: relative;
}
.sppb-section.company-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-linear-gradient(top,#666 0%,rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top,#666 0%,rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to bottom,#666 0%,rgba(255,255,255,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#00ffffff', GradientType=0);
}
.modal-likebox {
  width: 312px;
}
.modal-likebox .modal-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #747474;
  color: #fff;
  border-radius: 20px;
}
.modal-likebox .modal-close:hover {
  background: #555;
}
.modal.in .modal-dialog.modal-likebox {
  -webkit-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
  -o-transform: translate(0,50%);
  transform: translate(0,50%);
}
#payment-methods {
  margin-top: 20px;
  margin-bottom: 25px;
}
#payment-methods >div {
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: border-color 400ms;
  -o-transition: border-color 400ms;
  transition: border-color 400ms;
}
#payment-methods >div img {
  float: right;
  margin-top: -10px;
  margin-left: 20px;
}
#payment-methods >div .fa {
  margin: 2px 5px 0 1px;
  font-size: 24px;
}
#payment-methods >div .fa-circle-o {
  display: inline-block;
}
#payment-methods >div .fa-check-circle {
  display: none;
}
#payment-methods >div.active {
  border-color: #00aeef;
}
#payment-methods >div.active .fa-circle-o {
  display: none;
}
#payment-methods >div.active .fa-check-circle {
  display: inline-block;
  color: #00aeef;
}
.payment-details {
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.payment-details .plan-pricing ul {
  list-style: none;
  padding: 8px 0;
  margin: 20px 0 30px;
  border-top: 1px solid #e5e5e5;
}
.payment-details .plan-pricing ul >li {
  display: block;
  padding: 7px 0;
}
.payment-details .plan-pricing ul >li.discount-amount {
  color: #e01111;
}
.payment-details .plan-pricing ul >li.total-amount-payable {
  border-top: 2px solid #e5e5e5;
  font-size: 16px;
  color: #3ca823;
}
.sp-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.sp-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00aeef;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.sp-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sp-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner
@-webkit-keyframes sk-bouncedelay 0%,
.spinner
@-webkit-keyframes sk-bouncedelay 80%,
.spinner
@-webkit-keyframes sk-bouncedelay 100% {
  -webkit-transform: scale(0);
}
.spinner
@-webkit-keyframes sk-bouncedelay 40% {
  -webkit-transform: scale(1.0);
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
#kt {
  margin-top: 0;
}
#kt.kt-frontend {
  margin-top: 70px;
  background: rgba(242,247,250,0.7);
  padding: 20px;
}
.module-blog-footer .mod_newsletter {
  text-align: center;
  background: #333;
  border-radius: 3px;
  color: #fff;
  padding: 50px;
}
.module-blog-footer .mod_newsletter h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
.module-blog-footer .mod_newsletter p {
  font-size: 18px;
  line-height: 32px;
}
.module-blog-footer .mod_newsletter .form-group {
  margin: 20px auto 0;
  max-width: 460px;
}
.module-blog-footer .mod_newsletter .form-control {
  border: 0;
}
.module-blog-footer .mod_newsletter .input-group-addon {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.module-blog-footer .mod_newsletter .input-group-addon .btn {
  padding: 15px 20px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.module-blog-footer .mod_newsletter .input-group-addon .btn:focus,
.module-blog-footer .mod_newsletter .input-group-addon .btn:active {
  outline: 0;
}
.spsimplepopup-modal-open {
  overflow: hidden;
}
.spsimplepopup-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999990;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
  text-align: center;
  cursor: zoom-out;
}
.spsimplepopup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #000;
  z-index: 999991;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: zoom-out;
}
.spsimplepopup-hidden,
.spsimplepopup-close.spsimplepopup-hidden {
  display: none;
}
.spsimplepopup-close,
.spsimplepopup-close:hover,
.spsimplepopup-close:active,
.spsimplepopup-close:focus {
  display: block;
  font-size: 30px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -36px;
  right: -10px;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.spsimplepopup-close:hover {
  color: #fff;
}
.spsimplepopup-modal-close:hover,
.spsimplepopup-modal-close:active,
.spsimplepopup-modal-close:focus {
  color: #2384d3;
}
.spsimplepopup-image-wrapper {
  position: relative;
}
.spsimplepopup-image-content {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: -40px;
  left: 0;
  right: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: left;
  -webkit-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}
.spsimplepopup-image-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.spsimplepopup-gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255,255,255,0.2);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.default-page-title .sp-page-title {
  padding: 40px 0;
}
.default-page-title .sp-page-title h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
.default-page-title .sp-page-title .breadcrumb {
  font-size: 16px;
  font-weight: 400;
}
.custom-page-title .sp-page-title {
  padding: 150px 0;
  text-align: center;
  background-size: cover !important;
  background-attachment: inherit;
}
.custom-page-title .sp-page-title .col-sm-8 {
  width: 100%;
}
.custom-page-title .sp-page-title h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
.custom-page-title .sp-page-title h3 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 545px;
  display: inline-block;
  font-weight: 300;
}
.about-hero-sec:after {
  -webkit-background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,#000000 100%);
  background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,#000000 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  opacity: .3;
}
.featured-in .sppb-addon-title {
  opacity: .5;
}
.featured-in.sppb-addon-clients .sppb-addon-content>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-in.sppb-addon-clients img {
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.featured-in.sppb-addon-clients img:hover {
  opacity: 1;
}
.custom-stats .sppb-addon-title span {
  color: #000;
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
}
.sponsers-list >div>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsers-list .sppb-addon-feature .sppb-feature-box-title {
  margin-bottom: 5px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-top: 15px;
}
.sppb-testimonial-pro .sppb-testimonial-client {
  margin-top: 15px;
}
.sppb-testimonial-pro .sppb-testimonial-client .pro-client-url {
  font-weight: 400;
}
.sppb-testimonial-pro .sppb-testimonial-client .pro-client-name {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
  font-size: 14px;
  color: #00B0F5;
  font-weight: 400;
  margin-top: 3px;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-social-icons {
  margin-top: 3px;
}
.sppb-addon-persion .sppb-person-social > li > a {
  color: #c1c5c8;
}
.sppb-addon-persion .sppb-person-social > li > a:hover,
.sppb-addon-persion .sppb-person-social > li > a:focus {
  color: #333;
}
.sppb-image-carousel {
  overflow: hidden;
  border-radius: 0 6px 6px 0;
}
.sppb-image-carousel:after {
  content: "";
  -webkit-background-image: linear-gradient(-180deg,rgba(0,0,0,0) 68%,rgba(0,0,0,0.87) 100%);
  background-image: linear-gradient(-180deg,rgba(0,0,0,0) 68%,rgba(0,0,0,0.87) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 360px;
}
.sppb-image-carousel .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-image-carousel .sppb-carousel-inner > .sppb-item img {
  border-radius: 0 6px 6px 0;
}
.sppb-image-carousel a.sppb-carousel-control {
  position: absolute;
  bottom: 15px;
  top: inherit;
  right: 30px;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  display: inline-block;
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  -webkit-text-shadow: none;
  text-shadow: none;
  opacity: .7;
  color: #333;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.sppb-image-carousel a.sppb-carousel-control:hover,
.sppb-image-carousel a.sppb-carousel-control:focus {
  opacity: 1;
}
.sppb-image-carousel a.sppb-carousel-control.left {
  right: 70px;
  left: inherit;
}
.single-sponser-info.reverse-addons .sppb-image-carousel {
  border-radius: 6px 0 0 6px;
}
.single-sponser-info.reverse-addons .sppb-image-carousel .sppb-carousel-inner > .sppb-item img {
  border-radius: 6px 0 0 6px;
}
.single-sponser-info.reverse-addons .sponser-info {
  border-radius: 0 6px 6px 0;
}
.single-sponser-info >div>div {
  -webkit-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.04);
}
.single-sponser-info .sponser-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 6px 0 0 6px;
}
.single-sponser-info .sponser-info .sppb-addon-feature .sppb-media > .pull-left {
  margin-right: 30px;
}
.single-sponser-info .sponser-info .sppb-addon-feature .sppb-feature-box-title {
  text-transform: initial;
}
.single-sponser-info .sponser-info .sppb-addon-feature .sppb-feature-box-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-top: 7px;
}
.single-sponser-info .sponser-info .sppb-addon-feature .sppb-feature-box-title span:first-child {
  font-size: 13px;
  color: #00B0F5;
  margin-top: 0;
}
.others-events {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  border-radius: 6px;
}
.others-events .sppb-addon-header .sppb-addon-title span {
  display: block;
  font-size: 14px;
  color: #00B0F5;
  margin-top: 10px;
}
.office-photos .sppb-addon-single-image img {
  border-radius: 3px;
}
.office-photos .gallery-title:after {
  content: "...";
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 8px;
  display: block;
}
.office-photos .gallery-title .sppb-addon-content {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .transparent-header .is-sticky #sp-header #offcanvas-toggler >i {
    color: #000;
  }
  .single-sponser-info .sppb-no-gutter {
    display: block;
    background: #fff;
  }
  .single-sponser-info .sppb-no-gutter .sppb-image-carousel {
    border-radius: 0;
  }
  .single-sponser-info .sppb-no-gutter .sppb-image-carousel .sppb-carousel-inner > .sppb-item img {
    border-radius: 0;
    display: inline-block;
  }
  .single-sponser-info.reverse-addons >div>div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .hide-br {
    display: none;
  }
  .sponsers-list >div>div {
    display: block;
  }
  .sponsers-list .sppb-addon-feature .sppb-img-container {
    margin-bottom: 0;
  }
  .featured-in.sppb-addon-clients .sppb-addon-content>div {
    display: block;
  }
  .featured-in.sppb-addon-clients .sppb-addon-content>div >div {
    margin-bottom: 12px;
  }
  .sponser-info {
    padding: 20px !important;
  }
  #sp-bottom-topper ul.nav.menu {
    text-align: left;
  }
  #sp-bottom-topper ul.nav.menu li {
    margin-right: 25px;
    margin-left: 0;
  }
  #sp-bottom .sp-module .sp-module-title {
    margin-bottom: 15px;
  }
  #sp-bottom #sp-bottom2,
  #sp-bottom #sp-bottom3,
  #sp-bottom #sp-bottom4,
  #sp-bottom #sp-bottom5 {
    margin-top: 30px;
  }
  #sp-bottom5 {
    margin-top: 30px;
  }
  #sp-footer #sp-footer2 .sp-module-title {
    text-align: left;
    margin-top: 20px;
  }
  #sp-footer ul.social-icons {
    float: left;
  }
}
@media (max-width: 480px) {
  body #sppb-addon-1504849095838 {
    margin: 30px 0 0 0;
  }
  body #sppb-addon-1504866975950 .sppb-addon-title {
    font-size: 28px;
    line-height: 36px;
  }
  body #sppb-addon-1504870967606 .sppb-addon-title,
  body #sppb-addon-1504868638180 .sppb-addon-title {
    font-size: 30px;
  }
  .default-page-title .sp-page-title h2 {
    font-size: 26px;
  }
  .office-photos .gallery-title .sppb-addon-content,
  .default-page-title .sp-page-title .breadcrumb {
    font-size: 13px;
  }
  .single-sponser-info .sponser-info .sppb-addon-feature .sppb-feature-box-title {
    font-size: 18px !important;
  }
}
.header-video {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.header-video .sppb-embed-responsive.sppb-embed-responsive-16by9 {
  padding-bottom: 350px;
  width: 700px;
}
.header-content .sppb-addon-title {
  letter-spacing: -2px;
}
.header-content .sppb-addon-content {
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.header-bottom-btn .sppb-btn {
  letter-spacing: -0.5px;
  font-size: 16px;
  text-transform: none;
}
.custom-feature-class .sppb-addon-title.sppb-feature-box-title {
  letter-spacing: -1px;
}
.custom-feature-class .sppb-addon-text {
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.feature-details .sppb-addon-single-image {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
}
.feature-details .sppb-addon-text-block .sppb-addon-content {
  color: #666666;
  font-weight: 400;
  line-height: 1.6;
}
.pb-addon-list-section .sppb-addon-item .sppb-addon-item-content {
  padding: 25px 18px;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}
.pb-addon-list-section .sppb-addon-item .sppb-addon-item-content:hover,
.pb-addon-list-section .sppb-addon-item .sppb-addon-item-content:focus {
  background: #fbfbfb;
  -webkit-box-shadow: 0 7px 28px 0 rgba(0,0,0,0.08);
  box-shadow: 0 7px 28px 0 rgba(0,0,0,0.08);
}
.pb-addon-list-section .sppb-addon-item a.sppb-addon-item-inner img.sppb-img-responsive {
  width: 38px;
}
.pb-addon-list-section .sppb-addon-item .sppb-addon-item-title {
  font-size: 14px;
  font-weight: 400;
}
.pb-addon-list-section .sppb-addon-item .sppb-addon-item-title >span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  background: #FF4B4B;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  text-transform: uppercase;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%);
}
.sppb-testimonial-pro.bottom-avatar-enabled .sppb-testimonial-message {
  font-size: 18px;
  line-height: 1.7;
  font-style: normal;
}
.sppb-testimonial-pro.bottom-avatar-enabled .bottom-avatar {
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sppb-testimonial-pro.bottom-avatar-enabled .bottom-avatar .sppb-avatar {
  margin-right: 20px;
  margin-bottom: 0;
}
.sppb-testimonial-pro.bottom-avatar-enabled .bottom-avatar .sppb-client-info .pro-client-url {
  display: block;
  text-align: left;
}
.about-testimonial.sppb-testimonial-pro.bottom-avatar-enabled .bottom-avatar {
  margin-top: 20px;
}
.about-testimonial.sppb-testimonial-pro.bottom-avatar-enabled .pro-client-name {
  font-size: 14px;
  opacity: .8;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-default {
  border: none;
  margin-bottom: 10px;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading {
  background: #F8F9FC;
  border-radius: 6px;
  padding-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading.active {
  background: #333;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading.active .sppb-panel-title {
  color: #fff;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction .fa {
  background: #fff;
  color: #333;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading.active .sppb-toggle-direction .fa-chevron-right:before {
  content: "-";
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title:before {
  display: none;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-toggle-direction {
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-toggle-direction .fa {
  background: #AEB4C2;
  color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.custom-accordion.sppb-addon.sppb-addon-accordion .sppb-toggle-direction .fa-chevron-right:before {
  content: "+";
}
.sppb-addon.pb-templates-showcase {
  text-align: center;
}
.sppb-addon.pb-templates-showcase figure {
  position: relative;
  overflow: hidden;
}
.sppb-addon.pb-templates-showcase figure .img-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.sppb-addon.pb-templates-showcase figure .img-wrapper img {
  border-radius: 3px;
}
.sppb-addon.pb-templates-showcase figure .img-wrapper >div {
  position: relative;
}
.sppb-addon.pb-templates-showcase figure .img-wrapper .info {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-image: linear-gradient(135deg,rgba(78,140,244,0.9) 0%,rgba(174,104,251,0.9) 100%);
  background-image: linear-gradient(135deg,rgba(78,140,244,0.9) 0%,rgba(174,104,251,0.9) 100%);
  border-radius: 3px;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.sppb-addon.pb-templates-showcase figure .img-wrapper .info .category,
.sppb-addon.pb-templates-showcase figure .img-wrapper .info .title {
  color: #fff;
}
.sppb-addon.pb-templates-showcase figure .category {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  margin-top: 16px;
}
.sppb-addon.pb-templates-showcase figure .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 9px;
}
.sppb-addon.pb-templates-showcase figure >figcaption {
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 0 20px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sppb-addon.pb-templates-showcase figure >figcaption:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10000px;
  background: #fff;
  backface-visibility: hidden;
}
.sppb-addon.pb-templates-showcase figure >figcaption a {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  letter-spacing: -0.5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.sppb-addon.pb-templates-showcase figure >figcaption a:hover,
.sppb-addon.pb-templates-showcase figure >figcaption a:focus {
  color: #333;
}
.sppb-addon.pb-templates-showcase figure >figcaption a i {
  margin-right: 6px;
}
.sppb-addon.pb-templates-showcase figure >figcaption a.sppb-btn-success {
  background: #90C940;
  border-radius: 3px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 0px #75A72F;
  box-shadow: 0 3px 0px #75A72F;
  color: #fff;
  margin-left: 40px;
}
.sppb-addon.pb-templates-showcase figure >figcaption a.sppb-btn-success.btn-block {
  margin-left: 0;
}
.sppb-addon.pb-templates-showcase figure >figcaption a.sppb-btn-success:hover,
.sppb-addon.pb-templates-showcase figure >figcaption a.sppb-btn-success:focus {
  background: #75a72f;
  -webkit-box-shadow: 0 3px 0px #597f24;
  box-shadow: 0 3px 0px #597f24;
}
.sppb-addon.pb-templates-showcase figure:hover .img-wrapper {
  border-radius: 3px 3px 0 0;
}
.sppb-addon.pb-templates-showcase figure:hover .img-wrapper >div .info {
  opacity: 1;
}
.sppb-addon.pb-templates-showcase figure:hover figcaption {
  opacity: 1;
}
.content-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
}
.content-style .number {
  padding-right: 20px;
}
.content-style .number >div {
  -webkit-background-image: linear-gradient(-135deg,#4E8CF4 0%,#AE68FB 100%);
  background-image: linear-gradient(-135deg,#4E8CF4 0%,#AE68FB 100%);
  -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 24px;
}
.content-style:nth-child(2n) .number>div {
  -webkit-background-image: linear-gradient(-135deg,#16B2EB 0%,#03D4AF 100%);
  background-image: linear-gradient(-135deg,#16B2EB 0%,#03D4AF 100%);
  -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.04);
}
.content-style h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.pb-feature .sppb-addon-text {
  padding: 0 20px;
  letter-spacing: -0.5px;
}
.sppb-custom-tabs .custom-tabs {
  padding: 0;
  margin-bottom: 0;
}
.sppb-custom-tabs .custom-tabs >li {
  list-style: none;
}
.sppb-custom-tabs .custom-tabs >li.selected >span {
  background: #474A51;
  color: #fff;
}
.sppb-custom-tabs .custom-tabs >li.selected >span .icon:after {
  background: #fff;
  color: #AEB4C2;
  content: "-";
}
.sppb-custom-tabs .custom-tabs >li >span {
  background: #F8F9FC;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 25px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
.sppb-custom-tabs .custom-tabs >li >span:hover,
.sppb-custom-tabs .custom-tabs >li >span:focus {
  background: #474A51;
  color: #fff;
}
.sppb-custom-tabs .custom-tabs >li >span:hover .icon:after,
.sppb-custom-tabs .custom-tabs >li >span:focus .icon:after {
  background: #fff;
  color: #AEB4C2;
}
.sppb-custom-tabs .custom-tabs >li >span .icon {
  display: inline-block;
  margin-right: 15px;
}
.sppb-custom-tabs .custom-tabs >li >span .icon:after {
  content: "+";
  background: #AEB4C2;
  color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
.sppb-custom-tabs .custom-tabs.active >li>span {
  border-radius: 6px 6px 0 0;
}
.sppb-custom-tabs .custom-tab-content {
  background: #474A51;
  color: #474A51;
  position: relative;
}
.sppb-custom-tabs .custom-tab-content:before,
.sppb-custom-tabs .custom-tab-content:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 20000px;
  background: #474A51;
  top: 0;
  bottom: 0;
}
.sppb-custom-tabs .custom-tab-content:after {
  left: 100%;
  right: auto;
}
.sppb-custom-tabs .custom-tab-content .tab-content {
  padding-top: 50px;
  padding-bottom: 20px;
}
.sppb-custom-tabs .custom-tab-content .tab-content >div>div {
  margin-bottom: 20px;
}
.sppb-custom-tabs .custom-tab-content .tab-content >div>div:empty {
  display: none;
}
.sppb-custom-tabs .custom-tab-content .tab-content >div>div:hover .img-wrap:after {
  opacity: 1;
}
.sppb-custom-tabs .custom-tab-content .tab-content >div>div:hover .img-wrap a {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.sppb-custom-tabs .custom-tab-content .tab-content .img-wrap {
  position: relative;
}
.sppb-custom-tabs .custom-tab-content .tab-content .img-wrap:after {
  content: "";
  -webkit-background-image: linear-gradient(135deg,rgba(78,140,244,0.9) 0%,rgba(174,104,251,0.9) 100%);
  background-image: linear-gradient(135deg,rgba(78,140,244,0.9) 0%,rgba(174,104,251,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.sppb-custom-tabs .custom-tab-content .tab-content .img-wrap a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  color: #fff;
  z-index: 1;
  font-weight: 600;
}
.sppb-custom-tabs .custom-tab-content .tab-content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.js-hero-section-wrap {
  background-image: -webkit-linear-gradient(225deg,#008CFE 0%,#00A5FE 25%,#00EBFF 100%);
  background-image: linear-gradient(225deg,#008CFE 0%,#00A5FE 25%,#00EBFF 100%);
}
#parallax_effect {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 700px;
}
#parallax_effect >div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#parallax_effect >div img {
  position: absolute;
  bottom: -10px;
  left: 50% !important;
  -webkittransform: translateX(-50%);
  transform: translateX(-50%);
}
#parallax_effect .item1 img {
  bottom: -260px;
  margin-left: -765px;
}
#parallax_effect .item2 img {
  bottom: -180px;
  margin-left: -250px;
}
#parallax_effect .item3 img {
  bottom: -200px;
  margin-left: 200px;
}
#parallax_effect .item4 img {
  bottom: -165px;
  margin-left: -590px;
}
#parallax_effect .item5 img {
  bottom: -110px;
  margin-left: -50px;
}
#parallax_effect .item6 img {
  bottom: -200px;
  margin-left: -370px;
}
#parallax_effect .item7 img {
  bottom: -190px;
  margin-left: 430px;
}
#parallax_effect .item8 img {
  bottom: -220px;
  margin-left: 675px;
}
#parallax_effect .item9 img {
  bottom: -350px;
  margin-left: 900px;
}
.btn-promo-video a.sppb-btn {
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.btn-promo-video a.sppb-btn i {
  margin-left: 10px;
}
.our-services {
  border-radius: 3px;
  position: relative;
}
.our-services >div {
  position: initial;
}
.our-services .js-service-btn {
  position: absolute;
  bottom: -25px;
  left: 0px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.new-template-hints-wrap {
  border-bottom: 1px solid #F2F2F2;
}
.new-template-hints-wrap .new-template-hints span.badge.badge-new {
  background: #25C3E6;
  padding: 7px 11px;
  border-radius: 30px;
  margin-right: 12px;
}
.new-template-hints-wrap .new-template-hints a {
  color: inherit;
  font-weight: 400;
}
.new-template-hints-wrap .new-template-hints a:hover,
.new-template-hints-wrap .new-template-hints a:focus {
  color: #25C3E6;
}
.sppb-features-list-modal {
  z-index: 10;
}
.sppb-features-list-modal >div>div {
  background-position: center center;
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup {
  position: relative;
  text-align: center;
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span.bubble-ripple+span {
  z-index: 100;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span i {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span.bubble-ripple {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  -moz-animation: bubble-ripple 1.5s linear infinite;
  -o-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span.bubble-ripple .bubble-ripple-inner {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  -moz-animation: bubble-ripple 1.5s linear infinite;
  -o-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup:hover span.bubble-ripple+span {
  transform: scale(1.1);
}
.sppb-features-list >div>div:nth-child(2) >div {
  margin-right: 65px;
}
.sppb-features-list >div>div >div {
  position: relative;
}
.sppb-features-list >div>div >div:after {
  content: "";
  background: #F3F3F3;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}
.sppb-features-list >div>div >div:before {
  content: "";
  background: #F3F3F3;
  width: 150px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 100%;
}
.sppb-features-list >div>div >div .sppb-addon-title {
  text-align: right;
  margin-right: 25px !important;
  line-height: 1.5 !important;
}
.sppb-features-list.sppb-features-list-right >div>div:nth-child(2) >div {
  margin-left: 65px;
  margin-right: 0;
}
.sppb-features-list.sppb-features-list-right >div>div >div:before {
  right: 100%;
  left: auto;
}
.sppb-features-list.sppb-features-list-right >div>div >div:after {
  right: auto;
  left: 0;
}
.sppb-features-list.sppb-features-list-right >div>div >div .sppb-addon-title {
  margin-right: 0 !important;
  text-align: left;
  margin-left: 25px !important;
}
@-webkit-keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75;
  }
  25% {
    transform: scale(1);
    opacity: .75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75;
  }
  25% {
    transform: scale(1);
    opacity: .75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.button-shadow {
  -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,0.12);
  box-shadow: 0 8px 15px 0 rgba(0,0,0,0.12);
}
.advanced-testimonialpro .owl-stage,
.advanced-testimonialpro .owl-stage>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.advanced-testimonialpro .owl-stage {
  padding-bottom: 30px;
}
.advanced-testimonialpro .owl-carousel .owl-item .sppb-item {
  background: #fff;
  border-radius: 6px;
  padding: 50px 35px 50px 35px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
  position: relative;
}
.advanced-testimonialpro .owl-carousel .owl-item .sppb-item:before {
  content: "\f10e";
  color: #00BBFF;
  font-family: fontawesome;
  font-size: 26px;
  position: absolute;
  right: 35px;
  top: 58px;
}
.advanced-testimonialpro .owl-carousel .owl-item .sppb-testimonial-client {
  margin-top: 14px;
  margin-bottom: 15px;
}
.advanced-testimonialpro .owl-carousel .owl-item .sppb-testimonial-client .pro-client-name {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.advanced-testimonialpro .owl-carousel .owl-item .sppb-testimonial-message {
  color: #707070;
  font-weight: 400;
}
.advanced-testimonialpro .owl-carousel .owl-item img {
  width: 52px;
}
.advanced-testimonialpro .owl-theme .owl-controls {
  margin-top: 0;
}
.advanced-testimonialpro .owl-theme .owl-dots .owl-dot.active span,
.advanced-testimonialpro .owl-theme .owl-dots .owl-dot:hover span {
  background: #25c5e8;
}
.advanced-testimonialpro .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}
.addon-border-right >div:after {
  content: "";
  top: -28px;
  bottom: -15px;
  position: absolute;
  right: -20px;
  width: 1px;
  background: #D8D8D8;
}
.latest-news-post .latestnews {
  text-align: center;
}
.latest-news-post .latestnews span.badge.badge-new {
  background: #25C3E6;
  padding: 7px 11px;
  border-radius: 30px;
  margin-right: 12px;
}
.latest-news-post .latestnews li a {
  font-size: 17px;
  color: #707070;
}
.latest-news-post .latestnews li a:hover,
.latest-news-post .latestnews li a:focus {
  color: #25C3E6;
}
@media (max-width: 992px) {
  .hide-md {
    display: none;
  }
  .third-party-addon {
    margin-bottom: 30px !important;
  }
  .js-hero-section .sppb-col-md-2 {
    display: none !important;
  }
  .sppb-features-list >div>div:nth-child(2) >div {
    margin-right: 30px;
  }
  .sppb-features-list.sppb-features-list-right >div>div:nth-child(2) >div {
    margin-left: 30px;
    margin-right: 0;
  }
  .sppb-features-list >div>div:nth-child(1) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .res-pad-sm {
    padding: 50px 0px !important;
  }
  .res-pad0-sm {
    padding: 0px !important;
  }
  .res-pad-t0-sm {
    padding-top: 0px !important;
  }
  .res-pad-t25-sm {
    padding-top: 25px !important;
  }
  .js-hero-section-wrap {
    padding: 150px 0px 100px 0px !important;
  }
  .js-hero-title .sppb-addon-title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .js-hero-title .sppb-addon-content >div {
    font-size: 14px !important;
  }
  .about-hero-sec {
    padding-top: 150px !important;
  }
  #parallax_effect >div img {
    bottom: -90px !important;
    width: 150px;
  }
  #parallax_effect >div.item1 img {
    margin-left: -300px;
  }
  #parallax_effect >div.item2 img {
    margin-left: -260px;
  }
  #parallax_effect >div.item3 img {
    margin-left: -180px;
  }
  #parallax_effect >div.item4 img {
    margin-left: -145px;
  }
  #parallax_effect >div.item5 img {
    margin-left: -50px;
  }
  #parallax_effect >div.item6 img {
    margin-left: 30px;
  }
  #parallax_effect >div.item7 img {
    margin-left: 90px;
  }
  #parallax_effect >div.item8 img {
    margin-left: 170px;
  }
  #parallax_effect >div.item9 img {
    margin-left: 250px;
  }
  .btn-promo-video >a.sppb-btn {
    font-size: 14px;
  }
  .service-title .sppb-addon-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-top: 0;
    margin-bottom: 10px !important;
  }
  .our-services .js-service-btn {
    font-size: 13px;
  }
  .res-js-title .sppb-addon-title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
  }
  .res-js-title .sppb-addon-content >div {
    font-size: 14px !important;
  }
  .services-one {
    margin-bottom: 60px;
  }
  body .sppb-features-list >div>div {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  body .sppb-features-list >div>div >div {
    margin: 0px !important;
  }
  body .sppb-features-list >div>div >div:before,
  body .sppb-features-list >div>div >div:after {
    display: none;
  }
  body .sppb-features-list >div>div .sppb-addon-title {
    text-align: center !important;
    margin: 0px !important;
  }
  .sppb-features-list-modal >div>div {
    padding: 50px !important;
  }
  .addon-border-right >div:after {
    display: none;
  }
  .secure-payment-wrap >div>div {
    margin-right: 0px !important;
  }
  .secure-payment-wrap .sppb-addon-feature .sppb-media-heading {
    font-size: 18px !important;
  }
  .money-back-wrap >div>div {
    margin: 0px !important;
  }
  .money-back-wrap .sppb-addon-feature .sppb-media-heading {
    font-size: 18px !important;
  }
  body .sp-page-builder .page-content #section-id-1504866356667 {
    padding: 50px 0px 70px 0px;
  }
  body .sp-page-builder .page-content #section-id-1504852870703 {
    padding: 40px 0px 0px 0px;
  }
  body .sp-page-builder .page-content #section-id-1504866356718 {
    padding: 50px 0px 50px 0px;
  }
  body .sp-page-builder .page-content #section-id-1504870967607 {
    padding: 30px 0px 50px 0px;
  }
}
@media (max-width: 480px) {
  .js-hero-section-wrap {
    padding: 150px 0px 90px 0px !important;
  }
  .sppb-addon.pb-templates-showcase figure >figcaption a {
    font-size: 12px;
  }
  .sppb-addon.pb-templates-showcase figure >figcaption a.sppb-btn-success {
    margin-left: 15px;
    padding: 5px 8px;
  }
  .sppb-custom-tabs .custom-tabs >li {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sppb-custom-tabs .custom-tabs >li >span {
    font-size: 13px;
    padding: 10px;
    border-radius: 3px;
    line-height: 1.5;
    letter-spacing: -0.6px;
  }
  .sppb-custom-tabs .custom-tabs >li >span .icon {
    display: none;
  }
  .sppb-custom-tabs .custom-tab-content .tab-content {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .sppb-custom-tabs .custom-tab-content .tab-content >div>div {
    margin-bottom: 5px;
  }
  .sppb-custom-tabs .custom-tab-content .tab-content .title {
    font-size: 13px;
  }
  .sppb-features-list-modal .sppb-modal-selector span {
    padding: 15px !important;
  }
  .sppb-features-list-modal .sppb-modal-selector span > i {
    font-size: 15px !important;
    -webkit-transform: translate(2px,0) !important;
    transform: translate(2px,0) !important;
  }
  .sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span.bubble-ripple .bubble-ripple-inner,
  .sppb-features-list-modal .sppb-modal-selector.sppb-magnific-popup span.bubble-ripple {
    width: 60px;
    height: 60px;
  }
}
#sp-header.transparent {
  top: auto;
  padding: 30px 0 0;
  transition: linear 200ms;
}
.sticky-wrapper.is-sticky #sp-header.transparent {
  padding: 0;
  transition: linear 200ms;
}
@media only screen and (max-width: 979px) {
  #offcanvas-toggler {
    line-height: 55px;
    margin-right: 10px;
  }
  #offcanvas-toggler >i {
    font-size: 28px;
  }
  .sp-megamenu-parent >li >a {
    padding: 0 5px;
    font-size: 12px;
  }
  .sppb-addon-text-block .sppb-addon-title {
    font-size: 22px;
  }
  .templates-count-colorful {
    font-size: 205px;
  }
  .sppb-btn.sppb-btn-lg.btn-border {
    padding: 15px 20px 15px !important;
  }
  .sppb-addon-text-block .sppb-addon-title {
    font-size: 30px;
    line-height: 30px;
  }
  .sppb-btn,
  .btn {
    padding: 8px 10px;
  }
  div#discuss-wrapper .discuss-filter .discuss-frontpage-filter >li {
    margin: 0 1px;
  }
  .sppb-pricing-footer .sppb-btn.sppb-btn-lg {
    padding: 15px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu {
    z-index: 9999999;
  }
  .sticky-wrapper.is-sticky #sp-header.transparent #offcanvas-toggler >i {
    color: #000;
  }
  .sticky-wrapper.is-sticky #sp-header.transparent #offcanvas-toggler >i {
    margin: 15px 0 15px 0;
  }
  .templates-count-colorful {
    float: none;
  }
  .sppb-addon-steps .container-inner .page-builder-steps >div.steps-intro {
    width: 100%;
    padding: 100px;
  }
  .sppb-addon-steps .container-inner .page-builder-steps >div.step {
    width: 33.3333333%;
  }
  .logged-in .offcanvas-menu .offcanvas-inner .sp-module ul > li:last-child {
    display: none;
  }
  .my-account .btn-account {
    height: 42px;
    line-height: 42px;
  }
  .sticky-wrapper.is-sticky #sp-header.transparent .my-account .btn-account {
    height: 53px;
    line-height: 53px;
  }
  .sppb-addon-compare .comparison-placeholder .placeholder-left,
  .sppb-addon-compare .comparison-placeholder .placeholder-right {
    width: 100%;
  }
  .sppb-addon-compare .compare.compare1 {
    padding-right: 0;
    padding-left: 20px;
  }
  .sppb-addon-compare .compare.compare2 {
    padding-left: 20px;
  }
  .sppb-addon-compare .compare {
    padding: 50px 0;
  }
  .product-template-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sppb-addon-steps .container-inner .page-builder-steps >div.step {
    width: 100%;
  }
  .pagination >li >a,
  .pagination >li >span {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
